input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "properties": {"ionicons": {"type": "string"}, "jquery": {"type": "string"}, "lodash": {"type": "string"}, "ngmap": {"type": "string"}, "restangular": {"type": "string"}}, "required": ["ionicons", "jquery", "lodash", "ngmap", "restangular"]}, "overrides": {"type": "object", "properties": {"angular": {"type": "object", "properties": {"ignore": {"type": "boolean"}}, "required": ["ignore"]}, "ionicons": {"type": "object", "properties": {"ignore": {"type": "boolean"}}, "required": ["ignore"]}}, "required": ["angular", "ionicons"]}}, "required": ["name", "private", "devDependencies", "dependencies", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "app", "private" : "true", "devDependencies" : {"ionic" : "driftyco/ionic-bower#1.0.0-beta.14"}, "dependencies" : {"ionicons" : "2.0.0", "jquery" : "2.1.1", "lodash" : "2.4.1", "ngmap" : "1.2.0", "restangular" : "1.4.0"}, "overrides" : {"angular" : {"ignore" : true}, "ionicons" : {"ignore" : true}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "properties": {"ionicons": {"type": "string"}, "jquery": {"type": "string"}, "lodash": {"type": "string"}, "ngmap": {"type": "string"}, "restangular": {"type": "string"}}, "required": ["ionicons", "jquery", "lodash", "ngmap", "restangular"]}, "overrides": {"type": "object", "properties": {"angular": {"type": "object", "properties": {"ignore": {"type": "boolean"}}, "required": ["ignore"]}, "ionicons": {"type": "object", "properties": {"ignore": {"type": "boolean"}}, "required": ["ignore"]}}, "required": ["angular", "ionicons"]}}, "required": ["name", "private", "devDependencies", "dependencies", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"appIdent": {"type": "string"}, "historiskIdent": {"type": "integer"}}, "required": ["appIdent", "historiskIdent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"appIdent" : "Z98765", "historiskIdent" : 100001}, {"appIdent" : "Z98767", "historiskIdent" : 100002}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"appIdent": {"type": "string"}, "historiskIdent": {"type": "integer"}}, "required": ["appIdent", "historiskIdent"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BigBoxNet.Example": {"type": "object", "properties": {"commandName": {"type": "string"}, "environmentVariables": {"type": "object", "properties": {"APIKEY": {"type": "string"}}, "required": ["APIKEY"]}}, "required": ["commandName", "environmentVariables"]}}, "required": ["BigBoxNet.Example"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"BigBoxNet.Example" : {"commandName" : "Project", "environmentVariables" : {"APIKEY" : "x4MXQKPaO3kxF42VDKuXGpMWL4J6hLPB"}}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BigBoxNet.Example": {"type": "object", "properties": {"commandName": {"type": "string"}, "environmentVariables": {"type": "object", "properties": {"APIKEY": {"type": "string"}}, "required": ["APIKEY"]}}, "required": ["commandName", "environmentVariables"]}}, "required": ["BigBoxNet.Example"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"agent_version": {"type": "string"}, "integration": {"type": "string"}, "check": {"type": "string"}, "statuses": {"type": "array", "items": {"type": "string"}}, "groups": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["agent_version", "integration", "check", "statuses", "groups", "name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"agent_version" : "5.2.0", "integration" : "gearman", "check" : "gearman.can_connect", "statuses" : ["ok", "critical"], "groups" : ["host", "server", "port"], "name" : "Can Connect", "description" : "Returns `CRITICAL` if the Agent check is unable to connect to the monitored Gearman instance. Returns `OK` otherwise."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"agent_version": {"type": "string"}, "integration": {"type": "string"}, "check": {"type": "string"}, "statuses": {"type": "array", "items": {"type": "string"}}, "groups": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["agent_version", "integration", "check", "statuses", "groups", "name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "id", "language", "recorded", "related_urls", "slug", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright_text" : "Standard YouTube License", "description" : "Speaker: Mike Graham\n\nAnd end-to-end look at the life and death of a class and its instance.\n\nSlides can be found at: https://speakerdeck.com/pycon2016 and https://github.com/PyCon/2016-slides", "duration" : 2244, "id" : 5151, "language" : "eng", "recorded" : "2016-05-31", "related_urls" : ["https://github.com/PyCon/2016-slides", "https://speakerdeck.com/pycon2016"], "slug" : "mike-graham-the-life-cycle-of-a-python-class-pycon-2016", "speakers" : ["Mike Graham"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/kZtC_4Ecq1Y/maxresdefault.jpg", "title" : "The Life Cycle of a Python Class", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=kZtC_4Ecq1Y"}]} | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "id", "language", "recorded", "related_urls", "slug", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "sapi'odawis", "h" : [{"d" : [{"f" : "\u6458\u53d6\u6ab3\u6994\u679c\u4f7f\u7528\u7684\u5668\u5177\u3002", "e" : ["\ufff9`Sapi~`'odawis~ `a~ `po'ot~.\ufffa\ufffb\u6458\u53d6\u6ab3\u6994\u679c\u7684\u5200\u5b50\u3002"]}]}], "stem" : "'odawis"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "proxy": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "node-sass-chokidar": {"type": "string"}, "qs": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": "string"}, "react-scripts": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["axios", "node-sass-chokidar", "qs", "react", "react-dom", "react-redux", "react-scripts", "redux", "redux-thunk"]}, "scripts": {"type": "object", "properties": {"build-css": {"type": "string"}, "watch-css": {"type": "string"}, "client-dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["build-css", "watch-css", "client-dev", "start", "build", "test", "eject"]}}, "required": ["name", "version", "private", "homepage", "proxy", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "reno", "version" : "0.1.0", "private" : true, "homepage" : "http://ducdhm.com/reno/client/build/", "proxy" : "http://localhost:5000", "dependencies" : {"axios" : "^0.18.0", "node-sass-chokidar" : "^1.2.2", "qs" : "^6.5.1", "react" : "^16.3.1", "react-dom" : "^16.3.1", "react-redux" : "^5.0.7", "react-scripts" : "1.1.4", "redux" : "^3.7.2", "redux-thunk" : "^2.2.0"}, "scripts" : {"build-css" : "node-sass-chokidar src/ -o src/", "watch-css" : "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive", "client-dev" : "concurrently --kill-others-on-fail \"yarn watch-css\" \"yarn start\"", "start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "proxy": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "node-sass-chokidar": {"type": "string"}, "qs": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": "string"}, "react-scripts": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["axios", "node-sass-chokidar", "qs", "react", "react-dom", "react-redux", "react-scripts", "redux", "redux-thunk"]}, "scripts": {"type": "object", "properties": {"build-css": {"type": "string"}, "watch-css": {"type": "string"}, "client-dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["build-css", "watch-css", "client-dev", "start", "build", "test", "eject"]}}, "required": ["name", "version", "private", "homepage", "proxy", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"index": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "classes": {"type": "array", "items": {}}, "races": {"type": "array", "items": {}}, "url": {"type": "string"}, "reference": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "type", "url"]}}}, "required": ["index", "type", "name", "classes", "races", "url", "reference", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : "war-picks", "type" : "Weapons", "name" : "War picks", "classes" : [], "races" : [], "url" : "/api/proficiencies/war-picks", "reference" : {"index" : "war-pick", "name" : "War pick", "url" : "/api/equipment/war-pick"}, "references" : [{"index" : "war-pick", "name" : "War pick", "type" : "equipment", "url" : "/api/equipment/war-pick"}]} | json_instruct | {"type": "object", "properties": {"index": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "classes": {"type": "array", "items": {}}, "races": {"type": "array", "items": {}}, "url": {"type": "string"}, "reference": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "type", "url"]}}}, "required": ["index", "type", "name", "classes", "races", "url", "reference", "references"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"serviceURL": {"type": "string"}, "hasTeamID": {"type": "boolean"}}, "required": ["serviceURL", "hasTeamID"]}}, "required": ["id", "name", "version", "description", "main", "author", "license", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "gitlab", "name" : "GitLab", "version" : "1.0.0", "description" : "GitLab", "main" : "index.js", "author" : "Jarvis (BallisticPain) Stubblefield", "license" : "MIT", "config" : {"serviceURL" : "https://gitlab.com/", "hasTeamID" : false}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"serviceURL": {"type": "string"}, "hasTeamID": {"type": "boolean"}}, "required": ["serviceURL", "hasTeamID"]}}, "required": ["id", "name", "version", "description", "main", "author", "license", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "testappauto649_dev_23327", "displayName" : "testappauto649_dev_23327"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "AppName": {"type": "string"}, "Application": {"type": "object", "properties": {"LoginPath": {"type": "string"}}, "required": ["LoginPath"]}}, "required": ["ConnectionStrings", "Logging", "AllowedHosts", "AppName", "Application"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConnectionStrings" : {"DefaultConnection" : "Server=(localdb)\\mssqllocaldb;Database=asp.net_4drafts;Trusted_Connection=True;MultipleActiveResultSets=true"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*", "AppName" : "4drafts", "Application" : {"LoginPath" : "/Users/Login"}} | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "AppName": {"type": "string"}, "Application": {"type": "object", "properties": {"LoginPath": {"type": "string"}}, "required": ["LoginPath"]}}, "required": ["ConnectionStrings", "Logging", "AllowedHosts", "AppName", "Application"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ru": {"type": "string"}}, "required": ["name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[34.353, -15.744], [34.727, -15.816], [34.736, -15.817], [34.903, -16.014], [35.114, -16.31], [34.895, -16.689], [34.576, -16.326], [34.42, -16.25], [34.43, -16.044], [34.259, -15.906], [34.353, -15.744]]]}, "properties" : {"name" : "Chikwawa", "iso2" : "MW-CK", "admin_level" : 4, "osm_id" : 7347768, "countrylevel_id" : "iso2:MW-CK", "osm_data" : {"localname" : "Chikwawa", "official_name" : "", "alltags" : {"name:ru" : "\u0427\u0438\u043a\u0432\u0430\u0432\u0430"}}, "center_lat" : -16.17, "center_lon" : 34.71, "area_m2" : 4917394198, "timezone" : "Africa/Blantyre", "wikidata_id" : "Q722509", "wikipedia_id" : "en:Chikwawa District"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ru": {"type": "string"}}, "required": ["name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "Jobudsmeetup", "author" : "nascarlo88", "count" : 164} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"64": {"type": "string"}}, "required": ["64"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "version", "description", "icons", "background", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "translate_tool", "version" : "0.1.0", "description" : "Right click > Translate", "icons" : {"64" : "lf5b3pp8.png"}, "background" : {"scripts" : ["background.js"]}, "permissions" : ["contextMenus", "tabs", "<all_urls>"]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"64": {"type": "string"}}, "required": ["64"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "version", "description", "icons", "background", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Capaclan, Romblon, Romblon, MIMAROPA (Region IV-B), PH", "locale" : "ph.mimaropa-region-iv-b.romblon.romblon.capaclan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "13", "region_reference" : "42", "region_name" : "MIMAROPA (Region IV-B)", "province_id" : "65", "province_reference" : "65", "province_name" : "Romblon", "city_id" : "1086", "city_reference" : "1358", "city_name" : "Romblon", "barangay_id" : "31136", "barangay_reference" : "35046", "barangay_name" : "Capaclan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[122.275131, 12.59241], [122.2826, 12.59326], [122.284607, 12.58849], [122.283638, 12.58802], [122.288292, 12.57834], [122.283157, 12.57437], [122.280098, 12.57448], [122.280022, 12.57552], [122.280502, 12.57563], [122.280502, 12.57598], [122.280861, 12.57615], [122.281036, 12.57661], [122.280228, 12.57699], [122.280067, 12.57688], [122.279839, 12.57684], [122.279678, 12.57694], [122.279533, 12.57707], [122.279411, 12.57722], [122.279373, 12.57738], [122.277901, 12.57846], [122.27697, 12.5792], [122.276573, 12.57955], [122.276283, 12.57985], [122.275902, 12.5802], [122.275482, 12.58038], [122.274559, 12.58045], [122.274033, 12.58102], [122.274803, 12.58136], [122.274231, 12.58261], [122.271919, 12.58366], [122.271637, 12.58504], [122.27066, 12.58517], [122.270599, 12.58559], [122.270927, 12.58608], [122.271027, 12.58628], [122.271263, 12.58672], [122.271713, 12.5876], [122.271767, 12.58822], [122.272537, 12.58884], [122.27317, 12.58925], [122.274223, 12.59008], [122.27478, 12.59063], [122.275131, 12.59111], [122.2752, 12.59207], [122.275131, 12.59241]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u4e1e\u5f97\u96fb\u696d\u5de5\u7a0b\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99618463", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08210001045208", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6a39\u6797\u5340\u5fe0\u4fe1\u8857\u4e00\u4e09\u865f\u516d\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u6a39\u6797\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u7530\u570b\u6709", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "86478994", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0820312", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0820331", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["26\u96fb\u5b50\u96f6\u7d44\u4ef6\u88fd\u9020\u696d", "27\u96fb\u8166\u3001\u96fb\u5b50\u7522\u54c1\u53ca\u5149\u5b78\u88fd\u54c1\u88fd\u9020\u696d", "28\u96fb\u529b\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["269\u5176\u4ed6\u96fb\u5b50\u96f6\u7d44\u4ef6", "271\u96fb\u8166\u53ca\u5176\u9031\u908a\u8a2d\u5099", "272\u901a\u8a0a\u50b3\u64ad\u8a2d\u5099", "281\u767c\u96fb\u3001\u8f38\u96fb\u3001\u914d\u96fb\u6a5f\u68b0", "283\u96fb\u7dda\u53ca\u914d\u7dda\u5668\u6750", "289\u5176\u4ed6\u96fb\u529b\u8a2d\u5099"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "jgrossi/corcel": {"type": "string"}, "p-andrey/tentacles": {"type": "string"}}, "required": ["php", "jgrossi/corcel", "p-andrey/tentacles"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "orchestra/testbench": {"type": "string"}, "orchestra/database": {"type": "string"}}, "required": ["phpunit/phpunit", "orchestra/testbench", "orchestra/database"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tbruckmaier\\Corcelacf\\": {"type": "string"}, "Tbruckmaier\\Corcelacf\\Tests\\": {"type": "string"}}, "required": ["Tbruckmaier\\Corcelacf\\", "Tbruckmaier\\Corcelacf\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "homepage", "license", "authors", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tbruckmaier/corcel-acf", "description" : "Advanced Custom Field (ACF) plugin for Corcel", "homepage" : "http://github.com/tbruckmaier/corcel-acf", "license" : "MIT", "authors" : [{"name" : "Thomas Bruckmaier"}, {"name" : "Junior Grossi", "email" : "juniorgro@gmail.com", "homepage" : "http://jgrossi.com"}], "require" : {"php" : ">=7.0.0|^8.0", "jgrossi/corcel" : ">=2.5", "p-andrey/tentacles" : "^1.2"}, "require-dev" : {"phpunit/phpunit" : ">=6.0", "orchestra/testbench" : ">=3.4", "orchestra/database" : ">=3.4"}, "autoload" : {"psr-4" : {"Tbruckmaier\\Corcelacf\\" : "src/", "Tbruckmaier\\Corcelacf\\Tests\\" : "tests/"}}, "extra" : {"laravel" : {"providers" : ["Tbruckmaier\\Corcelacf\\ServiceProvider"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "jgrossi/corcel": {"type": "string"}, "p-andrey/tentacles": {"type": "string"}}, "required": ["php", "jgrossi/corcel", "p-andrey/tentacles"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "orchestra/testbench": {"type": "string"}, "orchestra/database": {"type": "string"}}, "required": ["phpunit/phpunit", "orchestra/testbench", "orchestra/database"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tbruckmaier\\Corcelacf\\": {"type": "string"}, "Tbruckmaier\\Corcelacf\\Tests\\": {"type": "string"}}, "required": ["Tbruckmaier\\Corcelacf\\", "Tbruckmaier\\Corcelacf\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "homepage", "license", "authors", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"space": {"type": "object", "properties": {"corners": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sampling": {"type": "object", "properties": {"init_size": {"type": "integer"}, "method": {"type": "string"}}, "required": ["init_size", "method"]}}, "required": ["corners", "sampling"]}, "pod": {"type": "object", "properties": {"dim_max": {"type": "integer"}, "tolerance": {"type": "number"}, "type": {"type": "string"}}, "required": ["dim_max", "tolerance", "type"]}, "snapshot": {"type": "object", "properties": {"max_workers": {"type": "integer"}, "plabels": {"type": "array", "items": {"type": "string"}}, "flabels": {"type": "array", "items": {"type": "string"}}, "provider": {"type": "object", "properties": {"type": {"type": "string"}, "module": {"type": "string"}, "function": {"type": "string"}}, "required": ["type", "module", "function"]}, "io": {"type": "object", "properties": {"space_fname": {"type": "string"}, "space_format": {"type": "string"}, "data_fname": {"type": "string"}, "data_format": {"type": "string"}}, "required": ["space_fname", "space_format", "data_fname", "data_format"]}}, "required": ["max_workers", "plabels", "flabels", "provider", "io"]}, "surrogate": {"type": "object", "properties": {"predictions": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "method": {"type": "string"}, "cost_ratio": {"type": "number"}, "grand_cost": {"type": "integer"}}, "required": ["predictions", "method", "cost_ratio", "grand_cost"]}, "uq": {"type": "object", "properties": {"sample": {"type": "integer"}, "pdf": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "method": {"type": "string"}}, "required": ["sample", "pdf", "type", "method"]}}, "required": ["space", "pod", "snapshot", "surrogate", "uq"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"space" : {"corners" : [[0.0], [1.0]], "sampling" : {"init_size" : 10, "method" : "halton"}}, "pod" : {"dim_max" : 100, "tolerance" : 0.99, "type" : "static"}, "snapshot" : {"max_workers" : 5, "plabels" : ["fidelity", "x1"], "flabels" : ["F"], "provider" : {"type" : "function", "module" : "function", "function" : "f"}, "io" : {"space_fname" : "point.json", "space_format" : "json", "data_fname" : "point.npz", "data_format" : "npz"}}, "surrogate" : {"predictions" : [[4.2], [6.6]], "method" : "evofusion", "cost_ratio" : 5.1, "grand_cost" : 13}, "uq" : {"sample" : 1000, "pdf" : ["Uniform(0.0, 1.0)"], "type" : "aggregated", "method" : "sobol"}} | json_instruct | {"type": "object", "properties": {"space": {"type": "object", "properties": {"corners": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sampling": {"type": "object", "properties": {"init_size": {"type": "integer"}, "method": {"type": "string"}}, "required": ["init_size", "method"]}}, "required": ["corners", "sampling"]}, "pod": {"type": "object", "properties": {"dim_max": {"type": "integer"}, "tolerance": {"type": "number"}, "type": {"type": "string"}}, "required": ["dim_max", "tolerance", "type"]}, "snapshot": {"type": "object", "properties": {"max_workers": {"type": "integer"}, "plabels": {"type": "array", "items": {"type": "string"}}, "flabels": {"type": "array", "items": {"type": "string"}}, "provider": {"type": "object", "properties": {"type": {"type": "string"}, "module": {"type": "string"}, "function": {"type": "string"}}, "required": ["type", "module", "function"]}, "io": {"type": "object", "properties": {"space_fname": {"type": "string"}, "space_format": {"type": "string"}, "data_fname": {"type": "string"}, "data_format": {"type": "string"}}, "required": ["space_fname", "space_format", "data_fname", "data_format"]}}, "required": ["max_workers", "plabels", "flabels", "provider", "io"]}, "surrogate": {"type": "object", "properties": {"predictions": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "method": {"type": "string"}, "cost_ratio": {"type": "number"}, "grand_cost": {"type": "integer"}}, "required": ["predictions", "method", "cost_ratio", "grand_cost"]}, "uq": {"type": "object", "properties": {"sample": {"type": "integer"}, "pdf": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "method": {"type": "string"}}, "required": ["sample", "pdf", "type", "method"]}}, "required": ["space", "pod", "snapshot", "surrogate", "uq"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sampling_mode" : "Linear", "iters" : [11.0, 22.0, 33.0, 44.0, 55.0, 66.0, 77.0, 88.0, 99.0, 110.0, 121.0, 132.0, 143.0, 154.0, 165.0, 176.0, 187.0, 198.0, 209.0, 220.0, 231.0, 242.0, 253.0, 264.0, 275.0, 286.0, 297.0, 308.0, 319.0, 330.0, 341.0, 352.0, 363.0, 374.0, 385.0, 396.0, 407.0, 418.0, 429.0, 440.0, 451.0, 462.0, 473.0, 484.0, 495.0, 506.0, 517.0, 528.0, 539.0, 550.0, 561.0, 572.0, 583.0, 594.0, 605.0, 616.0, 627.0, 638.0, 649.0, 660.0, 671.0, 682.0, 693.0, 704.0, 715.0, 726.0, 737.0, 748.0, 759.0, 770.0, 781.0, 792.0, 803.0, 814.0, 825.0, 836.0, 847.0, 858.0, 869.0, 880.0, 891.0, 902.0, 913.0, 924.0, 935.0, 946.0, 957.0, 968.0, 979.0, 990.0, 1001.0, 1012.0, 1023.0, 1034.0, 1045.0, 1056.0, 1067.0, 1078.0, 1089.0, 1100.0], "times" : [1120896.0, 2022076.0, 3045208.0, 4047804.0, 5033234.0, 6017072.0, 7390851.0, 8021271.0, 9024054.0, 10013923.0, 10988233.0, 12024526.0, 13020825.0, 14009440.0, 15181962.0, 16140395.0, 17026664.0, 18009088.0, 19008555.0, 20029145.0, 21017124.0, 21987750.0, 22994937.0, 23969241.0, 24985098.0, 25997323.0, 26988895.0, 28016109.0, 28994703.0, 31591864.0, 31221891.0, 32421747.0, 33031989.0, 34030374.0, 35363191.0, 36055945.0, 37059572.0, 38286110.0, 39052226.0, 40293605.0, 41806650.0, 42053286.0, 43956526.0, 44028009.0, 45011517.0, 45977552.0, 46963050.0, 48000666.0, 48977132.0, 50040733.0, 50951051.0, 51929521.0, 52986871.0, 54018888.0, 55680563.0, 56272464.0, 57019939.0, 57937783.0, 58904206.0, 59916065.0, 60953366.0, 61911420.0, 62981247.0, 63952044.0, 64981555.0, 65977644.0, 66975748.0, 68002829.0, 68966384.0, 70270171.0, 71146588.0, 72054487.0, 73038293.0, 73977209.0, 74970139.0, 75985744.0, 77004124.0, 78048133.0, 78983228.0, 80015835.0, 81030676.0, 81924782.0, 83235015.0, 84675765.0, 85470139.0, 86330228.0, 87205776.0, 88463272.0, 89197250.0, 90038290.0, 90982307.0, 91951931.0, 93001729.0, 93959498.0, 95307008.0, 96078073.0, 97022729.0, 97992488.0, 99034796.0, 99967227.0]} | json_instruct | {"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[135.5, 28.583333333333332], [135.5, 28.666666666666668], [135.625, 28.666666666666668], [135.625, 28.583333333333332], [135.5, 28.583333333333332]]]}, "properties" : {"code" : 423574, "url" : "http://madefor.github.io/0410/api/v1/423574.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/423574.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"sectionConversionSelectors": {"type": "array", "items": {"type": "string"}}, "titleSelector": {"type": "string"}}, "required": ["sectionConversionSelectors", "titleSelector"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sectionConversionSelectors" : [".body-container"], "titleSelector" : "title"} | json_instruct | {"type": "object", "properties": {"sectionConversionSelectors": {"type": "array", "items": {"type": "string"}}, "titleSelector": {"type": "string"}}, "required": ["sectionConversionSelectors", "titleSelector"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "plus_code", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"address_components" : [{"long_name" : "23", "short_name" : "23", "types" : ["street_number"]}, {"long_name" : "Atat\u00fcrk Bulvar\u0131", "short_name" : "Atat\u00fcrk Blv.", "types" : ["route"]}, {"long_name" : "K\u00f6rfez", "short_name" : "K\u00f6rfez", "types" : ["administrative_area_level_4", "political"]}, {"long_name" : "Atakum", "short_name" : "Atakum", "types" : ["administrative_area_level_2", "political"]}, {"long_name" : "Samsun", "short_name" : "Samsun", "types" : ["administrative_area_level_1", "political"]}, {"long_name" : "Turkey", "short_name" : "TR", "types" : ["country", "political"]}, {"long_name" : "55270", "short_name" : "55270", "types" : ["postal_code"]}], "formatted_address" : "atakum/samsun, K\u00f6rfez, Atat\u00fcrk Blv. No:23, 55270 Atakum/Samsun, Turkey", "geometry" : {"location" : {"lat" : 41.35821199999999, "lng" : 36.235068}, "location_type" : "ROOFTOP", "viewport" : {"northeast" : {"lat" : 41.35956098029149, "lng" : 36.2364169802915}, "southwest" : {"lat" : 41.3568630197085, "lng" : 36.2337190197085}}}, "place_id" : "ChIJSz0dsM5-iEARxDA6nIjuVUs", "plus_code" : {"compound_code" : "965P+72 Atakum, Samsun, Turkey", "global_code" : "8GHR965P+72"}, "types" : ["establishment", "food", "point_of_interest", "restaurant"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "plus_code", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "self-conceited", "definition" : "Having an overweening opinion of one's own powers, attainments; vain; conceited. -- Self`-con*ceit\"ed*ness, n."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-pvph-mwgf-m4j6", "modified" : "2022-05-01T17:44:15Z", "published" : "2022-05-01T17:44:15Z", "aliases" : ["CVE-2007-0437"], "details" : "Multiple cross-site scripting (XSS) vulnerabilities in the sample Cache' Server Page (CSP) scripts in InterSystems Cache' allow remote attackers to inject arbitrary web script or HTML via (1) the TO parameter to loop.csp, (2) the VALUE parameter to cookie.csp, and (3) the PAGE parameter to showsource.csp in csp/samples/; and allow remote authenticated users to inject arbitrary web script or HTML via (4) the ERROR parameter to csp/samples/xmlclasseserror.csp, and unspecified vectors in (5) object.csp and (6) lotteryhistory.csp in csp/samples/.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2007-0437"}, {"type" : "WEB", "url" : "http://www.cpni.gov.uk/Products/alerts/2928.aspx"}, {"type" : "WEB", "url" : "http://www.mwrinfosecurity.com/advisories/mwri_cache-sample-files-xss-advisory_2007-04-04.pdf"}, {"type" : "WEB", "url" : "http://www.mwrinfosecurity.com/news/1658.html"}], "database_specific" : {"cwe_ids" : [], "severity" : "LOW", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "repository", "author", "license", "keywords", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "phonegap-template-hello-world", "version" : "4.0.4", "description" : "> The island's leading lifestyle community", "repository" : {"type" : "git", "url" : "https://github.com/SamBeniquez/Boriken-Private-Society.git"}, "author" : "PhoneGap Team", "license" : "Apache-2.0", "keywords" : ["ecosystem:phonegap", "ecosystem:cordova", "cordova:template", "phonegap:template"], "bugs" : {"url" : "https://github.com/SamBeniquez/Boriken-Private-Society/issues"}, "homepage" : "https://github.com/SamBeniquez/Boriken-Private-Society"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "repository", "author", "license", "keywords", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : [["#1:", "xxyxxy", "xyy", "1 5 4 6 3 2"], ["jphokenixr", "joker", "2 9 3 7 8 1 6 5 4 10"]], "outputs" : [["3"], ["5"]]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.5, 23.5], [122.5, 23.583333333333332], [122.625, 23.583333333333332], [122.625, 23.5], [122.5, 23.5]]]}, "properties" : {"code" : 352224, "url" : "http://madefor.github.io/0410/api/v1/352224.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/352224.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Script": {"type": "object", "properties": {"Directory Script": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "PathDLL": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Script", "UUID Resource", "Name", "PathDLL", "Type", "Last Write"]}}, "required": ["Script"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Script" : {"Directory Script" : "Assets/Boss_BT.cs", "UUID Resource" : 1475333225, "Name" : "Boss_BT", "PathDLL" : "Library/Scripts/1475333225.dll", "Type" : 4, "Last Write" : 1523903697}} | json_instruct | {"type": "object", "properties": {"Script": {"type": "object", "properties": {"Directory Script": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "PathDLL": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Script", "UUID Resource", "Name", "PathDLL", "Type", "Last Write"]}}, "required": ["Script"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [217.491, 129.563, 1, 217.938, 145.715, 1, 204.35, 146.272, 1, 187.287, 169.476, 1, 182.487, 177.39, 1, 230.217, 144.543, 1, 239.911, 144.28, 1, 234.148, 144.53, 1, 216.361, 191.002, 1, 209.218, 231.256, 1, 222.982, 255.134, 1, 233.156, 189.496, 1, 232.387, 225.29, 1, 228.945, 261.095, 1, 212.73, 128.651, 1, 219.482, 128.529, 1, 209.724, 129.661, 1, 226.27, 129.349, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}, "display": {"type": "string"}, "orientation": {"type": "string"}, "description": {"type": "string"}, "lang": {"type": "string"}, "Scope": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "splash_pages": {"type": "null"}}, "required": ["name", "short_name", "theme_color", "background_color", "display", "orientation", "description", "lang", "Scope", "start_url", "icons", "splash_pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Ingressive Campus FUTA", "short_name" : "ICA FUTA", "theme_color" : "#3f4e85", "background_color" : "#3f4e85", "display" : "standalone", "orientation" : "portrait", "description" : "ICA-FUTA is a platform for growth and development of future world-class developers, designers, CTOs, founders and CEOs, to learn from industry subject matter experts, share knowledge, network, build the community and gain from the many great opportunities attached to the program.", "lang" : "en-US", "Scope" : "/", "start_url" : "/index.html?launcher=true", "icons" : [{"src" : "images/icons/icon-72x72.png", "sizes" : "72x72", "type" : "image/png"}, {"src" : "images/icons/icon-96x96.png", "sizes" : "96x96", "type" : "image/png"}, {"src" : "images/icons/icon-128x128.png", "sizes" : "128x128", "type" : "image/png"}, {"src" : "images/icons/icon-144x144.png", "sizes" : "144x144", "type" : "image/png"}, {"src" : "images/icons/icon-152x152.png", "sizes" : "152x152", "type" : "image/png"}, {"src" : "images/icons/icon-192x192.png", "sizes" : "192x192", "type" : "image/png"}, {"src" : "images/icons/icon-384x384.png", "sizes" : "384x384", "type" : "image/png"}, {"src" : "images/icons/icon-512x512.png", "sizes" : "512x512", "type" : "image/png"}], "splash_pages" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}, "display": {"type": "string"}, "orientation": {"type": "string"}, "description": {"type": "string"}, "lang": {"type": "string"}, "Scope": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "splash_pages": {"type": "null"}}, "required": ["name", "short_name", "theme_color", "background_color", "display", "orientation", "description", "lang", "Scope", "start_url", "icons", "splash_pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ActionScript": {"type": "integer"}, "AngelScript": {"type": "integer"}}, "required": ["ActionScript", "AngelScript"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ActionScript" : 1603616, "AngelScript" : 471282} | json_instruct | {"type": "object", "properties": {"ActionScript": {"type": "integer"}, "AngelScript": {"type": "integer"}}, "required": ["ActionScript", "AngelScript"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": "string"}, "(5, 0, 1)": {"type": "string"}, "(5, 1, 1)": {"type": "string"}, "(6, 0, 1)": {"type": "string"}, "(6, 1, 1)": {"type": "string"}}, "required": ["(0, 0, 2)", "(1, 0, 1)", "(1, 1, 1)", "(2, 0, 1)", "(2, 1, 1)", "(3, 0, 1)", "(3, 1, 1)", "(4, 0, 1)", "(4, 1, 1)", "(5, 0, 1)", "(5, 1, 1)", "(6, 0, 1)", "(6, 1, 1)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"(0, 0, 2)" : "Evolutionarily stable strategy", "(1, 0, 1)" : "Subset of", "(1, 1, 1)" : "Nash equilibrium", "(2, 0, 1)" : "Superset of", "(2, 1, 1)" : "Stochastically stable equilibrium, Stable Strong Nash equilibrium", "(3, 0, 1)" : "Intersects with", "(3, 1, 1)" : "Subgame perfect equilibrium, Trembling hand perfect equilibrium, Perfect Bayesian equilibrium", "(4, 0, 1)" : "Proposed by", "(4, 1, 1)" : "John Maynard Smith and George R. Price", "(5, 0, 1)" : "Used for", "(5, 1, 1)" : "Biological modeling and Evolutionary game theory", "(6, 0, 1)" : "Example", "(6, 1, 1)" : "Hawk-dove"} | json_instruct | {"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": "string"}, "(5, 0, 1)": {"type": "string"}, "(5, 1, 1)": {"type": "string"}, "(6, 0, 1)": {"type": "string"}, "(6, 1, 1)": {"type": "string"}}, "required": ["(0, 0, 2)", "(1, 0, 1)", "(1, 1, 1)", "(2, 0, 1)", "(2, 1, 1)", "(3, 0, 1)", "(3, 1, 1)", "(4, 0, 1)", "(4, 1, 1)", "(5, 0, 1)", "(5, 1, 1)", "(6, 0, 1)", "(6, 1, 1)"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"collection.js": {"type": "string"}, "loader-utils": {"type": "string"}}, "required": ["collection.js", "loader-utils"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "monic": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["eslint", "monic", "webpack"]}, "peerDependencies": {"type": "object", "properties": {"monic": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["monic", "webpack"]}}, "required": ["name", "description", "homepage", "main", "license", "version", "author", "repository", "bugs", "engines", "scripts", "keywords", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "monic-loader", "description" : "Using Monic with WebPack.", "homepage" : "https://github.com/MonicBuilder/monic-loader", "main" : "index.js", "license" : "MIT", "version" : "3.0.2", "author" : {"name" : "kobezzza", "email" : "kobezzza@mail.ru", "url" : "https://github.com/kobezzza"}, "repository" : {"type" : "git", "url" : "git://github.com/MonicBuilder/monic-loader.git"}, "bugs" : {"url" : "https://github.com/MonicBuilder/monic-loader/issues"}, "engines" : {"node" : ">= 12"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 0"}, "keywords" : ["webpack", "loader", "monic"], "dependencies" : {"collection.js" : "^6.7.11", "loader-utils" : "^2.0.0"}, "devDependencies" : {"eslint" : "^7.30.0", "monic" : "^2.6.1", "webpack" : "^5.42.0"}, "peerDependencies" : {"monic" : "^2.0.0", "webpack" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"collection.js": {"type": "string"}, "loader-utils": {"type": "string"}}, "required": ["collection.js", "loader-utils"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "monic": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["eslint", "monic", "webpack"]}, "peerDependencies": {"type": "object", "properties": {"monic": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["monic", "webpack"]}}, "required": ["name", "description", "homepage", "main", "license", "version", "author", "repository", "bugs", "engines", "scripts", "keywords", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "3bc7128e5edc5774b1e9", "c" : {"0" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webpackCompilationHash" : "b2d2cead6310192bacc9"} | json_instruct | {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "mainLink": {"type": "string"}, "secondaryLinks": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["city", "country", "name", "image", "topics", "mainLink", "secondaryLinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"city" : "mumbai", "country" : "india", "name" : "Mumbai Women in Machine Learning and Data Science", "image" : "https://pbs.twimg.com/profile_images/895132525114216449/3uK3PVZU_400x400.jpg", "topics" : ["Machine Learning", "Data Science"], "mainLink" : "https://www.meetup.com/Mumbai-Women-in-Machine-Learning-and-Data-Science/", "secondaryLinks" : [{"name" : "Website", "url" : "http://wimlds.org/about-the-mumbai-team/"}]} | json_instruct | {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "mainLink": {"type": "string"}, "secondaryLinks": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["city", "country", "name", "image", "topics", "mainLink", "secondaryLinks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-es2015": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "csv-parse": {"type": "string"}, "lodash": {"type": "string"}, "mem": {"type": "string"}, "papaparse": {"type": "string"}, "serialize-javascript": {"type": "string"}, "tar": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "xmlhttprequest": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-es2015", "babel-loader", "babel-preset-es2015", "csv-parse", "lodash", "mem", "papaparse", "serialize-javascript", "tar", "webpack", "webpack-cli", "xmlhttprequest"]}, "packageManager": {"type": "string"}}, "required": ["name", "version", "devDependencies", "packageManager"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "csv-to-table-by-react", "version" : "0.1.0", "devDependencies" : {"@babel/core" : "7.17.5", "@babel/preset-env" : "7.16.11", "@babel/preset-es2015" : "7.0.0-beta.53", "babel-loader" : "8.2.3", "babel-preset-es2015" : "6.24.1", "csv-parse" : "5.0.4", "lodash" : "4.17.21", "mem" : "9.0.2", "papaparse" : "5.3.1", "serialize-javascript" : "6.0.0", "tar" : "6.1.11", "webpack" : "5.70.0", "webpack-cli" : "4.9.2", "xmlhttprequest" : "1.8.0"}, "packageManager" : "yarn@3.2.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-es2015": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "csv-parse": {"type": "string"}, "lodash": {"type": "string"}, "mem": {"type": "string"}, "papaparse": {"type": "string"}, "serialize-javascript": {"type": "string"}, "tar": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "xmlhttprequest": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-es2015", "babel-loader", "babel-preset-es2015", "csv-parse", "lodash", "mem", "papaparse", "serialize-javascript", "tar", "webpack", "webpack-cli", "xmlhttprequest"]}, "packageManager": {"type": "string"}}, "required": ["name", "version", "devDependencies", "packageManager"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[4, 2, 5, 1], [10, 4, 11, 3], [16, 5, 17, 6], [14, 8, 15, 7], [2, 10, 3, 9], [20, 12, 21, 11], [8, 14, 9, 13], [18, 15, 19, 16], [6, 17, 7, 18], [22, 20, 1, 19], [12, 22, 13, 21]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "coverage"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-ecollect-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["chai", "coveralls", "eslint", "eslint-config-ecollect-base", "eslint-plugin-import", "mocha", "nyc"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "contributors", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "taf-parser", "version" : "0.0.2", "description" : "TAF ( Tagged Format ) Sage 50 Format Parser.", "main" : "index.js", "scripts" : {"test" : "nyc mocha ./test", "coverage" : "nyc report --reporter=text-lcov | coveralls"}, "keywords" : ["sage", "sage50", "taf", "parser", "lexer", "Tagged Format", "stream"], "author" : "eCollect AG.", "contributors" : [{"name" : "Vladislav Hristov", "email" : "vladislav.hristov@ecollect.net", "url" : "https://github.com/vladhristov"}, {"name" : "Dimitar Nanov", "email" : "dimitar.nanov@ecollect.net", "url" : "https://nanov.io"}], "license" : "MIT", "devDependencies" : {"chai" : "^4.2.0", "coveralls" : "^3.0.2", "eslint" : "^5.7.0", "eslint-config-ecollect-base" : "0.0.2", "eslint-plugin-import" : "^2.14.0", "mocha" : "^5.2.0", "nyc" : "^13.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "coverage"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-ecollect-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["chai", "coveralls", "eslint", "eslint-config-ecollect-base", "eslint-plugin-import", "mocha", "nyc"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "contributors", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "macnicoin", "symbol" : "MAC", "logoURI" : "https://raw.githubusercontent.com/anemone-fish/crypto-macnicoin/main/logo.png", "decimals" : 0, "address" : "tFceLf6nLmbWtWjjxEVjmC3Co3r94JNQfbqdbVGnvHt", "chainId" : 101, "tags" : ["social-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main.css" : "static/css/main.ded0a034.css", "main.css.map" : "static/css/main.ded0a034.css.map", "main.js" : "static/js/main.9c10d970.js", "main.js.map" : "static/js/main.9c10d970.js.map"} | json_instruct | {"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nested": {"type": "object", "properties": {"ADJ_PRP": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"]}, "SBS_ADJ": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}, "sections": {"type": "string"}, "@include": {"type": "string"}}, "required": ["short", "long", "sections", "@include"]}, "VRB_ADJ": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"]}, "SVR_ADJ": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}, "@include": {"type": "string"}}, "required": ["short", "long", "@include"]}, "ADJ_NAB": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"]}, "ADJ_IDK": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"]}}, "required": ["ADJ_PRP", "SBS_ADJ", "VRB_ADJ", "SVR_ADJ", "ADJ_NAB", "ADJ_IDK"]}}, "required": ["nested"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nested" : {"ADJ_PRP" : {"short" : "ADJ_PRP", "long" : "proper"}, "SBS_ADJ" : {"short" : "SBS_ADJ", "long" : "substantive", "sections" : "1021-1029", "@include" : "sg2/sg_labels/cases.json"}, "VRB_ADJ" : {"short" : "VRB_ADJ", "long" : "vbl adj in \u03c4\u03bf\u03c2/\u03c4\u03b5\u03bf\u03c2"}, "SVR_ADJ" : {"short" : "SVR_ADJ", "long" : "sub. vbl adjective in \u03c4\u03bf\u03c2/\u03c4\u03b5\u03bf\u03c2", "@include" : "sg2/sg_labels/cases.json"}, "ADJ_NAB" : {"short" : "ADJ_NAB", "long" : "none of the above"}, "ADJ_IDK" : {"short" : "ADJ_IDK", "long" : "I do not know"}}} | json_instruct | {"type": "object", "properties": {"nested": {"type": "object", "properties": {"ADJ_PRP": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"]}, "SBS_ADJ": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}, "sections": {"type": "string"}, "@include": {"type": "string"}}, "required": ["short", "long", "sections", "@include"]}, "VRB_ADJ": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"]}, "SVR_ADJ": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}, "@include": {"type": "string"}}, "required": ["short", "long", "@include"]}, "ADJ_NAB": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"]}, "ADJ_IDK": {"type": "object", "properties": {"short": {"type": "string"}, "long": {"type": "string"}}, "required": ["short", "long"]}}, "required": ["ADJ_PRP", "SBS_ADJ", "VRB_ADJ", "SVR_ADJ", "ADJ_NAB", "ADJ_IDK"]}}, "required": ["nested"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "paypalEmail": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["id", "name", "paypalEmail", "homepage"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 173804, "info" : {"name" : "FusionFall Universe Forums - Dark Theme (FFRT)", "description" : "Dark Theme for FusionFall Universe forums (FusionFall Retro Theme).", "additionalInfo" : null, "format" : "uso", "category" : "fusionfalluniverse", "createdAt" : "2019-07-24T19:10:43.000Z", "updatedAt" : "2019-07-30T20:08:06.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 702233, "name" : "Juansecu", "paypalEmail" : "juansecututogam@gmail.com", "homepage" : "https://www.youtube.com/channel/UCJea0s0xshJpGto_veK06Yg"}}, "stats" : {"installs" : {"total" : 13, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "173804_after.png", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain(forums.fusionfalluniverse.com) {\r\n \r\n .post img {\r\n max-width: 100%;\r\n }\r\n \r\n body {\r\n color: #008b03;\r\n }\r\n \r\n .windowbg, #preview_body {\r\n color: #008b03;\r\n\tbackground-color: #000f0550;\r\n }\r\n \r\n .windowbg2 {\r\n\tcolor: #008b03;\r\n\tbackground-color: #000f0550;\r\n }\r\n \r\n .stickybg {\r\n\tbackground: #002440;\r\n }\r\n \r\n .stickybg2 {\r\n\tbackground: #003259;\r\n }\r\n \r\n td, th, tr {\r\n color: #008b03;\r\n }\r\n \r\n .table_list tbody.content td.info a.subject {\r\n color: #09f;\r\n }\r\n \r\n .bbc_link:link, .bbc_link:visited {\r\n border-bottom: none;\r\n }\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "paypalEmail": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["id", "name", "paypalEmail", "homepage"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "standard.enable": {"type": "boolean"}, "workbench.colorTheme": {"type": "string"}}, "required": ["editor.formatOnSave", "standard.enable", "workbench.colorTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"editor.formatOnSave" : true, "standard.enable" : true, "workbench.colorTheme" : "Activate SCARLET protocol (beta)"} | json_instruct | {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "standard.enable": {"type": "boolean"}, "workbench.colorTheme": {"type": "string"}}, "required": ["editor.formatOnSave", "standard.enable", "workbench.colorTheme"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"firstname": {"type": "string"}, "middlename": {"type": "string"}, "lastname": {"type": "string"}, "address": {"type": "string"}, "mobile": {"type": "string"}}, "required": ["firstname", "middlename", "lastname", "address", "mobile"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"firstname" : "name 0", "middlename" : "middle 0", "lastname" : "lastname 0", "address" : "addres 0", "mobile" : "9990"}, {"firstname" : "name 1", "middlename" : "middle 1", "lastname" : "lastname 1", "address" : "addres 1", "mobile" : "9991"}, {"firstname" : "name 2", "middlename" : "middle 2", "lastname" : "lastname 2", "address" : "addres 2", "mobile" : "9992"}, {"firstname" : "name 3", "middlename" : "middle 3", "lastname" : "lastname 3", "address" : "addres 3", "mobile" : "9993"}, {"firstname" : "name 4", "middlename" : "middle 4", "lastname" : "lastname 4", "address" : "addres 4", "mobile" : "9994"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"firstname": {"type": "string"}, "middlename": {"type": "string"}, "lastname": {"type": "string"}, "address": {"type": "string"}, "mobile": {"type": "string"}}, "required": ["firstname", "middlename", "lastname", "address", "mobile"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ankle": {"type": "number"}, "calf": {"type": "number"}, "knee": {"type": "number"}, "midthigh": {"type": "number"}, "thigh": {"type": "number"}, "butt": {"type": "number"}, "hip": {"type": "number"}, "crotchLength": {"type": "number"}, "hipSlope": {"type": "number"}, "ankleToFloor": {"type": "number"}, "calfToFloor": {"type": "number"}, "kneeToFloor": {"type": "number"}, "midthighToFloor": {"type": "number"}, "thighToFloor": {"type": "number"}, "buttToFloor": {"type": "number"}, "hipToFloor": {"type": "number"}}, "required": ["ankle", "calf", "knee", "midthigh", "thigh", "butt", "hip", "crotchLength", "hipSlope", "ankleToFloor", "calfToFloor", "kneeToFloor", "midthighToFloor", "thighToFloor", "buttToFloor", "hipToFloor"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ankle" : 8.83642, "calf" : 14.2801, "knee" : 14.7691, "midthigh" : 18.364, "thigh" : 21.9558, "butt" : 33.8052, "hip" : 30.0323, "crotchLength" : 22.0159, "hipSlope" : 0.044335, "ankleToFloor" : 3.72532, "calfToFloor" : 11.8135, "kneeToFloor" : 19.5959, "midthighToFloor" : 27.2855, "thighToFloor" : 30.3055, "buttToFloor" : 33.379, "hipToFloor" : 36.9164} | json_instruct | {"type": "object", "properties": {"ankle": {"type": "number"}, "calf": {"type": "number"}, "knee": {"type": "number"}, "midthigh": {"type": "number"}, "thigh": {"type": "number"}, "butt": {"type": "number"}, "hip": {"type": "number"}, "crotchLength": {"type": "number"}, "hipSlope": {"type": "number"}, "ankleToFloor": {"type": "number"}, "calfToFloor": {"type": "number"}, "kneeToFloor": {"type": "number"}, "midthighToFloor": {"type": "number"}, "thighToFloor": {"type": "number"}, "buttToFloor": {"type": "number"}, "hipToFloor": {"type": "number"}}, "required": ["ankle", "calf", "knee", "midthigh", "thigh", "butt", "hip", "crotchLength", "hipSlope", "ankleToFloor", "calfToFloor", "kneeToFloor", "midthighToFloor", "thighToFloor", "buttToFloor", "hipToFloor"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "AddressLine2": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "ContactTelephone2": {"type": "string"}, "ContactEmail": {"type": "string"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "AddressLine2", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "ContactTelephone2", "ContactEmail", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "DateLastConfirmed": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "DateLastConfirmed", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 6959, "UUID" : "E620B3B7-1503-421B-A297-C4433334C8A5", "DataProviderID" : 1, "UsageTypeID" : 1, "UsageCost" : "Free", "AddressInfo" : {"ID" : 6860, "Title" : "Parking March\u00e9 du Centre", "AddressLine1" : "5, Rue Pasteur", "AddressLine2" : "", "Town" : "Aubervilliers", "StateOrProvince" : "", "Postcode" : "93300 ", "CountryID" : 80, "Latitude" : 48.913638, "Longitude" : 2.379921299999978, "ContactTelephone1" : "+33 1 48 33 95 70", "ContactTelephone2" : "", "ContactEmail" : "p930702@vincipark.com", "AccessComments" : " Heures d'ouverture Du lundi au samedi, de 7h00 \u00e0 19h00 Ferm\u00e9 le dimanche et les jours f\u00e9ri\u00e9s, sauf le jour du march\u00e9", "DistanceUnit" : 0}, "Connections" : [], "NumberOfPoints" : 1, "GeneralComments" : "", "DateLastConfirmed" : "2011-10-10T21:14:00Z", "StatusTypeID" : 0, "DateLastStatusUpdate" : "2011-10-10T21:14:00Z", "DataQualityLevel" : 1, "DateCreated" : "2011-10-10T21:14:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "AddressLine2": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "ContactTelephone2": {"type": "string"}, "ContactEmail": {"type": "string"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "AddressLine2", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "ContactTelephone2", "ContactEmail", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "DateLastConfirmed": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "DateLastConfirmed", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["bluebird", "lodash"]}, "globalDependencies": {"type": "object", "properties": {"es6-shim": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "express-serve-static-core": {"type": "string"}, "helmet": {"type": "string"}, "jasmine": {"type": "string"}, "mime": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "node": {"type": "string"}, "serve-static": {"type": "string"}, "compression": {"type": "string"}, "spdy": {"type": "string"}}, "required": ["es6-shim", "body-parser", "express", "express-serve-static-core", "helmet", "jasmine", "mime", "mongoose", "morgan", "node", "serve-static", "compression", "spdy"]}}, "required": ["dependencies", "globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"bluebird" : "registry:npm/bluebird#3.2.1+20160211005852", "lodash" : "registry:npm/lodash#4.0.0+20160305082308"}, "globalDependencies" : {"es6-shim" : "registry:dt/es6-shim#0.31.2+20160317120654", "body-parser" : "registry:dt/body-parser#0.0.0+20160112113357", "express" : "registry:dt/express#4.0.0+20160317120654", "express-serve-static-core" : "registry:dt/express-serve-static-core#0.0.0+20160322035842", "helmet" : "registry:dt/helmet#0.0.0+20160112163250", "jasmine" : "registry:dt/jasmine#2.2.0+20160308082659", "mime" : "registry:dt/mime#0.0.0+20151204023458", "mongoose" : "registry:dt/mongoose#3.8.5+20160316155526", "morgan" : "registry:dt/morgan#1.2.2+20160104041339", "node" : "registry:dt/node#4.0.0+20160311162451", "serve-static" : "registry:dt/serve-static#0.0.0+20160104095738", "compression" : "registry:dt/compression#0.0.0+20160501162003", "spdy" : "registry:dt/spdy#3.4.3+20161005184000"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["bluebird", "lodash"]}, "globalDependencies": {"type": "object", "properties": {"es6-shim": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "express-serve-static-core": {"type": "string"}, "helmet": {"type": "string"}, "jasmine": {"type": "string"}, "mime": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "node": {"type": "string"}, "serve-static": {"type": "string"}, "compression": {"type": "string"}, "spdy": {"type": "string"}}, "required": ["es6-shim", "body-parser", "express", "express-serve-static-core", "helmet", "jasmine", "mime", "mongoose", "morgan", "node", "serve-static", "compression", "spdy"]}}, "required": ["dependencies", "globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "string"}, "url": {"type": "string"}}, "required": ["status", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "queued", "url" : "https://api.github.com/repos/github/developer.github.com/pages/builds/latest"} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "url": {"type": "string"}}, "required": ["status", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "CAN THEY RECEIVE AND ASSENT TO ADVENTITIOUS NOTIONS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/676.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rankine:block/sandy_loam_mud"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "startup": {"type": "string"}, "boot": {"type": "string"}, "gpio": {"type": "boolean"}, "apparmor": {"type": "boolean"}, "privileged": {"type": "array", "items": {"type": "string"}}, "arch": {"type": "array", "items": {"type": "string"}}, "map": {"type": "array", "items": {"type": "string"}}, "ports": {"type": "object", "properties": {"2001/tcp": {"type": "integer"}}, "required": ["2001/tcp"]}, "environment": {"type": "object", "properties": {}, "required": []}, "options": {"type": "object", "properties": {}, "required": []}, "schema": {"type": "object", "properties": {}, "required": []}, "devices": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "slug", "description", "startup", "boot", "gpio", "apparmor", "privileged", "arch", "map", "ports", "environment", "options", "schema", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Homegear", "version" : "0.21.10", "slug" : "rpi-homegear", "description" : "Homegear as a Hassio add-on", "startup" : "before", "boot" : "auto", "gpio" : true, "apparmor" : false, "privileged" : ["SYS_ADMIN", "SYS_RAWIO"], "arch" : ["amd64", "armhf", "i386", "armv7"], "map" : ["config:rw", "share:rw"], "ports" : {"2001/tcp" : 2001}, "environment" : {}, "options" : {}, "schema" : {}, "devices" : ["/dev/spidev0.0"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "startup": {"type": "string"}, "boot": {"type": "string"}, "gpio": {"type": "boolean"}, "apparmor": {"type": "boolean"}, "privileged": {"type": "array", "items": {"type": "string"}}, "arch": {"type": "array", "items": {"type": "string"}}, "map": {"type": "array", "items": {"type": "string"}}, "ports": {"type": "object", "properties": {"2001/tcp": {"type": "integer"}}, "required": ["2001/tcp"]}, "environment": {"type": "object", "properties": {}, "required": []}, "options": {"type": "object", "properties": {}, "required": []}, "schema": {"type": "object", "properties": {}, "required": []}, "devices": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "slug", "description", "startup", "boot", "gpio", "apparmor", "privileged", "arch", "map", "ports", "environment", "options", "schema", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 200, "data" : {"totalSubs" : 123, "subsInEachSource" : {"feedly" : 77, "inoreader" : 43, "feedsPub" : 3}, "failedSources" : {}}, "lastModified" : 1624952674248} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Place pork roast in self-sealing plastic bag. Combine parsley, onion and garlic in food processor; pulse until minced. Add remaining ingredients and process to blend.", "Reserve 1/4 cup chimichurri sauce; set aside. Coat pork in plastic bag with remaining mixture. Seal bag and refrigerate overnight.", "Heat oven to 375 degrees F. Remove pork from marinade and place on rack in shallow pan (discard any leftover marinade). Roast 30 to 35 minutes per pound until internal temperature reaches 150 degrees F. Let stand 10 minutes before slicing.", "Serve sliced loin filet with reserved chimichurri sauce."], "ingredients" : ["1 Smithfield\u00ae Original Pork Loin Filet", "1 cup coarsely chopped parsley", "1/4 cup chopped onion", "6 cloves garlic, coarsely chopped", "1/4 cup lemon juice", "1/4 cup olive oil", "1 teaspoon dried oregano", "1 teaspoon crushed red pepper", "1 teaspoon salt", "1/2 teaspoon black pepper"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Pork Loin with Chimichurri Sauce", "url" : "http://allrecipes.com/recipe/244382/pork-loin-with-chimichurri-sauce/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"testtext": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"output": {"type": "string"}, "subentries": {"type": "array", "items": {"type": "object", "properties": {"output": {"type": "string"}}, "required": ["output"]}}}, "required": ["output", "subentries"]}}}, "required": ["testtext", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"testtext" : "test", "entries" : [{"output" : "test2", "subentries" : [{"output" : "test3"}]}]} | json_instruct | {"type": "object", "properties": {"testtext": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"output": {"type": "string"}, "subentries": {"type": "array", "items": {"type": "object", "properties": {"output": {"type": "string"}}, "required": ["output"]}}}, "required": ["output", "subentries"]}}}, "required": ["testtext", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"deprecated" : "false", "authority-code" : "SWO", "identifier" : "SWO", "about" : "http://publications.europa.eu/resource/authority/language/SWO", "prefLabel" : {"@lang" : "swo", "#text" : "shanenawa"}, "start.use" : "1950-05-09"} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "server_names": {"type": "array", "items": {"type": "string"}}, "owner": {"type": "string"}, "root": {"type": "string"}, "web_root": {"type": "string"}, "php": {"type": "boolean"}, "wordpress": {"type": "object", "properties": {"db": {"type": "object", "properties": {"name": {"type": "string"}, "user": {"type": "string"}, "pass": {"type": "string"}, "host": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["name", "user", "pass", "host", "prefix"]}, "allow_multisite": {"type": "boolean"}, "wp_siteurl": {"type": "string"}, "wp_home": {"type": "string"}, "extra": {"type": "object", "properties": {"EXTRA_CONSTANT": {"type": "string"}}, "required": ["EXTRA_CONSTANT"]}}, "required": ["db", "allow_multisite", "wp_siteurl", "wp_home", "extra"]}, "ssl": {"type": "object", "properties": {"common_name": {"type": "string"}}, "required": ["common_name"]}, "packages": {"type": "object", "properties": {"install": {"type": "array", "items": {"type": "string"}}, "remove": {"type": "array", "items": {"type": "string"}}, "aur": {"type": "array", "items": {"type": "string"}}}, "required": ["install", "remove", "aur"]}, "deploy_key": {"type": "object", "properties": {"credentials": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "repo": {"type": "string"}, "provider": {"type": "string"}, "provider_host": {"type": "string"}}, "required": ["credentials", "repo", "provider", "provider_host"]}}, "required": ["id", "server_names", "owner", "root", "web_root", "php", "wordpress", "ssl", "packages", "deploy_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "default", "server_names" : ["default.example", "www.default.example"], "owner" : "default", "root" : "/srv/http/default", "web_root" : "www", "php" : true, "wordpress" : {"db" : {"name" : "default", "user" : "default", "pass" : "default", "host" : "localhost", "prefix" : "wp_"}, "allow_multisite" : false, "wp_siteurl" : "https://default.example/", "wp_home" : "https://default.example/", "extra" : {"EXTRA_CONSTANT" : "VALUE"}}, "ssl" : {"common_name" : "default.example"}, "packages" : {"install" : ["sl"], "remove" : ["usbutils"], "aur" : ["aurvote"]}, "deploy_key" : {"credentials" : {"token" : "deploy-token"}, "repo" : "example/default", "provider" : "gitlab", "provider_host" : "git.example"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "server_names": {"type": "array", "items": {"type": "string"}}, "owner": {"type": "string"}, "root": {"type": "string"}, "web_root": {"type": "string"}, "php": {"type": "boolean"}, "wordpress": {"type": "object", "properties": {"db": {"type": "object", "properties": {"name": {"type": "string"}, "user": {"type": "string"}, "pass": {"type": "string"}, "host": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["name", "user", "pass", "host", "prefix"]}, "allow_multisite": {"type": "boolean"}, "wp_siteurl": {"type": "string"}, "wp_home": {"type": "string"}, "extra": {"type": "object", "properties": {"EXTRA_CONSTANT": {"type": "string"}}, "required": ["EXTRA_CONSTANT"]}}, "required": ["db", "allow_multisite", "wp_siteurl", "wp_home", "extra"]}, "ssl": {"type": "object", "properties": {"common_name": {"type": "string"}}, "required": ["common_name"]}, "packages": {"type": "object", "properties": {"install": {"type": "array", "items": {"type": "string"}}, "remove": {"type": "array", "items": {"type": "string"}}, "aur": {"type": "array", "items": {"type": "string"}}}, "required": ["install", "remove", "aur"]}, "deploy_key": {"type": "object", "properties": {"credentials": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "repo": {"type": "string"}, "provider": {"type": "string"}, "provider_host": {"type": "string"}}, "required": ["credentials", "repo", "provider", "provider_host"]}}, "required": ["id", "server_names", "owner", "root", "web_root", "php", "wordpress", "ssl", "packages", "deploy_key"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "mce:block/ruby_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"17e6PnhEKbZ82ZBRAiXTV84w2ZxKmLj5Gm": {"type": "string"}}, "required": ["17e6PnhEKbZ82ZBRAiXTV84w2ZxKmLj5Gm"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "G79pPIr9Jbhjbd595Okd25ascmlhyuBBYlnAyUh8zvp2mH9henns+REJJxaDO2yckhJOyZ0AZPOw7Kp6SCI0zKc=", "cert_user_id" : "tonize@zeroid.bit", "files" : {"data.json" : {"sha512" : "2729c6f167017fca4cd7ae65d68a8e67555102be09b13627e3b9ae7db2829429", "size" : 337}}, "inner_path" : "data/users/17e6PnhEKbZ82ZBRAiXTV84w2ZxKmLj5Gm/content.json", "modified" : 1484092710, "signs" : {"17e6PnhEKbZ82ZBRAiXTV84w2ZxKmLj5Gm" : "GzhatRLENQK+oycwTEaSqA5x0WeVhdlDiRKELb5Dx3EslMCj1cn/yQ9EbgC2QGkJOFe+o4lBz84mqT9sGKiaR64="}} | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"17e6PnhEKbZ82ZBRAiXTV84w2ZxKmLj5Gm": {"type": "string"}}, "required": ["17e6PnhEKbZ82ZBRAiXTV84w2ZxKmLj5Gm"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"packageName": {"type": "string"}}, "required": ["packageName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"packageName" : "tvdb_api"} | json_instruct | {"type": "object", "properties": {"packageName": {"type": "string"}}, "required": ["packageName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "the_aether:block/glyphed_carved_stone"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "3836_cam-image_array_.jpg", "user/angle" : 0.448, "user/throttle" : 0.438, "user/mode" : "user", "pos/pos_x" : 83.84337, "pos/pos_y" : 0.5534477, "pos/pos_z" : -1.428797, "pos/speed" : 9.335386, "pos/cte" : 1.513075, "milliseconds" : 206376} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cc$a", "fields" : [{"name" : "a", "descriptor" : "Lbw;"}, {"name" : "b", "descriptor" : "Lbw;"}, {"name" : "c", "descriptor" : "Lay;"}], "methods" : [{"name" : "<init>", "descriptor" : "(Lbg$b;Lbw;Lbw;Lay;)V"}, {"name" : "a", "descriptor" : "(Laag;Ldcn;DDD)Z", "parameters" : [{"index" : 1, "name" : "pWorld"}, {"index" : 2, "name" : "pEnteredNetherPosition"}, {"index" : 3, "name" : "pX"}, {"index" : 5, "name" : "pY"}, {"index" : 7, "name" : "pZ"}]}, {"name" : "a", "descriptor" : "(Lay;)Lcc$a;", "parameters" : [{"index" : 0, "name" : "pDistance"}]}, {"name" : "a", "descriptor" : "(Lci;)Lcom/google/gson/JsonObject;", "parameters" : [{"index" : 1, "name" : "pConditions"}]}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "preclusion" : "Students who are taking or have taken LL6171.", "description" : "This course examines the progressive development of environmental law, policy and governance in ASEAN. It also considers the role of ASEAN in supplementing and facilitating international environmental agreements (MEAs), such as the Convention on International Trade in Endangered Species, the Convention on Biological Diversity, UNESCO Man & Biosphere,etc. It will evaluate the extent of implementation of the ASEAN environmental instruments at national level - some case studies will be examined.", "title" : "ASEAN Environmental Law, Policy & Governance", "department" : "FoL Dean's Office", "faculty" : "Law", "workload" : [3, 0, 0, 0, 10], "prerequisite" : "NUS Compulsory Core Law Curriculum or equivalent.", "moduleCredit" : "5", "moduleCode" : "LL6171V", "semesterData" : []} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1454030344, "name" : "\u0e09\u0e31\u0e19\u0e04\u0e27\u0e23\u0e08\u0e30\u0e19\u0e2d\u0e19", "dt" : 179625, "ar" : {"id" : 29673736, "name" : "Uefa Hari"}, "al" : {"id" : 90553027, "name" : "\u0e09\u0e31\u0e19\u0e04\u0e27\u0e23\u0e08\u0e30\u0e19\u0e2d\u0e19", "picUrl" : "https://p2.music.126.net/yxx-c5w4wODSM3vZH32-1A==/109951165049263210.jpg"}}, {"id" : 1493269860, "name" : "\u0e23\u0e33\u0e04\u0e32\u0e0d\u0e09\u0e31\u0e19\u0e44\u0e2b\u0e21", "dt" : 246375, "ar" : {"id" : 29673736, "name" : "Uefa Hari"}, "al" : {"id" : 97961977, "name" : "\u0e23\u0e33\u0e04\u0e32\u0e0d\u0e09\u0e31\u0e19\u0e44\u0e2b\u0e21", "picUrl" : "https://p1.music.126.net/xI5ShcUBCWBOk9He07RLVQ==/109951165443239260.jpg"}}, {"id" : 1397244285, "name" : "\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e09\u0e31\u0e19\u0e23\u0e31\u0e01\u0e43\u0e04\u0e23", "dt" : 209375, "ar" : {"id" : 29673736, "name" : "Uefa Hari"}, "al" : {"id" : 82454520, "name" : "\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e09\u0e31\u0e19\u0e23\u0e31\u0e01\u0e43\u0e04\u0e23", "picUrl" : "https://p2.music.126.net/OUn_JHwkOpyaZfloHoNcmg==/109951164430281238.jpg"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"n_rot": {"type": "integer"}, "lamdas": {"type": "array", "items": {"type": "integer"}}, "gamma": {"type": "number"}, "phi": {"type": "array", "items": {"type": "integer"}}, "use_octave": {"type": "boolean"}, "octave": {"type": "number"}, "per_channel": {"type": "boolean"}, "per_color_channel": {"type": "boolean"}}, "required": ["n_rot", "lamdas", "gamma", "phi", "use_octave", "octave", "per_channel", "per_color_channel"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_rot" : 12, "lamdas" : [2], "gamma" : 0.5, "phi" : [0], "use_octave" : true, "octave" : 1.6, "per_channel" : false, "per_color_channel" : false} | json_instruct | {"type": "object", "properties": {"n_rot": {"type": "integer"}, "lamdas": {"type": "array", "items": {"type": "integer"}}, "gamma": {"type": "number"}, "phi": {"type": "array", "items": {"type": "integer"}}, "use_octave": {"type": "boolean"}, "octave": {"type": "number"}, "per_channel": {"type": "boolean"}, "per_color_channel": {"type": "boolean"}}, "required": ["n_rot", "lamdas", "gamma", "phi", "use_octave", "octave", "per_channel", "per_color_channel"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/saravanan_vij/Desktop/Musicly_Trys/CRNA/Musicly/android/app/build/intermediates/res/merged/release/drawable-v21/abc_action_bar_item_background_material.xml", "source" : "/Users/saravanan_vij/.android/build-cache/7f44570f33424bbb268a47e553280b0a5b1c40a9/output/res/drawable-v21/abc_action_bar_item_background_material.xml"}, {"merged" : "/Users/saravanan_vij/Desktop/Musicly_Trys/CRNA/Musicly/android/app/build/intermediates/res/merged/release/drawable-v21/abc_btn_colored_material.xml", "source" : "/Users/saravanan_vij/.android/build-cache/7f44570f33424bbb268a47e553280b0a5b1c40a9/output/res/drawable-v21/abc_btn_colored_material.xml"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "integer"}, "ppasseio1": {"type": "integer"}, "ppasseio2": {"type": "integer"}, "leidata": {"type": "string"}, "hierarquia": {"type": "null"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "null"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_4843", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.66327958, -26.91056464], [-48.6648448, -26.91181223]]]}, "geometry_name" : "geom", "properties" : {"id" : 388, "nome" : "Serv.Dion\u00edzio Veiga", "cod" : 399, "ptotalvia" : 4, "ppasseio1" : 0, "ppasseio2" : 0, "leidata" : "1774/1980", "hierarquia" : null, "bairro" : "Centro", "abrevlogr" : null, "pavto" : "Lajota", "anopavtoin" : "dez/15", "loteamnome" : "-", "nomeloteamento" : "-"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "integer"}, "ppasseio1": {"type": "integer"}, "ppasseio2": {"type": "integer"}, "leidata": {"type": "string"}, "hierarquia": {"type": "null"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "null"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "1867_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.21066559851169586, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "limit": {"type": "integer"}}, "required": ["id", "limit"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "5491155607911@s.whatsapp.net", "limit" : 3}, {"id" : "6283109391179@s.whatsapp.net", "limit" : 1}, {"id" : "6281377507292@s.whatsapp.net", "limit" : 3}, {"id" : "6285866295942@s.whatsapp.net", "limit" : 11}, {"id" : "6281213155925@s.whatsapp.net", "limit" : 3}, {"id" : "6282339320969@s.whatsapp.net", "limit" : 3}, {"id" : "6287852772596@s.whatsapp.net", "limit" : 5}, {"id" : "6283806369677@s.whatsapp.net", "limit" : 13}, {"id" : "6281337348789@s.whatsapp.net", "limit" : 1}, {"id" : "6287803054666@s.whatsapp.net", "limit" : 3}, {"id" : "6281271923672@s.whatsapp.net", "limit" : 4}, {"id" : "6285524760692@s.whatsapp.net", "limit" : 5}, {"id" : "6285727093196@s.whatsapp.net", "limit" : 2}, {"id" : "62895429950899@s.whatsapp.net", "limit" : 5}, {"id" : "6285876870018@s.whatsapp.net", "limit" : 2}, {"id" : "6285229715011@s.whatsapp.net", "limit" : 3}, {"id" : "6287840685413@s.whatsapp.net", "limit" : 8}, {"id" : "6283155782265@s.whatsapp.net", "limit" : 3}, {"id" : "6288806284095@s.whatsapp.net", "limit" : 2}, {"id" : "6282127287206@s.whatsapp.net", "limit" : 1}, {"id" : "6283162900267@s.whatsapp.net", "limit" : 2}, {"id" : "6285703279535@s.whatsapp.net", "limit" : 1}, {"id" : "6282187897746@s.whatsapp.net", "limit" : 12}, {"id" : "6281527957071@s.whatsapp.net", "limit" : 4}, {"id" : "6285891095377@s.whatsapp.net", "limit" : 1}, {"id" : "6285813059261@s.whatsapp.net", "limit" : 4}, {"id" : "6283178220021@s.whatsapp.net", "limit" : 6}, {"id" : "6283184488986@s.whatsapp.net", "limit" : 1}, {"id" : "6285882030096@s.whatsapp.net", "limit" : 2}, {"id" : "6285798877460@s.whatsapp.net", "limit" : 10}, {"id" : "6285101604912@s.whatsapp.net", "limit" : 2}, {"id" : "6285951520956@s.whatsapp.net", "limit" : 7}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "limit": {"type": "integer"}}, "required": ["id", "limit"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "format": {"type": "string"}, "lint": {"type": "string"}, "preversion": {"type": "string"}}, "required": ["test", "build", "prepare", "prepublishOnly", "format", "lint", "preversion"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/es6-promise": {"type": "string"}, "@types/request": {"type": "string"}, "es6-symbol": {"type": "string"}, "request": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/es6-promise", "@types/request", "es6-symbol", "request", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "tslint": {"type": "string"}, "tslint-config-prettier": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "prettier", "ts-jest", "tslint", "tslint-config-prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "node-spring-config-client", "version" : "1.0.0", "description" : "Node module for node services to get configuration from spring config server and support refreshing configs", "main" : "index.js", "scripts" : {"test" : "jest", "build" : "tsc && yarn lint", "prepare" : "yarn build", "prepublishOnly" : "yarn test && yarn lint", "format" : "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint" : "tslint -p tsconfig.json", "preversion" : "yarn lint"}, "keywords" : ["node", "spring", "config", "client"], "author" : "Parth Patel", "license" : "Apache-2.0", "dependencies" : {"@types/es6-promise" : "^3.3.0", "@types/request" : "^2.47.1", "es6-symbol" : "^3.1.1", "request" : "^2.87.0", "typescript" : "^3.5.2"}, "devDependencies" : {"@types/jest" : "^23.3.1", "@types/node" : "^12.0.10", "jest" : "^23.4.1", "prettier" : "^1.14.0", "ts-jest" : "^23.0.1", "tslint" : "^5.18.0", "tslint-config-prettier" : "^1.14.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "format": {"type": "string"}, "lint": {"type": "string"}, "preversion": {"type": "string"}}, "required": ["test", "build", "prepare", "prepublishOnly", "format", "lint", "preversion"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/es6-promise": {"type": "string"}, "@types/request": {"type": "string"}, "es6-symbol": {"type": "string"}, "request": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/es6-promise", "@types/request", "es6-symbol", "request", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "tslint": {"type": "string"}, "tslint-config-prettier": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "prettier", "ts-jest", "tslint", "tslint-config-prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"inferno-router.js": {"type": "string"}, "inferno-router.min.js": {"type": "string"}}, "required": ["inferno-router.js", "inferno-router.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inferno-router.js" : "sha256-N94bnxybaOPBhS9Ws/c2sYGkZXtwiYFrQIuUSP9JeHY=", "inferno-router.min.js" : "sha256-z/2uiAvvojIblnwxOKzd6K+6hQR9srYz92ian1vFzTc="} | json_instruct | {"type": "object", "properties": {"inferno-router.js": {"type": "string"}, "inferno-router.min.js": {"type": "string"}}, "required": ["inferno-router.js", "inferno-router.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2052491", "name" : "\u75ab\u60c5", "font_family" : "iconfont", "css_prefix_text" : "icon-", "description" : "", "glyphs" : [{"icon_id" : "745285", "name" : "\u8d2d\u7269\u8f66", "font_class" : "icon01", "unicode" : "e603", "unicode_decimal" : 58883}, {"icon_id" : "953600", "name" : "\u5206\u4eab", "font_class" : "fenxiang", "unicode" : "e616", "unicode_decimal" : 58902}, {"icon_id" : "976059", "name" : "\u5173\u4e8e\u6211\u4eec", "font_class" : "guanyuwomen", "unicode" : "e673", "unicode_decimal" : 58995}, {"icon_id" : "2025002", "name" : "\u5fae\u4fe1", "font_class" : "wechat", "unicode" : "e6db", "unicode_decimal" : 59099}, {"icon_id" : "8159843", "name" : "\u505c\u8bfe", "font_class" : "tingke", "unicode" : "e635", "unicode_decimal" : 58933}, {"icon_id" : "14870348", "name" : "\u8054\u76df\u7ba1\u7406", "font_class" : "lianmengguanli", "unicode" : "e6be", "unicode_decimal" : 59070}, {"icon_id" : "14975760", "name" : "\u66f4\u65b0\u5237\u65b0", "font_class" : "gengxinshuaxin", "unicode" : "e61f", "unicode_decimal" : 58911}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "inheritance": {"type": "string"}, "members": {"type": "array", "items": {}}, "extAttrs": {"type": "array", "items": {}}, "partial": {"type": "boolean"}}, "required": ["type", "name", "inheritance", "members", "extAttrs", "partial"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "interface", "name" : "SVGAnimateMotionElement", "inheritance" : "SVGAnimationElement", "members" : [], "extAttrs" : [], "partial" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "inheritance": {"type": "string"}, "members": {"type": "array", "items": {}}, "extAttrs": {"type": "array", "items": {}}, "partial": {"type": "boolean"}}, "required": ["type", "name", "inheritance", "members", "extAttrs", "partial"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Swock\\": {"type": "string"}}, "required": ["Swock\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"wp-cli/php-cli-tools": {"type": "string"}}, "required": ["wp-cli/php-cli-tools"]}}, "required": ["name", "description", "minimum-stability", "license", "autoload", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "aduo/swock7", "description" : "swoole framework", "minimum-stability" : "stable", "license" : "proprietary", "autoload" : {"psr-4" : {"Swock\\" : "./"}, "files" : ["Framework/Helper/CommonHelper.php"]}, "authors" : [{"name" : "aduo", "email" : "aduo@outlook.com"}], "require" : {"wp-cli/php-cli-tools" : "^0.11.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Swock\\": {"type": "string"}}, "required": ["Swock\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"wp-cli/php-cli-tools": {"type": "string"}}, "required": ["wp-cli/php-cli-tools"]}}, "required": ["name", "description", "minimum-stability", "license", "autoload", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"mn143:2.3": {"type": "string"}, "mn143:4.2": {"type": "string"}, "mn143:4.4": {"type": "string"}}, "required": ["mn143:2.3", "mn143:4.2", "mn143:4.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mn143:2.3" : "p\u0101de siras\u0101 vand\u0101hi \u2192 vand\u0101hi eva\u00f1ca vadehi (sya-all, km, pts1ed) | bhagavato p\u0101de siras\u0101 vand\u0101hi \u2192 vand\u0101hi eva\u00f1ca vadehi (sya-all, km, pts1ed)", "mn143:4.2" : "muddhani \u2192 muddh\u0101na\u1e41 (sya-all, km, pts1ed) | abhimattheyya \u2192 abhimantheyya (bj) | \u016bhananti \u2192 ohananti (sya-all, km)", "mn143:4.4" : "s\u0101riputta, adhimatt\u0101 s\u012bse s\u012bsavedan\u0101 \u2192 adhimatt\u0101 v\u0101t\u0101 s\u012bsa\u1e41 parikantanti (bj, sya-all, km)"} | json_instruct | {"type": "object", "properties": {"mn143:2.3": {"type": "string"}, "mn143:4.2": {"type": "string"}, "mn143:4.4": {"type": "string"}}, "required": ["mn143:2.3", "mn143:4.2", "mn143:4.4"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1208012001", "nama" : "Silampuyang"}, {"id" : "1208012002", "nama" : "Marihat Baris"}, {"id" : "1208012003", "nama" : "Dolok Marlawan"}, {"id" : "1208012004", "nama" : "Rambung Merah"}, {"id" : "1208012005", "nama" : "Silou Manik"}, {"id" : "1208012006", "nama" : "Sejahtera"}, {"id" : "1208012007", "nama" : "Siantar Estate"}, {"id" : "1208012008", "nama" : "Karang Bangun"}, {"id" : "1208012009", "nama" : "Nusa Harapan"}, {"id" : "1208012010", "nama" : "Sitalasari"}, {"id" : "1208012011", "nama" : "Lestari Indah"}, {"id" : "1208012012", "nama" : "Laras Dua"}, {"id" : "1208012013", "nama" : "Dolok Hataran"}, {"id" : "1208012014", "nama" : "Pantoan Maju"}, {"id" : "1208012015", "nama" : "Pematang Simalungun"}, {"id" : "1208012016", "nama" : "Silau Malaha"}, {"id" : "1208012017", "nama" : "Pematang Silampuyang"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "module", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "launchpad-webmidi", "version" : "1.0.0", "description" : "Interacting with a Novation Launchpad from your browser with the web MIDI API", "main" : "dist/launchpad-webmidi.umd.js", "module" : "dist/launchpad-webmidi.es.js", "repository" : "git@github.com:LostInBrittany/launchpad-webmidi.git", "author" : "Horacio Gonzalez <horacio.gonzalez@gmail.com>", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "module", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"Input": {"type": "string"}, "ExpectedError": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Input", "ExpectedError", "Name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Input" : "", "ExpectedError" : "invalid input length", "Name" : "bls_mapg2_empty_input"}, {"Input" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "ExpectedError" : "invalid input length", "Name" : "bls_mapg2_short_input"}, {"Input" : "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "ExpectedError" : "invalid field element top bytes", "Name" : "bls_mapg2_top_bytes"}, {"Input" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaac", "ExpectedError" : "must be less than modulus", "Name" : "bls_mapg2_invalid_fq_element"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Input": {"type": "string"}, "ExpectedError": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Input", "ExpectedError", "Name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "image": {"type": "string"}, "release_date": {"type": "string"}, "event": {"type": "object", "properties": {"title": {"type": "string"}, "edition": {"type": "string"}, "theme": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "page": {"type": "string"}, "source": {"type": "string"}, "timelapse": {"type": "string"}}, "required": ["title", "edition", "theme", "start_date", "end_date", "page", "source", "timelapse"]}, "distribution": {"type": "array", "items": {"type": "object", "properties": {"platform": {"type": "string"}, "link": {"type": "string"}, "technology": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}, "how_to_play": {"type": "array", "items": {"type": "string"}}}, "required": ["platform", "link", "technology", "width", "height", "how_to_play"]}}, "tools": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "image", "release_date", "event", "distribution", "tools", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "ld29", "title" : "Persona", "image" : "ld/ld29.png", "release_date" : "2014-04-27", "event" : {"title" : "Ludum Dare", "edition" : "#29 (Compo)", "theme" : "Beneath the Surface", "start_date" : "2014-04-25", "end_date" : "2014-04-28", "page" : "http://ludumdare.com/compo/ludum-dare-29/?action=preview&uid=7375", "source" : "https://github.com/SirGFM/ld29/", "timelapse" : "https://www.youtube.com/watch?v=o0FqvIQ3c2A"}, "distribution" : [{"platform" : "web", "link" : "/webgames/ld29/ld29.html", "technology" : "flash", "width" : "640", "height" : "480", "how_to_play" : ["Select the \"correct\" mask to advance without breaking it", "Use the arrow keys to select (i.e., highlight) an option", "Press either Z, X, Y, spacebar or enter to use the selected option", "Press any key to advance text"]}], "tools" : ["ActionScript 3", "Flixel", "SiON"], "description" : ["Short adventure in which the protagonist can't, for a day, hide their true intentions. Anything they said would be their true self, without any filter.", "However, they get masks that allow them to hide and display fake intentions.", "With those, they must try to face simple daily situations..."]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "image": {"type": "string"}, "release_date": {"type": "string"}, "event": {"type": "object", "properties": {"title": {"type": "string"}, "edition": {"type": "string"}, "theme": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "page": {"type": "string"}, "source": {"type": "string"}, "timelapse": {"type": "string"}}, "required": ["title", "edition", "theme", "start_date", "end_date", "page", "source", "timelapse"]}, "distribution": {"type": "array", "items": {"type": "object", "properties": {"platform": {"type": "string"}, "link": {"type": "string"}, "technology": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}, "how_to_play": {"type": "array", "items": {"type": "string"}}}, "required": ["platform", "link", "technology", "width", "height", "how_to_play"]}}, "tools": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "image", "release_date", "event", "distribution", "tools", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Communicating science", "weight" : 10}, {"name" : "Project Report", "weight" : 60}, {"name" : "Seminar Presentation", "weight" : 20}, {"name" : "Supervisor Mark", "weight" : 10}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-wr9p-qxcp-857h", "modified" : "2022-05-02T06:13:30Z", "published" : "2022-05-02T06:13:30Z", "aliases" : ["CVE-2010-0536"], "details" : "Apple QuickTime before 7.6.6 on Windows allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted BMP image.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2010-0536"}, {"type" : "WEB", "url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A6969"}, {"type" : "WEB", "url" : "http://lists.apple.com/archives/security-announce/2010//Mar/msg00002.html"}], "database_specific" : {"cwe_ids" : ["CWE-119"], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dataType": {"type": "string"}, "widgetType": {"type": "string"}, "params": {"type": "object", "properties": {"tableColumns": {"type": "array", "items": {"type": "object", "properties": {"displayed": {"type": "boolean"}, "key": {"type": "string"}, "isDefault": {"type": "boolean"}}, "required": ["displayed", "key", "isDefault"]}}}, "required": ["tableColumns"]}, "name": {"type": "string"}, "query": {"type": "string"}, "fromVersion": {"type": "string"}, "isPredefined": {"type": "boolean"}, "version": {"type": "integer"}, "id": {"type": "string"}, "description": {"type": "string"}}, "required": ["dataType", "widgetType", "params", "name", "query", "fromVersion", "isPredefined", "version", "id", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dataType" : "scripts", "widgetType" : "table", "params" : {"tableColumns" : [{"displayed" : true, "key" : "Brand", "isDefault" : true}, {"displayed" : true, "key" : "Instance", "isDefault" : true}, {"displayed" : true, "key" : "Instance Last Modified Time", "isDefault" : true}, {"displayed" : true, "key" : "Error Information", "isDefault" : true}]}, "name" : "Feed Integrations Errors", "query" : "FeedIntegrationErrorWidget", "fromVersion" : "6.1.0", "isPredefined" : true, "version" : -1, "id" : "Feed Integrations Errors", "description" : "Feed integrations indicators fetch errors"} | json_instruct | {"type": "object", "properties": {"dataType": {"type": "string"}, "widgetType": {"type": "string"}, "params": {"type": "object", "properties": {"tableColumns": {"type": "array", "items": {"type": "object", "properties": {"displayed": {"type": "boolean"}, "key": {"type": "string"}, "isDefault": {"type": "boolean"}}, "required": ["displayed", "key", "isDefault"]}}}, "required": ["tableColumns"]}, "name": {"type": "string"}, "query": {"type": "string"}, "fromVersion": {"type": "string"}, "isPredefined": {"type": "boolean"}, "version": {"type": "integer"}, "id": {"type": "string"}, "description": {"type": "string"}}, "required": ["dataType", "widgetType", "params", "name", "query", "fromVersion", "isPredefined", "version", "id", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "exzocoin", "symbol" : "exzo", "name" : "ExzoCoin 2.0", "platforms" : {"binance-smart-chain" : "0xf8fc63200e181439823251020d691312fdcf5090"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "ExzoCoin 2.0 (EXZO) is a utility token that will be utilized on our decentralized exchange mobile application. It will also be utilized in our cloud mining community for participants to utilize the token as a reward-based system to access our platform for free.\r\n\r\nIt will be integrated into our own blockchain once it\u2019s established to work as a paired network by giving physical products a unique identity, usually through RFID (radio frequency identification), QR Codes, or NFC (near-field communication). Sensors record information at every stage of the supply chain, and are recorded and linked to the product\u2019s identity."}, "country_origin" : "", "genesis_date" : null, "contract_address" : "0xf8fc63200e181439823251020d691312fdcf5090", "url" : "https://exzocoin.com/", "explorers" : ["https://bscscan.com/token/0xf8fc63200e181439823251020d691312fdcf5090"], "twitter" : "exzocoin", "facebook" : "exzocoin", "telegram" : "exzocoin", "github_org" : "screadore"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "602", "name" : "\u5c0f\u7b20\u539f\u5cf6\u4ee3\u7406\u5e97", "name_kana" : "\uff75\uff76\uff9e\uff7b\uff9c\uff97\uff7c\uff9e\uff8f"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Name": {"type": "string"}, "Brawn": {"type": "integer"}, "Agility": {"type": "integer"}, "Intellect": {"type": "integer"}, "Cunning": {"type": "integer"}, "Willpower": {"type": "integer"}, "Presence": {"type": "integer"}, "Soak": {"type": "integer"}, "WoundThreshold": {"type": "integer"}, "StrainThreshold": {"type": "integer"}, "MeleeDefense": {"type": "integer"}, "RangedDefense": {"type": "integer"}, "Talents": {"type": "null"}, "Abilities": {"type": "array", "items": {}}, "Skills": {"type": "array", "items": {"type": "string"}}, "Equipment": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Brawn", "Agility", "Intellect", "Cunning", "Willpower", "Presence", "Soak", "WoundThreshold", "StrainThreshold", "MeleeDefense", "RangedDefense", "Talents", "Abilities", "Skills", "Equipment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Sea Serpent", "Brawn" : 6, "Agility" : 3, "Intellect" : 1, "Cunning" : 2, "Willpower" : 2, "Presence" : 2, "Soak" : 8, "WoundThreshold" : 36, "StrainThreshold" : 32, "MeleeDefense" : 2, "RangedDefense" : 2, "Talents" : null, "Abilities" : [], "Skills" : ["Perception", "Stealth", "Athletics"], "Equipment" : ["bite (3)"]} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Brawn": {"type": "integer"}, "Agility": {"type": "integer"}, "Intellect": {"type": "integer"}, "Cunning": {"type": "integer"}, "Willpower": {"type": "integer"}, "Presence": {"type": "integer"}, "Soak": {"type": "integer"}, "WoundThreshold": {"type": "integer"}, "StrainThreshold": {"type": "integer"}, "MeleeDefense": {"type": "integer"}, "RangedDefense": {"type": "integer"}, "Talents": {"type": "null"}, "Abilities": {"type": "array", "items": {}}, "Skills": {"type": "array", "items": {"type": "string"}}, "Equipment": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Brawn", "Agility", "Intellect", "Cunning", "Willpower", "Presence", "Soak", "WoundThreshold", "StrainThreshold", "MeleeDefense", "RangedDefense", "Talents", "Abilities", "Skills", "Equipment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "minimist": {"type": "string"}, "socketcan": {"type": "string"}}, "required": ["colors", "minimist", "socketcan"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "canbus-utils", "version" : "0.1.0", "description" : "Set of command line CANBus analysis utilities", "repository" : {"type" : "git", "url" : "https://github.com/digitalbond/canbus-utils.git"}, "keywords" : ["CANBus", "canbus"], "author" : "Corey Thuen <thuen@digitalbond.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/digitalbond/canbus-utils/issues"}, "homepage" : "https://github.com/digitalbond/canbus-utils", "dependencies" : {"colors" : "^1.0.3", "minimist" : "^1.1.0", "socketcan" : "^2.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "minimist": {"type": "string"}, "socketcan": {"type": "string"}}, "required": ["colors", "minimist", "socketcan"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "main": {"type": "string"}, "unpkg": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"min": {"type": "string"}, "test": {"type": "string"}}, "required": ["min", "test"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["jest", "uglify-js"]}}, "required": ["name", "version", "description", "license", "repository", "homepage", "bugs", "main", "unpkg", "author", "keywords", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nodify-string", "version" : "1.1.1", "description" : "A utility for converting HTML strings into DOM nodes without innerHTML.", "license" : "MIT", "repository" : "seanmcp/nodify-string", "homepage" : "https://github.com/seanmcp/nodify-string#readme", "bugs" : "https://github.com/seanmcp/nodify-string/issues", "main" : "src/index.js", "unpkg" : "src/nodify-string.min.js", "author" : "Sean McPherson <seanmcp25@gmail.com> (https://github.com/seanmcp)", "keywords" : ["nodify", "node", "string", "html", "marked", "innerHTML"], "scripts" : {"min" : "uglifyjs src/index.js -m -o src/nodify-string.min.js", "test" : "jest"}, "devDependencies" : {"jest" : "^23.6.0", "uglify-js" : "^3.4.9"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "main": {"type": "string"}, "unpkg": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"min": {"type": "string"}, "test": {"type": "string"}}, "required": ["min", "test"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["jest", "uglify-js"]}}, "required": ["name", "version", "description", "license", "repository", "homepage", "bugs", "main", "unpkg", "author", "keywords", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "4f411c4a347e9fe03f552bf7d2be32cc3706f7db"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"60637": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60635": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60636": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60632": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60634": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60633": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["60637", "60635", "60636", "60632", "60634", "60633"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"60637" : {"nama" : "BIRU MAJU", "dapil" : [62, 6201, 16202, 2620204]}, "60635" : {"nama" : "KENYALA", "dapil" : [62, 6201, 16202, 2620204]}, "60636" : {"nama" : "PENYANG", "dapil" : [62, 6201, 16202, 2620204]}, "60632" : {"nama" : "SEBABI", "dapil" : [62, 6201, 16202, 2620204]}, "60634" : {"nama" : "SUMBER MAKMUR", "dapil" : [62, 6201, 16202, 2620204]}, "60633" : {"nama" : "TANAH PUTIH", "dapil" : [62, 6201, 16202, 2620204]}} | json_instruct | {"type": "object", "properties": {"60637": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60635": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60636": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60632": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60634": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "60633": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["60637", "60635", "60636", "60632", "60634", "60633"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"13 2 megapixel high resolution cmos": {"type": "string"}, "<page title>": {"type": "string"}, "bidirectional real time audio transmission and": {"type": "string"}, "build in motion detection support": {"type": "string"}, "fob price": {"type": "string"}, "integrated onvif standard": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["13 2 megapixel high resolution cmos", "<page title>", "bidirectional real time audio transmission and", "build in motion detection support", "fob price", "integrated onvif standard", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"13 2 megapixel high resolution cmos" : "Max image Resolution 1920*1080p@25fps", "<page title>" : "Waterproof Easy To Install Megapixel Outdoor P2p Ip Camera - Buy P2p Ip Camera,Outdoor Ip Camera,Megapixel Ip Camera Product on Alibaba.com", "bidirectional real time audio transmission and" : "alarm input and output is optional", "build in motion detection support" : "alarm linkage,", "fob price" : "US $1 - 28 / Piece\nGet Latest Price", "integrated onvif standard" : "Compatibility with third-party ONVIF platform software", "minorder quantity" : "100 Piece/Pieces the more you order, the better price you get", "payment terms" : "L/C,T/T,Western Union,Paypal", "port" : "Hongkong", "supply ability" : "10000 Piece/Pieces per Week"} | json_instruct | {"type": "object", "properties": {"13 2 megapixel high resolution cmos": {"type": "string"}, "<page title>": {"type": "string"}, "bidirectional real time audio transmission and": {"type": "string"}, "build in motion detection support": {"type": "string"}, "fob price": {"type": "string"}, "integrated onvif standard": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["13 2 megapixel high resolution cmos", "<page title>", "bidirectional real time audio transmission and", "build in motion detection support", "fob price", "integrated onvif standard", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"flowsy": {"type": "object", "properties": {"Overview": {"type": "string"}, "Core": {"type": "string"}, "Train": {"type": "string"}, "Pre": {"type": "string"}}, "required": ["Overview", "Core", "Train", "Pre"]}}, "required": ["flowsy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"flowsy" : {"Overview" : "/", "Core" : "core.html", "Train" : "train.html", "Pre" : "pre.html"}} | json_instruct | {"type": "object", "properties": {"flowsy": {"type": "object", "properties": {"Overview": {"type": "string"}, "Core": {"type": "string"}, "Train": {"type": "string"}, "Pre": {"type": "string"}}, "required": ["Overview", "Core", "Train", "Pre"]}}, "required": ["flowsy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "route": {"type": "string"}}, "required": ["name", "route"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Redis", "route" : "/admin/redis"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "route": {"type": "string"}}, "required": ["name", "route"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nendo" : 2015, "seibetu" : "\u5973", "nenrei" : 17, "sintyoo" : 159, "taizyuu" : 53.9} | json_instruct | {"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2020-09-27T03:00:00+03:00", "Temp" : 20.8, "RelHum" : 83, "WindSpeed" : 0.4, "WindDir" : 32} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"tilejson": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "attribution": {"type": "string"}, "tiles": {"type": "array", "items": {"type": "string"}}, "bounds": {"type": "array", "items": {"type": "number"}}}, "required": ["tilejson", "name", "description", "version", "attribution", "tiles", "bounds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tilejson" : "2.2.0", "name" : "\u300e\u30a4\u30c9\u30f3\u30ca\u30c3\u30d7\u5cb3\u300f\u4e94\u4e07\u5206\u4e00\u5730\u5f62\u5716", "description" : "Image from the Map Collections courtesy Stanford University Libraries, licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License. \u00a9 Stanford University. \u3010\u56f3\u5e45\u540d\u3011 \u30a4\u30c9\u30f3\u30ca\u30c3\u30d7\u5cb3 \u3010\u6e2c\u91cf\u6642\u671f\u3011 \u5927\u6b639\u5e74\u6e2c\u5716 \u3010\u767a\u884c\u6642\u671f\u3011 \u3010\u8a18\u53f7\u3011 \u6d66\u6cb3\u4e94\u53f7 \u3010\u6e2c\u91cf\u6a5f\u95a2\u3011 \u53c2\u8b00\u672c\u90e8 \u3010\u5099\u8003\u3011 \u7955\u3000", "version" : "1.0.0", "attribution" : "<a href='https://mapwarper.h-gis.jp/maps/1296'>\u300e\u30a4\u30c9\u30f3\u30ca\u30c3\u30d7\u5cb3\u300f\u4e94\u4e07\u5206\u4e00\u5730\u5f62\u5716</a>", "tiles" : ["https://mapwarper.h-gis.jp/maps/tile/1296/{z}/{x}/{y}.png"], "bounds" : [142.44828145558986, 42.48365301419005, 142.78867379307965, 42.69094739180093]} | json_instruct | {"type": "object", "properties": {"tilejson": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "attribution": {"type": "string"}, "tiles": {"type": "array", "items": {"type": "string"}}, "bounds": {"type": "array", "items": {"type": "number"}}}, "required": ["tilejson", "name", "description", "version", "attribution", "tiles", "bounds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"proportion_index": {"type": "array", "items": {"type": "number"}}, "materialproperties": {"type": "object", "properties": {}, "required": []}, "structural": {"type": "object", "properties": {"Feet_Mass": {"type": "number"}, "Arms_ForearmMass": {"type": "number"}, "Cheeks_Mass": {"type": "number"}, "Torso_Mass": {"type": "number"}, "Legs_LowerlegsMass": {"type": "number"}, "Legs_UpperlegsMass": {"type": "number"}, "Stomach_Volume": {"type": "number"}, "Waist_Size": {"type": "number"}, "Shoulders_Mass": {"type": "number"}, "Wrists_Size": {"type": "number"}, "Hands_Mass": {"type": "number"}, "Pelvis_GluteusMass": {"type": "number"}, "Abdomen_Mass": {"type": "number"}, "Neck_Mass": {"type": "number"}, "Arms_UpperarmMass": {"type": "number"}, "Stomach_LocalFat": {"type": "number"}}, "required": ["Feet_Mass", "Arms_ForearmMass", "Cheeks_Mass", "Torso_Mass", "Legs_LowerlegsMass", "Legs_UpperlegsMass", "Stomach_Volume", "Waist_Size", "Shoulders_Mass", "Wrists_Size", "Hands_Mass", "Pelvis_GluteusMass", "Abdomen_Mass", "Neck_Mass", "Arms_UpperarmMass", "Stomach_LocalFat"]}, "metaproperties": {"type": "object", "properties": {"last_character_age": {"type": "number"}, "last_character_mass": {"type": "number"}, "character_age": {"type": "number"}, "character_mass": {"type": "number"}, "last_character_tone": {"type": "number"}, "character_tone": {"type": "number"}}, "required": ["last_character_age", "last_character_mass", "character_age", "character_mass", "last_character_tone", "character_tone"]}, "manuellab_vers": {"type": "array", "items": {"type": "integer"}}}, "required": ["proportion_index", "materialproperties", "structural", "metaproperties", "manuellab_vers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"proportion_index" : [0.5148, 0.5187, 0.4766, 0.1964, 0.2963], "materialproperties" : {}, "structural" : {"Feet_Mass" : 0.4, "Arms_ForearmMass" : 0.4, "Cheeks_Mass" : 0.4, "Torso_Mass" : 0.4, "Legs_LowerlegsMass" : 0.4, "Legs_UpperlegsMass" : 0.4, "Stomach_Volume" : 0.498, "Waist_Size" : 0.499, "Shoulders_Mass" : 0.4, "Wrists_Size" : 0.495, "Hands_Mass" : 0.4, "Pelvis_GluteusMass" : 0.4, "Abdomen_Mass" : 0.85, "Neck_Mass" : 0.4, "Arms_UpperarmMass" : 0.4, "Stomach_LocalFat" : 0.495}, "metaproperties" : {"last_character_age" : 0.0, "last_character_mass" : -0.1, "character_age" : 0.0, "character_mass" : -0.1, "last_character_tone" : 0.0, "character_tone" : 0.0}, "manuellab_vers" : [1, 6, 0]} | json_instruct | {"type": "object", "properties": {"proportion_index": {"type": "array", "items": {"type": "number"}}, "materialproperties": {"type": "object", "properties": {}, "required": []}, "structural": {"type": "object", "properties": {"Feet_Mass": {"type": "number"}, "Arms_ForearmMass": {"type": "number"}, "Cheeks_Mass": {"type": "number"}, "Torso_Mass": {"type": "number"}, "Legs_LowerlegsMass": {"type": "number"}, "Legs_UpperlegsMass": {"type": "number"}, "Stomach_Volume": {"type": "number"}, "Waist_Size": {"type": "number"}, "Shoulders_Mass": {"type": "number"}, "Wrists_Size": {"type": "number"}, "Hands_Mass": {"type": "number"}, "Pelvis_GluteusMass": {"type": "number"}, "Abdomen_Mass": {"type": "number"}, "Neck_Mass": {"type": "number"}, "Arms_UpperarmMass": {"type": "number"}, "Stomach_LocalFat": {"type": "number"}}, "required": ["Feet_Mass", "Arms_ForearmMass", "Cheeks_Mass", "Torso_Mass", "Legs_LowerlegsMass", "Legs_UpperlegsMass", "Stomach_Volume", "Waist_Size", "Shoulders_Mass", "Wrists_Size", "Hands_Mass", "Pelvis_GluteusMass", "Abdomen_Mass", "Neck_Mass", "Arms_UpperarmMass", "Stomach_LocalFat"]}, "metaproperties": {"type": "object", "properties": {"last_character_age": {"type": "number"}, "last_character_mass": {"type": "number"}, "character_age": {"type": "number"}, "character_mass": {"type": "number"}, "last_character_tone": {"type": "number"}, "character_tone": {"type": "number"}}, "required": ["last_character_age", "last_character_mass", "character_age", "character_mass", "last_character_tone", "character_tone"]}, "manuellab_vers": {"type": "array", "items": {"type": "integer"}}}, "required": ["proportion_index", "materialproperties", "structural", "metaproperties", "manuellab_vers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "string"}}, "required": ["PortraitId", "PortraitName", "PortraitImageBase64"]}}}, "required": ["IndexId", "Portraits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IndexId" : 526, "Portraits" : [{"PortraitId" : 0, "PortraitName" : "STANDARD", "PortraitImageBase64" : "iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUA/wAuHyc8OEV4KVvS2N2Bgoyyv8ponqJ6xtfsMSq3qrHPycrD5dHn97n9/f2yN2/PmY0xAAABmElEQVQokb3RsWrjMBgHcL3Cp+JA04QgEWUozXL3BkXxaJCozJHSQkLsB+nU9e4NWvCiboUsJ+6eoFluLPUSTEfBPUH7STKlQ7dC/4ONf/4sf/pErj8I+Tq8YgCc8x/vETIppfcVAyresMZsovs1iHfYv/B+zyKTiuN3yaUsvKa4OKFLazXwsmfvubgm1mGsoeXbImtBXMw96zXwKuF2KmvotWIj0pv3OU3GRw8Rdeiyy7OAXD1E3E4LH/QUdW1GCWMhRq7KeoaFAbczWSTMs6oaJXSzTSztsJlyfRLw+9DpuirDTKTMxXS/2+0I3LlmUAM3aVhFd/L0RM6d+63qYwW/jML25WLetsTeOddk4vbwEI5wLhragNZiqR6yn3A5yTardp7Q2oYqgOzvAduof+OIN5wvLTXszE/+n42nCZsBTh9A+O7g24AuElo1q+OeusmLGOwv+jWxl3AQCzyuYtX/3TaQ1aFxrH6eRzSMGqNx7mFDuWoDahg+Bk7HrMYRsz94RdYGA6KNOI+39hGbAr5MD6T9IJ/EV5/nn+eGC2jRAAAAAElFTkSuQmCC"}]} | json_instruct | {"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "string"}}, "required": ["PortraitId", "PortraitName", "PortraitImageBase64"]}}}, "required": ["IndexId", "Portraits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"pathParameters": {"type": "object", "properties": {"event_name": {"type": "string"}}, "required": ["event_name"]}}, "required": ["pathParameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pathParameters" : {"event_name" : "Arbeitsdienst-1"}} | json_instruct | {"type": "object", "properties": {"pathParameters": {"type": "object", "properties": {"event_name": {"type": "string"}}, "required": ["event_name"]}}, "required": ["pathParameters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Render", "definitions" : ["A first coat of plaster applied to a brick or stone surface."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.