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": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 7422, "date" : "2013-01-18 10:19:48", "user" : "vmhosts", "post" : "We are offering a special Cloud LEB promotion. Cost is \u00a34.40 GBP (plus VAT for customers in the EU)\r\n\r\nWe have recently replaced our infiniabnd network with a dedicated 10Gb network with hardware iSCSI HBA's. Our storage cluster now uses SSD Auto Tiering for fast low latency access to your data.\r\n\r\nAs we use a clustered network RAID10 storage array we do still have a write penalty (writes up to 150MBPS), as we keep two copies of your data distributed between storage nodes.\r\n\r\nChoice of Linux operating system\r\n 256MB of Dedicated memory\r\n 1X vCPU\r\n 20GB HDD\r\n 150GB Bandwidth \r\n True Cloud XEN infrastructure\r\n UK Tier 3 Datacenter \r\n High Availability included\r\n Raid10 highly available Clustered Storage Array\r\n Virtual Machine Control Panel for rebuild and console access\r\n\r\nPlease visit http://www.vmhosts.co.uk/virtual-machines/features/"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$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"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-cssnano": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}}, "required": ["gulp", "gulp-cssnano", "gulp-uglify", "gulp-rename", "gulp-sass"]}}, "required": ["name", "version", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jw-lighttwitterwidget", "version" : "1.0.0", "dependencies" : {}, "devDependencies" : {"gulp" : "*", "gulp-cssnano" : "*", "gulp-uglify" : "*", "gulp-rename" : "*", "gulp-sass" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-cssnano": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}}, "required": ["gulp", "gulp-cssnano", "gulp-uglify", "gulp-rename", "gulp-sass"]}}, "required": ["name", "version", "dependencies", "devDependencies"], "$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": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals", "daily"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c_ref" : "Belknap", "totals" : {"Cases" : 1694, "Deaths" : 42}, "daily" : {"Cases" : 32, "Deaths" : 1}}, {"c_ref" : "Carroll", "totals" : {"Cases" : 784, "Deaths" : 3}, "daily" : {"Cases" : 9, "Deaths" : 0}}, {"c_ref" : "Cheshire", "totals" : {"Cases" : 1143, "Deaths" : 6}, "daily" : {"Cases" : 13, "Deaths" : 0}}, {"c_ref" : "Coos", "totals" : {"Cases" : 516, "Deaths" : 15}, "daily" : {"Cases" : 3, "Deaths" : 0}}, {"c_ref" : "Grafton", "totals" : {"Cases" : 1008, "Deaths" : 8}, "daily" : {"Cases" : 9, "Deaths" : 0}}, {"c_ref" : "Hillsborough", "totals" : {"Cases" : 15784, "Deaths" : 405}, "daily" : {"Cases" : 137, "Deaths" : 9}}, {"c_ref" : "Merrimack", "totals" : {"Cases" : 4214, "Deaths" : 55}, "daily" : {"Cases" : 45, "Deaths" : 3}}, {"c_ref" : "Rockingham", "totals" : {"Cases" : 9676, "Deaths" : 129}, "daily" : {"Cases" : 98, "Deaths" : 0}}, {"c_ref" : "Strafford", "totals" : {"Cases" : 3042, "Deaths" : 22}, "daily" : {"Cases" : 66, "Deaths" : 0}}, {"c_ref" : "Sullivan", "totals" : {"Cases" : 381, "Deaths" : 5}, "daily" : {"Cases" : 5, "Deaths" : 0}}, {"c_ref" : "Unassigned", "totals" : {"Cases" : 660, "Deaths" : 0}, "daily" : {"Cases" : -27, "Deaths" : 0}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals", "daily"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"__class__": {"type": "string"}, "category": {"type": "string"}, "package": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}}, "required": ["__class__", "category", "package", "flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__class__" : "MissingLocalUseDesc", "category" : "LocalUseCheck", "package" : "MissingLocalUseDesc", "flags" : ["empty", "whitespace"]}
json_instruct
{"type": "object", "properties": {"__class__": {"type": "string"}, "category": {"type": "string"}, "package": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}}, "required": ["__class__", "category", "package", "flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "integer"}, "headers": {"type": "object", "properties": {"content-type": {"type": "string"}}, "required": ["content-type"]}, "body": {"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}, "target": {"type": "null"}, "details": {"type": "array", "items": {}}, "innererror": {"type": "object", "properties": {}, "required": []}}, "required": ["code", "message", "target", "details", "innererror"]}}, "required": ["error"]}}, "required": ["id", "status", "headers", "body"]}}}, "required": ["responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"responses" : [{"id" : 0, "status" : 404, "headers" : {"content-type" : "application/json"}, "body" : {"error" : {"code" : "no_handler", "message" : "No route handler was able to process this request", "target" : null, "details" : [], "innererror" : {}}}}]}
json_instruct
{"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "integer"}, "headers": {"type": "object", "properties": {"content-type": {"type": "string"}}, "required": ["content-type"]}, "body": {"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}, "target": {"type": "null"}, "details": {"type": "array", "items": {}}, "innererror": {"type": "object", "properties": {}, "required": []}}, "required": ["code", "message", "target", "details", "innererror"]}}, "required": ["error"]}}, "required": ["id", "status", "headers", "body"]}}}, "required": ["responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "docker": {"type": "string"}, "start": {"type": "string"}, "start:graph-router": {"type": "string"}, "start:users": {"type": "string"}, "start:inventory": {"type": "string"}, "build:compile": {"type": "string"}, "build:supergraph": {"type": "string"}, "docker:inventory": {"type": "string"}, "docker:users": {"type": "string"}, "setup": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "docker", "start", "start:graph-router", "start:users", "start:inventory", "build:compile", "build:supergraph", "docker:inventory", "docker:users", "setup", "test"]}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"execa": {"type": "string"}, "graphql": {"type": "string"}, "make-fetch-happen": {"type": "string"}}, "required": ["execa", "graphql", "make-fetch-happen"]}, "devDependencies": {"type": "object", "properties": {"@apollo/rover": {"type": "string"}, "@types/make-fetch-happen": {"type": "string"}, "@types/node": {"type": "string"}, "@types/yargs": {"type": "string"}, "concurrently": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@apollo/rover", "@types/make-fetch-happen", "@types/node", "@types/yargs", "concurrently", "typescript"]}}, "required": ["name", "scripts", "main", "types", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "apollo-federation-implementations", "scripts" : {"build" : "concurrently \"npm:build:*\"", "docker" : "concurrently \"npm:docker:*\"", "start" : "concurrently \"npm:start:*\"", "start:graph-router" : "node dist/graph-router.js", "start:users" : "node dist/subgraphs/users.js", "start:inventory" : "node dist/subgraphs/inventory.js", "build:compile" : "tsc", "build:supergraph" : "rover supergraph compose --config supergraph.yaml > supergraph.graphql", "docker:inventory" : "docker build --file=subgraphs/inventory/Dockerfile --tag=apollo-federation-implementations/inventory subgraphs/inventory", "docker:users" : "docker build --file=subgraphs/users/Dockerfile --tag=apollo-federation-implementations/users subgraphs/users", "setup" : "npm run build && npm run docker", "test" : "node dist/index.js"}, "main" : "dist/index.js", "types" : "dist/index.d.ts", "dependencies" : {"execa" : "^5.1.1", "graphql" : "^15.5.0", "make-fetch-happen" : "^8.0.14"}, "devDependencies" : {"@apollo/rover" : "^0.1.10", "@types/make-fetch-happen" : "^9.0.0", "@types/node" : "^16.4.13", "@types/yargs" : "^17.0.2", "concurrently" : "^6.2.0", "typescript" : "^4.3.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "docker": {"type": "string"}, "start": {"type": "string"}, "start:graph-router": {"type": "string"}, "start:users": {"type": "string"}, "start:inventory": {"type": "string"}, "build:compile": {"type": "string"}, "build:supergraph": {"type": "string"}, "docker:inventory": {"type": "string"}, "docker:users": {"type": "string"}, "setup": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "docker", "start", "start:graph-router", "start:users", "start:inventory", "build:compile", "build:supergraph", "docker:inventory", "docker:users", "setup", "test"]}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"execa": {"type": "string"}, "graphql": {"type": "string"}, "make-fetch-happen": {"type": "string"}}, "required": ["execa", "graphql", "make-fetch-happen"]}, "devDependencies": {"type": "object", "properties": {"@apollo/rover": {"type": "string"}, "@types/make-fetch-happen": {"type": "string"}, "@types/node": {"type": "string"}, "@types/yargs": {"type": "string"}, "concurrently": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@apollo/rover", "@types/make-fetch-happen", "@types/node", "@types/yargs", "concurrently", "typescript"]}}, "required": ["name", "scripts", "main", "types", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"main": {"type": "string"}, "libPath": {"type": "string"}, "outdir": {"type": "string"}, "outCssFile": {"type": "string"}, "outJsFile": {"type": "string"}, "title": {"type": "string"}, "styles": {"type": "array", "items": {"type": "string"}}, "assets": {"type": "array", "items": {"type": "string"}}}, "required": ["main", "libPath", "outdir", "outCssFile", "outJsFile", "title", "styles", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "index.js", "libPath" : "../../../", "outdir" : "../", "outCssFile" : "samples.css", "outJsFile" : "samples.js", "title" : "Spotlight Samples", "styles" : ["*.less"], "assets" : ["assets/**/*.*"]}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}, "libPath": {"type": "string"}, "outdir": {"type": "string"}, "outCssFile": {"type": "string"}, "outJsFile": {"type": "string"}, "title": {"type": "string"}, "styles": {"type": "array", "items": {"type": "string"}}, "assets": {"type": "array", "items": {"type": "string"}}}, "required": ["main", "libPath", "outdir", "outCssFile", "outJsFile", "title", "styles", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7": {"type": "integer"}, "081c8632-590b-45cd-8fb8-54355461d1d8": {"type": "integer"}, "f5936873-ce55-4843-ad31-e96dae73681b": {"type": "integer"}, "c7dafafd-ffa2-4387-8caf-e654980f8b77": {"type": "integer"}, "7c582141-2bf8-4e23-8530-f20cdbef939c": {"type": "integer"}, "9b561efd-28cc-4660-8f47-8f247affbaf8": {"type": "integer"}, "program": {"type": "integer"}, "cc00f6d4-786a-402f-aabe-3c2624ac7209": {"type": "integer"}, "71decd16-4437-4552-a149-ca2e54d98b5d": {"type": "integer"}}, "required": ["9322e883-5305-4086-a2e9-b2ee90d95325", "e5c10f7e-61e9-485d-8ccc-fccee29dfe52", "dd633998-ffd1-45a9-8f5a-75a618ff5ca7", "081c8632-590b-45cd-8fb8-54355461d1d8", "f5936873-ce55-4843-ad31-e96dae73681b", "c7dafafd-ffa2-4387-8caf-e654980f8b77", "7c582141-2bf8-4e23-8530-f20cdbef939c", "9b561efd-28cc-4660-8f47-8f247affbaf8", "program", "cc00f6d4-786a-402f-aabe-3c2624ac7209", "71decd16-4437-4552-a149-ca2e54d98b5d"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configuration" : ["UPSCALINGALGORITHM", "SKIPUPSCALING", "DOWNSCALINGALGORITHM", "SCALEMODE"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -7293, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 1311566291, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" : -6570, "081c8632-590b-45cd-8fb8-54355461d1d8" : 1734254956, "f5936873-ce55-4843-ad31-e96dae73681b" : 19041009, "c7dafafd-ffa2-4387-8caf-e654980f8b77" : -7590, "7c582141-2bf8-4e23-8530-f20cdbef939c" : -12817, "9b561efd-28cc-4660-8f47-8f247affbaf8" : -6171, "program" : 1348066, "cc00f6d4-786a-402f-aabe-3c2624ac7209" : 764, "71decd16-4437-4552-a149-ca2e54d98b5d" : -40394}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7": {"type": "integer"}, "081c8632-590b-45cd-8fb8-54355461d1d8": {"type": "integer"}, "f5936873-ce55-4843-ad31-e96dae73681b": {"type": "integer"}, "c7dafafd-ffa2-4387-8caf-e654980f8b77": {"type": "integer"}, "7c582141-2bf8-4e23-8530-f20cdbef939c": {"type": "integer"}, "9b561efd-28cc-4660-8f47-8f247affbaf8": {"type": "integer"}, "program": {"type": "integer"}, "cc00f6d4-786a-402f-aabe-3c2624ac7209": {"type": "integer"}, "71decd16-4437-4552-a149-ca2e54d98b5d": {"type": "integer"}}, "required": ["9322e883-5305-4086-a2e9-b2ee90d95325", "e5c10f7e-61e9-485d-8ccc-fccee29dfe52", "dd633998-ffd1-45a9-8f5a-75a618ff5ca7", "081c8632-590b-45cd-8fb8-54355461d1d8", "f5936873-ce55-4843-ad31-e96dae73681b", "c7dafafd-ffa2-4387-8caf-e654980f8b77", "7c582141-2bf8-4e23-8530-f20cdbef939c", "9b561efd-28cc-4660-8f47-8f247affbaf8", "program", "cc00f6d4-786a-402f-aabe-3c2624ac7209", "71decd16-4437-4552-a149-ca2e54d98b5d"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"server1": {"type": "object", "properties": {"hostname": {"type": "null"}, "username": {"type": "null"}, "password": {"type": "null"}, "database": {"type": "null"}, "port": {"type": "null"}, "socket": {"type": "null"}}, "required": ["hostname", "username", "password", "database", "port", "socket"]}, "server2": {"type": "object", "properties": {"hostname": {"type": "null"}, "username": {"type": "null"}, "password": {"type": "null"}, "database": {"type": "null"}, "port": {"type": "null"}, "socket": {"type": "null"}}, "required": ["hostname", "username", "password", "database", "port", "socket"]}}, "required": ["server1", "server2"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"server1" : {"hostname" : null, "username" : null, "password" : null, "database" : null, "port" : null, "socket" : null}, "server2" : {"hostname" : null, "username" : null, "password" : null, "database" : null, "port" : null, "socket" : null}}
json_instruct
{"type": "object", "properties": {"server1": {"type": "object", "properties": {"hostname": {"type": "null"}, "username": {"type": "null"}, "password": {"type": "null"}, "database": {"type": "null"}, "port": {"type": "null"}, "socket": {"type": "null"}}, "required": ["hostname", "username", "password", "database", "port", "socket"]}, "server2": {"type": "object", "properties": {"hostname": {"type": "null"}, "username": {"type": "null"}, "password": {"type": "null"}, "database": {"type": "null"}, "port": {"type": "null"}, "socket": {"type": "null"}}, "required": ["hostname", "username", "password", "database", "port", "socket"]}}, "required": ["server1", "server2"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "uploaded_by": {"type": "string"}, "upload_date": {"type": "string"}, "views": {"type": "integer"}, "likes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "url", "title", "uploaded_by", "upload_date", "views", "likes", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "27", "url" : "https://www.youtube.com/watch?v=CG7lI5ZUdag", "title" : "How to use Grafana with Logsene", "uploaded_by" : "Sematext", "upload_date" : "2015-11-26", "views" : 5830, "likes" : 2, "tags" : ["grafana", "logging", "sematext", "logsene", "elasticsearch"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "uploaded_by": {"type": "string"}, "upload_date": {"type": "string"}, "views": {"type": "integer"}, "likes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "url", "title", "uploaded_by", "upload_date", "views", "likes", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "ARHJHQX1187FB4503A", "artist_latitude" : 34.05349, "artist_location" : "Los Angeles, CA", "artist_longitude" : -118.24532, "artist_name" : "The Little Ones", "duration" : 216.78975, "num_songs" : 1, "song_id" : "SOSJZKG12A8C131A72", "title" : "Ordinary Song (Album Version)", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2004, 9], [2005, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}}, "required": ["test"]}, "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"}, "devDependencies": {"type": "object", "properties": {"parse-cloud": {"type": "string"}}, "required": ["parse-cloud"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mixpanel-parse", "version" : "0.0.1", "description" : "Mixpanel for Parse Cloud Code", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "http://github.com/brennanMKE/mixpanel-parse.git"}, "keywords" : ["mixpanel", "analytics", "api", "stats", "parse"], "author" : "Brennan Stehling", "license" : "MIT", "devDependencies" : {"parse-cloud" : "0.0.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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"}, "devDependencies": {"type": "object", "properties": {"parse-cloud": {"type": "string"}}, "required": ["parse-cloud"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"css/ng-slider.min.css": {"type": "string"}, "ng-slider.min.js": {"type": "string"}}, "required": ["css/ng-slider.min.css", "ng-slider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/ng-slider.min.css" : "sha256-NMqnwyajWZ+ayt1zaFUsdMJ7K+P+BF3k15zbkOHDm9w=", "ng-slider.min.js" : "sha256-DZyY8c8DyTJOyiITTaXf5Y0AeWLX2xAunwAdlgaYV9w="}
json_instruct
{"type": "object", "properties": {"css/ng-slider.min.css": {"type": "string"}, "ng-slider.min.js": {"type": "string"}}, "required": ["css/ng-slider.min.css", "ng-slider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"new_version" : "2.2.3"}
json_instruct
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"scripts/Vidage.js": {"type": "string"}, "scripts/Vidage.min.js": {"type": "string"}, "styles/Vidage.css": {"type": "string"}, "styles/Vidage.min.css": {"type": "string"}}, "required": ["scripts/Vidage.js", "scripts/Vidage.min.js", "styles/Vidage.css", "styles/Vidage.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scripts/Vidage.js" : "sha256-RVprQZgf/zUdQlGFOBGBgrIAJeoNFdZ+oq8Uy8bwWWQ=", "scripts/Vidage.min.js" : "sha256-qOc/LjDbOgHqPY4C2ZhB6aXNAipe+Mmd4HeLhailuXE=", "styles/Vidage.css" : "sha256-umQxmiOqeL02aAbcHyz91jd7FOqd8p1KEDEyv952V84=", "styles/Vidage.min.css" : "sha256-avVnkZwQAVsS08D6yz4PfgS6cJWvrgxQr5sqKrPWqa8="}
json_instruct
{"type": "object", "properties": {"scripts/Vidage.js": {"type": "string"}, "scripts/Vidage.min.js": {"type": "string"}, "styles/Vidage.css": {"type": "string"}, "styles/Vidage.min.css": {"type": "string"}}, "required": ["scripts/Vidage.js", "scripts/Vidage.min.js", "styles/Vidage.css", "styles/Vidage.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1216082001", "nama" : "Batu Nagodang Siatas"}, {"id" : "1216082002", "nama" : "Onan Ganjang"}, {"id" : "1216082003", "nama" : "Parbotihan"}, {"id" : "1216082004", "nama" : "Sihikit"}, {"id" : "1216082005", "nama" : "Parnapa"}, {"id" : "1216082006", "nama" : "Janji Nagodang"}, {"id" : "1216082007", "nama" : "Sampe Tua"}, {"id" : "1216082008", "nama" : "Hutajulu"}, {"id" : "1216082009", "nama" : "Sibuluan"}, {"id" : "1216082010", "nama" : "Sigalogo"}, {"id" : "1216082011", "nama" : "Aek Godang Arbaan"}, {"id" : "1216082012", "nama" : "Sanggaran II"}]
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#"}
Please provide a valid JSON object following this 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" : "Noxious", "definitions" : ["Harmful, poisonous, or very unpleasant."], "parts-of-speech" : "Adjective"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"index": {"type": "integer"}, "lineNumber": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}, "description": {"type": "string"}}, "required": ["index", "lineNumber", "column", "message", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 4, "lineNumber" : 1, "column" : 5, "message" : "Error: Line 1: Unexpected token let", "description" : "Unexpected token let"}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "lineNumber": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}, "description": {"type": "string"}}, "required": ["index", "lineNumber", "column", "message", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"continent": {"type": "string"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flag": {"type": "string"}}, "required": ["name", "flag"]}}}, "required": ["continent", "countries"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"continent" : "Africa", "countries" : [{"name" : "Nigeria", "flag" : "\ud83c\uddf3\ud83c\uddec"}, {"name" : "Ethiopia", "flag" : "\ud83c\uddea\ud83c\uddf9"}, {"name" : "Egypt", "flag" : "\ud83c\uddea\ud83c\uddec"}, {"name" : "DR Congo", "flag" : "\ud83c\udde8\ud83c\udde9"}, {"name" : "South Africa", "flag" : "\ud83c\uddff\ud83c\udde6"}]}, {"continent" : "America", "countries" : [{"name" : "USA", "flag" : "\ud83c\uddfa\ud83c\uddf8"}, {"name" : "Brazil", "flag" : "\ud83c\udde7\ud83c\uddf7"}, {"name" : "Mexico", "flag" : "\ud83c\uddf2\ud83c\uddfd"}, {"name" : "Colombia", "flag" : "\ud83c\udde8\ud83c\uddf4"}, {"name" : "Argentina", "flag" : "\ud83c\udde6\ud83c\uddf7"}]}, {"continent" : "Asia", "countries" : [{"name" : "China", "flag" : "\ud83c\udde8\ud83c\uddf3"}, {"name" : "India", "flag" : "\ud83c\uddee\ud83c\uddf3"}, {"name" : "Indonesia", "flag" : "\ud83c\uddee\ud83c\udde9"}, {"name" : "Pakistan", "flag" : "\ud83c\uddf5\ud83c\uddf0"}, {"name" : "Bangladesh", "flag" : "\ud83c\udde7\ud83c\udde9"}]}, {"continent" : "Europe", "countries" : [{"name" : "Russia", "flag" : "\ud83c\uddf7\ud83c\uddfa"}, {"name" : "Germany", "flag" : "\ud83c\udde9\ud83c\uddea"}, {"name" : "UK", "flag" : "\ud83c\uddec\ud83c\udde7"}, {"name" : "France", "flag" : "\ud83c\uddeb\ud83c\uddf7"}, {"name" : "Italy", "flag" : "\ud83c\uddee\ud83c\uddf9"}]}, {"continent" : "Oceania", "countries" : [{"name" : "Australia", "flag" : "\ud83c\udde6\ud83c\uddfa"}, {"name" : "Papua New Guinea", "flag" : "\ud83c\uddf5\ud83c\uddec"}, {"name" : "New Zealand", "flag" : "\ud83c\uddf3\ud83c\uddff"}, {"name" : "Fiji", "flag" : "\ud83c\uddeb\ud83c\uddef"}, {"name" : "Solomon Islands", "flag" : "\ud83c\uddf8\ud83c\udde7"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"continent": {"type": "string"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flag": {"type": "string"}}, "required": ["name", "flag"]}}}, "required": ["continent", "countries"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 50061, "cartId" : "97194e5a-052b-4fc2-93a6-0c4bd40c0f89", "preferredProducts" : [685, 322, 2021, 4730, 1138, 4823], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$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": {"start": {"type": "string"}}, "required": ["start"]}, "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"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "emo-db", "version" : "0.2.0", "description" : "JSON Based Database, Specifically For Normal Discord Bots", "main" : "emo-db.js", "scripts" : {"start" : "node emo-db.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/LegendaryEmoji/emo-db.git"}, "keywords" : ["JSON", "Database", "Emo"], "author" : "Legendary Emoji#1742", "license" : "MIT", "bugs" : {"url" : "https://github.com/LegendaryEmoji/emo-db/issues"}, "homepage" : "https://github.com/LegendaryEmoji/emo-db#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "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"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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 the 2 cups water, tea bag, and bay leaf into a pot, and bring water to a boil. Reserving about 1/2 cup garbanzo beans, stir the beans into the boiling water. When beans are heated through, discard the tea bag and bay leaf. Remove from heat. Drain the beans, reserving water, and set aside.", "Heat 2 teaspoons oil in a skillet over medium heat, and saute the sliced onion until tender. Remove from heat, cool, and mix in the reserved garbanzo beans, 1 tomato, and 1/2 the cilantro leaves. Set aside.", "Heat the remaining oil in a skillet over medium heat. Blend in the coriander, cumin seeds, ginger, and garlic. Cook and stir for 15 to 20 seconds, until lightly browned. Mix in the turmeric. Stir the chopped onion into the skillet, and cook until tender. Mix in the remaining tomatoes. Season with salt, cayenne pepper, and garam masala. Bring the tomato liquid to a boil, and cook about 5 minutes. Stir in the boiled garbanzo beans, sliced onion mixture, and enough of the reserved water to attain a thick, gravy-like consistency. Continue to cook and stir 5 minutes. Garnish with the remaining cilantro leaves to serve."], "ingredients" : ["2 cups water", "1 tea bag", "1 bay leaf", "2 (15.5 ounce) cans garbanzo beans, drained", "2 tablespoons vegetable oil, divided", "1 onion, sliced", "3 tomatoes, chopped", "1/4 cup fresh cilantro leaves", "1 teaspoon ground coriander", "1 teaspoon cumin seeds", "1 teaspoon grated fresh ginger root", "1 teaspoon grated garlic", "1 teaspoon ground turmeric (optional)", "1 onion, finely chopped", "ground cayenne pepper to taste", "1 pinch garam masala (optional)"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Cholay (Curried Chickpeas)", "url" : "http://allrecipes.com/recipe/67767/cholay-curried-chickpeas/"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "341623401001", "text" : "\u5f20\u5be8\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "341623401200", "text" : "\u8463\u8001\u5be8\u6751\u59d4\u4f1a"}, {"id" : "341623401201", "text" : "\u6768\u5927\u697c\u6751\u59d4\u4f1a"}, {"id" : "341623401202", "text" : "\u95eb\u96c6\u6751\u6751\u59d4\u4f1a"}, {"id" : "341623401203", "text" : "\u6865\u897f\u6751\u59d4\u4f1a"}, {"id" : "341623401204", "text" : "\u4e1c\u738b\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "cities_entry_css_selectors": {"type": "array", "items": {"type": "string"}}, "city_css_selector": {"type": "string"}, "city_select_form_selector": {"type": "string"}, "theaters_entry_css_selectors": {"type": "array", "items": {"type": "string"}}, "theater_css_selector": {"type": "string"}, "theater_name_css_selector": {"type": "string"}, "movie_row_css_selector": {"type": "string"}, "movie_link_css_selector": {"type": "string"}, "movie_show_time_css_selector": {"type": "string"}, "movie_name_css_selector": {"type": "string"}, "movie_synopsis_css_selector": {"type": "string"}}, "required": ["name", "url", "cities_entry_css_selectors", "city_css_selector", "city_select_form_selector", "theaters_entry_css_selectors", "theater_css_selector", "theater_name_css_selector", "movie_row_css_selector", "movie_link_css_selector", "movie_show_time_css_selector", "movie_name_css_selector", "movie_synopsis_css_selector"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "21 Cineplex", "url" : "http://www.21cineplex.com/", "cities_entry_css_selectors" : ["li.mn4 > a"], "city_css_selector" : "select#sl_city option", "city_select_form_selector" : "select#sl_city", "theaters_entry_css_selectors" : ["li.mn4 > a"], "theater_css_selector" : "table.table-theater tr[data-city='{{value}}'] a", "theater_name_css_selector" : "div.col-m_462 div.col-title h2", "movie_row_css_selector" : "//div[@id='makan'][1]//tr[not(@class='title')]", "movie_link_css_selector" : "img.thumb5", "movie_show_time_css_selector" : "td[align='right'] div", "movie_name_css_selector" : "h2.titlebig", "movie_synopsis_css_selector" : "div.col-m_392 div.grad div.col-content"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "cities_entry_css_selectors": {"type": "array", "items": {"type": "string"}}, "city_css_selector": {"type": "string"}, "city_select_form_selector": {"type": "string"}, "theaters_entry_css_selectors": {"type": "array", "items": {"type": "string"}}, "theater_css_selector": {"type": "string"}, "theater_name_css_selector": {"type": "string"}, "movie_row_css_selector": {"type": "string"}, "movie_link_css_selector": {"type": "string"}, "movie_show_time_css_selector": {"type": "string"}, "movie_name_css_selector": {"type": "string"}, "movie_synopsis_css_selector": {"type": "string"}}, "required": ["name", "url", "cities_entry_css_selectors", "city_css_selector", "city_select_form_selector", "theaters_entry_css_selectors", "theater_css_selector", "theater_name_css_selector", "movie_row_css_selector", "movie_link_css_selector", "movie_show_time_css_selector", "movie_name_css_selector", "movie_synopsis_css_selector"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["right", "bottom", "top", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"frame_id" : 5028, "walking" : "1", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"right" : 0.682455, "bottom" : 0.485571, "top" : 0.028857, "recognized" : false, "bb_big_enough" : true, "class" : "artwork", "left" : 0.289301}, {"artwork_id" : "david_bronzo_donatello", "right" : 0.486529, "bottom" : 0.763512, "top" : 0.038763, "confidence" : 342, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.0}], "p_voice" : "0"}
json_instruct
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["right", "bottom", "top", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Astatos Token", "symbol" : "ASTT", "address" : "0x7bbef2035c3bbe8d99e4ac027ba0eba501bf8957", "decimals" : 18, "type" : "ERC20"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "statue", "definition" : "1. The likeness of a living being sculptured or modeled in some solid substance, as marble, bronze, or wax; an image; as, a statue of Hercules, or of a lion. I will raise her statue in pure gold. Shak. 2. A portrait. [Obs.] Massinger.\n\nTo place, as a statue; to form a statue of; to make into a statue. \"The whole man becomes as if statued into stone and earth.\" Feltham."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7603081019", "district_id" : "7603081", "name" : "RANTETARIMA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["pygmt"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "4651370", "name" : "Chelveston Way", "nodes" : [{"type" : "node", "id" : 29597234, "lat" : 52.584543, "lon" : -0.2685688}, {"type" : "node", "id" : 29597235, "lat" : 52.5845757, "lon" : -0.2678527}, {"type" : "node", "id" : 29597237, "lat" : 52.584615, "lon" : -0.2668773, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 29597238, "lat" : 52.5847082, "lon" : -0.2667672, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 29597239, "lat" : 52.5855211, "lon" : -0.2668434, "tags" : {"created_by" : "JOSM"}}], "volunteer_postcode" : "PE8 6QF", "closest_distance" : 18029}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"type" : "Point", "coordinates" : [-76.79, 40.89]}, "type" : "Feature", "id" : "17857", "properties" : {"other_cities" : "Northumberlnd", "city" : "Northumberland", "state" : "PA", "county" : "Northumberland County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$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"}}, "required": ["test"]}, "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"]}, "dependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "underscore": {"type": "string"}, "mockery": {"type": "string"}}, "required": ["mocha", "underscore", "mockery"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mockman", "version" : "0.5.0", "description" : "MockMan is a simple library to help create test mocks and stubs.", "main" : "index.js", "scripts" : {"test" : "node_modules/.bin/mocha --recursive tests/"}, "repository" : {"type" : "git", "url" : "https://github.com/JANorman/MockMan.git"}, "keywords" : ["testing", "mocks", "stubs", "mocking"], "author" : "James Norman", "license" : "MIT", "bugs" : {"url" : "https://github.com/JANorman/MockMan/issues"}, "dependencies" : {"mocha" : "*", "underscore" : "*", "mockery" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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"]}, "dependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "underscore": {"type": "string"}, "mockery": {"type": "string"}}, "required": ["mocha", "underscore", "mockery"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "Y": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "n": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#", "Y", "G", "n"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["#Y ", "G n", "YY "], "key" : {"#" : {"item" : "minecraft:redstone_lamp"}, "Y" : {"item" : "minecraft:yellow_concrete"}, "G" : {"item" : "minecraft:glass"}, "n" : {"item" : "minecraft:netherite_ingot"}}, "result" : {"item" : "nauticality:submarine", "count" : 1}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "Y": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "n": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#", "Y", "G", "n"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$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"}, "run_at": {"type": "string"}, "find": {"type": "string"}, "severity": {"type": "integer"}, "options": {"type": "array", "items": {"type": "string"}}, "request": {"type": "null"}, "matches": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "match": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "location", "match", "options"]}}}, "required": ["name", "run_at", "find", "severity", "options", "request", "matches"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Server header exposure", "run_at" : "response", "find" : "once", "severity" : 1, "options" : ["passive"], "request" : null, "matches" : [{"type" : "exists", "location" : "headers", "match" : "server", "options" : ["ignore_case"]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "run_at": {"type": "string"}, "find": {"type": "string"}, "severity": {"type": "integer"}, "options": {"type": "array", "items": {"type": "string"}}, "request": {"type": "null"}, "matches": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "match": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "location", "match", "options"]}}}, "required": ["name", "run_at", "find", "severity", "options", "request", "matches"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "galacticraft-rewoven:block/moon_copper_ore"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@uirouter/angularjs": {"type": "string"}, "angular": {"type": "string"}, "angular-resource": {"type": "string"}, "animate.css": {"type": "string"}, "api": {"type": "string"}, "bcrypt": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "express-mysql-session": {"type": "string"}, "express-session": {"type": "string"}, "jslint": {"type": "string"}, "live-server": {"type": "string"}, "mysql": {"type": "string"}, "passport": {"type": "string"}, "passport-facebook": {"type": "string"}, "passport-local": {"type": "string"}, "path": {"type": "string"}, "prerender-node": {"type": "string"}, "router": {"type": "string"}, "sendgrid": {"type": "string"}, "stripe": {"type": "string"}}, "required": ["@uirouter/angularjs", "angular", "angular-resource", "animate.css", "api", "bcrypt", "cookie-parser", "express", "express-mysql-session", "express-session", "jslint", "live-server", "mysql", "passport", "passport-facebook", "passport-local", "path", "prerender-node", "router", "sendgrid", "stripe"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "TrimR", "version" : "1.0.0", "description" : "### Our final project", "main" : "server/index.js", "scripts" : {"test" : "source .variables && nodemon"}, "repository" : {"type" : "git", "url" : "git+https://github.com/CFin86/trimr2.0.git"}, "author" : "Chris Finney, Taylor Rowell, Ray Randle", "license" : "TrimR/LICENSE", "bugs" : {"url" : "https://github.com/CFin86/trimr2.0/issues"}, "homepage" : "https://github.com/CFin86/trimr2.0/issues#readme", "dependencies" : {"@uirouter/angularjs" : "^1.0.3", "angular" : "^1.6.5", "angular-resource" : "^1.6.5", "animate.css" : "^3.5.2", "api" : "^0.8.0", "bcrypt" : "^1.0.2", "cookie-parser" : "^1.4.3", "express" : "^4.15.3", "express-mysql-session" : "^1.2.1", "express-session" : "^1.15.3", "jslint" : "^0.10.3", "live-server" : "^1.2.0", "mysql" : "^2.13.0", "passport" : "^0.3.2", "passport-facebook" : "^2.1.1", "passport-local" : "^1.0.0", "path" : "^0.12.7", "prerender-node" : "^2.7.2", "router" : "^1.3.1", "sendgrid" : "^5.2.0", "stripe" : "^4.23.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@uirouter/angularjs": {"type": "string"}, "angular": {"type": "string"}, "angular-resource": {"type": "string"}, "animate.css": {"type": "string"}, "api": {"type": "string"}, "bcrypt": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "express-mysql-session": {"type": "string"}, "express-session": {"type": "string"}, "jslint": {"type": "string"}, "live-server": {"type": "string"}, "mysql": {"type": "string"}, "passport": {"type": "string"}, "passport-facebook": {"type": "string"}, "passport-local": {"type": "string"}, "path": {"type": "string"}, "prerender-node": {"type": "string"}, "router": {"type": "string"}, "sendgrid": {"type": "string"}, "stripe": {"type": "string"}}, "required": ["@uirouter/angularjs", "angular", "angular-resource", "animate.css", "api", "bcrypt", "cookie-parser", "express", "express-mysql-session", "express-session", "jslint", "live-server", "mysql", "passport", "passport-facebook", "passport-local", "path", "prerender-node", "router", "sendgrid", "stripe"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 71690, "cartId" : "fa67caa3-563e-4f80-83ad-e8b921a35c94", "preferredProducts" : [567, 1747, 4604, 1782, 4699, 4386, 4171, 1229, 4576, 3500], "productReviews" : [{"productId" : 2000, "reviewText" : "I saw one of these in Grenada and I bought one.", "reviewDate" : "2019-04-26T08:19:54.833722+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"label": {"type": "string"}, "id": {"type": "string"}, "_sink": {"type": "string"}, "_sinkLabel": {"type": "string"}, "_vertexId": {"type": "string"}, "_vertexLabel": {"type": "string"}, "_isEdge": {"type": "boolean"}, "_rid": {"type": "string"}, "_self": {"type": "string"}, "_etag": {"type": "string"}, "_attachments": {"type": "string"}, "_ts": {"type": "integer"}}, "required": ["label", "id", "_sink", "_sinkLabel", "_vertexId", "_vertexLabel", "_isEdge", "_rid", "_self", "_etag", "_attachments", "_ts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"label" : "seenIn", "id" : "2bc61ae8-6b16-4a12-b954-9c7687a9d057", "_sink" : "932bc2b1-1346-4c45-a570-c593269f4459", "_sinkLabel" : "comic", "_vertexId" : "ca2b51ce-40d9-41bb-b092-703a4b751bdb", "_vertexLabel" : "hero", "_isEdge" : true, "_rid" : "VyAjAPMRAABKAwAAAAAAAA==", "_self" : "dbs/VyAjAA==/colls/VyAjAPMRAAA=/docs/VyAjAPMRAABKAwAAAAAAAA==/", "_etag" : "\"5000b2eb-0000-0000-0000-595ebace0000\"", "_attachments" : "attachments/", "_ts" : 1499380429}
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "id": {"type": "string"}, "_sink": {"type": "string"}, "_sinkLabel": {"type": "string"}, "_vertexId": {"type": "string"}, "_vertexLabel": {"type": "string"}, "_isEdge": {"type": "boolean"}, "_rid": {"type": "string"}, "_self": {"type": "string"}, "_etag": {"type": "string"}, "_attachments": {"type": "string"}, "_ts": {"type": "integer"}}, "required": ["label", "id", "_sink", "_sinkLabel", "_vertexId", "_vertexLabel", "_isEdge", "_rid", "_self", "_etag", "_attachments", "_ts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-4.031982421875, 50.03773778732018], [-2.8535567626953124, 50.49298247969465], [-2.8547286987304688, 50.78356622849899], [-3.0476760864257812, 50.91190894618443], [-3.161144256591797, 50.94858614505608], [-3.2488632202148438, 50.945125226716804], [-3.3106613159179688, 50.97280535907216], [-3.3504867553710938, 50.98739566370402], [-3.3789825439453125, 51.01872229798176], [-3.5945892333984375, 51.04916446529361], [-3.72161865234375, 51.262989030960796], [-4.713134765624999, 51.2206474303833], [-6.6, 49.8], [-4.031982421875, 50.03773778732018]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01023134": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01023134"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01023134" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00117532", "LAD11CD" : "E07000092"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00117533", "LAD11CD" : "E07000092"}, "arcs" : [[3, 4, 5, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00117534", "LAD11CD" : "E07000092"}, "arcs" : [[7, -7, 8, 9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00117536", "LAD11CD" : "E07000092"}, "arcs" : [[-8, 11, -4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00117547", "LAD11CD" : "E07000092"}, "arcs" : [[-3, 12, -10, 13]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00117548", "LAD11CD" : "E07000092"}, "arcs" : [[-1, -14, -9, -6, 14]]}]}}, "arcs" : [[[6601, 5991], [113, 1017], [-706, 101], [-224, 1503]], [[5784, 8612], [1627, 1387], [456, -428], [897, 191]], [[8764, 9762], [355, -1212], [-1055, -1019], [-106, -1333], [-775, 1242], [-227, -1450], [-355, 1]], [[4483, 3300], [-2456, 421], [-1042, 1114]], [[985, 4835], [-465, 1315], [3120, 1128]], [[3640, 7278], [840, -3252]], [[4480, 4026], [3, -726]], [[5464, 1293], [-711, 760], [178, 513], [-448, 734]], [[4480, 4026], [1006, 74], [-187, 783], [508, 241]], [[5807, 5124], [208, -656], [341, 12], [-27, 673], [1086, 88], [-357, -1192]], [[7058, 4049], [-229, -480], [373, -289], [-92, -570], [1159, -1022], [-45, -955], [-1385, 1077], [-586, -106], [-14, -674], [530, -628], [-234, -402], [-1071, 1293]], [[5464, 1293], [-355, -1055], [-661, 1162], [-974, 1070], [-254, -480], [-682, 133], [-491, -1446], [-873, 1652], [-1174, 1926], [985, 580]], [[8764, 9762], [1184, -644], [-145, -1491], [-1489, -947], [333, -607], [1352, 181], [-69, -1181], [19, -262], [-1001, -1911], [-1890, 1149]], [[5807, 5124], [317, 934], [477, -67]], [[3640, 7278], [1814, 1103], [330, 231]]], "transform" : {"scale" : [1.374646178138908e-06, 5.702455501537958e-07], "translate" : [-0.793412278402455, 51.29925376426716]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01023134": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01023134"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"xuqingjia": {"type": "string"}}, "required": ["xuqingjia"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "xuqingjia", "version" : "0.0.1", "summary" : "A short description of xuqingjia.", "homepage" : "https://code.vipkid.com.cn/xuqingjia/testspec1", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"xuqingjia" : "xuqingjia@vipkid.com.cn"}, "platforms" : {"ios" : null}, "source" : {"git" : "ssh://git@code.vipkid.com.cn:3590/xuqingjia/testspec1.git", "tag" : "0.0.1"}, "source_files" : "xuqingjia/**/*.{h,m}"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"xuqingjia": {"type": "string"}}, "required": ["xuqingjia"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-watch": {"type": "string"}, "build-examples": {"type": "string"}, "build-examples-watch": {"type": "string"}}, "required": ["test", "test-watch", "build-examples", "build-examples-watch"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"daggy": {"type": "string"}}, "required": ["daggy"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "fluture": {"type": "string"}, "mithril": {"type": "string"}, "tap-min": {"type": "string"}, "tape": {"type": "string"}}, "required": ["babel-cli", "babel-polyfill", "babel-preset-env", "babelify", "browserify", "fluture", "mithril", "tap-min", "tape"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "deferred-effects", "version" : "1.0.0", "description" : "", "main" : "src/index.js", "scripts" : {"test" : "tape test/*.js | tap-min", "test-watch" : "find package.json src/*.js test/*.js | entr -c npm run test", "build-examples" : "mkdir -p public/examples; ./node_modules/.bin/browserify -o public/examples/app.js examples/auth-tokens-mithril.js -t [ babelify --presets [ env ] ]", "build-examples-watch" : "find src/ examples/ | entr -c npm run build-examples"}, "keywords" : ["monad", "free monad", "interpreter"], "author" : "joncfoo <joncfoo@gmail.com>", "license" : "ISC", "dependencies" : {"daggy" : "1.2.0"}, "devDependencies" : {"babel-cli" : "6.26.0", "babel-polyfill" : "6.26.0", "babel-preset-env" : "1.6.1", "babelify" : "8.0.0", "browserify" : "14.5.0", "fluture" : "7.2.1", "mithril" : "1.1.5", "tap-min" : "1.2.2", "tape" : "4.8.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"}, "test-watch": {"type": "string"}, "build-examples": {"type": "string"}, "build-examples-watch": {"type": "string"}}, "required": ["test", "test-watch", "build-examples", "build-examples-watch"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"daggy": {"type": "string"}}, "required": ["daggy"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "fluture": {"type": "string"}, "mithril": {"type": "string"}, "tap-min": {"type": "string"}, "tape": {"type": "string"}}, "required": ["babel-cli", "babel-polyfill", "babel-preset-env", "babelify", "browserify", "fluture", "mithril", "tap-min", "tape"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"website": {"type": "string"}, "repo": {"type": "string"}}, "required": ["website", "repo"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "object", "properties": {"adapter": {"type": "string"}, "value": {"type": "string"}}, "required": ["adapter", "value"]}}, "client": {"type": "array", "items": {"type": "object", "properties": {"adapter": {"type": "string"}, "value": {"type": "string"}}, "required": ["adapter", "value"]}}}, "required": ["main", "client"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}, "fabric-language-kotlin": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft", "fabric-language-kotlin"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schemaVersion" : 1, "id" : "malthermal", "version" : "${version}", "name" : "Malthermal", "description" : "A quasi-real thermal dynamical mod", "authors" : ["switefaster", "Yaossg", "InitAuther97"], "contact" : {"website" : "sifsstudio.com/malthermal", "repo" : "https://github.com/SFS-Studio/malthermal-fabric"}, "license" : "MIT", "icon" : "assets/malthermal-fabric/icon.png", "environment" : "*", "entrypoints" : {"main" : [{"adapter" : "kotlin", "value" : "com.sifsstudio.malthermal.Malthermal"}], "client" : [{"adapter" : "kotlin", "value" : "com.sifsstudio.malthermal.client.MalthermalClient"}]}, "mixins" : ["malthermal-fabric.mixins.json"], "depends" : {"fabricloader" : ">=0.13.2", "fabric" : "*", "minecraft" : "1.16.5", "fabric-language-kotlin" : ">=1.7.1+kotlin.1.6.10"}}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"website": {"type": "string"}, "repo": {"type": "string"}}, "required": ["website", "repo"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "object", "properties": {"adapter": {"type": "string"}, "value": {"type": "string"}}, "required": ["adapter", "value"]}}, "client": {"type": "array", "items": {"type": "object", "properties": {"adapter": {"type": "string"}, "value": {"type": "string"}}, "required": ["adapter", "value"]}}}, "required": ["main", "client"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}, "fabric-language-kotlin": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft", "fabric-language-kotlin"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "integer"}, "after": {"type": "string"}, "lineA": {"type": "integer"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"info" : {"project" : "request/request", "developers" : 2, "edges" : 2, "vertices" : 2, "commits" : 2, "id" : 21, "agedays" : 22, "refactorings" : 1, "group" : "Overtime", "language" : "JavaScript", "level" : "Function", "summary" : ""}, "commits_list" : ["8eeeafe", "aec2fc1"], "edges" : [{"id" : 39, "before" : "lib.cookies.js.jar#getCookieStringSync", "lineB" : 23, "after" : "lib.cookies.js.jar#getCookieString", "lineA" : 37, "ref" : "RENAME", "sha1" : "8eeeafe"}, {"id" : 44, "before" : "lib.cookies.js.jar#getCookieString", "lineB" : 35, "after" : "lib.cookies.js.jar#getCookieStringSync", "lineA" : 21, "ref" : "RENAME", "sha1" : "aec2fc1"}]}
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "integer"}, "after": {"type": "string"}, "lineA": {"type": "integer"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : [[[127.75, 45.333333333333336], [127.75, 45.416666666666664], [127.875, 45.416666666666664], [127.875, 45.333333333333336], [127.75, 45.333333333333336]]]}, "properties" : {"code" : 682706, "url" : "http://madefor.github.io/0410/api/v1/682706.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/682706.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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1126035547, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "fa37d28523bbba6a3160648db3f7851d", "wof:id" : 1126035547, "wof:repo" : "whosonfirst-data-admin-ch"}, "bbox" : [8.73017, 46.87259, 8.73017, 46.87259], "geometry" : {"coordinates" : [8.73017, 46.87259], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"deviceId": {"type": "string"}, "serverIp": {"type": "string"}, "serverPort": {"type": "integer"}, "sshServer": {"type": "string"}, "sshServerPort": {"type": "integer"}, "sshTunnelPort": {"type": "string"}}, "required": ["deviceId", "serverIp", "serverPort", "sshServer", "sshServerPort", "sshTunnelPort"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"deviceId" : "5a4567a2236fa30097d94420", "serverIp" : "p2pvps.net", "serverPort" : 3001, "sshServer" : "p2pvps.net", "sshServerPort" : 6100, "sshTunnelPort" : "6165"}
json_instruct
{"type": "object", "properties": {"deviceId": {"type": "string"}, "serverIp": {"type": "string"}, "serverPort": {"type": "integer"}, "sshServer": {"type": "string"}, "sshServerPort": {"type": "integer"}, "sshTunnelPort": {"type": "string"}}, "required": ["deviceId", "serverIp", "serverPort", "sshServer", "sshServerPort", "sshTunnelPort"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3321050015, "parent" : 3321050, "name" : "REJOSARI", "latitude" : null, "longitude" : null, "postal" : [59561, 59566], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"/api": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}}, "required": ["target", "secure"]}}, "required": ["/api"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/api" : {"target" : "`http://localhost/real-back/backend/api`", "secure" : false}}
json_instruct
{"type": "object", "properties": {"/api": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}}, "required": ["target", "secure"]}}, "required": ["/api"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["include"]}, "strings": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "extendedDescription": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "extendedDescription", "url"]}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["id", "type", "locationSet", "strings", "contacts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ym-Institute-of-Crisis-Management-Studies", "type" : "youthmappers", "locationSet" : {"include" : [[85.34173, 27.72759]]}, "strings" : {"name" : "Institute of Crisis Management Studies YouthMappers", "description" : "YouthMappers chapter at Institute of Crisis Management Studies", "extendedDescription" : "To develop Crisis Mappers to assist during disaster situations.", "url" : "mailto:deepakadhikari@tuicms.edu.np"}, "contacts" : [{"name" : "Organizer", "email" : "deepakadhikari@tuicms.edu.np"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["include"]}, "strings": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "extendedDescription": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "extendedDescription", "url"]}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["id", "type", "locationSet", "strings", "contacts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "Quan", "scores" : [{"xp" : 2513, "rank" : 350, "cardId" : 580}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "null"}, "shortname": {"type": "string"}, "reference": {"type": "string"}, "comments": {"type": "null"}}, "required": ["source", "ra", "dec", "epoch", "equinox", "shortname", "reference", "comments"]}}, "Names": {"type": "array", "items": {"type": "object", "properties": {"other_name": {"type": "string"}}, "required": ["other_name"]}}, "Photometry": {"type": "array", "items": {"type": "object", "properties": {"band": {"type": "string"}, "ucd": {"type": "null"}, "magnitude": {"type": "number"}, "magnitude_error": {"type": "number"}, "telescope": {"type": "string"}, "instrument": {"type": "null"}, "epoch": {"type": "null"}, "comments": {"type": "string"}, "reference": {"type": "string"}}, "required": ["band", "ucd", "magnitude", "magnitude_error", "telescope", "instrument", "epoch", "comments", "reference"]}}}, "required": ["Sources", "Names", "Photometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Sources" : [{"source" : "2MASS J10042066+5022596", "ra" : 151.08608, "dec" : 50.383222, "epoch" : null, "equinox" : null, "shortname" : "1004+5022", "reference" : "Rebo98", "comments" : null}], "Names" : [{"other_name" : "2MASS J10042066+5022596"}, {"other_name" : "2MASSW J1004207+502300"}, {"other_name" : "G 196-3B"}], "Photometry" : [{"band" : "WISE_W1", "ucd" : null, "magnitude" : 11.7, "magnitude_error" : 0.023, "telescope" : "WISE", "instrument" : null, "epoch" : null, "comments" : "ALLWISE", "reference" : "Cutr13"}, {"band" : "WISE_W2", "ucd" : null, "magnitude" : 11.134, "magnitude_error" : 0.024, "telescope" : "WISE", "instrument" : null, "epoch" : null, "comments" : "ALLWISE", "reference" : "Cutr13"}, {"band" : "WISE_W3", "ucd" : null, "magnitude" : 10.273, "magnitude_error" : 0.068, "telescope" : "WISE", "instrument" : null, "epoch" : null, "comments" : "ALLWISE", "reference" : "Cutr13"}, {"band" : "WISE_W4", "ucd" : null, "magnitude" : 8.54, "magnitude_error" : 0.38, "telescope" : "WISE", "instrument" : null, "epoch" : null, "comments" : "ALLWISE", "reference" : "Cutr13"}]}
json_instruct
{"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "null"}, "shortname": {"type": "string"}, "reference": {"type": "string"}, "comments": {"type": "null"}}, "required": ["source", "ra", "dec", "epoch", "equinox", "shortname", "reference", "comments"]}}, "Names": {"type": "array", "items": {"type": "object", "properties": {"other_name": {"type": "string"}}, "required": ["other_name"]}}, "Photometry": {"type": "array", "items": {"type": "object", "properties": {"band": {"type": "string"}, "ucd": {"type": "null"}, "magnitude": {"type": "number"}, "magnitude_error": {"type": "number"}, "telescope": {"type": "string"}, "instrument": {"type": "null"}, "epoch": {"type": "null"}, "comments": {"type": "string"}, "reference": {"type": "string"}}, "required": ["band", "ucd", "magnitude", "magnitude_error", "telescope", "instrument", "epoch", "comments", "reference"]}}}, "required": ["Sources", "Names", "Photometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.6d0ac849.chunk.js": {"type": "string"}, "static/js/2.6d0ac849.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/main.359cffc6.chunk.css.map": {"type": "string"}, "static/js/2.6d0ac849.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/index.css": {"type": "string"}, "static/media/logo-line-2.2d560cd6.svg": {"type": "string"}, "static/media/logo-line.66798b11.svg": {"type": "string"}, "static/media/me-effect.518fd9c2.png": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.6d0ac849.chunk.js", "static/js/2.6d0ac849.chunk.js.map", "index.html", "static/css/main.359cffc6.chunk.css.map", "static/js/2.6d0ac849.chunk.js.LICENSE.txt", "static/media/index.css", "static/media/logo-line-2.2d560cd6.svg", "static/media/logo-line.66798b11.svg", "static/media/me-effect.518fd9c2.png"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/static/css/main.359cffc6.chunk.css", "main.js" : "/static/js/main.ac7c3eeb.chunk.js", "main.js.map" : "/static/js/main.ac7c3eeb.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.ee8d1c0e.js", "runtime-main.js.map" : "/static/js/runtime-main.ee8d1c0e.js.map", "static/js/2.6d0ac849.chunk.js" : "/static/js/2.6d0ac849.chunk.js", "static/js/2.6d0ac849.chunk.js.map" : "/static/js/2.6d0ac849.chunk.js.map", "index.html" : "/index.html", "static/css/main.359cffc6.chunk.css.map" : "/static/css/main.359cffc6.chunk.css.map", "static/js/2.6d0ac849.chunk.js.LICENSE.txt" : "/static/js/2.6d0ac849.chunk.js.LICENSE.txt", "static/media/index.css" : "/static/media/Roustel.69c53d95.ttf", "static/media/logo-line-2.2d560cd6.svg" : "/static/media/logo-line-2.2d560cd6.svg", "static/media/logo-line.66798b11.svg" : "/static/media/logo-line.66798b11.svg", "static/media/me-effect.518fd9c2.png" : "/static/media/me-effect.518fd9c2.png"}, "entrypoints" : ["static/js/runtime-main.ee8d1c0e.js", "static/js/2.6d0ac849.chunk.js", "static/css/main.359cffc6.chunk.css", "static/js/main.ac7c3eeb.chunk.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.6d0ac849.chunk.js": {"type": "string"}, "static/js/2.6d0ac849.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/main.359cffc6.chunk.css.map": {"type": "string"}, "static/js/2.6d0ac849.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/index.css": {"type": "string"}, "static/media/logo-line-2.2d560cd6.svg": {"type": "string"}, "static/media/logo-line.66798b11.svg": {"type": "string"}, "static/media/me-effect.518fd9c2.png": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.6d0ac849.chunk.js", "static/js/2.6d0ac849.chunk.js.map", "index.html", "static/css/main.359cffc6.chunk.css.map", "static/js/2.6d0ac849.chunk.js.LICENSE.txt", "static/media/index.css", "static/media/logo-line-2.2d560cd6.svg", "static/media/logo-line.66798b11.svg", "static/media/me-effect.518fd9c2.png"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$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"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-pdo": {"type": "string"}, "ext-pdo_sqlite": {"type": "string"}, "equip/framework": {"type": "string"}, "zendframework/zend-diactoros": {"type": "string"}, "josegonzalez/dotenv": {"type": "string"}, "alexmasterov/equip-twig": {"type": "string"}, "alexmasterov/twig-extension": {"type": "string"}}, "required": ["php", "ext-pdo", "ext-pdo_sqlite", "equip/framework", "zendframework/zend-diactoros", "josegonzalez/dotenv", "alexmasterov/equip-twig", "alexmasterov/twig-extension"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"UrlShortener\\": {"type": "string"}}, "required": ["UrlShortener\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"UrlShortener\\Tests\\": {"type": "string"}}, "required": ["UrlShortener\\Tests\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "sqlite": {"type": "string"}, "ui": {"type": "string"}}, "required": ["serve", "sqlite", "ui"]}}, "required": ["name", "description", "license", "require", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "alexmasterov/url-shortener-demo", "description" : "Demo of URL Shortener Service", "license" : "MIT", "require" : {"php" : "^7.0", "ext-pdo" : "*", "ext-pdo_sqlite" : "*", "equip/framework" : "dev-master#93aa4fa as 2.0", "zendframework/zend-diactoros" : "^1.3", "josegonzalez/dotenv" : "^2.0", "alexmasterov/equip-twig" : "^2.0", "alexmasterov/twig-extension" : "^0"}, "autoload" : {"psr-4" : {"UrlShortener\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"UrlShortener\\Tests\\" : "tests/"}}, "scripts" : {"serve" : "php -S 0.0.0.0:8080 -t public/", "sqlite" : "php bin/sqlite", "ui" : "cd ui && npm i && npm run build"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-pdo": {"type": "string"}, "ext-pdo_sqlite": {"type": "string"}, "equip/framework": {"type": "string"}, "zendframework/zend-diactoros": {"type": "string"}, "josegonzalez/dotenv": {"type": "string"}, "alexmasterov/equip-twig": {"type": "string"}, "alexmasterov/twig-extension": {"type": "string"}}, "required": ["php", "ext-pdo", "ext-pdo_sqlite", "equip/framework", "zendframework/zend-diactoros", "josegonzalez/dotenv", "alexmasterov/equip-twig", "alexmasterov/twig-extension"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"UrlShortener\\": {"type": "string"}}, "required": ["UrlShortener\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"UrlShortener\\Tests\\": {"type": "string"}}, "required": ["UrlShortener\\Tests\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "sqlite": {"type": "string"}, "ui": {"type": "string"}}, "required": ["serve", "sqlite", "ui"]}}, "required": ["name", "description", "license", "require", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1126050873, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "b86aea4e7d859cc6baf477c12e7f7fb1", "wof:id" : 1126050873, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.77343, 48.97984, 6.77343, 48.97984], "geometry" : {"coordinates" : [6.77343, 48.97984], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"instantsearch-theme-algolia.css": {"type": "string"}, "instantsearch-theme-algolia.min.css": {"type": "string"}, "instantsearch-theme-algolia.nomin.css": {"type": "string"}, "instantsearch.css": {"type": "string"}, "instantsearch.js": {"type": "string"}, "instantsearch.min.css": {"type": "string"}, "instantsearch.min.js": {"type": "string"}, "instantsearch.nomin.css": {"type": "string"}}, "required": ["instantsearch-theme-algolia.css", "instantsearch-theme-algolia.min.css", "instantsearch-theme-algolia.nomin.css", "instantsearch.css", "instantsearch.js", "instantsearch.min.css", "instantsearch.min.js", "instantsearch.nomin.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"instantsearch-theme-algolia.css" : "sha256-VcPtP8NSZrqlePNzFV/WGCXFZviqyJPogc05F1TMdzI=", "instantsearch-theme-algolia.min.css" : "sha256-nKf9oHyCZrQxJIhY6NW/8C9sVyUNwZcIVKj/0u55hhU=", "instantsearch-theme-algolia.nomin.css" : "sha256-zncM1K+7FKjAqbC06spPF5yrpuGfVUoBW5GzXqUTfxA=", "instantsearch.css" : "sha256-bdkkde9j0UaNH+gTNx9R1yH0LGLcIHRyyOTDCJIx7lk=", "instantsearch.js" : "sha256-OL7DtxFB26AyAvVlw7wBTNI6+vn/4IeTHKcK8OqOfeE=", "instantsearch.min.css" : "sha256-G0v0UA8nLNqNJPQXOez8pARCD/sZOJvbPvkb8QRYnng=", "instantsearch.min.js" : "sha256-l47hoMTN6ailF/tkNA6nJfF1eH7LkHrM5QjncrAnACQ=", "instantsearch.nomin.css" : "sha256-e8U6LXBwKDyM14D5nmSvgyRvd15BHbPMII/SwpNWMzc="}
json_instruct
{"type": "object", "properties": {"instantsearch-theme-algolia.css": {"type": "string"}, "instantsearch-theme-algolia.min.css": {"type": "string"}, "instantsearch-theme-algolia.nomin.css": {"type": "string"}, "instantsearch.css": {"type": "string"}, "instantsearch.js": {"type": "string"}, "instantsearch.min.css": {"type": "string"}, "instantsearch.min.js": {"type": "string"}, "instantsearch.nomin.css": {"type": "string"}}, "required": ["instantsearch-theme-algolia.css", "instantsearch-theme-algolia.min.css", "instantsearch-theme-algolia.nomin.css", "instantsearch.css", "instantsearch.js", "instantsearch.min.css", "instantsearch.min.js", "instantsearch.nomin.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["a1atscript", "angular-currency-format", "angular-new-router", "angular-new-router-latest", "angular111", "angular_project", "apinatomy-core", "aqueduct", "arrayfire_js", "baby-engine", "backpack-node", "base-node", "blact", "castleblack", "chesslib", "chessview", "cmake-js", "componentmanager", "definitely-marked", "di-till-ng-2", "di2", "es-emitter", "es-parse-tools", "es6-mapify", "es6-module-boilerplate", "eventd", "generator-trees", "gigawatt", "gitmodified", "hash-list", "instant-chat-log", "instant-chat-rtc", "introspect-constrain", "introspect-namespace", "introspect-stream", "introspect-typed", "ismailia", "kingdom", "kitchen.js", "koa-stacks", "kwand-stack", "launch-cloud-browser", "launch-cloud-browser-simulator", "launch-cloud-core", "launch-cloud-providers", "loomio-angular-new-router", "loomio-angular-router", "metalsmith-flexible-shortcodes", "modata", "mongo-crunch", "node-d", "podato", "promise-callback", "provider-digitalocean", "raspi-core", "roguelikeboard", "rtts-assert", "rtts_assert", "ss-problem", "symbiosis.js", "tcomb-ats", "triager", "vibrato-logger", "wf4node-mongodb-persistence", "xing-inflector", "zygo-server"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "user", "password", "database"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"host" : "sql12.freemysqlhosting.net", "user" : "sql12310953", "password" : "Rg4zS5ceei", "database" : "sql12310953"}
json_instruct
{"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "user", "password", "database"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"C_Cpp.default.configurationProvider": {"type": "string"}, "cmake.configureOnOpen": {"type": "boolean"}, "cmake.saveBeforeBuild": {"type": "boolean"}, "cmake.configureArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["C_Cpp.default.configurationProvider", "cmake.configureOnOpen", "cmake.saveBeforeBuild", "cmake.configureArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"C_Cpp.default.configurationProvider" : "vector-of-bool.cmake-tools", "cmake.configureOnOpen" : true, "cmake.saveBeforeBuild" : true, "cmake.configureArgs" : ["-DCMAKE_TOOLCHAIN_FILE:PATH=${env:CMAKE_VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake", "-DVCPKG_TARGET_TRIPLET=x64-windows-static"]}
json_instruct
{"type": "object", "properties": {"C_Cpp.default.configurationProvider": {"type": "string"}, "cmake.configureOnOpen": {"type": "boolean"}, "cmake.saveBeforeBuild": {"type": "boolean"}, "cmake.configureArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["C_Cpp.default.configurationProvider", "cmake.configureOnOpen", "cmake.saveBeforeBuild", "cmake.configureArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/hydra-avro/pom.xml": {"type": "integer"}}, "required": ["/hydra-avro/pom.xml"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"type": "integer"}}, "required": ["files_fixed", "vulnerabilities_fixed"]}}, "required": ["project_name", "files", "pull_request", "report"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_name" : "addthis/hydra", "files" : {"/hydra-avro/pom.xml" : 1}, "pull_request" : "https://github.com/addthis/hydra/pull/300", "report" : {"files_fixed" : 1, "vulnerabilities_fixed" : 1}}
json_instruct
{"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/hydra-avro/pom.xml": {"type": "integer"}}, "required": ["/hydra-avro/pom.xml"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"type": "integer"}}, "required": ["files_fixed", "vulnerabilities_fixed"]}}, "required": ["project_name", "files", "pull_request", "report"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"abc": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "def": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "ghi": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "required": ["abc", "def", "ghi"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"abc" : {"type" : "integer", "value" : "123"}, "def" : {"type" : "integer", "value" : "456"}, "ghi" : {"type" : "integer", "value" : "789"}}
json_instruct
{"type": "object", "properties": {"abc": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "def": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "ghi": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "required": ["abc", "def", "ghi"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@context": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "motivation": {"type": "string"}, "body": {"type": "string"}, "target": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "items"]}}, "required": ["@context", "id", "type", "motivation", "body", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@context" : "http://www.w3.org/ns/anno.jsonld", "id" : "http://example.org/anno13", "type" : "Annotation", "motivation" : "classifying", "body" : "http://example.org/vocab/art/portrait", "target" : {"type" : "Independents", "items" : ["http://example.com/image1", "http://example.net/image2", "http://example.com/image4", "http://example.org/image9"]}}
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "motivation": {"type": "string"}, "body": {"type": "string"}, "target": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "items"]}}, "required": ["@context", "id", "type", "motivation", "body", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "qualityRules": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}, "qualityTemplates": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}, "required": ["id", "name", "href", "description", "qualityRules", "qualityTemplates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1061127, "name" : "CWE-1073 - Non-SQL Invokable Control Element with Excessive Number of Data Resource Accesses", "href" : "AIP/technical-criteria/1061127", "description" : "The software contains a client with a function or method that contains a large number of data accesses/queries that are sent through a data manager, i.e., does not use efficient database capabilities.", "qualityRules" : {"name" : "Quality Rules in numeric ID order", "href" : "AIP/technical-criteria/1061127/quality-rules"}, "qualityTemplates" : {"name" : "Quality Templates in numeric ID order", "href" : "AIP/technical-criteria/1061127/quality-templates"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "qualityRules": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}, "qualityTemplates": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}, "required": ["id", "name", "href", "description", "qualityRules", "qualityTemplates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"http_directory": {"type": "string"}, "http_port_min": {"type": "string"}, "boot_wait": {"type": "string"}, "boot_command": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "iso_url": {"type": "string"}, "iso_checksum_type": {"type": "string"}, "iso_checksum": {"type": "string"}, "shutdown_command": {"type": "string"}, "disk_size": {"type": "string"}, "format": {"type": "string"}, "vm_name": {"type": "string"}, "ssh_username": {"type": "string"}, "ssh_password": {"type": "string"}, "ssh_wait_timeout": {"type": "string"}, "output_directory": {"type": "string"}, "headless": {"type": "string"}, "disk_interface": {"type": "string"}, "net_device": {"type": "string"}, "vnc_bind_address": {"type": "string"}, "vnc_port_min": {"type": "string"}, "vnc_port_max": {"type": "string"}, "qemuargs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["http_directory", "http_port_min", "boot_wait", "boot_command", "type", "iso_url", "iso_checksum_type", "iso_checksum", "shutdown_command", "disk_size", "format", "vm_name", "ssh_username", "ssh_password", "ssh_wait_timeout", "output_directory", "headless", "disk_interface", "net_device", "vnc_bind_address", "vnc_port_min", "vnc_port_max", "qemuargs"]}}, "provisioners": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "script": {"type": "string"}}, "required": ["type", "script"]}}}, "required": ["builders", "provisioners"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"builders" : [{"http_directory" : "packer/http", "http_port_min" : "8100", "boot_wait" : "35s", "boot_command" : ["<wait><enter>", "<wait><enter>", "<wait><enter>", "<wait><down>", "<wait><enter>", "<wait><left>", "<wait><enter>", "<wait><enter>", "<wait><up>", "<wait><enter>", "<wait><enter>", "<wait><enter>", "<wait10><wait10><wait5><enter>", "<wait><enter>", "<wait10><wait10><wait10><wait10><wait10><wait10><wait10><wait5>", "8<enter>", "curl http://{{ .HTTPIP }}:{{ .HTTPPort }}/pfsense2-config.xml >/conf/config.xml<enter>", "reboot<enter>"], "type" : "qemu", "iso_url" : "/srv/iso/pfSense-CE-2.4.4-RELEASE-p1-amd64.iso", "iso_checksum_type" : "sha256", "iso_checksum" : "e2ed9c0e73c5808533e31952e9abf0d2d34ed46924de896134fe7622ebc03890", "shutdown_command" : "shutdown -p now", "disk_size" : "4096", "format" : "raw", "vm_name" : "pfSense-CE-2.4.4_{{ isotime \"20060102_030405\"}}.raw", "ssh_username" : "root", "ssh_password" : "pfsense", "ssh_wait_timeout" : "120s", "output_directory" : "packer/pfsense2-tmpl", "headless" : "true", "disk_interface" : "virtio", "net_device" : "e1000", "vnc_bind_address" : "127.0.0.1", "vnc_port_min" : "5900", "vnc_port_max" : "5900", "qemuargs" : [["-m", "2048M"], ["-smp", "2"], ["-netdev", "user,id=user.0,hostfwd=tcp::{{ .SSHHostPort }}-:6736,hostfwd=tcp::7373-:7373"], ["-device", "e1000,netdev=user.0"], ["-netdev", "user,id=user.1"], ["-device", "e1000,netdev=user.1"]]}], "provisioners" : [{"type" : "shell", "script" : "packer/scripts/pfsense2-provision.sh"}]}
json_instruct
{"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"http_directory": {"type": "string"}, "http_port_min": {"type": "string"}, "boot_wait": {"type": "string"}, "boot_command": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "iso_url": {"type": "string"}, "iso_checksum_type": {"type": "string"}, "iso_checksum": {"type": "string"}, "shutdown_command": {"type": "string"}, "disk_size": {"type": "string"}, "format": {"type": "string"}, "vm_name": {"type": "string"}, "ssh_username": {"type": "string"}, "ssh_password": {"type": "string"}, "ssh_wait_timeout": {"type": "string"}, "output_directory": {"type": "string"}, "headless": {"type": "string"}, "disk_interface": {"type": "string"}, "net_device": {"type": "string"}, "vnc_bind_address": {"type": "string"}, "vnc_port_min": {"type": "string"}, "vnc_port_max": {"type": "string"}, "qemuargs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["http_directory", "http_port_min", "boot_wait", "boot_command", "type", "iso_url", "iso_checksum_type", "iso_checksum", "shutdown_command", "disk_size", "format", "vm_name", "ssh_username", "ssh_password", "ssh_wait_timeout", "output_directory", "headless", "disk_interface", "net_device", "vnc_bind_address", "vnc_port_min", "vnc_port_max", "qemuargs"]}}, "provisioners": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "script": {"type": "string"}}, "required": ["type", "script"]}}}, "required": ["builders", "provisioners"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"clarity-icons-lite.umd.js": {"type": "string"}, "clarity-icons.min.css": {"type": "string"}, "clarity-icons.min.js": {"type": "string"}, "shapes/basic-shapes.umd.js": {"type": "string"}, "shapes/essential-shapes.umd.js": {"type": "string"}, "shapes/social-shapes.umd.js": {"type": "string"}, "shapes/technology-shapes.umd.js": {"type": "string"}}, "required": ["clarity-icons-lite.umd.js", "clarity-icons.min.css", "clarity-icons.min.js", "shapes/basic-shapes.umd.js", "shapes/essential-shapes.umd.js", "shapes/social-shapes.umd.js", "shapes/technology-shapes.umd.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"clarity-icons-lite.umd.js" : "sha256-Ifk3wc26h+goTQsrtgoJrE6u1PoGo3x6nevdOAEkBug=", "clarity-icons.min.css" : "sha256-sW3shWzAvZPSDgOgnX+pWOqKkhHtMG00XXGUbS6kVDc=", "clarity-icons.min.js" : "sha256-V2s8GfuJRfow8lEXdkSWLtnWxddNy0SarurPkmIPzNw=", "shapes/basic-shapes.umd.js" : "sha256-PK3bcsQscXiROIoO1b9uP/2eX6qkJXnrb1vre3vMXDU=", "shapes/essential-shapes.umd.js" : "sha256-TH1OLkMn9wi+Sqh4p1dEfmeF7QVP/47/az0ZjfpO1H0=", "shapes/social-shapes.umd.js" : "sha256-cDTS1pd1R+mducNWCij5UcrmV2H9H9NU0oPGKoT2zdA=", "shapes/technology-shapes.umd.js" : "sha256-g9zHOb4ucZ8NEoXAPUZi6UzuMk4XnnryUcxUuoNu50k="}
json_instruct
{"type": "object", "properties": {"clarity-icons-lite.umd.js": {"type": "string"}, "clarity-icons.min.css": {"type": "string"}, "clarity-icons.min.js": {"type": "string"}, "shapes/basic-shapes.umd.js": {"type": "string"}, "shapes/essential-shapes.umd.js": {"type": "string"}, "shapes/social-shapes.umd.js": {"type": "string"}, "shapes/technology-shapes.umd.js": {"type": "string"}}, "required": ["clarity-icons-lite.umd.js", "clarity-icons.min.css", "clarity-icons.min.js", "shapes/basic-shapes.umd.js", "shapes/essential-shapes.umd.js", "shapes/social-shapes.umd.js", "shapes/technology-shapes.umd.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"cy:run": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["cy:run", "start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"cypress": {"type": "string"}, "start-server-and-test": {"type": "string"}, "superstatic": {"type": "string"}}, "required": ["cypress", "start-server-and-test", "superstatic"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@treehub/client", "version" : "0.0.0", "description" : "Treehub Client", "scripts" : {"cy:run" : "cypress run -b chrome", "start" : "superstatic --port 8080", "test" : "start-server-and-test start http://localhost:8080/ cy:run"}, "repository" : {"type" : "git", "url" : "git+https://github.com/treehub-com/client.git"}, "keywords" : [], "author" : "John Clark <socrates37@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/treehub-com/client/issues"}, "homepage" : "https://github.com/treehub-com/client#readme", "devDependencies" : {"cypress" : "2.0.3", "start-server-and-test" : "1.0.1", "superstatic" : "5.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"cy:run": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["cy:run", "start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"cypress": {"type": "string"}, "start-server-and-test": {"type": "string"}, "superstatic": {"type": "string"}}, "required": ["cypress", "start-server-and-test", "superstatic"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xbe453c03ad2910db7a4709ecf2f74a34aab3a9f1", "tool" : "oyente", "start" : 1563826930.2677732, "end" : 1563826934.350471, "duration" : 4.082697868347168, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"bounding boxes": {"type": "array", "items": {"type": "object", "properties": {"center": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "width": {"type": "number"}, "length": {"type": "number"}, "angle": {"type": "number"}, "object_id": {"type": "string"}}, "required": ["center", "width", "length", "angle", "object_id"]}}}, "required": ["bounding boxes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bounding boxes" : [{"center" : {"x" : 10.30030044813266, "y" : -9.961548194656356}, "width" : 2.5943504278395277, "length" : 6.053485953184599, "angle" : -1.307958692073214, "object_id" : "2d0"}, {"center" : {"x" : 17.650229292548396, "y" : -1.8227924966860987}, "width" : 2.21601087721266, "length" : 5.567048143553158, "angle" : -3.1392929463460386, "object_id" : "2d3"}]}
json_instruct
{"type": "object", "properties": {"bounding boxes": {"type": "array", "items": {"type": "object", "properties": {"center": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "width": {"type": "number"}, "length": {"type": "number"}, "angle": {"type": "number"}, "object_id": {"type": "string"}}, "required": ["center", "width", "length", "angle", "object_id"]}}}, "required": ["bounding boxes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u5355\u7c27\u7ba1", "\u5355\u7c27\u7ba1", "\u7ad6\u7b1b"], "key" : "Clarinet"}, {"value" : ["\u5355\u7c27\u7ba1"], "key" : "The clarinet"}, {"value" : ["\u5c0f\u9ad8\u97f3\u5355\u7c27\u7ba1"], "key" : "sopranino clarinet"}], "query" : "clarinet", "translation" : ["\u5355\u7c27\u7ba1"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=clarinet"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=clarinet"}, "basic" : {"us-phonetic" : ",kl\u00e6r\u0259'n\u025bt", "phonetic" : "kl\u00e6r\u026a'net", "uk-phonetic" : "kl\u00e6r\u026a'net", "explains" : ["n. \u5355\u7c27\u7ba1\uff1b\u7ad6\u7b1b\uff0c\u9ed1\u7ba1"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"issue_url": {"type": "string"}, "publication_date": {"type": "string"}, "article": {"type": "array", "items": {"type": "string"}}}, "required": ["issue_url", "publication_date", "article"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"issue_url" : "https://www.aeaweb.org/issues/610", "publication_date" : "November 2020", "article" : ["/articles?id=10.1257/mic.12.4.i", "/articles?id=10.1257/mic.20170056", "/articles?id=10.1257/mic.20170179", "/articles?id=10.1257/mic.20170403", "/articles?id=10.1257/mic.20180038", "/articles?id=10.1257/mic.20180028", "/articles?id=10.1257/mic.20180107", "/articles?id=10.1257/mic.20180129", "/articles?id=10.1257/mic.20180220", "/articles?id=10.1257/mic.20180225", "/articles?id=10.1257/mic.20180263"]}
json_instruct
{"type": "object", "properties": {"issue_url": {"type": "string"}, "publication_date": {"type": "string"}, "article": {"type": "array", "items": {"type": "string"}}}, "required": ["issue_url", "publication_date", "article"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Start typing to search from menu.", "Menu search can predict item codes by performing an acronym search.", "Type a number before the search to add a number of items to the order.", "Search results are sorted by relevance then name.", "You can search the word 'burger' even if it is part of a longer word like 'cheeseburger'.", "You can scroll through the items in the menu search using the up and arrow keys.", "While the order list is highlighted, you can scroll through the items in the order using the up and arrow keys.", "You can delete a highlighted item by pressing the [Delete] key.", "You can increase or decrease the quantity of a highlighted order by using the left and right keys.", "Pressing [Enter] on a highlighted order will show the edit window.", "End discount with '%' to apply percentage discount.", "Miscellaneous items can be added by typing the any name in the search.", "You can add the price at the end of the name of a miscellaneous item in the search.", "A window will pop up when a miscellaneous item is added with incomplete details."]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "bower": {"type": "string"}, "grunt": {"type": "string"}, "grunt-autoprefixer": {"type": "string"}, "grunt-babel": {"type": "string"}, "grunt-combine-media-queries": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-pug": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-notify": {"type": "string"}, "grunt-sass": {"type": "string"}, "grunt-typescript": {"type": "string"}, "node-bourbon": {"type": "string"}}, "required": ["babel-preset-es2015", "bower", "grunt", "grunt-autoprefixer", "grunt-babel", "grunt-combine-media-queries", "grunt-contrib-cssmin", "grunt-contrib-pug", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-notify", "grunt-sass", "grunt-typescript", "node-bourbon"]}}, "required": ["name", "version", "description", "author", "repository", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ng-FRNT", "version" : "0.0.1", "description" : "NPM dependencies for ng-FRNT", "author" : "Joe Taylor <jm_taylor@live.co.uk>", "repository" : {"type" : "git", "url" : "https://github.com/JTLR/ng-FRNT"}, "license" : "MIT", "devDependencies" : {"babel-preset-es2015" : "^6.24.1", "bower" : "^1.7.9", "grunt" : "^1.0.1", "grunt-autoprefixer" : "^3.0.4", "grunt-babel" : "^6.0.0", "grunt-combine-media-queries" : "^1.0.20", "grunt-contrib-cssmin" : "^1.0.1", "grunt-contrib-pug" : "^1.0.0", "grunt-contrib-uglify" : "^2.0.0", "grunt-contrib-watch" : "^1.0.0", "grunt-notify" : "^0.4.5", "grunt-sass" : "^1.2.1", "grunt-typescript" : "^0.8.0", "node-bourbon" : "^4.2.8"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "bower": {"type": "string"}, "grunt": {"type": "string"}, "grunt-autoprefixer": {"type": "string"}, "grunt-babel": {"type": "string"}, "grunt-combine-media-queries": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-pug": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-notify": {"type": "string"}, "grunt-sass": {"type": "string"}, "grunt-typescript": {"type": "string"}, "node-bourbon": {"type": "string"}}, "required": ["babel-preset-es2015", "bower", "grunt", "grunt-autoprefixer", "grunt-babel", "grunt-combine-media-queries", "grunt-contrib-cssmin", "grunt-contrib-pug", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-notify", "grunt-sass", "grunt-typescript", "node-bourbon"]}}, "required": ["name", "version", "description", "author", "repository", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"season": {"type": "integer"}, "name": {"type": "string"}, "year": {"type": "string"}, "rated": {"type": "string"}, "released": {"type": "null"}, "episode": {"type": "integer"}, "runtime": {"type": "string"}, "genres": {"type": "string"}, "director": {"type": "string"}, "writer": {"type": "string"}, "actors": {"type": "string"}, "plot": {"type": "string"}, "languages": {"type": "string"}, "country": {"type": "string"}, "awards": {"type": "string"}, "poster": {"type": "string"}, "ratings": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Source", "Value"]}}, "metascore": {"type": "string"}, "rating": {"type": "string"}, "votes": {"type": "string"}, "imdbid": {"type": "string"}, "seriesid": {"type": "string"}, "type": {"type": "string"}, "response": {"type": "string"}}, "required": ["season", "name", "year", "rated", "released", "episode", "runtime", "genres", "director", "writer", "actors", "plot", "languages", "country", "awards", "poster", "ratings", "metascore", "rating", "votes", "imdbid", "seriesid", "type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"season" : 1, "name" : "The Limo", "year" : "2005", "rated" : "TV-14", "released" : null, "episode" : 11, "runtime" : "23 min", "genres" : "Comedy, Romance", "director" : "Pamela Fryman", "writer" : "Carter Bays (created by), Craig Thomas (created by), Sam Johnson, Chris Marcil, Kourtney Kang (executive story editor)", "actors" : "Josh Radnor, Jason Segel, Cobie Smulders, Neil Patrick Harris", "plot" : "It's New Year's Eve 2005, and Ted wants to pull out all the stops for his friends. He decides to rent a limo (driven by their old cabbie friend Ranjit) which will take them to each of their five chosen parties in three hours, and return to the best one by midnight to ring in the new year. They are on a tight time schedule so there is no room for change or improvisation from the plan. Not included in their night is Robin as she is planning on spending it with her new boyfriend Derek. But in her place is Ted's date, the unusually friendly Marybeth. The night starts off well, but one wrench after another another is thrown into the plan, some which are definite nuisances, while others they gladly accommodate. But even those in the latter category don't always come off as they anticipate, especially when it involves one of the group needing to head off alone. Will they be at their dream party at midnight and will they all be together?", "languages" : "English", "country" : "USA", "awards" : "N/A", "poster" : "https://images-na.ssl-images-amazon.com/images/M/MV5BMTkyOTYzNTczMF5BMl5BanBnXkFtZTgwMzg3MDMyMjE@._V1_SX300.jpg", "ratings" : [{"Source" : "Internet Movie Database", "Value" : "8.4/10"}], "metascore" : "N/A", "rating" : "8.4", "votes" : "2262", "imdbid" : "tt0606114", "seriesid" : "tt0460649", "type" : "episode", "response" : "True"}
json_instruct
{"type": "object", "properties": {"season": {"type": "integer"}, "name": {"type": "string"}, "year": {"type": "string"}, "rated": {"type": "string"}, "released": {"type": "null"}, "episode": {"type": "integer"}, "runtime": {"type": "string"}, "genres": {"type": "string"}, "director": {"type": "string"}, "writer": {"type": "string"}, "actors": {"type": "string"}, "plot": {"type": "string"}, "languages": {"type": "string"}, "country": {"type": "string"}, "awards": {"type": "string"}, "poster": {"type": "string"}, "ratings": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Source", "Value"]}}, "metascore": {"type": "string"}, "rating": {"type": "string"}, "votes": {"type": "string"}, "imdbid": {"type": "string"}, "seriesid": {"type": "string"}, "type": {"type": "string"}, "response": {"type": "string"}}, "required": ["season", "name", "year", "rated", "released", "episode", "runtime", "genres", "director", "writer", "actors", "plot", "languages", "country", "awards", "poster", "ratings", "metascore", "rating", "votes", "imdbid", "seriesid", "type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "to-top", "name" : "To Top", "latest_version" : "1.5.5", "last_updated" : "2018-03-27T16:51:36.198Z", "vulnerabilities" : null}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u0627\u0648\u0644 \u0632 \u0647\u0645\u0647 \u06a9\u0627\u0631 \u062c\u0647\u0627\u0646 \u067e\u0627\u06a9 \u0634\u062f\u0645", "m2" : "\u0648\u0627\u062e\u0631 \u0632 \u063a\u0645\u062a \u0628\u0627\u062f\u0644 \u063a\u0645\u0646\u0627\u06a9 \u0634\u062f\u0645"}, "1" : {"m1" : "\u062f\u0633\u062a\u0645 \u0686\u0648 \u0628\u0647 \u062f\u0627\u0645\u0646 \u0648\u0635\u0627\u0644\u062a \u0646\u0631\u0633\u06cc\u062f", "m2" : "\u0633\u0631 \u062f\u0631 \u06a9\u0641\u0646 \u0647\u062c\u0631 \u062a\u0648 \u0628\u0627 \u062e\u0627\u06a9 \u0634\u062f\u0645"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "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"]}, "properties": {"type": "object", "properties": {"reference": {"type": "string"}, "geometry": {"type": "string"}, "geography": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["reference", "geometry", "geography", "organisation", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.099672, 51.3798], [-0.099073, 51.379747], [-0.098963, 51.380075], [-0.098911, 51.380115], [-0.098932, 51.380123], [-0.098863, 51.380295], [-0.098902, 51.380316], [-0.098787, 51.380612], [-0.099551, 51.380683], [-0.099368, 51.3812], [-0.098967, 51.382085], [-0.099416, 51.382186], [-0.099593, 51.382059], [-0.099549, 51.382039], [-0.099604, 51.381966], [-0.1004, 51.381064], [-0.100046, 51.381023], [-0.100149, 51.380616], [-0.100227, 51.380469], [-0.099531, 51.380371], [-0.099672, 51.3798]]]]}, "properties" : {"reference" : "COA00000331", "geometry" : "MULTIPOLYGON (((-0.099672 51.379800,-0.099073 51.379747,-0.098963 51.380075,-0.098911 51.380115,-0.098932 51.380123,-0.098863 51.380295,-0.098902 51.380316,-0.098787 51.380612,-0.099551 51.380683,-0.099368 51.381200,-0.098967 51.382085,-0.099416 51.382186,-0.099593 51.382059,-0.099549 51.382039,-0.099604 51.381966,-0.100400 51.381064,-0.100046 51.381023,-0.100149 51.380616,-0.100227 51.380469,-0.099531 51.380371,-0.099672 51.379800)))", "geography" : "conservation-area:COA00000331", "organisation" : "local-authority-eng:CRY", "name" : "COA00000331", "slug" : "/conservation-area/local-authority-eng/CRY/COA00000331", "entity" : 471977, "entry-date" : "2020-09-04"}}
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"reference": {"type": "string"}, "geometry": {"type": "string"}, "geography": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["reference", "geometry", "geography", "organisation", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xdda65daa223aaae4add64e4e390cda7101c4ab41", "tool" : "slither", "start" : 1563564820.393226, "end" : 1563564824.0333703, "duration" : 3.6401443481445312, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"css/lightcase.css": {"type": "string"}, "css/lightcase.min.css": {"type": "string"}, "lightcase.js": {"type": "string"}, "lightcase.min.js": {"type": "string"}}, "required": ["css/lightcase.css", "css/lightcase.min.css", "lightcase.js", "lightcase.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/lightcase.css" : "sha256-P8uz9PX9F095Tuwns1d1Eojz0/DUjPfdPVyRUxczY3Y=", "css/lightcase.min.css" : "sha256-SODIbbN7TmweoW97wnWMTO35aLzxbaZr5WCjZ2Oua2g=", "lightcase.js" : "sha256-J4Z/LHGSS9c/emwPta1mgceGfIzyyJ0Fv2Ix3Hn/kPQ=", "lightcase.min.js" : "sha256-a2P2MiTMGBXZJhR1tpbo5fWAi6EorrFuGFd8UK3TEGY="}
json_instruct
{"type": "object", "properties": {"css/lightcase.css": {"type": "string"}, "css/lightcase.min.css": {"type": "string"}, "lightcase.js": {"type": "string"}, "lightcase.min.js": {"type": "string"}}, "required": ["css/lightcase.css", "css/lightcase.min.css", "lightcase.js", "lightcase.min.js"], "$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"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"}, "issues_url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "operatingsystem_support": {"type": "array", "items": {"type": "object", "properties": {"operatingsystem": {"type": "string"}, "operatingsystemrelease": {"type": "array", "items": {"type": "string"}}}, "required": ["operatingsystem", "operatingsystemrelease"]}}}, "required": ["name", "version", "author", "summary", "license", "source", "project_page", "issues_url", "tags", "dependencies", "requirements", "operatingsystem_support"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "puppet-appd_db_agent", "version" : "0.1.2-rc0", "author" : "Vox Pupuli", "summary" : "Puppet AppDynamics Database Agent Module", "license" : "Apache-2.0", "source" : "https://github.com/voxpupuli/puppet-appd_db_agent.git", "project_page" : "http://github.com/voxpupuli/puppet-appd_db_agent", "issues_url" : "https://github.com/voxpupuli/puppet-appd_db_agent/issues", "tags" : ["appd", "appdynamics", "dbagent"], "dependencies" : [{"name" : "puppetlabs/stdlib", "version_requirement" : ">= 4.13.1 <5.0.0"}, {"name" : "puppetlabs/java", "version_requirement" : ">= 1.5.0 <3.0.0"}, {"name" : "puppet/archive", "version_requirement" : ">= 1.1.2 <3.0.0"}, {"name" : "camptocamp/systemd", "version_requirement" : ">= 1.0.0 <2.0.0"}], "requirements" : [{"name" : "puppet", "version_requirement" : ">= 4.10.0 < 6.0.0"}], "operatingsystem_support" : [{"operatingsystem" : "RedHat", "operatingsystemrelease" : ["7"]}, {"operatingsystem" : "CentOS", "operatingsystemrelease" : ["7"]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"}, "issues_url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "operatingsystem_support": {"type": "array", "items": {"type": "object", "properties": {"operatingsystem": {"type": "string"}, "operatingsystemrelease": {"type": "array", "items": {"type": "string"}}}, "required": ["operatingsystem", "operatingsystemrelease"]}}}, "required": ["name", "version", "author", "summary", "license", "source", "project_page", "issues_url", "tags", "dependencies", "requirements", "operatingsystem_support"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"randomColor.js": {"type": "string"}, "randomColor.min.js": {"type": "string"}}, "required": ["randomColor.js", "randomColor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"randomColor.js" : "sha512-rOS+dRWxckK6Ruh7+ybrHke9vr3WIqplzcu3Jg9C/BPxoEisNulj0kKjT9W6Byn/Gg817ENltr53/vWmA8GW6g==", "randomColor.min.js" : "sha512-vPeZ7JCboHcfpqSx5ZD+/jpEhS4JpXxfz9orSvAPPj0EKUVShU2tgy7XkU+oujBJKnWmu4hU7r9MMQNWPfXsYw=="}
json_instruct
{"type": "object", "properties": {"randomColor.js": {"type": "string"}, "randomColor.min.js": {"type": "string"}}, "required": ["randomColor.js", "randomColor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "frameworks": {"type": "object", "properties": {"net46": {"type": "object", "properties": {"wrappedProject": {"type": "string"}, "bin": {"type": "object", "properties": {"assembly": {"type": "string"}, "pdb": {"type": "string"}}, "required": ["assembly", "pdb"]}, "dependencies": {"type": "object", "properties": {"MongoDB.Bson": {"type": "string"}, "MongoDB.Driver": {"type": "string"}, "MongoDB.Driver.Core": {"type": "string"}}, "required": ["MongoDB.Bson", "MongoDB.Driver", "MongoDB.Driver.Core"]}}, "required": ["wrappedProject", "bin", "dependencies"]}}, "required": ["net46"]}}, "required": ["version", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0.0-*", "frameworks" : {"net46" : {"wrappedProject" : "../../storeme.Data/storeme.Data.csproj", "bin" : {"assembly" : "../../storeme.Data/obj/{configuration}/storeme.Data.dll", "pdb" : "../../storeme.Data/obj/{configuration}/storeme.Data.pdb"}, "dependencies" : {"MongoDB.Bson" : "2.0.1", "MongoDB.Driver" : "2.0.1", "MongoDB.Driver.Core" : "2.0.1"}}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "frameworks": {"type": "object", "properties": {"net46": {"type": "object", "properties": {"wrappedProject": {"type": "string"}, "bin": {"type": "object", "properties": {"assembly": {"type": "string"}, "pdb": {"type": "string"}}, "required": ["assembly", "pdb"]}, "dependencies": {"type": "object", "properties": {"MongoDB.Bson": {"type": "string"}, "MongoDB.Driver": {"type": "string"}, "MongoDB.Driver.Core": {"type": "string"}}, "required": ["MongoDB.Bson", "MongoDB.Driver", "MongoDB.Driver.Core"]}}, "required": ["wrappedProject", "bin", "dependencies"]}}, "required": ["net46"]}}, "required": ["version", "frameworks"], "$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"}, "readme": {"type": "string"}}, "required": ["test", "readme"]}, "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": {"chunk": {"type": "string"}, "jsatomix-levelsets": {"type": "string"}, "jsatomix-solutions": {"type": "string"}, "type-of": {"type": "string"}}, "required": ["chunk", "jsatomix-levelsets", "jsatomix-solutions", "type-of"]}, "devDependencies": {"type": "object", "properties": {"extract-comments": {"type": "string"}, "marky-markdown": {"type": "string"}, "tape": {"type": "string"}}, "required": ["extract-comments", "marky-markdown", "tape"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jsatomix", "version" : "0.1.0", "description" : "Tools for analysing and playing katomic/atomix type puzzles.", "main" : "index.js", "scripts" : {"test" : "tape test/*.js", "readme" : "node dev/readme.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/figlief/jsatomix.git"}, "keywords" : ["katomic", "atomix", "kp-atomix", "game", "browser", "puzzles"], "author" : "Robert Ledger", "license" : "ISC", "bugs" : {"url" : "https://github.com/figlief/jsatomix/issues"}, "homepage" : "https://github.com/figlief/jsatomix#readme", "dependencies" : {"chunk" : "0.0.2", "jsatomix-levelsets" : "^1.0.0", "jsatomix-solutions" : "^1.0.0", "type-of" : "^2.0.1"}, "devDependencies" : {"extract-comments" : "^0.10.1", "marky-markdown" : "^7.0.0", "tape" : "^4.5.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "readme": {"type": "string"}}, "required": ["test", "readme"]}, "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": {"chunk": {"type": "string"}, "jsatomix-levelsets": {"type": "string"}, "jsatomix-solutions": {"type": "string"}, "type-of": {"type": "string"}}, "required": ["chunk", "jsatomix-levelsets", "jsatomix-solutions", "type-of"]}, "devDependencies": {"type": "object", "properties": {"extract-comments": {"type": "string"}, "marky-markdown": {"type": "string"}, "tape": {"type": "string"}}, "required": ["extract-comments", "marky-markdown", "tape"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "updateSource": {"type": "string"}}, "required": ["test", "start", "updateSource"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "fs-extra": {"type": "string"}, "iconv-lite": {"type": "string"}, "js-xlsx": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "nodemailer": {"type": "string"}, "trek-captcha": {"type": "string"}, "koa": {"type": "string"}, "koa-body": {"type": "string"}, "koa-router": {"type": "string"}, "koa-static": {"type": "string"}, "koa2-cors": {"type": "string"}, "log4js": {"type": "string"}, "mysql": {"type": "string"}, "redis": {"type": "string"}, "request": {"type": "string"}, "uuid": {"type": "string"}, "xlsx": {"type": "string"}}, "required": ["async", "fs-extra", "iconv-lite", "js-xlsx", "jsonwebtoken", "nodemailer", "trek-captcha", "koa", "koa-body", "koa-router", "koa-static", "koa2-cors", "log4js", "mysql", "redis", "request", "uuid", "xlsx"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "restdemo", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "mocha", "start" : "node index.js", "updateSource" : "node dbAuth.js"}, "author" : "fxb", "license" : "ISC", "dependencies" : {"async" : "^2.6.0", "fs-extra" : "^5.0.0", "iconv-lite" : "^0.4.23", "js-xlsx" : "^0.8.22", "jsonwebtoken" : "^8.2.0", "nodemailer" : "^4.6.2", "trek-captcha" : "^0.4.0", "koa" : "^2.4.1", "koa-body" : "^2.5.0", "koa-router" : "^7.3.0", "koa-static" : "^4.0.2", "koa2-cors" : "^2.0.5", "log4js" : "^2.3.12", "mysql" : "^2.15.0", "redis" : "^2.8.0", "request" : "^2.85.0", "uuid" : "^3.1.0", "xlsx" : "^0.12.6"}, "devDependencies" : {"mocha" : "^4.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "updateSource": {"type": "string"}}, "required": ["test", "start", "updateSource"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "fs-extra": {"type": "string"}, "iconv-lite": {"type": "string"}, "js-xlsx": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "nodemailer": {"type": "string"}, "trek-captcha": {"type": "string"}, "koa": {"type": "string"}, "koa-body": {"type": "string"}, "koa-router": {"type": "string"}, "koa-static": {"type": "string"}, "koa2-cors": {"type": "string"}, "log4js": {"type": "string"}, "mysql": {"type": "string"}, "redis": {"type": "string"}, "request": {"type": "string"}, "uuid": {"type": "string"}, "xlsx": {"type": "string"}}, "required": ["async", "fs-extra", "iconv-lite", "js-xlsx", "jsonwebtoken", "nodemailer", "trek-captcha", "koa", "koa-body", "koa-router", "koa-static", "koa2-cors", "log4js", "mysql", "redis", "request", "uuid", "xlsx"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"git.ignoreLimitWarning": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "[typescript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "prettier.tabWidth": {"type": "integer"}, "editor.tabSize": {"type": "integer"}, "editor.detectIndentation": {"type": "boolean"}, "editor.useTabStops": {"type": "boolean"}}, "required": ["git.ignoreLimitWarning", "editor.formatOnSave", "[typescript]", "prettier.tabWidth", "editor.tabSize", "editor.detectIndentation", "editor.useTabStops"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"git.ignoreLimitWarning" : true, "editor.formatOnSave" : true, "[typescript]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "prettier.tabWidth" : 2, "editor.tabSize" : 2, "editor.detectIndentation" : true, "editor.useTabStops" : false}
json_instruct
{"type": "object", "properties": {"git.ignoreLimitWarning": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "[typescript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "prettier.tabWidth": {"type": "integer"}, "editor.tabSize": {"type": "integer"}, "editor.detectIndentation": {"type": "boolean"}, "editor.useTabStops": {"type": "boolean"}}, "required": ["git.ignoreLimitWarning", "editor.formatOnSave", "[typescript]", "prettier.tabWidth", "editor.tabSize", "editor.detectIndentation", "editor.useTabStops"], "$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"}, "type": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "App\\": {"type": "array", "items": {"type": "string"}}, "App\\Controller\\": {"type": "array", "items": {"type": "string"}}, "App\\Database\\": {"type": "array", "items": {"type": "string"}}, "IvanFilho\\Date\\": {"type": "array", "items": {"type": "string"}}, "IvanFilho\\Database\\": {"type": "array", "items": {"type": "string"}}, "IvanFilho\\Authentication": {"type": "array", "items": {"type": "string"}}, "wilkins\\PackageLoader\\": {"type": "array", "items": {"type": "string"}}}, "required": ["", "App\\", "App\\Controller\\", "App\\Database\\", "IvanFilho\\Date\\", "IvanFilho\\Database\\", "IvanFilho\\Authentication", "wilkins\\PackageLoader\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wilkins/composer-file-loader", "type" : "function", "description" : "Load composer file", "autoload" : {"psr-4" : {"" : ["../../", "mvc/model/", "mvc/model/database/", "mvc/controller/"], "App\\" : [""], "App\\Controller\\" : ["mvc/controller/"], "App\\Database\\" : ["mvc/model/database/"], "IvanFilho\\Date\\" : ["packages/ivanfilho/date/src/"], "IvanFilho\\Database\\" : ["packages/ivanfilho/database/src/"], "IvanFilho\\Authentication" : ["packages/ivanfilho/authentication/src/"], "wilkins\\PackageLoader\\" : ["packages/wilkins/composer-file-loader/src/"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "App\\": {"type": "array", "items": {"type": "string"}}, "App\\Controller\\": {"type": "array", "items": {"type": "string"}}, "App\\Database\\": {"type": "array", "items": {"type": "string"}}, "IvanFilho\\Date\\": {"type": "array", "items": {"type": "string"}}, "IvanFilho\\Database\\": {"type": "array", "items": {"type": "string"}}, "IvanFilho\\Authentication": {"type": "array", "items": {"type": "string"}}, "wilkins\\PackageLoader\\": {"type": "array", "items": {"type": "string"}}}, "required": ["", "App\\", "App\\Controller\\", "App\\Database\\", "IvanFilho\\Date\\", "IvanFilho\\Database\\", "IvanFilho\\Authentication", "wilkins\\PackageLoader\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"model_class": {"type": "string"}, "id": {"type": "string"}, "update_time": {"type": "string"}, "create_time": {"type": "string"}, "workflow_id": {"type": "string"}, "history_id": {"type": "string"}, "uuid": {"type": "string"}, "state": {"type": "string"}}, "required": ["model_class", "id", "update_time", "create_time", "workflow_id", "history_id", "uuid", "state"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model_class" : "WorkflowInvocation", "id" : "f0cd8bbd99d2b3ad", "update_time" : "2022-02-10T19:07:34.137420", "create_time" : "2022-02-10T19:07:34.137401", "workflow_id" : "f1bbc186416fa125", "history_id" : "043e39c8cdbe35a9", "uuid" : "b405cc84-8aa4-11ec-ba83-7ae39b349d9b", "state" : "new"}
json_instruct
{"type": "object", "properties": {"model_class": {"type": "string"}, "id": {"type": "string"}, "update_time": {"type": "string"}, "create_time": {"type": "string"}, "workflow_id": {"type": "string"}, "history_id": {"type": "string"}, "uuid": {"type": "string"}, "state": {"type": "string"}}, "required": ["model_class", "id", "update_time", "create_time", "workflow_id", "history_id", "uuid", "state"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}, "required": ["status", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : "error", "message" : "Unauthorized access, sorry you need to be a employee for this. To apply send us a written application to jobs@marbis.net."}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}, "required": ["status", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"wire-plugin" : [{"target" : "\\Spryker\\Zed\\ProductPageSearch\\ProductPageSearchDependencyProvider::getConcreteProductMapExpanderPlugins", "source" : "\\Spryker\\Zed\\ProductPageSearch\\Communication\\Plugin\\PageMapExpander\\ProductImageProductConcretePageMapExpanderPlugin"}, {"target" : "\\Spryker\\Zed\\ProductPageSearch\\ProductPageSearchDependencyProvider::getProductConcretePageDataExpanderPlugins", "source" : "\\Spryker\\Zed\\ProductPageSearch\\Communication\\Plugin\\PageDataExpander\\ProductImageProductConcretePageDataExpanderPlugin"}]}
json_instruct
{"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"lastModified": {"type": "integer"}, "notifications": {"type": "array", "items": {}}, "notificationsLimitations": {"type": "array", "items": {}}, "seasonId": {"type": "string"}}, "required": ["lastModified", "notifications", "notificationsLimitations", "seasonId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastModified" : 1522596052738, "notifications" : [], "notificationsLimitations" : [], "seasonId" : "fe26411e-fd45-4fc3-aef0-63dc154bc009"}
json_instruct
{"type": "object", "properties": {"lastModified": {"type": "integer"}, "notifications": {"type": "array", "items": {}}, "notificationsLimitations": {"type": "array", "items": {}}, "seasonId": {"type": "string"}}, "required": ["lastModified", "notifications", "notificationsLimitations", "seasonId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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 cubed cake in bottom of large glass serving bowl. Layer the blueberries, raspberries and blackberries on top of the cake. Sprinkle with praline liqueur.", "In a medium bowl, combine pudding mix, milk, condensed milk and 1 cup of whipped topping, stir well. Pour mixture over frozen berries. Top custard with remaining cool whip. Let sit at room temperature for 1 hour or in refrigerator for 2 to 3 hours, enough for the berries to thaw before serving."], "ingredients" : ["1 (10.75 ounce) package prepared pound cake, cubed", "1 (10 ounce) package frozen blueberries", "1 (10 ounce) package frozen raspberries", "1 (10 ounce) package frozen blackberries", "2 tablespoons praline liqueur", "1 (5 ounce) package instant vanilla pudding mix", "1/2 cup milk", "1 (14 ounce) can sweetened condensed milk", "1 (8 ounce) container frozen whipped topping, thawed"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Berry Trifle", "url" : "http://allrecipes.com/recipe/18993/berry-trifle/"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "uuid": {"type": "string"}, "shell-version": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "uuid", "shell-version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Notification Area", "description" : "Make a notification area like windows 10", "uuid" : "notification-area@fmoreira", "shell-version" : ["3.38"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "uuid": {"type": "string"}, "shell-version": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "uuid", "shell-version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"angular-permission.js": {"type": "string"}, "angular-permission.min.js": {"type": "string"}}, "required": ["angular-permission.js", "angular-permission.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-permission.js" : "sha512-YbuvLboSfBxbYdFvaqYRSDZXDvRzOgEeqXjLd2nMYxekKHBXuEWuus1CgoHMUNVN2GwG02OJl3eFJgRAz/BaHg==", "angular-permission.min.js" : "sha512-i+k3zm19X55+y0X7b0C0GeA4zHTf8YO740Ne3hOCsNlOPLgfUVSwZAf2XMM3j88J3vxKb4nm5n8sk1hfsWMb1Q=="}
json_instruct
{"type": "object", "properties": {"angular-permission.js": {"type": "string"}, "angular-permission.min.js": {"type": "string"}}, "required": ["angular-permission.js", "angular-permission.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"610111001": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111002": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111003": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111004": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111005": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111006": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111007": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111008": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111009": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}}, "required": ["610111001", "610111002", "610111003", "610111004", "610111005", "610111006", "610111007", "610111008", "610111009"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"610111001" : {"name" : "\u7eba\u7ec7\u57ce\u8857\u9053", "next" : 0}, "610111002" : {"name" : "\u5341\u91cc\u94fa\u8857\u9053", "next" : 0}, "610111003" : {"name" : "\u7ea2\u65d7\u8857\u9053", "next" : 0}, "610111004" : {"name" : "\u5e2d\u738b\u8857\u9053", "next" : 0}, "610111005" : {"name" : "\u6d2a\u5e86\u8857\u9053", "next" : 0}, "610111006" : {"name" : "\u72c4\u5be8\u8857\u9053", "next" : 0}, "610111007" : {"name" : "\u705e\u6865\u8857\u9053", "next" : 0}, "610111008" : {"name" : "\u65b0\u7b51\u8857\u9053", "next" : 0}, "610111009" : {"name" : "\u65b0\u5408\u8857\u9053", "next" : 0}}
json_instruct
{"type": "object", "properties": {"610111001": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111002": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111003": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111004": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111005": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111006": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111007": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111008": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "610111009": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}}, "required": ["610111001", "610111002", "610111003", "610111004", "610111005", "610111006", "610111007", "610111008", "610111009"], "$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": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"conference": {"type": "integer"}, "used_for_sessions": {"type": "boolean"}, "order": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["conference", "used_for_sessions", "order", "name", "slug"]}}, "required": ["pk", "model", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"pk" : 1, "model" : "conference.location", "fields" : {"conference" : 1, "used_for_sessions" : true, "order" : 10, "name" : "C01", "slug" : "c01"}}, {"pk" : 2, "model" : "conference.location", "fields" : {"conference" : 1, "used_for_sessions" : true, "order" : 20, "name" : "B05/B06", "slug" : "b05-b06"}}, {"pk" : 3, "model" : "conference.location", "fields" : {"conference" : 1, "used_for_sessions" : true, "order" : 30, "name" : "B07/B08", "slug" : "b07-b08"}}, {"pk" : 4, "model" : "conference.location", "fields" : {"conference" : 1, "used_for_sessions" : true, "order" : 40, "name" : "B09", "slug" : "b09"}}, {"pk" : 5, "model" : "conference.location", "fields" : {"conference" : 1, "used_for_sessions" : true, "order" : 50, "name" : "A08", "slug" : "a08"}}, {"pk" : 6, "model" : "conference.location", "fields" : {"conference" : 1, "used_for_sessions" : true, "order" : 60, "name" : "A03/A04", "slug" : "a03-a04"}}, {"pk" : 7, "model" : "conference.location", "fields" : {"conference" : 1, "used_for_sessions" : true, "order" : 70, "name" : "A05/A06", "slug" : "a05-a06"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"conference": {"type": "integer"}, "used_for_sessions": {"type": "boolean"}, "order": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["conference", "used_for_sessions", "order", "name", "slug"]}}, "required": ["pk", "model", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Observatory": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ResourceHeader": {"type": "object", "properties": {"ResourceName": {"type": "string"}, "AlternateName": {"type": "string"}, "ReleaseDate": {"type": "string"}, "Description": {"type": "string"}, "Acknowledgement": {"type": "string"}, "Contact": {"type": "array", "items": {"type": "object", "properties": {"PersonID": {"type": "string"}, "Role": {"type": "string"}}, "required": ["PersonID", "Role"]}}, "InformationURL": {"type": "object", "properties": {"Name": {"type": "string"}, "URL": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "URL", "Description"]}, "PriorID": {"type": "string"}}, "required": ["ResourceName", "AlternateName", "ReleaseDate", "Description", "Acknowledgement", "Contact", "InformationURL", "PriorID"]}, "Location": {"type": "object", "properties": {"ObservatoryRegion": {"type": "string"}, "CoordinateSystemName": {"type": "string"}, "Latitude": {"type": "string"}, "Longitude": {"type": "string"}}, "required": ["ObservatoryRegion", "CoordinateSystemName", "Latitude", "Longitude"]}, "OperatingSpan": {"type": "object", "properties": {"StartDate": {"type": "string"}}, "required": ["StartDate"]}}, "required": ["ResourceID", "ResourceHeader", "Location", "OperatingSpan"]}}, "required": ["xmlns:xsi", "xmlns", "xsi:schemaLocation", "Version", "Observatory"]}}, "required": ["Spase"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Spase" : {"xmlns:xsi" : "http://www.w3.org/2001/XMLSchema-instance", "xmlns" : "http://www.spase-group.org/data/schema", "xsi:schemaLocation" : "http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_2.xsd", "Version" : "2.2.2", "Observatory" : {"ResourceID" : "spase://SMWG/Observatory/Ground/Chibougaou", "ResourceHeader" : {"ResourceName" : "Chibougaou", "AlternateName" : "Observatory Station Code: CHBG", "ReleaseDate" : "2012-06-13T12:34:56.789", "Description" : "The Chibougaou geophysical observatory.", "Acknowledgement" : "Please acknowledge NASA contract NAS5-02099 and V. Angelopoulos for use of data from the THEMIS Mission. Specifically: S. Mende and C. T. Russell for use of the data", "Contact" : [{"PersonID" : "spase://SMWG/Person/Vassilis.Angelopoulos", "Role" : "PrincipalInvestigator"}, {"PersonID" : "spase://SMWG/Person/Christopher.T.Russell", "Role" : "PrincipalInvestigator"}, {"PersonID" : "spase://SMWG/Person/Lee.Frost.Bargatze", "Role" : "MetadataContact"}], "InformationURL" : {"Name" : "Chibougaou Vector Magnetic Field Data", "URL" : "http://themis.ssl.berkeley.edu/gmag_desc.shtml", "Description" : "THEMIS Ground-based Observatory (GBO) MAGnetometers (GMAGs)"}, "PriorID" : "spase://SMWG/Observatory/THEMIS/Ground/UCLA-GBO/CHBG"}, "Location" : {"ObservatoryRegion" : "Earth.Surface", "CoordinateSystemName" : "GEO", "Latitude" : "49.814", "Longitude" : "285.581"}, "OperatingSpan" : {"StartDate" : "2006-11-18T00:00:00.000"}}}}
json_instruct
{"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Observatory": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ResourceHeader": {"type": "object", "properties": {"ResourceName": {"type": "string"}, "AlternateName": {"type": "string"}, "ReleaseDate": {"type": "string"}, "Description": {"type": "string"}, "Acknowledgement": {"type": "string"}, "Contact": {"type": "array", "items": {"type": "object", "properties": {"PersonID": {"type": "string"}, "Role": {"type": "string"}}, "required": ["PersonID", "Role"]}}, "InformationURL": {"type": "object", "properties": {"Name": {"type": "string"}, "URL": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "URL", "Description"]}, "PriorID": {"type": "string"}}, "required": ["ResourceName", "AlternateName", "ReleaseDate", "Description", "Acknowledgement", "Contact", "InformationURL", "PriorID"]}, "Location": {"type": "object", "properties": {"ObservatoryRegion": {"type": "string"}, "CoordinateSystemName": {"type": "string"}, "Latitude": {"type": "string"}, "Longitude": {"type": "string"}}, "required": ["ObservatoryRegion", "CoordinateSystemName", "Latitude", "Longitude"]}, "OperatingSpan": {"type": "object", "properties": {"StartDate": {"type": "string"}}, "required": ["StartDate"]}}, "required": ["ResourceID", "ResourceHeader", "Location", "OperatingSpan"]}}, "required": ["xmlns:xsi", "xmlns", "xsi:schemaLocation", "Version", "Observatory"]}}, "required": ["Spase"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[510.3569983754437, 421.35465103714597], [1402.8697257104739, 455.1231054823552], [1415.575667856084, 482.6526467978438], [1404.9873827347424, 505.94687406479557], [1383.8108124920589, 535.5940724045524], [1362.6342422493753, 561.0059566957727], [1352.0459571280335, 582.1825269384562], [1343.5753290309601, 594.8884690840664]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "AND SO LIKEWISE IN ETERNITY, HE THAT HAS AN IDEA OF BUT FOUR YEARS, HAS AS MUCH A POSITIVE COMPLETE IDEA OF ETERNITY,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/6972.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"accountSid": {"type": "string"}, "authToken": {"type": "string"}, "apiUrl": {"type": "string"}, "apiVersion": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "messageBody": {"type": "string"}, "statusCallbackUrl": {"type": "string"}, "applicationSid": {"type": "string"}}, "required": ["accountSid", "authToken", "apiUrl", "apiVersion", "from", "to", "messageBody", "statusCallbackUrl", "applicationSid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accountSid" : "%s(accountSidNeg)", "authToken" : "%s(authToken)", "apiUrl" : "%s(apiUrl)", "apiVersion" : "%s(apiVersion)", "from" : "%s(from)", "to" : "%s(to)", "messageBody" : "%s(messageBody)", "statusCallbackUrl" : "", "applicationSid" : ""}
json_instruct
{"type": "object", "properties": {"accountSid": {"type": "string"}, "authToken": {"type": "string"}, "apiUrl": {"type": "string"}, "apiVersion": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "messageBody": {"type": "string"}, "statusCallbackUrl": {"type": "string"}, "applicationSid": {"type": "string"}}, "required": ["accountSid", "authToken", "apiUrl", "apiVersion", "from", "to", "messageBody", "statusCallbackUrl", "applicationSid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"isCandidateForAutomaticViewing": {"type": "string"}}, "required": ["isCandidateForAutomaticViewing"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"isCandidateForAutomaticViewing" : "sw 7/5/2004 01:50"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"isCandidateForAutomaticViewing": {"type": "string"}}, "required": ["isCandidateForAutomaticViewing"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}