input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"place_name" : "Pike", "state_name" : "New Hampshire", "state_abbrv" : "NH", "lat" : "44.0255", "long" : "-72.0096"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "MARNIC", "frequency" : 2514, "males" : "100.0 %", "females" : "0.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"city" : {"name" : "DIAMANTE DO SUL", "state" : "PR"}, "borders" : [[{"lat" : -24.92936513339413, "lng" : -52.65580172696809}, {"lat" : -24.964541174535555, "lng" : -52.59192813947203}, {"lat" : -24.9806229826645, "lng" : -52.620242306637124}, {"lat" : -25.012218019645843, "lng" : -52.60478858232716}, {"lat" : -25.037844581761988, "lng" : -52.61509792373016}, {"lat" : -25.071638885626044, "lng" : -52.66188102349042}, {"lat" : -25.11976614808924, "lng" : -52.66528801872704}, {"lat" : -25.144619807657932, "lng" : -52.701697569986834}, {"lat" : -25.066723589721846, "lng" : -52.74961927530927}, {"lat" : -25.05510111042787, "lng" : -52.764436829995645}, {"lat" : -25.014779461502883, "lng" : -52.763201006820964}, {"lat" : -25.004454819034606, "lng" : -52.79491553042732}, {"lat" : -24.90176722587671, "lng" : -52.77907944855764}, {"lat" : -24.875250833159384, "lng" : -52.747054380954864}, {"lat" : -24.87729866140404, "lng" : -52.70284084123182}, {"lat" : -24.894652025470577, "lng" : -52.6946343261132}, {"lat" : -24.894179260864178, "lng" : -52.66203860719594}, {"lat" : -24.92936513339413, "lng" : -52.65580172696809}]]} | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [96.251968503937, 34.9090909090909, 0.879145368933678, 113.385826771654, 77.4981818181818, 0.693899318575859, 75.5905511811024, 79.36, 0.6308653652668, 63.748031496063, 145.454545454545, 0.4367024715757, 38.0472440944882, 210.385454545455, 0.419728424400091, 151.433070866142, 75.6363636363636, 0.607416860759258, 149.669291338583, 145.454545454545, 0.450891197659075, 134.551181102362, 212.945454545455, 0.560903179924935, 70.8031496062992, 196.654545454545, 0.337290782481432, 0, 0, 0, 0, 0, 0, 118.425196850394, 199.912727272727, 0.290689127752557, 0, 0, 0, 0, 0, 0, 87.6850393700787, 29.5563636363636, 0.94084657728672, 103.307086614173, 24.4363636363636, 0.965649724006653, 83.4015748031496, 33.28, 0.125391766428947, 120.188976377953, 23.7381818181818, 0.89140273630619], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-93.363376, 44.746909], [-93.359171, 44.750322], [-93.359206, 44.764742], [-93.352013, 44.764897], [-93.344401, 44.768095], [-93.328722, 44.767925], [-93.328704, 44.74643], [-93.363376, 44.746909]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 35169}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "NIEL", "frequency" : 24, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "null"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Algorithms", "Computer Science", "Computing", "Engineering"], "desc" : "\n", "details" : {"authors" : null, "format" : "pdf", "isbn-10" : "3319911856", "isbn-13" : "978-3319911854", "pages" : "486 pages", "publication date" : "July 22, 2018", "publisher" : "Springer", "size" : "56.85Mb"}, "img" : "http://23.95.221.108/covers/27/277952043a807dbdb19a67f445ebe723.jpg", "link" : "https://rapidhosting.info/files/hbe", "title" : "Software Engineering and Algorithms in Intelligent Systems: Proceedings of 7th Computer Science On-line Conference 2018, Volume 1 (Advances in Intelligent Systems and Computing)"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "null"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : [-80.83, 37.79]}, "type" : "Feature", "id" : "25966", "properties" : {"other_cities" : "Grn Sphr Spgs, Meadow Bridge", "city" : "Green Sulphur Springs", "state" : "WV", "county" : "Summers 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": {"$schema": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"no-any": {"type": "null"}}, "required": ["no-any"]}}, "required": ["$schema", "extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json.schemastore.org/tslint", "extends" : ["./node_modules/@loopback/build/config/tslint.build.json"], "rules" : {"no-any" : null}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"no-any": {"type": "null"}}, "required": ["no-any"]}}, "required": ["$schema", "extends", "rules"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "author", "homepage", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "q8-prayers-api", "version" : "1.2.0", "description" : "Kuwait Prayer Times API", "main" : "index.js", "repository" : {"type" : "git", "url" : "https://github.com/m2kio/q8-prayers-api"}, "author" : {"name" : "MYK", "email" : "m2kio@pm.me"}, "homepage" : "https://api.q8prayers.com", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "author", "homepage", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright_text" : "Creative Commons Attribution license (reuse allowed)", "description" : "Dmitry Trofimov - Can Rust make Python shine?\n[EuroPython 2015]\n[20 July 2015]\n[Bilbao, Euskadi, Spain]\n\nRust is a new programming language from Mozilla. It is fast, safe and\nbeautiful. It is also a very good option when needing performance. In\nthis talk we're going to look at Rust and see what it offers and how\nwe can leverage it as Python developers. And we'll do it with a case\nstudy: a statistical profiler for Python.", "duration" : 1864, "language" : "eng", "recorded" : "2015-08-05", "related_urls" : [], "speakers" : ["Dmitry Trofimov"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/weAxEoEfl0M/maxresdefault.jpg", "title" : "Can Rust make Python shine?", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=weAxEoEfl0M"}]} | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"totalYes": {"type": "integer"}, "totalNo": {"type": "integer"}, "totalNa": {"type": "integer"}, "totalReceived": {"type": "integer"}, "totalProcessed": {"type": "integer"}, "totalDuplicated": {"type": "integer"}}, "required": ["totalYes", "totalNo", "totalNa", "totalReceived", "totalProcessed", "totalDuplicated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"totalYes" : 0, "totalNo" : 0, "totalNa" : 0, "totalReceived" : 0, "totalProcessed" : 0, "totalDuplicated" : 0} | json_instruct | {"type": "object", "properties": {"totalYes": {"type": "integer"}, "totalNo": {"type": "integer"}, "totalNa": {"type": "integer"}, "totalReceived": {"type": "integer"}, "totalProcessed": {"type": "integer"}, "totalDuplicated": {"type": "integer"}}, "required": ["totalYes", "totalNo", "totalNa", "totalReceived", "totalProcessed", "totalDuplicated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "tweetId": {"type": "string"}, "tweetUserName": {"type": "string"}}, "required": ["text", "created", "type", "tweetId", "tweetUserName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "If you think making others feel your pain is going to ease your pain, you're mistaken, and wasting effort. It just makes them tune you out. ", "created" : "Tue, 19 Sep 2017 14:21:55 GMT", "type" : "tweet", "tweetId" : "910147434000654337", "tweetUserName" : "davewiner"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "tweetId": {"type": "string"}, "tweetUserName": {"type": "string"}}, "required": ["text", "created", "type", "tweetId", "tweetUserName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "visible": {"type": "boolean"}, "sort": {"type": "integer"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "description": {"type": "string"}, "context": {"type": "string"}, "proxyParams": {"type": "boolean"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "optional": {"type": "boolean"}, "sort": {"type": "integer"}, "inputType": {"type": "object", "properties": {"name": {"type": "string"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "values"]}}, "required": ["name", "description", "optional", "sort", "inputType"]}}}, "required": ["name", "path", "description", "context", "proxyParams", "parameters"]}}}, "required": ["name", "description", "visible", "sort", "commands"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "st", "description" : "Commands related with Devonfw St & Serverless programming", "visible" : true, "sort" : -1, "commands" : [{"name" : "init", "path" : "init.js", "description" : "Create Serverless project", "context" : "NONE", "proxyParams" : false, "parameters" : [{"name" : "path", "description" : "Path to create project (default: current dir)", "optional" : true, "sort" : -1, "inputType" : {"name" : "list", "values" : ["hamlet", "village", "town", "city", "metropolis"]}}]}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "visible": {"type": "boolean"}, "sort": {"type": "integer"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "description": {"type": "string"}, "context": {"type": "string"}, "proxyParams": {"type": "boolean"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "optional": {"type": "boolean"}, "sort": {"type": "integer"}, "inputType": {"type": "object", "properties": {"name": {"type": "string"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "values"]}}, "required": ["name", "description", "optional", "sort", "inputType"]}}}, "required": ["name", "path", "description", "context", "proxyParams", "parameters"]}}}, "required": ["name", "description", "visible", "sort", "commands"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@pushcorn": {"type": "object", "properties": {"hocon-parser": {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins"]}}, "required": ["hocon-parser"]}}, "required": ["@pushcorn"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@pushcorn" : {"hocon-parser" : {"plugins" : ["test-plugin"]}}} | json_instruct | {"type": "object", "properties": {"@pushcorn": {"type": "object", "properties": {"hocon-parser": {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins"]}}, "required": ["hocon-parser"]}}, "required": ["@pushcorn"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-plugin-transform-react-jsx": {"type": "string"}, "babel-preset-env": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["babel-core", "babel-plugin-transform-react-jsx", "babel-preset-env", "parcel-bundler"]}}, "required": ["name", "version", "description", "main", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react", "version" : "0.0.1", "description" : "react", "main" : "dist/react.js", "scripts" : {"start" : "parcel ./index.html"}, "devDependencies" : {"babel-core" : "^6.26.0", "babel-plugin-transform-react-jsx" : "^6.24.1", "babel-preset-env" : "^1.6.1", "parcel-bundler" : "^1.7.1"}} | 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"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-plugin-transform-react-jsx": {"type": "string"}, "babel-preset-env": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["babel-core", "babel-plugin-transform-react-jsx", "babel-preset-env", "parcel-bundler"]}}, "required": ["name", "version", "description", "main", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["title", "entries"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Erg\u00e4nzungen", "entries" : [{"name" : "Lehrangebot der Fakult\u00e4t Informatik", "url" : "https://tu-dresden.de/ing/informatik/studium/lehre/lehrangebotskataloge"}, {"name" : "Auditorium", "url" : "https://auditorium.inf.tu-dresden.de/"}, {"name" : "jExam", "url" : "https://jexam.inf.tu-dresden.de/de.jexam.web.v4.5/spring/welcome"}, {"name" : "GitLab (TU Chemnitz)", "url" : "https://gitlab.hrz.tu-chemnitz.de/users/sign_in"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["title", "entries"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"apiVersion": {"type": "object", "properties": {"description": {"type": "string"}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "minLength", "type"]}, "blockOwnerDeletion": {"type": "object", "properties": {"default": {"type": "boolean"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["default", "description", "type"]}, "controller": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "kind": {"type": "object", "properties": {"description": {"type": "string"}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "minLength", "type"]}, "name": {"type": "object", "properties": {"description": {"type": "string"}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "minLength", "type"]}, "uid": {"type": "object", "properties": {"description": {"type": "string"}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "minLength", "type"]}}, "required": ["apiVersion", "blockOwnerDeletion", "controller", "kind", "name", "uid"]}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "x-kubernetes-map-type": {"type": "string"}}, "required": ["description", "properties", "required", "type", "x-kubernetes-map-type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties" : {"apiVersion" : {"description" : "The version of the schema for the object representation", "minLength" : 1, "type" : "string"}, "blockOwnerDeletion" : {"default" : false, "description" : "If `true`, AND if the owner has the `\"foregroundDeletion\"` finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. To set this field, a user needs *delete* permission of the owner, otherwise `\"422 Unprocessable Entity\"` will be returned.", "type" : "boolean"}, "controller" : {"description" : "If `true`, this reference points to the managing controller.", "type" : "boolean"}, "kind" : {"description" : "Kind of the referenced resource", "minLength" : 1, "type" : "string"}, "name" : {"description" : "Name of the referenced resource", "minLength" : 1, "type" : "string"}, "uid" : {"description" : "UID of the referenced resource", "minLength" : 1, "type" : "string"}}, "required" : ["apiVersion", "kind", "name", "uid"], "type" : "object", "x-kubernetes-map-type" : "atomic"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"apiVersion": {"type": "object", "properties": {"description": {"type": "string"}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "minLength", "type"]}, "blockOwnerDeletion": {"type": "object", "properties": {"default": {"type": "boolean"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["default", "description", "type"]}, "controller": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "kind": {"type": "object", "properties": {"description": {"type": "string"}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "minLength", "type"]}, "name": {"type": "object", "properties": {"description": {"type": "string"}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "minLength", "type"]}, "uid": {"type": "object", "properties": {"description": {"type": "string"}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "minLength", "type"]}}, "required": ["apiVersion", "blockOwnerDeletion", "controller", "kind", "name", "uid"]}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "x-kubernetes-map-type": {"type": "string"}}, "required": ["description", "properties", "required", "type", "x-kubernetes-map-type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "queryStringParameters": {"type": "object", "properties": {"q": {"type": "array", "items": {"type": "string"}}, "format": {"type": "array", "items": {"type": "string"}}}, "required": ["q", "format"]}}, "required": ["method", "path", "queryStringParameters"]}, "response": {"type": "object", "properties": {"statusCode": {"type": "integer"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "array", "items": {"type": "string"}}}, "required": ["Content-Type"]}, "body": {"type": "string"}}, "required": ["statusCode", "headers", "body"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"request" : {"method" : "GET", "path" : "/location/search", "queryStringParameters" : {"q" : ["s\u00e3o paulo"], "format" : ["json"]}}, "response" : {"statusCode" : 200, "headers" : {"Content-Type" : ["application/json"]}, "body" : "[\n {\n \"place_id\": 286306071,\n \"licence\": \"Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright\",\n \"osm_type\": \"node\",\n \"osm_id\": 30674098,\n \"boundingbox\": [\n \"-23.7106507\",\n \"-23.3906507\",\n \"-46.7933824\",\n \"-46.4733824\"\n ],\n \"lat\": \"-23.5506507\",\n \"lon\": \"-46.6333824\",\n \"display_name\": \"S\u00e3o Paulo, Regi\u00e3o Imediata de S\u00e3o Paulo, Regi\u00e3o Metropolitana de S\u00e3o Paulo, Regi\u00e3o Geogr\u00e1fica Intermedi\u00e1ria de S\u00e3o Paulo, S\u00e3o Paulo, Regi\u00e3o Sudeste, 01001-000, Brasil\",\n \"place_rank\": 16,\n \"category\": \"place\",\n \"type\": \"city\",\n \"importance\": 0.8861749119420277,\n \"icon\": \"https://nominatim.openstreetmap.org/ui/mapicons//poi_place_city.p.20.png\"\n },\n {\n \"place_id\": 284996414,\n \"licence\": \"Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright\",\n \"osm_type\": \"relation\",\n \"osm_id\": 298285,\n \"boundingbox\": [\n \"-24.0079003\",\n \"-23.3577551\",\n \"-46.8262906\",\n \"-46.3650898\"\n ],\n \"lat\": \"-23.682648\",\n \"lon\": \"-46.71680311042481\",\n \"display_name\": \"S\u00e3o Paulo, Regi\u00e3o Imediata de S\u00e3o Paulo, Regi\u00e3o Metropolitana de S\u00e3o Paulo, Regi\u00e3o Geogr\u00e1fica Intermedi\u00e1ria de S\u00e3o Paulo, S\u00e3o Paulo, Regi\u00e3o Sudeste, Brasil\",\n \"place_rank\": 16,\n \"category\": \"boundary\",\n \"type\": \"administrative\",\n \"importance\": 0.8861749119420277,\n \"icon\": \"https://nominatim.openstreetmap.org/ui/mapicons//poi_boundary_administrative.p.20.png\"\n }\n]"}} | json_instruct | {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "queryStringParameters": {"type": "object", "properties": {"q": {"type": "array", "items": {"type": "string"}}, "format": {"type": "array", "items": {"type": "string"}}}, "required": ["q", "format"]}}, "required": ["method", "path", "queryStringParameters"]}, "response": {"type": "object", "properties": {"statusCode": {"type": "integer"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "array", "items": {"type": "string"}}}, "required": ["Content-Type"]}, "body": {"type": "string"}}, "required": ["statusCode", "headers", "body"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3d786fbccfec7de50f20220a7965ac874f0416fd"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Altyn Gesichtsschild", "ShortName" : "GSchild", "Description" : "Speziell gepanzertes Gesichtsschild f\u00fcr den Altyn Helm. Erh\u00f6ht die \u00dcberlebenswahrscheinlichkeit nach Treffern durch Geschosse und Splitter."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PRODUCT_NAME" : "Glycerine", "MANUFACTURER" : "Goodson Product Inputs", "BRANDNAME" : "Goodson", "WEIGHT" : "50ml"} | json_instruct | {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "fead4026d6004719683c5f08b2120baf22a1ea91"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["php", "laravel/framework", "guzzlehttp/guzzle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Gimmo\\Interkassa\\Facades\\": {"type": "string"}, "Gimmo\\Interkassa\\": {"type": "string"}}, "required": ["Gimmo\\Interkassa\\Facades\\", "Gimmo\\Interkassa\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Interkassa": {"type": "string"}}, "required": ["Interkassa"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "description", "keywords", "license", "homepage", "authors", "require", "autoload", "config", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "gimmo/laravel-interkassa", "description" : "Interkassa payments for Laravel", "keywords" : ["interkassa", "laravel"], "license" : "MIT", "homepage" : "https://github.com/Gimmo/laravel-interKassa", "authors" : [{"name" : "Gimmo", "email" : "xbtc.bot@gmail.com"}], "require" : {"php" : ">=7.2.5", "laravel/framework" : "8.*", "guzzlehttp/guzzle" : "7.*"}, "autoload" : {"psr-4" : {"Gimmo\\Interkassa\\Facades\\" : "src/Facades", "Gimmo\\Interkassa\\" : "src"}}, "config" : {"sort-packages" : true}, "extra" : {"laravel" : {"providers" : ["Gimmo\\Interkassa\\InterkassaServiceProvider"], "aliases" : {"Interkassa" : "Gimmo\\Interkassa\\Facades\\Interkassa"}}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["php", "laravel/framework", "guzzlehttp/guzzle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Gimmo\\Interkassa\\Facades\\": {"type": "string"}, "Gimmo\\Interkassa\\": {"type": "string"}}, "required": ["Gimmo\\Interkassa\\Facades\\", "Gimmo\\Interkassa\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Interkassa": {"type": "string"}}, "required": ["Interkassa"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "description", "keywords", "license", "homepage", "authors", "require", "autoload", "config", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "story": {"type": "string"}}, "required": ["name", "description", "story"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Animais H\u00edbridos Fant\u00e1sticos", "description" : ["Quando a batalha come\u00e7a, aumenta o DAN a inimigos n\u00e3o Her\u00f3is em 12% e recebe 12% de DAN reduzido por 200 seg.", "Quando a batalha come\u00e7a, aumenta o DAN a inimigos n\u00e3o Her\u00f3is em 14% e recebe 14% de DAN reduzido por 200 seg.", "Quando a batalha come\u00e7a, aumenta o DAN a inimigos n\u00e3o Her\u00f3is em 17% e recebe 17% de DAN reduzido por 200 seg.", "Quando a batalha come\u00e7a, aumenta o DAN a inimigos n\u00e3o Her\u00f3is em 21% e recebe 21% de DAN reduzido por 200 seg.", "Quando a batalha come\u00e7a, aumenta o DAN a inimigos n\u00e3o Her\u00f3is em 25% e recebe 25% de DAN reduzido por 200 seg.", "Quando a batalha come\u00e7a, aumenta o DAN a inimigos n\u00e3o Her\u00f3is em 30% e recebe 30% de DAN reduzido por 200 seg."], "story" : "Enciclop\u00e9dia de Animais H\u00edbridos no Continente de Orvelia. Essa c\u00f3pia de edi\u00e7\u00e3o limitada possui a silhueta de Animais H\u00edbridos bordada em fio dourado."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "story": {"type": "string"}}, "required": ["name", "description", "story"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationId" : 1130215, "stationGroupId" : 1130215, "name" : "\u99d2\u8fbc", "lineId" : 11302, "zipCode" : "170-0003", "pref" : "\u6771\u4eac\u90fd", "city" : "\u8c4a\u5cf6\u533a", "town" : "\u99d2\u8fbc", "longitude" : 139.748053, "latitude" : 35.736825, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"DTD_z0p01_bw500_0.55<mwd<0.65_2.1e-08<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p01_bw500_0.55<mwd<0.65_2.1e-08<mdot", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DTD_z0p01_bw500_0.55<mwd<0.65_2.1e-08<mdot" : [7.237501061957808e-05, 0.0002227034796148798, 0.0001103912602381207, 0.00017079133491001964, 0.0012502555971187633, 0.003496536509541792, 0.00394115305635763, 0.0023480927022957974, 0.0024406035735434536, 0.002911344886461135, 0.0017268952965390182, 0.002739315092411647, 0.0022226610878494125, 0.0027976114562472884, 0.0022158590435293578, 0.0030630411757078917, 0.0032712899283095856, 0.0041697145372320416, 0.0032916294324950857, 0.0033606088732296077, 0.005182352213001472, 0.004401326107130718, 0.0017699404443006425, 0.005433947829443432, 0.009498905514351966, 0.004745303163102607, 0.003882389199250852, 0.0058326522673027015, 0.008942282521713349, 0.005451555449897352], "arrbool" : true} | json_instruct | {"type": "object", "properties": {"DTD_z0p01_bw500_0.55<mwd<0.65_2.1e-08<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p01_bw500_0.55<mwd<0.65_2.1e-08<mdot", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.5, 37.916666666666664], [122.5, 38.0], [122.625, 38.0], [122.625, 37.916666666666664], [122.5, 37.916666666666664]]]}, "properties" : {"code" : 562274, "url" : "http://madefor.github.io/0410/api/v1/562274.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/562274.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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "PolkaParty", "symbol" : "POLP", "id" : "0x48592de8CdED16f6Bb56c896Fe1Affc37630889C", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/polkaparty", "market_cap_usd" : 1524326, "market_cap_rank" : 2136, "24_hr_volume_usd" : 571.22, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/token-metadata/master/blockchains/ethereum/assets/0x48592de8CdED16f6Bb56c896Fe1Affc37630889C/logo.png"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : [[[130.0, 44.583333333333336], [130.0, 44.666666666666664], [130.125, 44.666666666666664], [130.125, 44.583333333333336], [130.0, 44.583333333333336]]]}, "properties" : {"code" : 663070, "url" : "http://madefor.github.io/0410/api/v1/663070.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/663070.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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 17}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [27, 50], "P10_VALUE" : [27, 50], "P25_VALUE" : [57, 51], "MEDIAN_VALUE" : [63, 66], "P75_VALUE" : [78, 70], "P90_VALUE" : [88, 72], "MAX_VALUE" : [88, 76]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.2.0", "0.2.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.2.1"], "meta" : {"description" : "GLWindow", "homepage" : "https://github.com/cprogrammer1994/GLWindow", "license" : "MIT"}, "versions" : {"0.2.0" : {"sha256" : "3a9e3cc00e82584720d358c553d5320c1f8ce296a16db9d8058294c1f7a1f007", "url" : "https://files.pythonhosted.org/packages/07/15/716728820a1c8847f58c83da7a20c3c64ac74010f57c8a71cdf703657226/GLWindow-0.2.0.win32.zip"}, "0.2.1" : {"sha256" : "406e516dfc5e89cd80c9907f21129826156c9e0f960bc290b302dfa2d2f11960", "url" : "https://files.pythonhosted.org/packages/ae/87/788b2f5a726e1dfdb49c07c1393f81af548970808a83b20e5ae87d0d2d19/GLWindow-0.2.1.win32.zip"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.2.0", "0.2.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"expoServerPort": {"type": "integer"}, "packagerPort": {"type": "integer"}, "packagerPid": {"type": "integer"}, "devToolsPort": {"type": "integer"}, "expoServerNgrokUrl": {"type": "string"}, "packagerNgrokUrl": {"type": "string"}, "ngrokPid": {"type": "integer"}}, "required": ["expoServerPort", "packagerPort", "packagerPid", "devToolsPort", "expoServerNgrokUrl", "packagerNgrokUrl", "ngrokPid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expoServerPort" : 19000, "packagerPort" : 19001, "packagerPid" : 18778, "devToolsPort" : 19002, "expoServerNgrokUrl" : "https://t6-rdk.abadia962.opensource.exp.direct", "packagerNgrokUrl" : "https://packager.t6-rdk.abadia962.opensource.exp.direct", "ngrokPid" : 16862} | json_instruct | {"type": "object", "properties": {"expoServerPort": {"type": "integer"}, "packagerPort": {"type": "integer"}, "packagerPid": {"type": "integer"}, "devToolsPort": {"type": "integer"}, "expoServerNgrokUrl": {"type": "string"}, "packagerNgrokUrl": {"type": "string"}, "ngrokPid": {"type": "integer"}}, "required": ["expoServerPort", "packagerPort", "packagerPid", "devToolsPort", "expoServerNgrokUrl", "packagerNgrokUrl", "ngrokPid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cursor": {"type": "string"}, "number": {"type": "string"}, "parens": {"type": "string"}, "result": {"type": "string"}, "comment": {"type": "string"}, "matched": {"type": "string"}, "function": {"type": "string"}, "operator": {"type": "string"}, "variable": {"type": "string"}, "scrollbar": {"type": "string"}, "separator": {"type": "string"}, "background": {"type": "string"}, "editorbackground": {"type": "string"}}, "required": ["cursor", "number", "parens", "result", "comment", "matched", "function", "operator", "variable", "scrollbar", "separator", "background", "editorbackground"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cursor" : "#dda4a9", "number" : "#dda4a9", "parens" : "#9B2551", "result" : "#E2122E", "comment" : "#9a7276", "matched" : "#E2122E", "function" : "#5D284F", "operator" : "#9B0830", "variable" : "#5A475F", "scrollbar" : "#9B0830", "separator" : "#9B0830", "background" : "#0b0a18", "editorbackground" : "#0b0a18"} | json_instruct | {"type": "object", "properties": {"cursor": {"type": "string"}, "number": {"type": "string"}, "parens": {"type": "string"}, "result": {"type": "string"}, "comment": {"type": "string"}, "matched": {"type": "string"}, "function": {"type": "string"}, "operator": {"type": "string"}, "variable": {"type": "string"}, "scrollbar": {"type": "string"}, "separator": {"type": "string"}, "background": {"type": "string"}, "editorbackground": {"type": "string"}}, "required": ["cursor", "number", "parens", "result", "comment", "matched", "function", "operator", "variable", "scrollbar", "separator", "background", "editorbackground"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"genres": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}, "label": {"type": "string"}}, "required": ["value", "label"]}}}, "required": ["genres"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"genres" : [{"value" : 0, "label" : "\u0436\u0430\u043d\u0440"}, {"value" : 106, "label" : "\u041f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u044f"}, {"value" : 72, "label" : "\u0420\u0430\u0437\u0432\u043b\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439"}, {"value" : 55, "label" : "\u042d\u0440\u043e\u0442\u0438\u043a\u0430"}, {"value" : 54, "label" : "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439"}, {"value" : 53, "label" : "\u041a\u043e\u0440\u043e\u0442\u043a\u043e\u043c\u0435\u0442\u0440\u0430\u0436\u043d\u044b\u0439"}, {"value" : 41, "label" : "\u0411\u043b\u043e\u043a\u0431\u0430\u0441\u0442\u0435\u0440"}, {"value" : 39, "label" : "\u0410\u0440\u0442-\u0445\u0430\u0443\u0441"}, {"value" : 38, "label" : "\u041c\u044e\u0437\u0438\u043a\u043b"}, {"value" : 37, "label" : "\u0414\u0435\u0442\u0441\u043a\u0438\u0439"}, {"value" : 36, "label" : "\u041c\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439"}, {"value" : 34, "label" : "\u041f\u043e\u043b\u043d\u043e\u043c\u0435\u0442\u0440\u0430\u0436\u043d\u044b\u0439"}, {"value" : 33, "label" : "\u0421\u0435\u043c\u0435\u0439\u043d\u044b\u0439"}, {"value" : 32, "label" : "\u0412\u043e\u0435\u043d\u043d\u044b\u0439"}, {"value" : 29, "label" : "\u0412\u0435\u0441\u0442\u0435\u0440\u043d"}, {"value" : 28, "label" : "\u0418\u0441\u0442\u043e\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0439"}, {"value" : 27, "label" : "\u0411\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439"}, {"value" : 26, "label" : "\u0423\u0436\u0430\u0441\u044b"}, {"value" : 25, "label" : "\u041a\u0440\u0438\u043c\u0438\u043d\u0430\u043b"}, {"value" : 24, "label" : "\u0414\u0435\u0442\u0435\u043a\u0442\u0438\u0432"}, {"value" : 23, "label" : "\u0421\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u044b\u0439"}, {"value" : 22, "label" : "\u0420\u0443\u0441\u0441\u043a\u0438\u0439"}, {"value" : 19, "label" : "\u041a\u043e\u043c\u0435\u0434\u0438\u044f"}, {"value" : 17, "label" : "\u0411\u043e\u0435\u0432\u0438\u043a"}, {"value" : 13, "label" : "\u0422\u0440\u0438\u043b\u043b\u0435\u0440"}, {"value" : 11, "label" : "\u0424\u0430\u043d\u0442\u0430\u0441\u0442\u0438\u043a\u0430"}, {"value" : 10, "label" : "\u0417\u0430\u0440\u0443\u0431\u0435\u0436\u043d\u044b\u0439"}, {"value" : 9, "label" : "\u041f\u0440\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f"}, {"value" : 8, "label" : "\u041c\u0435\u043b\u043e\u0434\u0440\u0430\u043c\u0430"}, {"value" : 7, "label" : "\u0414\u0440\u0430\u043c\u0430"}, {"value" : 6, "label" : "\u0424\u044d\u043d\u0442\u0435\u0437\u0438"}]} | json_instruct | {"type": "object", "properties": {"genres": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}, "label": {"type": "string"}}, "required": ["value", "label"]}}}, "required": ["genres"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1205191001", "nama" : "Batang Serangan"}, {"id" : "1205192002", "nama" : "Sei Bamban"}, {"id" : "1205192003", "nama" : "Sei Musam"}, {"id" : "1205192004", "nama" : "Sei Serdang"}, {"id" : "1205192005", "nama" : "Namo Sialang"}, {"id" : "1205192006", "nama" : "Kwala Musam"}, {"id" : "1205192007", "nama" : "Karya Jadi"}, {"id" : "1205192008", "nama" : "Paluh Pakeh Babussalam"}] | 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": {"modules": {"type": "array", "items": {"type": "object", "properties": {"protocol": {"type": "string"}, "path": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["protocol", "path", "version", "files"]}}, "aliases": {"type": "object", "properties": {}, "required": []}}, "required": ["modules", "aliases"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"modules" : [{"protocol" : "https", "path" : "deno.land/std", "version" : "0.104.0", "files" : ["/encoding/utf8.ts", "/flags/mod.ts", "/http/server.ts", "/testing/asserts.ts"]}], "aliases" : {}} | json_instruct | {"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "object", "properties": {"protocol": {"type": "string"}, "path": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["protocol", "path", "version", "files"]}}, "aliases": {"type": "object", "properties": {}, "required": []}}, "required": ["modules", "aliases"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"mjmlParse": {"type": "object", "properties": {"name": {"type": "object", "properties": {"label": {"type": "string"}, "placeholder": {"type": "string"}}, "required": ["label", "placeholder"]}, "message": {"type": "object", "properties": {"status": {"type": "object", "properties": {"error": {"type": "string"}, "success": {"type": "string"}}, "required": ["error", "success"]}}, "required": ["status"]}}, "required": ["name", "message"]}}, "required": ["mjmlParse"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mjmlParse" : {"name" : {"label" : "naam", "placeholder" : "Naam van de node"}, "message" : {"status" : {"error" : "Het invoerbericht is geen tekenreeks.", "success" : "Geslaagd"}}}} | json_instruct | {"type": "object", "properties": {"mjmlParse": {"type": "object", "properties": {"name": {"type": "object", "properties": {"label": {"type": "string"}, "placeholder": {"type": "string"}}, "required": ["label", "placeholder"]}, "message": {"type": "object", "properties": {"status": {"type": "object", "properties": {"error": {"type": "string"}, "success": {"type": "string"}}, "required": ["error", "success"]}}, "required": ["status"]}}, "required": ["name", "message"]}}, "required": ["mjmlParse"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"yes": {"type": "string"}, "no": {"type": "string"}, "something_wrong": {"type": "string"}, "random": {"type": "string"}, "latest_comic": {"type": "string"}, "explain_current": {"type": "string"}, "my_favorites": {"type": "string"}, "settings": {"type": "string"}, "images": {"type": "string"}, "data_saver": {"type": "string"}, "data_saver_explain": {"type": "string"}, "auto_download": {"type": "string"}, "high_res": {"type": "string"}, "favorites": {"type": "string"}, "nothing_here": {"type": "string"}, "favorite_removed": {"type": "string"}, "clear_favorites": {"type": "string"}, "about": {"type": "string"}, "about_this_app": {"type": "string"}, "built_by": {"type": "string"}}, "required": ["yes", "no", "something_wrong", "random", "latest_comic", "explain_current", "my_favorites", "settings", "images", "data_saver", "data_saver_explain", "auto_download", "high_res", "favorites", "nothing_here", "favorite_removed", "clear_favorites", "about", "about_this_app", "built_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"yes" : "\u0414\u0430", "no" : "\u041d\u0435\u0442", "something_wrong" : "\u0423\u043f\u0441... \u0447\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a!", "random" : "\u0421\u041b\u0423\u0427\u0410\u0419\u041d\u042b\u0419", "latest_comic" : "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0439 \u043a\u043e\u043c\u0438\u043a\u0441", "explain_current" : "\u041e\u0431\u044a\u044f\u0441\u043d\u0438\u0442\u0435 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u043a\u043e\u043c\u0438\u043a\u0441", "my_favorites" : "\u041c\u043e\u0438 \u043b\u044e\u0431\u0438\u043c\u044b\u0435", "settings" : "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "images" : "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439", "data_saver" : "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442 \u0434\u0430\u043d\u043d\u044b\u0435", "data_saver_explain" : "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043a\u043e\u043c\u0438\u043a\u0441\u044b \u0432 \u0431\u043e\u043b\u0435\u0435 \u043d\u0438\u0437\u043a\u043e\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0438", "auto_download" : "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439", "high_res" : "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0441 \u0432\u044b\u0441\u043e\u043a\u0438\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c", "favorites" : "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435", "nothing_here" : "\u0417\u0434\u0435\u0441\u044c \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0432\u0438\u0434\u043d\u043e", "favorite_removed" : "\u0443\u0434\u0430\u043b\u0435\u043d\u043e \u0438\u0437 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e", "clear_favorites" : "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435", "about" : "\u041d\u0430\u0441\u0447\u0435\u0442", "about_this_app" : "\u041e\u0431 \u044d\u0442\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438", "built_by" : "\u041f\u043e\u0441\u0442\u0440\u043e\u0435\u043d \u0441 \u2764 \u0438 Flutter \u043e\u0442 Kosta Stoupas. \u041f\u0443\u0441\u043a\u043e\u0432\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u043d\u0430\u0447\u043e\u043a \u043e\u0442 Papirus Development Team."} | json_instruct | {"type": "object", "properties": {"yes": {"type": "string"}, "no": {"type": "string"}, "something_wrong": {"type": "string"}, "random": {"type": "string"}, "latest_comic": {"type": "string"}, "explain_current": {"type": "string"}, "my_favorites": {"type": "string"}, "settings": {"type": "string"}, "images": {"type": "string"}, "data_saver": {"type": "string"}, "data_saver_explain": {"type": "string"}, "auto_download": {"type": "string"}, "high_res": {"type": "string"}, "favorites": {"type": "string"}, "nothing_here": {"type": "string"}, "favorite_removed": {"type": "string"}, "clear_favorites": {"type": "string"}, "about": {"type": "string"}, "about_this_app": {"type": "string"}, "built_by": {"type": "string"}}, "required": ["yes", "no", "something_wrong", "random", "latest_comic", "explain_current", "my_favorites", "settings", "images", "data_saver", "data_saver_explain", "auto_download", "high_res", "favorites", "nothing_here", "favorite_removed", "clear_favorites", "about", "about_this_app", "built_by"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sales": {"type": "integer"}}, "required": ["name", "sales"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Product A", "sales" : 247099}, {"name" : "Product B", "sales" : 375857}, {"name" : "Product C", "sales" : 549385}, {"name" : "Product D", "sales" : 453004}, {"name" : "Product E", "sales" : 177001}, {"name" : "Product F", "sales" : 928202}, {"name" : "Product G", "sales" : 362838}, {"name" : "Product H", "sales" : 174802}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sales": {"type": "integer"}}, "required": ["name", "sales"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 11049, "source" : "ellicott", "verse_id" : 18013, "verse_count" : 1, "reference" : "19:8", "title" : "", "html" : " <p> (8) The fishers also shall mourn.\u2014With the failure of the river, one at least of the industries of Egypt failed also. Fish had at all times formed part of the diet of the working-classes of Egypt (Herod. ii. 93; <a class=\"ref\">Numbers 11:5</a>), and the pictures of Egyptian life continually represent the two modes of fishing, with the \u201cangle\u201d or hook, and with the net. </p> ", "audit" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"test" : "JSON"} | json_instruct | {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1990, 7], [1992, 5], [1993, 9], [1994, 5], [1995, 6], [1996, 5], [1998, 5], [2000, 5], [2001, 6], [2002, 7], [2003, 7], [2004, 6], [2005, 6], [2006, 5], [2007, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "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" : "Sack", "definitions" : ["Dismiss from employment.", "Tackle (a quarterback) behind the line of scrimmage.", "Put into a sack or sacks."], "parts-of-speech" : "Verb"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "hummingbird-finance", "symbol" : "hmng", "name" : "Hummingbird Finance", "platforms" : {"binance-smart-chain" : "0x14357d294fbabbe0fbf59503370c772d563b35b6"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Hummingbird Finance ($HMNG) is SHIB and RFI fork with better tokenomics. With HMNG you don\u2019t need to stake or add liquidity to the pool for reward tokens. Just hold and earn free tokens from every transaction. "}, "country_origin" : "US", "genesis_date" : null, "contract_address" : "0x14357d294fbabbe0fbf59503370c772d563b35b6", "url" : "https://www.hummingbirdbsc.org/", "explorers" : ["https://bscscan.com/token/0x14357d294fbabbe0fbf59503370c772d563b35b6"], "twitter" : "HmngBsc", "facebook" : "hummingbirdbsc", "telegram" : "hummingbirdbsc"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "array", "items": {"type": "string"}}, "hash": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["homepage", "version", "license", "url", "hash", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"homepage" : "http://www.mingw.org/wiki/MSYS", "version" : "3.1.7", "license" : "GPL3", "url" : ["http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/gawk/gawk-3.1.7-2/gawk-3.1.7-2-msys-1.0.13-bin.tar.lzma", "http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma", "http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/gettext/gettext-0.18.1.1-1/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma", "http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/libiconv/libiconv-1.14-1/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma"], "hash" : ["eb15478ea76e75b666ad7fc7049de21b9f487e0e1ea0e96d40953a477e91c3dd", "4e262a414f238773b311c8bb55a52e62743c06e0e55b319ca5b47e3e306464d5", "29db8c969661c511fbe2a341ab25c993c5f9c555842a75d6ddbcfa70dec16910", "196921e8c232259c8e6a6852b9ee8d9ab2d29a91419f0c8dc27ba6f034231683"], "bin" : ["bin\\awk.exe", "bin\\gawk.exe", "bin\\pgawk.exe"]} | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "array", "items": {"type": "string"}}, "hash": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["homepage", "version", "license", "url", "hash", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "coverArt": {"type": "string"}, "copyright_year": {"type": "string"}, "genres": {"type": "array", "items": {"type": "string"}}, "supporters": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "name"]}}, "sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "integer"}, "title": {"type": "string"}, "readers": {"type": "array", "items": {"type": "integer"}}, "path": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["section", "title", "readers", "path", "duration"]}}}, "required": ["title", "description", "duration", "language", "authors", "coverArt", "copyright_year", "genres", "supporters", "sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Bible (KJV) NT 20: James", "description" : "The writer of this letter instructs the early Christians on the value of showing patience, controlling an unruly tongue and treating all people with kindness without respect to their social position. It also provides the basis for the practice of blessing the sick with an anointing of oil. The book has been historically controversial because of its teaching that both faith and works are necessary to salvation. The great promise in the book is that those who are honestly seeking wisdom may receive it by asking for divine help. Summary by Susan Denney", "duration" : 980, "language" : "English", "authors" : [{"id" : "950", "name" : " King James Version (KJV)"}], "coverArt" : "https://archive.org/download/james_kjv/Book_James_KJV_1109.jpg", "copyright_year" : "1611", "genres" : ["King James Version"], "supporters" : [{"role" : "Read by", "name" : "Susan Denney"}, {"role" : "Book Coordinator", "name" : "Susan Denney"}, {"role" : "Meta Coordinator", "name" : "Esther"}], "sections" : [{"section" : 1, "title" : "", "readers" : [126], "path" : "https://www.archive.org/download/james_kjv/james_01_kjv_64kb.mp3", "duration" : 980}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "coverArt": {"type": "string"}, "copyright_year": {"type": "string"}, "genres": {"type": "array", "items": {"type": "string"}}, "supporters": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "name"]}}, "sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "integer"}, "title": {"type": "string"}, "readers": {"type": "array", "items": {"type": "integer"}}, "path": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["section", "title", "readers", "path", "duration"]}}}, "required": ["title", "description", "duration", "language", "authors", "coverArt", "copyright_year", "genres", "supporters", "sections"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 62}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [0, 1], "P10_VALUE" : [1, 1], "P25_VALUE" : [3, 30], "MEDIAN_VALUE" : [8, 31], "P75_VALUE" : [15, 33], "P90_VALUE" : [33, 41], "MAX_VALUE" : [50, 41]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["610621103001", "\u5f20\u5bb6\u6ee9\u5c45\u59d4\u4f1a", "121", "0"], ["610621103200", "\u5f20\u5bb6\u6ee9\u6751\u59d4\u4f1a", "122", "0"], ["610621103202", "\u6768\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["610621103203", "\u4e0b\u76d8\u77f3\u6751\u59d4\u4f1a", "220", "0"], ["610621103205", "\u5cad\u4e8e\u6751\u59d4\u4f1a", "220", "0"], ["610621103206", "\u4e8e\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["610621103209", "\u6708\u4f59\u6751\u59d4\u4f1a", "220", "0"], ["610621103210", "\u874e\u5b50\u5e99\u6751\u59d4\u4f1a", "220", "0"], ["610621103211", "\u4e0b\u9a7f\u6751\u59d4\u4f1a", "220", "0"], ["610621103215", "\u8c2d\u5bb6\u6cb3\u6751\u59d4\u4f1a", "220", "0"], ["610621103216", "\u8463\u5bb6\u6cb3\u6751\u59d4\u4f1a", "220", "0"], ["610621103217", "\u51af\u5bb6\u586c\u6751\u59d4\u4f1a", "220", "0"], ["610621103218", "\u6bcd\u751f\u6751\u59d4\u4f1a", "220", "0"], ["610621103219", "\u4e1b\u5ea7\u6751\u59d4\u4f1a", "220", "0"], ["610621103225", "\u97e9\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["610621103226", "\u7126\u6751\u59d4\u4f1a", "220", "0"], ["610621103231", "\u514b\u4e9a\u6751\u59d4\u4f1a", "220", "0"], ["610621103233", "\u9a6c\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["610621103235", "\u8881\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["610621103237", "\u67cf\u5854\u6751\u59d4\u4f1a", "220", "0"], ["610621103242", "\u9a7f\u513f\u6751\u59d4\u4f1a", "220", "0"], ["610621103243", "\u4f59\u4f5b\u6751\u59d4\u4f1a", "220", "0"], ["610621103244", "\u53e4\u6d32\u6751\u59d4\u4f1a", "220", "0"], ["610621103245", "\u63a5\u5b50\u576a\u6751\u59d4\u4f1a", "220", "0"], ["610621103246", "\u738b\u5bb6\u6cb3\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=201f562f17b5ceef561b", "/css/app.css" : "/css/app.css?id=99bb964c34fbf0372f70"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"timeZone": {"type": "string"}, "exceptionLogging": {"type": "string"}, "runtimeVersion": {"type": "string"}, "dependencies": {"type": "object", "properties": {"libraries": {"type": "array", "items": {"type": "object", "properties": {"userSymbol": {"type": "string"}, "libraryId": {"type": "string"}, "version": {"type": "string"}}, "required": ["userSymbol", "libraryId", "version"]}}, "enabledAdvancedServices": {"type": "array", "items": {"type": "object", "properties": {"userSymbol": {"type": "string"}, "version": {"type": "string"}, "serviceId": {"type": "string"}}, "required": ["userSymbol", "version", "serviceId"]}}}, "required": ["libraries", "enabledAdvancedServices"]}, "dataStudio": {"type": "object", "properties": {"name": {"type": "string"}, "logoUrl": {"type": "string"}, "company": {"type": "string"}, "companyUrl": {"type": "string"}, "addonUrl": {"type": "string"}, "supportUrl": {"type": "string"}, "privacyPolicyUrl": {"type": "string"}, "termsOfServiceUrl": {"type": "string"}, "description": {"type": "string"}, "shortDescription": {"type": "string"}, "feeType": {"type": "array", "items": {"type": "string"}}, "authType": {"type": "array", "items": {"type": "string"}}, "sources": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "logoUrl", "company", "companyUrl", "addonUrl", "supportUrl", "privacyPolicyUrl", "termsOfServiceUrl", "description", "shortDescription", "feeType", "authType", "sources"]}, "oauthScopes": {"type": "array", "items": {"type": "string"}}, "urlFetchWhitelist": {"type": "array", "items": {"type": "string"}}, "sheets": {"type": "object", "properties": {}, "required": []}}, "required": ["timeZone", "exceptionLogging", "runtimeVersion", "dependencies", "dataStudio", "oauthScopes", "urlFetchWhitelist", "sheets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timeZone" : "America/New_York", "exceptionLogging" : "STACKDRIVER", "runtimeVersion" : "V8", "dependencies" : {"libraries" : [{"userSymbol" : "OAuth2", "libraryId" : "1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF", "version" : "38"}], "enabledAdvancedServices" : [{"userSymbol" : "Drive", "version" : "v2", "serviceId" : "drive"}]}, "dataStudio" : {"name" : "Metrics for Ministry", "logoUrl" : "https://savvytoolbelt.com/wp-content/uploads/2021/01/icon-40x40-1.png", "company" : "Savvy Tool Belt", "companyUrl" : "https://savvytoolbelt.com", "addonUrl" : "https://metricsforministry.com", "supportUrl" : "https://savvytoolbelt.com/solutions/", "privacyPolicyUrl" : "https://docs.metricsforministry.com/privacy-policy", "termsOfServiceUrl" : "https://docs.metricsforministry.com/terms-of-service", "description" : "Integrate Planning Center Online with Google Data Studio to gain additional insights and understanding of your ministry. This connector works alongside the Google Sheets Addon found here - https://workspace.google.com/marketplace/app/metrics_for_ministry/938009781292", "shortDescription" : "Integrate Planning Center Online with Google Data Studio", "feeType" : ["FREE"], "authType" : ["OAUTH2"], "sources" : ["GOOGLE_DRIVE"]}, "oauthScopes" : ["https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/spreadsheets", "https://www.googleapis.com/auth/script.container.ui", "https://www.googleapis.com/auth/script.external_request", "https://www.googleapis.com/auth/script.scriptapp"], "urlFetchWhitelist" : ["https://api.planningcenteronline.com/", "https://api.planningcenteronline.com/oauth/token", "https://api.planningcenteronline.com/oauth/authorize"], "sheets" : {}} | json_instruct | {"type": "object", "properties": {"timeZone": {"type": "string"}, "exceptionLogging": {"type": "string"}, "runtimeVersion": {"type": "string"}, "dependencies": {"type": "object", "properties": {"libraries": {"type": "array", "items": {"type": "object", "properties": {"userSymbol": {"type": "string"}, "libraryId": {"type": "string"}, "version": {"type": "string"}}, "required": ["userSymbol", "libraryId", "version"]}}, "enabledAdvancedServices": {"type": "array", "items": {"type": "object", "properties": {"userSymbol": {"type": "string"}, "version": {"type": "string"}, "serviceId": {"type": "string"}}, "required": ["userSymbol", "version", "serviceId"]}}}, "required": ["libraries", "enabledAdvancedServices"]}, "dataStudio": {"type": "object", "properties": {"name": {"type": "string"}, "logoUrl": {"type": "string"}, "company": {"type": "string"}, "companyUrl": {"type": "string"}, "addonUrl": {"type": "string"}, "supportUrl": {"type": "string"}, "privacyPolicyUrl": {"type": "string"}, "termsOfServiceUrl": {"type": "string"}, "description": {"type": "string"}, "shortDescription": {"type": "string"}, "feeType": {"type": "array", "items": {"type": "string"}}, "authType": {"type": "array", "items": {"type": "string"}}, "sources": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "logoUrl", "company", "companyUrl", "addonUrl", "supportUrl", "privacyPolicyUrl", "termsOfServiceUrl", "description", "shortDescription", "feeType", "authType", "sources"]}, "oauthScopes": {"type": "array", "items": {"type": "string"}}, "urlFetchWhitelist": {"type": "array", "items": {"type": "string"}}, "sheets": {"type": "object", "properties": {}, "required": []}}, "required": ["timeZone", "exceptionLogging", "runtimeVersion", "dependencies", "dataStudio", "oauthScopes", "urlFetchWhitelist", "sheets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"quote": {"type": "string"}, "author": {"type": "string"}}, "required": ["quote", "author"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : [{"quote" : "One of the most tragic things I know about human nature is that all of us tend to put off living. We are all dreaming of some magical rose garden over the horizon \u2013 instead of enjoying the roses that are blooming outside our windows today.", "author" : "Dale Carneige"}, {"quote" : "True peace of mind comes from accepting the worst. Psychologically, it means a release of energy.", "author" : "Dale Carneige"}, {"quote" : "Remind yourself of the exorbitant price you can pay for worry in terms of your health. Those who do not know how to fight worry die young.", "author" : "Dale Carneige"}, {"quote" : "If a man will devote his time to securing facts in an impartial, objective way, his worries will usually evaporate in the light of knowledge.", "author" : "Dale Carneige"}, {"quote" : "It is the failure to arrive at a fixed purpose, the inability to stop going round and round in maddening circles, that drives men to nervous breakdowns and living hells.", "author" : "Dale Carneige"}, {"quote" : "Worry is most apt to ride you ragged not when you are in action, but when the day\u2019s work is done. Your imagination can run riot then and bring up all sorts of ridiculous possibilities and magnify each little blunder.", "author" : "Dale Carneige"}]} | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"quote": {"type": "string"}, "author": {"type": "string"}}, "required": ["quote", "author"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Assab": {"type": "string"}}, "required": ["Assab"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Assab" : "ASA"} | json_instruct | {"type": "object", "properties": {"Assab": {"type": "string"}}, "required": ["Assab"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 5, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "optuna_random", "black" : "dlib_default", "traceback" : ["passing", "passing"], "best_val" : [0.4257101294309696, 0.2298575336907588], "best_x" : [[0.3956130934059692, 0.04246613515833597, 0.22677895067109288, 0.17849733031765325, 0.29544400061863985], [0.03911237820676884, 0.30043192817204184, 0.5102627501385633, 0.1406564527709537, 0.009536593351989767]], "feval_count" : [80, 80], "n_trials_instructed" : [80, 80], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "dlib_default_cube", "loser" : "optuna_random_cube"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "description", "version", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "datajs", "description" : "The datajs package for server, which contains almost all of the javascript the server uses.", "version" : "1.0.0", "main" : "data.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "description", "version", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"gmt_offeset": {"type": "string"}, "dst": {"type": "string"}, "abbrev": {"type": "string"}}, "required": ["gmt_offeset", "dst", "abbrev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gmt_offeset" : "-30600", "dst" : "0", "abbrev" : "PNT"} | json_instruct | {"type": "object", "properties": {"gmt_offeset": {"type": "string"}, "dst": {"type": "string"}, "abbrev": {"type": "string"}}, "required": ["gmt_offeset", "dst", "abbrev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1918, 8], [1928, 5], [1929, 5], [2000, 5], [2001, 7], [2002, 8], [2003, 11], [2004, 12], [2005, 10], [2006, 16], [2007, 20], [2008, 17], [2009, 18], [2010, 18], [2011, 20], [2012, 13], [2013, 17], [2014, 17]] | 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": {"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" : 54000, "date" : "2015-05-29 18:54:11", "user" : "Serverlux", "post" : "Serverlux is proud to announce that we are ready to launch our VPS products.\r\n \r\n<p>We will be giving out 200 beta accounts within the next 4 Weeks.</p>\r\n<p>All VPS accounts will terminate after 1 Month, but you can renew it for a special discount price.</p>\r\n \r\n\r\n**The beta accounts are completely free of charge**\r\n \r\n \r\n<p>All our nodes run on Raid10 and are located at the Accelerated datacenter in Frankfort on the Main.</p>\r\n \r\n \r\n<p>\r\n** All beta VPS will come with:**</p>\r\n\r\n<ul>\r\n<li>4 Cores</li>\r\n<li>2048 MB RAM</li>\r\n<li>2048 MB SWAP</li>\r\n<li>100 GB HDD</li>\r\n<li>1000 GB Bandwith</li>\r\n<li>1 IP Adress</li>\r\n</ul>\r\n\r\n\r\n\r\n**Terms and Conditions**\r\n\r\n You must not use your VPS for any illegal purposes.\r\n We are using fraud records to review our order.\r\n If you have any bad reputations at fraud records, we can not offer you a VPS.\r\n\r\n \r\n \r\n**Registration**\r\n<p>Registrations is not opened yet, but you can already secure your beta account today: (https://board.serverlux.de/topic/19-registration-for-the-beta-test/)</p>"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"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" : "8207040001", "district_id" : "8207040", "name" : "LIBANO"}, {"id" : "8207040002", "district_id" : "8207040", "name" : "HAPO"}, {"id" : "8207040003", "district_id" : "8207040", "name" : "TITIGOGOLI"}, {"id" : "8207040004", "district_id" : "8207040", "name" : "BERE BERE KECIL"}, {"id" : "8207040005", "district_id" : "8207040", "name" : "SOPI"}, {"id" : "8207040006", "district_id" : "8207040", "name" : "CENDANA"}, {"id" : "8207040007", "district_id" : "8207040", "name" : "ARU"}, {"id" : "8207040008", "district_id" : "8207040", "name" : "PANGEO"}, {"id" : "8207040009", "district_id" : "8207040", "name" : "TOWARA"}, {"id" : "8207040010", "district_id" : "8207040", "name" : "CEMPAKA"}, {"id" : "8207040011", "district_id" : "8207040", "name" : "PODIMOR PADANGE"}, {"id" : "8207040012", "district_id" : "8207040", "name" : "SOPI MAJIKO"}, {"id" : "8207040013", "district_id" : "8207040", "name" : "LOLEO"}, {"id" : "8207040014", "district_id" : "8207040", "name" : "GORUGO"}] | json_instruct | {"type": "array", "items": {"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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["bumble", "fireball"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"create-react-app": {"type": "string"}, "express": {"type": "string"}, "http": {"type": "string"}, "nedb": {"type": "string"}, "nodemon": {"type": "string"}, "react-pos": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["create-react-app", "express", "http", "nedb", "nodemon", "react-pos", "socket.io"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "real-time-pos-system", "version" : "1.0.0", "description" : "Node.js app that connect the react-pos app to the Database", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Prajwal Bati", "license" : "MIT", "dependencies" : {"create-react-app" : "^1.5.2", "express" : "^4.16.3", "http" : "0.0.0", "nedb" : "^1.8.0", "nodemon" : "^1.18.4", "react-pos" : "^0.1.0", "socket.io" : "^2.1.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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"create-react-app": {"type": "string"}, "express": {"type": "string"}, "http": {"type": "string"}, "nedb": {"type": "string"}, "nodemon": {"type": "string"}, "react-pos": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["create-react-app", "express", "http", "nedb", "nodemon", "react-pos", "socket.io"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"icon": {"type": "string"}, "geometry": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {}, "required": []}, "hoot:featuretype": {"type": "string"}, "hoot:tagschema": {"type": "string"}, "hoot:fcode": {"type": "string"}, "name": {"type": "string"}}, "required": ["icon", "geometry", "tags", "hoot:featuretype", "hoot:tagschema", "hoot:fcode", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"icon" : "maki-airport", "geometry" : ["point", "area"], "tags" : {}, "hoot:featuretype" : "Land Aerodrome", "hoot:tagschema" : "TDSv70", "hoot:fcode" : "GB005", "name" : "Land Aerodrome (GB005)"} | json_instruct | {"type": "object", "properties": {"icon": {"type": "string"}, "geometry": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {}, "required": []}, "hoot:featuretype": {"type": "string"}, "hoot:tagschema": {"type": "string"}, "hoot:fcode": {"type": "string"}, "name": {"type": "string"}}, "required": ["icon", "geometry", "tags", "hoot:featuretype", "hoot:tagschema", "hoot:fcode", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "1302012002", "district_id" : "1302012", "name" : "LUNANG SELATAN"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "price": {"type": "integer"}, "image": {"type": "string"}}, "required": ["title", "description", "price", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Beet and Grain Salad", "description" : "Pickled beets, quinoa, farro, green peas, tarragon emulsion", "price" : 12, "image" : ""} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "price": {"type": "integer"}, "image": {"type": "string"}}, "required": ["title", "description", "price", "image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"4916": {"type": "string"}, "4910": {"type": "string"}, "4911": {"type": "string"}}, "required": ["4916", "4910", "4911"]}, "timeto": {"type": "object", "properties": {"4916": {"type": "number"}, "4910": {"type": "number"}, "4911": {"type": "number"}}, "required": ["4916", "4910", "4911"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 4915, "title" : ["[Gyldemar Forest, Among the Oaks]"], "description" : ["The endless panorama of trees lends no clues to your position in the dark forest. A few dead branches lie scattered across the forest floor, awaiting an unsuspecting traveller to trip."], "paths" : ["Obvious paths: north, east, west"], "location" : "Gyldemar Forest", "wayto" : {"4916" : "east", "4910" : "north", "4911" : "west"}, "timeto" : {"4916" : 0.2, "4910" : 0.2, "4911" : 0.2}, "image" : "en-gyldemar-1264234799.png", "image_coords" : [1007, 198, 1015, 206], "tags" : ["some bolmara lichen", "tkaro root", "stick"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"4916": {"type": "string"}, "4910": {"type": "string"}, "4911": {"type": "string"}}, "required": ["4916", "4910", "4911"]}, "timeto": {"type": "object", "properties": {"4916": {"type": "number"}, "4910": {"type": "number"}, "4911": {"type": "number"}}, "required": ["4916", "4910", "4911"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"read_set": {"type": "array", "items": {"type": "string"}}, "write_set": {"type": "array", "items": {"type": "string"}}, "code": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["read_set", "write_set", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"read_set" : ["0", "1", "2"], "write_set" : ["3", "4", "5"], "code" : [["COPY", "0", "3"], ["COPY", "1", "4"], ["COPY", "2", "5"]]} | json_instruct | {"type": "object", "properties": {"read_set": {"type": "array", "items": {"type": "string"}}, "write_set": {"type": "array", "items": {"type": "string"}}, "code": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["read_set", "write_set", "code"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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": "array", "items": {"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" : 85774463, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9147fa0833c155e5180a8e1f2082281d", "wof:id" : 85774463, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [151.20895385699998, -33.87269600799992, 151.2147370248161, -33.86927529704987], "geometry" : {"coordinates" : [[[151.2147370248161, -33.87041554712485], [151.21454085003512, -33.87112436314033], [151.2145582112484, -33.87127072924979], [151.21465964488306, -33.87155578486863], [151.21444702100013, -33.87191430335047], [151.21357433051134, -33.87170408788072], [151.2132912304922, -33.87181774337729], [151.2130737303765, -33.87155578678754], [151.21170043900008, -33.8715557871], [151.21170043900008, -33.87269600799992], [151.2110137938721, -33.87269600799992], [151.2103271480002, -33.87269600799992], [151.2103271480002, -33.87234672804776], [151.2103271480002, -33.87155578470929], [151.20924385788925, -33.87155578604991], [151.20895385699998, -33.8715557871], [151.20895385699998, -33.87098567034317], [151.20895385699998, -33.87041555089996], [151.20938886295733, -33.87041554979889], [151.2103271480002, -33.87041554838322], [151.21170043900008, -33.87041554854052], [151.21170043900008, -33.86962457377528], [151.21170043900008, -33.86927529960001], [151.21199044701945, -33.86927529736864], [151.21307373000025, -33.86927529704987], [151.21444702100013, -33.86927529747486], [151.21444702100013, -33.87006627249643], [151.2147370248161, -33.87041554712485]]], "type" : "Polygon"}} | 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": "array", "items": {"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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "DATA", "name" : "Streamr", "decimals" : 18, "address" : "0x0cf0ee63788a0849fe5297f3407f701e122cc023"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Library of Orthanc (9R+39)", "text" : "Set:\tReflections\nKind:\tShadow\nCulture:\tIsengard\nTwilight:\t2\nCard Type:\tArtifact \u2022 Support Area\nGame Text:\tShadow: Play an [Isengard] minion to stack the top card of your draw deck on this card. Skirmish: Remove(1) and discard a Free Peoples card stacked here to make an [Isengard] minion strength +1. Regroup: Remove (1) to take an [Isengard] card stacked here into hand.\nRarity:\tR+", "scanUrl" : "https://lotrtcgwiki.com/wiki/_media/cards:lotr09039.jpg"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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" : "130984401598", "text" : "\u6cb3\u95f4\u7ecf\u6d4e\u5f00\u53d1\u533a\u865a\u62df\u751f\u6d3b\u533a"}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Dariusz Grzeszczak": {"type": "string"}}, "required": ["Dariusz Grzeszczak"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"watchos": {"type": "string"}, "ios": {"type": "string"}, "osx": {"type": "string"}, "tvos": {"type": "string"}}, "required": ["watchos", "ios", "osx", "tvos"]}, "swift_version": {"type": "string"}, "pod_target_xcconfig": {"type": "object", "properties": {"SWIFT_VERSION": {"type": "string"}}, "required": ["SWIFT_VERSION"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}}, "required": ["name", "version", "license", "summary", "description", "homepage", "authors", "source", "platforms", "swift_version", "pod_target_xcconfig", "requires_arc", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "KeyedCodable", "version" : "1.1.0", "license" : "MIT", "summary" : "Elegant way of manual swift Codable implementation with easy key mappings", "description" : "KeyedCodable is an addition to swift's Codable introduced in swift 4. It?s great we can use automatic implementation of Codable methods but when we have to implement them manually it often brings boilerplate code - especially when we need to implement both encoding and decoding methods for complicated JSON's structure.\nThe goal it to make manual implementation of Encodable/Decodable easier, more readable, less boilerplate and what is the most important fully compatible with 'standard' Codable.", "homepage" : "https://github.com/dgrzeszczak/KeyedCodable", "authors" : {"Dariusz Grzeszczak" : "dariusz.grzeszczak@interia.pl"}, "source" : {"git" : "https://github.com/dgrzeszczak/KeyedCodable.git", "tag" : "1.1.0"}, "platforms" : {"watchos" : "2.0", "ios" : "8.0", "osx" : "10.9", "tvos" : "9.0"}, "swift_version" : "4.1", "pod_target_xcconfig" : {"SWIFT_VERSION" : "4.1"}, "requires_arc" : true, "source_files" : "KeyedCodable/Sources/**/*.swift"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Dariusz Grzeszczak": {"type": "string"}}, "required": ["Dariusz Grzeszczak"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"watchos": {"type": "string"}, "ios": {"type": "string"}, "osx": {"type": "string"}, "tvos": {"type": "string"}}, "required": ["watchos", "ios", "osx", "tvos"]}, "swift_version": {"type": "string"}, "pod_target_xcconfig": {"type": "object", "properties": {"SWIFT_VERSION": {"type": "string"}}, "required": ["SWIFT_VERSION"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}}, "required": ["name", "version", "license", "summary", "description", "homepage", "authors", "source", "platforms", "swift_version", "pod_target_xcconfig", "requires_arc", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [69.488, 47.0046, 0.82752, 69.8736, 54.7742, 0.908168, 64.0476, 54.7666, 0.880844, 55.9225, 57.8699, 0.825877, 46.6096, 57.8424, 0.852761, 75.6877, 55.1425, 0.840087, 76.8539, 64.834, 0.734868, 78.7777, 73.7505, 0.787245, 70.2504, 76.0767, 0.807675, 66.7714, 76.0822, 0.791736, 67.174, 91.9591, 0.790292, 69.4805, 105.907, 0.745475, 73.3768, 76.0738, 0.783259, 74.9126, 91.5789, 0.777115, 75.6785, 105.912, 0.772093, 67.9338, 45.4556, 0.865295, 70.2564, 45.4563, 0.896128, 66.777, 45.8551, 0.610634, 72.5865, 45.852, 0.740877, 75.292, 109.002, 0.632959, 76.8387, 107.854, 0.691034, 74.912, 107.447, 0.605845, 70.2474, 109.009, 0.642622, 67.5463, 108.241, 0.600409, 69.881, 107.072, 0.619989], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"spec": {"type": "object", "properties": {"repos": {"type": "object", "properties": {"kubernetes/kubernetes": {"type": "string"}, "containerd/containerd": {"type": "string"}, "istio/istio": {"type": "string"}, "envoyproxy/envoy": {"type": "string"}, "helm/helm": {"type": "string"}, "prometheus/prometheus": {"type": "string"}, "moby/moby": {"type": "string"}, "coredns/coredns": {"type": "string"}, "projectcalico/calico": {"type": "string"}, "opencontainers/runc": {"type": "string"}, "kubernetes/ingress-nginx": {"type": "string"}, "flannel-io/flannel": {"type": "string"}, "vmware-tanzu/velero": {"type": "string"}, "etcd-io/etcd": {"type": "string"}, "torvalds/linux": {"type": "string"}, "cilium/cilium": {"type": "string"}, "knative/serving": {"type": "string"}, "kubernetes-sigs/cluster-api": {"type": "string"}, "goharbor/harbor": {"type": "string"}}, "required": ["kubernetes/kubernetes", "containerd/containerd", "istio/istio", "envoyproxy/envoy", "helm/helm", "prometheus/prometheus", "moby/moby", "coredns/coredns", "projectcalico/calico", "opencontainers/runc", "kubernetes/ingress-nginx", "flannel-io/flannel", "vmware-tanzu/velero", "etcd-io/etcd", "torvalds/linux", "cilium/cilium", "knative/serving", "kubernetes-sigs/cluster-api", "goharbor/harbor"]}}, "required": ["repos"]}, "status": {"type": "object", "properties": {}, "required": []}}, "required": ["spec", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"spec" : {"repos" : {"kubernetes/kubernetes" : "", "containerd/containerd" : "", "istio/istio" : "", "envoyproxy/envoy" : "", "helm/helm" : "", "prometheus/prometheus" : "", "moby/moby" : "", "coredns/coredns" : "", "projectcalico/calico" : "", "opencontainers/runc" : "", "kubernetes/ingress-nginx" : "", "flannel-io/flannel" : "", "vmware-tanzu/velero" : "", "etcd-io/etcd" : "", "torvalds/linux" : "", "cilium/cilium" : "", "knative/serving" : "", "kubernetes-sigs/cluster-api" : "", "goharbor/harbor" : ""}}, "status" : {}} | json_instruct | {"type": "object", "properties": {"spec": {"type": "object", "properties": {"repos": {"type": "object", "properties": {"kubernetes/kubernetes": {"type": "string"}, "containerd/containerd": {"type": "string"}, "istio/istio": {"type": "string"}, "envoyproxy/envoy": {"type": "string"}, "helm/helm": {"type": "string"}, "prometheus/prometheus": {"type": "string"}, "moby/moby": {"type": "string"}, "coredns/coredns": {"type": "string"}, "projectcalico/calico": {"type": "string"}, "opencontainers/runc": {"type": "string"}, "kubernetes/ingress-nginx": {"type": "string"}, "flannel-io/flannel": {"type": "string"}, "vmware-tanzu/velero": {"type": "string"}, "etcd-io/etcd": {"type": "string"}, "torvalds/linux": {"type": "string"}, "cilium/cilium": {"type": "string"}, "knative/serving": {"type": "string"}, "kubernetes-sigs/cluster-api": {"type": "string"}, "goharbor/harbor": {"type": "string"}}, "required": ["kubernetes/kubernetes", "containerd/containerd", "istio/istio", "envoyproxy/envoy", "helm/helm", "prometheus/prometheus", "moby/moby", "coredns/coredns", "projectcalico/calico", "opencontainers/runc", "kubernetes/ingress-nginx", "flannel-io/flannel", "vmware-tanzu/velero", "etcd-io/etcd", "torvalds/linux", "cilium/cilium", "knative/serving", "kubernetes-sigs/cluster-api", "goharbor/harbor"]}}, "required": ["repos"]}, "status": {"type": "object", "properties": {}, "required": []}}, "required": ["spec", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ban-trustedtypes-createpolicy": {"type": "array", "items": {"type": "string"}}}, "required": ["ban-trustedtypes-createpolicy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ban-trustedtypes-createpolicy" : ["**/*.ts"]} | json_instruct | {"type": "object", "properties": {"ban-trustedtypes-createpolicy": {"type": "array", "items": {"type": "string"}}}, "required": ["ban-trustedtypes-createpolicy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Cairon", "dpt" : "Calvados", "inscrits" : 1729, "abs" : 346, "votants" : 1383, "blancs" : 129, "nuls" : 29, "exp" : 1225, "res" : [{"panneau" : "1", "voix" : 1008}, {"panneau" : "2", "voix" : 217}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"foundation-sites": {"type": "string"}, "motion-ui": {"type": "string"}}, "required": ["foundation-sites", "motion-ui"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "foundation-rails", "version" : "6.2.1.0", "dependencies" : {"foundation-sites" : "6.2.3", "motion-ui" : "1.2.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"foundation-sites": {"type": "string"}, "motion-ui": {"type": "string"}}, "required": ["foundation-sites", "motion-ui"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : ["Fisherman Association", "mangingisda ng Palawan", "Business Owners Palawan"]} | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$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"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ejs": {"type": "string"}, "express": {"type": "string"}, "firebase": {"type": "string"}, "firebase-admin": {"type": "string"}, "google-gax": {"type": "string"}, "node": {"type": "string"}}, "required": ["ejs", "express", "firebase", "firebase-admin", "google-gax", "node"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "project", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node index.js"}, "author" : "", "license" : "ISC", "dependencies" : {"ejs" : "^2.6.1", "express" : "^4.16.4", "firebase" : "^5.11.1", "firebase-admin" : "^7.4.0", "google-gax" : "^0.25.6", "node" : "^10.15.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"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ejs": {"type": "string"}, "express": {"type": "string"}, "firebase": {"type": "string"}, "firebase-admin": {"type": "string"}, "google-gax": {"type": "string"}, "node": {"type": "string"}}, "required": ["ejs", "express", "firebase", "firebase-admin", "google-gax", "node"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"MonkeyKingLite": {"type": "array", "items": {"type": "string"}}}, "required": ["MonkeyKingLite"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MonkeyKingLite" : ["MultiplayerOnlineBattleArena", "StockShonenHero", "AnimalMotifs", "IdiotHero", "BigEater", "SimpleStaff", "TelescopingStaff", "FlyingOnACloud", "MesACrowd", "DoppelgangerAttack", "Expy", "Expy", "Expy", "TheTrickster", "SimpleStaff", "TelescopingStaff", "FlyingOnACloud", "MesACrowd", "DoppelgangerAttack", "StockShonenHero", "TropeCodifier", "PowerCopying", "BigEater", "SuperpoweredEvilSide", "BigEater", "BloodKnight", "WeaponOfChoice", "DubNameChange", "TelescopingStaff", "RubberMan", "AntiRoleModel", "CharacterDevelopment", "KillerGorilla", "BloodKnight", "SimpleStaff", "TelescopingStaff", "GenderFlipped", "TelescopingStaff", "MadeOfIndestructium", "TelescopingStaff", "IdiotHero", "BigEater", "CloudCuckooLandersMinder", "BloodKnight", "WeaponOfChoice", "DubNameChange", "TelescopingStaff", "RubberMan", "MadeOfIndestructium", "TelescopingStaff", "IdiotHero", "BigEater", "CloudCuckooLandersMinder", "ShockAndAwe", "PureOfHeart", "DecompositeCharacter", "GuileHero", "MagicStaff", "LawOfChromaticSuperiority", "MonsterOfTheWeek", "LawOfChromaticSuperiority", "MonsterOfTheWeek", "InvertedTrope", "TheLeader", "ObsessedWithFood", "SimpleStaff", "DetectEvil", "WarriorMonk", "TheBerserker", "SuperpoweredEvilSide", "TheCorruption", "WhereIWasBornAndRazed", "RageAgainstTheHeavens", "PowerMakesYourHairGrow", "AllThereInTheManual", "LoadsAndLoadsOfCharacters", "ToBeAMaster", "Samurai", "LastOfHisKind", "ActorAllusion", "SelfDuplication", "MsFanservice", "PigMan", "OriginalGeneration", "TheLancer", "AnimalMotifs", "MaskOfPower", "JerkWithAHeartOfGold", "IdiotHero", "CompilationRerelease", "RidiculouslyHumanRobot", "TelescopingStaff", "SupportingProtagonist", "BigGood", "FantasyKitchenSink", "SciFiKitchenSink", "RageAgainstTheHeavens", "TheHeartless", "SimpleStaff", "SimpleStaff", "ActorAllusion", "SelfDuplication", "CompilationRerelease", "RidiculouslyHumanRobot", "TelescopingStaff", "LittleBitBeastly", "ImpossiblyCoolWeapon", "CloudCuckoolander", "WordOfGod"]} | json_instruct | {"type": "object", "properties": {"MonkeyKingLite": {"type": "array", "items": {"type": "string"}}}, "required": ["MonkeyKingLite"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"poem" : {"title" : null, "author" : "Peter McCarey etc.", "text" : "Good King Wenceslas looked out\nOn the feast of Steven\nWhen the snowly roundabout\nDeep and crisp and odd.\nAn odd and an odd is an even;\nAn odd and an even's an odd.\nParanoid his prosody\nNever checked his spelling.\nYonder peasant Squoo is he,\nSquare and squat his dwelling."}} | json_instruct | {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"access_token": {"type": "null"}, "version": {"type": "integer"}, "sbTopic": {"type": "string"}}, "required": ["access_token", "version", "sbTopic"]}, "actions": {"type": "array", "items": {"type": "object", "properties": {"deviceMac": {"type": "string"}, "serviceUuid": {"type": "null"}, "value": {"type": "null"}, "characteristicUuid": {"type": "null"}, "actionId": {"type": "string"}, "timeOut": {"type": "integer"}, "type": {"type": "string"}}, "required": ["deviceMac", "serviceUuid", "value", "characteristicUuid", "actionId", "timeOut", "type"]}}, "receiver": {"type": "object", "properties": {"apMac": {"type": "string"}, "all": {"type": "boolean"}}, "required": ["apMac", "all"]}}, "required": ["meta", "actions", "receiver"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"access_token" : null, "version" : 1, "sbTopic" : "actions"}, "actions" : [{"deviceMac" : "e4:f2:05:7e:e8:68", "serviceUuid" : null, "value" : null, "characteristicUuid" : null, "actionId" : "00000002", "timeOut" : 60, "type" : "bleDisconnect"}], "receiver" : {"apMac" : "90:4c:81:cf:38:86", "all" : false}} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"access_token": {"type": "null"}, "version": {"type": "integer"}, "sbTopic": {"type": "string"}}, "required": ["access_token", "version", "sbTopic"]}, "actions": {"type": "array", "items": {"type": "object", "properties": {"deviceMac": {"type": "string"}, "serviceUuid": {"type": "null"}, "value": {"type": "null"}, "characteristicUuid": {"type": "null"}, "actionId": {"type": "string"}, "timeOut": {"type": "integer"}, "type": {"type": "string"}}, "required": ["deviceMac", "serviceUuid", "value", "characteristicUuid", "actionId", "timeOut", "type"]}}, "receiver": {"type": "object", "properties": {"apMac": {"type": "string"}, "all": {"type": "boolean"}}, "required": ["apMac", "all"]}}, "required": ["meta", "actions", "receiver"], "$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"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {}}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "requirejs": {"type": "string"}, "bootstrap": {"type": "string"}, "fullpage.js": {"type": "string"}}, "required": ["jquery", "requirejs", "bootstrap", "fullpage.js"]}}, "required": ["name", "description", "main", "authors", "license", "keywords", "moduleType", "homepage", "ignore", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lblog", "description" : "This is the test project for Laravel+gulp+bower", "main" : "", "authors" : ["suxindao <xindao.su@healthcrosscn.com>"], "license" : "MIT", "keywords" : ["Laravel", "bower", "gulp"], "moduleType" : [], "homepage" : "lblog.com", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "private" : true, "dependencies" : {"jquery" : "^2.2.3", "requirejs" : "^2.2.0", "bootstrap" : "^3.3.6", "fullpage.js" : "^2.7.9"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {}}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "requirejs": {"type": "string"}, "bootstrap": {"type": "string"}, "fullpage.js": {"type": "string"}}, "required": ["jquery", "requirejs", "bootstrap", "fullpage.js"]}}, "required": ["name", "description", "main", "authors", "license", "keywords", "moduleType", "homepage", "ignore", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "The other day I <a href=\"http://scripting.com/2021/04/18.html#a140711\">reported</a> that I had the project I'm working on \"stabilized\" after major brain surgery. In software it's always a good idea to be prepared for the worst possible outcome. In this case, I forgot that I hadn't deployed the new version to a server, and when I did that, nothing worked. <a href=\"https://en.wikipedia.org/wiki/Edge_case\">Edge cases</a>. It is once again \"stabilized.\" But the list of new stuff to do is growing, not shrinking. And who knows what broke in the last round of changes. ", "created" : "Fri, 23 Apr 2021 16:31:31 GMT", "type" : "outline", "flInCalendar" : true} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"paths": {"type": "object", "properties": {"amber-roast": {"type": "string"}}, "required": ["amber-roast"]}}, "required": ["paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"paths" : {"amber-roast" : "src"}} | json_instruct | {"type": "object", "properties": {"paths": {"type": "object", "properties": {"amber-roast": {"type": "string"}}, "required": ["amber-roast"]}}, "required": ["paths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "KOTA BANDUNG", "originalFilename" : "OJI - PAS FOTO (OK).jpg", "namaPartai" : "Persatuan Indonesia", "id" : 141868, "noUrut" : 1, "nama" : "OJI NANANG SOMANTRI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BANDUNG", "originalFilename" : "TONNY JAS - PAS FOTO (OK).jpg", "namaPartai" : "Persatuan Indonesia", "id" : 136334, "noUrut" : 2, "nama" : "TONNY JAS, S.E.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BANDUNG", "originalFilename" : "3. AJENG RATNASARI PUTRI - FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 165128, "noUrut" : 3, "nama" : "AJENG RATNASARI PUTRI, S.E., M.Ak., Ak", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BANDUNG", "originalFilename" : "4. IRA WATI - PAS FOTO OK.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 136850, "noUrut" : 4, "nama" : "IRA WATI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BANDUNG", "originalFilename" : "DODY PAS FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 298232, "noUrut" : 5, "nama" : "DODY MULYANA SUDJANA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BANDUNG", "originalFilename" : "SUSI PRIARSI - FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 137320, "noUrut" : 6, "nama" : "SUSI PRIYARSI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BANDUNG", "originalFilename" : "SUCI RAHARDJO - FOTO.JPG", "namaPartai" : "Persatuan Indonesia", "id" : 165897, "noUrut" : 7, "nama" : "SUCI RAHARDJO, S.E., M.M.", "stringJenisKelamin" : "Laki-Laki"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$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": {"run:dev": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["run:dev", "lint:fix"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "express": {"type": "string"}, "lowdb": {"type": "string"}, "tsconfig-paths": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["dotenv", "express", "lowdb", "tsconfig-paths", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/dotenv": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-import-resolver-typescript": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@types/dotenv", "@types/express", "@types/node", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-airbnb", "eslint-config-prettier", "eslint-import-resolver-typescript", "eslint-plugin-import", "eslint-plugin-prettier", "nodemon", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bp-server", "version" : "1.0.0", "description" : "", "main" : "index.ts", "scripts" : {"run:dev" : "nodemon --watch '*.ts' --ext 'ts,json' --exec 'ts-node' -r tsconfig-paths/register index.ts", "lint:fix" : "eslint --fix --ext .ts"}, "author" : "", "license" : "ISC", "dependencies" : {"dotenv" : "^16.0.1", "express" : "^4.18.1", "lowdb" : "github:dankreiger/lowdb#chore/esm-cjs-hybrid-WITH-LIB", "tsconfig-paths" : "^4.0.0", "typescript" : "^4.6.4"}, "devDependencies" : {"@types/dotenv" : "^8.2.0", "@types/express" : "^4.17.13", "@types/node" : "^17.0.31", "@typescript-eslint/eslint-plugin" : "^5.23.0", "@typescript-eslint/parser" : "^5.23.0", "eslint" : "^8.15.0", "eslint-config-airbnb" : "^19.0.4", "eslint-config-prettier" : "^8.5.0", "eslint-import-resolver-typescript" : "^2.7.1", "eslint-plugin-import" : "^2.26.0", "eslint-plugin-prettier" : "^4.0.0", "nodemon" : "^2.0.16", "prettier" : "^2.6.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run:dev": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["run:dev", "lint:fix"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "express": {"type": "string"}, "lowdb": {"type": "string"}, "tsconfig-paths": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["dotenv", "express", "lowdb", "tsconfig-paths", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/dotenv": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-import-resolver-typescript": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@types/dotenv", "@types/express", "@types/node", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-airbnb", "eslint-config-prettier", "eslint-import-resolver-typescript", "eslint-plugin-import", "eslint-plugin-prettier", "nodemon", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"skeleton.js": {"type": "string"}, "skeleton.min.js": {"type": "string"}}, "required": ["skeleton.js", "skeleton.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"skeleton.js" : "sha512-Eh7/JW7cEqrF20LR+rFlJ4qSlQSejKbNPYFGalyMblEC6UFq0VkJXESwJ0VJQw8A47TGYPzWgjGazi26x/LEMQ==", "skeleton.min.js" : "sha512-CvzJTld6aXXCag07jrVCrIIP2aEtPU4iUsMcYOd05mDSh0lkRf1HzeC+o58+JG/Fb8+fLFSRr6HK2ztji8Dmgg=="} | json_instruct | {"type": "object", "properties": {"skeleton.js": {"type": "string"}, "skeleton.min.js": {"type": "string"}}, "required": ["skeleton.js", "skeleton.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "architectonic:block/wide_dark_oak_planks_slab"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bindings/inputmask.binding.js": {"type": "string"}, "bindings/inputmask.binding.min.js": {"type": "string"}, "inputmask.js": {"type": "string"}, "inputmask.min.js": {"type": "string"}, "jquery.inputmask.js": {"type": "string"}, "jquery.inputmask.min.js": {"type": "string"}}, "required": ["bindings/inputmask.binding.js", "bindings/inputmask.binding.min.js", "inputmask.js", "inputmask.min.js", "jquery.inputmask.js", "jquery.inputmask.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bindings/inputmask.binding.js" : "sha512-yRj2qMR1e6h1lEvNYG5dkMPThf1Ydxni0YrU1jbY2cyoGZL2ZHnjY78WhNHbclVfu/GXZlOyZcGdHX7oa+GpfQ==", "bindings/inputmask.binding.min.js" : "sha512-TGXLFBp6KE2kQHdH2lH1ysWKWKeuV013LpSktndHu9j3fT8tI7kqz4bWiOIIyFdn3Q65RcdrT/OkdL4LJPEGXQ==", "inputmask.js" : "sha512-ak3v1MEB6H3fBM1b+E9N/cSJdB13IiyY1uIEwCCu/FtSEMuDvjz0uY9rlA1DaGdgRsanyDd1Ty5cMsBRRWt2Tw==", "inputmask.min.js" : "sha512-zfxzEQHZySfCj4MqDXl22dBrGPqLtGmxUhmUBhYbYm2azAIWhyqtixTiTQiSICSyc834ddk9CxVBV4jLi9fxWQ==", "jquery.inputmask.js" : "sha512-mH2vBAAqQvikpt3MzRuDxZGJezirgQU9vWHBG/tBC3T4QtxZYJHZFxPsiZgzAgBCci4F0HZbJJapaY7IgTpZ5A==", "jquery.inputmask.min.js" : "sha512-/RolhY1K5rvHUgAsEKuRxapA+WVJnAO/gD2AftyScArxJ7d2mQkFbOwRzI0ikZ1Q3NdNlDTpUUJEO8wBubw9mw=="} | json_instruct | {"type": "object", "properties": {"bindings/inputmask.binding.js": {"type": "string"}, "bindings/inputmask.binding.min.js": {"type": "string"}, "inputmask.js": {"type": "string"}, "inputmask.min.js": {"type": "string"}, "jquery.inputmask.js": {"type": "string"}, "jquery.inputmask.min.js": {"type": "string"}}, "required": ["bindings/inputmask.binding.js", "bindings/inputmask.binding.min.js", "inputmask.js", "inputmask.min.js", "jquery.inputmask.js", "jquery.inputmask.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "hooks": {"type": "object", "properties": {"expressConfigure": {"type": "string"}, "authenticate": {"type": "string"}, "authorize": {"type": "string"}}, "required": ["expressConfigure", "authenticate", "authorize"]}}, "required": ["name", "hooks"]}}}, "required": ["parts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parts" : [{"name" : "ep_dataporten", "hooks" : {"expressConfigure" : "ep_dataporten/ep_dataporten", "authenticate" : "ep_dataporten/ep_dataporten", "authorize" : "ep_dataporten/ep_dataporten"}}]} | json_instruct | {"type": "object", "properties": {"parts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "hooks": {"type": "object", "properties": {"expressConfigure": {"type": "string"}, "authenticate": {"type": "string"}, "authorize": {"type": "string"}}, "required": ["expressConfigure", "authenticate", "authorize"]}}, "required": ["name", "hooks"]}}}, "required": ["parts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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": "array", "items": {"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" : 404418081, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ec706fd449676c6edfee59be2a4ec149", "wof:id" : 404418081, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.92740877986049, 43.11010347718345, 1.99105982988559, 43.14660446858544], "geometry" : {"coordinates" : [[[1.98227919875122, 43.11010347718345], [1.95149066272366, 43.11131050348914], [1.94506453242692, 43.12235679421215], [1.92799847243143, 43.12418535611853], [1.92740877986049, 43.12949568026791], [1.93815246307784, 43.13431556033468], [1.9340696506698, 43.1439182605225], [1.94194395557093, 43.14660446858544], [1.95757258416061, 43.1410356565491], [1.97114387695145, 43.13771182393051], [1.97848983544482, 43.12863353850886], [1.99105982988559, 43.12052136946493], [1.98227919875122, 43.11010347718345]]], "type" : "Polygon"}} | 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": "array", "items": {"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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x4845b8112acf5c40932ac3635ee54e76faf37c94187b868e005ed9b5ac16f6b2", "parentHash" : "0xf5332db11d9ea7058a45c448fbaec155702d6090f93e054135e1f6bef06a60e2", "number" : 122289, "timestamp" : 1440191644, "nonce" : "0xa35151710417b244", "difficulty" : 4455589284602, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x9D49F602b0fdb924Bd63DDE2Bd0907E4A07c63a7", "extraData" : "0x", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "7203030022", "district_id" : "7203030", "name" : "BAHORURU"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/genericeco_robinia_planks_dotted_connecting"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/chrome": {"type": "string"}, "@types/firefox-webext-browser": {"type": "string"}, "@types/jest": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@types/chrome", "@types/firefox-webext-browser", "@types/jest", "clean-webpack-plugin", "jest", "ts-jest", "ts-loader", "typescript", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"browser-id3-writer": {"type": "string"}, "escape-string-regexp": {"type": "string"}}, "required": ["browser-id3-writer", "escape-string-regexp"]}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "soundcloud-dl", "version" : "0.0.0", "description" : "", "repository" : {"type" : "git", "url" : "git+https://github.com/NotTobi/soundcloud-dl.git"}, "author" : "NotTobi", "license" : "MIT", "bugs" : {"url" : "https://github.com/NotTobi/soundcloud-dl/issues"}, "homepage" : "https://github.com/NotTobi/soundcloud-dl#readme", "scripts" : {"start" : "webpack --watch", "build" : "webpack", "test" : "jest"}, "devDependencies" : {"@types/chrome" : "^0.0.104", "@types/firefox-webext-browser" : "^70.0.1", "@types/jest" : "^25.2.1", "clean-webpack-plugin" : "^3.0.0", "jest" : "^25.3.0", "ts-jest" : "^25.3.1", "ts-loader" : "^6.2.2", "typescript" : "^3.8.3", "webpack" : "^4.42.1", "webpack-cli" : "^3.3.11"}, "dependencies" : {"browser-id3-writer" : "^4.4.0", "escape-string-regexp" : "^3.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/chrome": {"type": "string"}, "@types/firefox-webext-browser": {"type": "string"}, "@types/jest": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@types/chrome", "@types/firefox-webext-browser", "@types/jest", "clean-webpack-plugin", "jest", "ts-jest", "ts-loader", "typescript", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"browser-id3-writer": {"type": "string"}, "escape-string-regexp": {"type": "string"}}, "required": ["browser-id3-writer", "escape-string-regexp"]}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"a" : 2, "b" : 3} | json_instruct | {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["role", "name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "slevomat/coding-standard": {"type": "string"}, "symplify/easy-coding-standard": {"type": "string"}, "nikic/php-parser": {"type": "string"}}, "required": ["php", "slevomat/coding-standard", "symplify/easy-coding-standard", "nikic/php-parser"]}, "prefer-stable": {"type": "boolean"}, "minimum-stability": {"type": "string"}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "prefer-stable", "minimum-stability", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jumptwentyfour/php-coding-standards", "description" : "Coding standards for our PHP applications.", "keywords" : ["php", "standards", "code standards"], "license" : "MIT", "authors" : [{"role" : "Lead Developer", "name" : "Alex Williams", "email" : "alex@jump24.co.uk", "homepage" : "https://jump24.co.uk"}, {"name" : "Daniel Newns", "email" : "dan@jump24.co.uk", "homepage" : "https://jump24.co.uk", "role" : "Senior Developer"}, {"name" : "Steve McDougall", "email" : "steve@jump24.co.uk", "homepage" : "https://jump24.co.uk", "role" : "Engineering Manager"}], "require" : {"php" : "^7.2|^8.0", "slevomat/coding-standard" : "^7.0", "symplify/easy-coding-standard" : "^10.0.6", "nikic/php-parser" : "^4.0"}, "prefer-stable" : true, "minimum-stability" : "dev", "config" : {"sort-packages" : true}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["role", "name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "slevomat/coding-standard": {"type": "string"}, "symplify/easy-coding-standard": {"type": "string"}, "nikic/php-parser": {"type": "string"}}, "required": ["php", "slevomat/coding-standard", "symplify/easy-coding-standard", "nikic/php-parser"]}, "prefer-stable": {"type": "boolean"}, "minimum-stability": {"type": "string"}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "prefer-stable", "minimum-stability", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.1"], "meta" : {"description" : "Projeto de Exemplo para curso no Hotel Urbano", "homepage" : "https://github.com/renzon/hotel-urbano", "license" : "BSD"}, "versions" : {"0.1" : {"sha256" : "43e133a8118754dc5a4f83ec96f431f6d6f6e33f5bc5bb5da1b99abfd42fb3c7", "url" : "https://files.pythonhosted.org/packages/cf/89/05683a5834b3b590dfa0413270a8a2727d79d25a72f67f7e76ea203e2bba/ghhu-0.1.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"quiz": {"type": "string"}, "answer": {"type": "string"}}, "required": ["quiz", "answer"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"quiz" : "DB \uae30\ubcf8\ud0a4\uac00 \uc5ec\ub7ec \uac1c\uc778 \uacbd\uc6b0\ub294?", "answer" : ""}, {"quiz" : "\ubc31\uc5c5 \ubc29\ubc95", "answer" : ""}, {"quiz" : "\ub9c8\uc774\uadf8\ub808\uc774\uc158 \ubc29\ubc95", "answer" : ""}, {"quiz" : "\uc870\uc778 \ubc29\ubc95 \ubc0f \uc885\ub958", "answer" : "inner join, outer join"}, {"quiz" : "RDBMS \ub780", "answer" : ""}, {"quiz" : "NoSQL \uc774\ub780", "answer" : "NoSQL\uc740 RDBMS\uc640\ub294 \ub2ec\ub9ac \ub370\uc774\ud130 \uac04\uc758 \uad00\uacc4\ub97c \uc815\uc758\ud558\uc9c0 \uc54a\ub294\ub2e4. RDBMS\uc5d0 \ube44\ud574 \ud6e8\uc52c \ub354 \ub300\uc6a9\ub7c9\uc758 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud560 \uc218 \uc788\ub2e4. \ubd84\uc0b0\ud615 \uad6c\uc870. \uace0\uc815\ub418\uc9c0 \uc54a\uc740 \ud14c\uc774\ube14 \uc2a4\ud0a4\ub9c8 "}, {"quiz" : "NoSQL\uc758 \ud2b9\uc9d5", "answer" : "\uad00\uacc4\ud615\ub370\uc774\ud130 \ub610\ub294 \uc815\ud615\ub370\uc774\ud130\uac00 \uc544\ub2cc \ub370\uc774\ud130, \uc989 \ube44\uc815\ud615\ub370\uc774\ud130\ub77c\ub294 \uac83\uc744 \ubcf4\ub2e4 \uc27d\uac8c \ub2f4\uc544\uc11c \uc800\uc7a5\ud558\uace0 \ucc98\ub9ac\ud560 \uc218 \uc788\ub294 \uad6c\uc870\ub97c \uac00\uc9c4 \ub370\uc774\ud130 \ubca0\uc774\uc2a4 NoSQL \uc758 \uac00\uc7a5 \ud070 \ud2b9\uc9d5 : \ub124\ud2b8\uc6cc\ud06c \uae30\ubc18\uc758 \ubd84\uc0b0 \ub370\uc774\ud130\ubca0\uc774\uc2a4, \ud655\uc7a5\uc131, \uac00\uc6a9\uc131, \ub192\uc740 \uc131\ub2a5 \uadf8\ub9ac\uace0 \ub2e4\uc591\ud55c \ub370\uc774\ud130 \ud615\ud0dc(schema-less) \ub97c \uc218\uc6a9"}, {"quiz" : "DB \uc5d0\uc11c Index \ub780?", "answer" : "\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub0b4\uc758 \ud14c\uc774\ube14\uc5d0\uc11c \uc6d0\ud558\ub294 \ub370\uc774\ud130\ub97c \uc880\ub354 \ube68\ub9ac \ucc3e\uc744\uc218 \uc788\uac8c \ub370\uc774\ud130\uc758 \uc704\uce58\uc815\ubcf4\ub97c \ubaa8\uc544\ub193\uc740 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub0b4\uc758 \uac1c\uccb4(Object). \uc778\ub371\uc2a4\uac00 \ud56d\uc0c1 \uc815\ub82c\ub41c \uc0c1\ud0dc\ub85c \ub9cc\ub4e4\uc5b4\uc9c0\uace0 \uc720\uc9c0\ub418\uae30 \ub54c\ubb38\uc5d0 \uc6d0\ud558\ub294 \ub370\uc774\ud130\ub97c \uc778\ub371\uc2a4\ub97c \uc774\uc6a9\ud574\uc11c \ube60\ub974\uac8c \uac80\uc0c9\uac00\ub2a5. \ud14c\uc774\ube14 \uc2a4\uce94\uc740 \ub370\uc774\ud130\ub7c9\uc774 \uba87\ub9cc\uac74\uc774 \ub418\ub354\ub77c\ub3c4 \ucc98\uc74c\ubd80\ud130 \uc21c\ucc28\uc801\uc73c\ub85c \uac80\uc0c9\uc744 \ud558\uac8c \ub429\ub2c8\ub2e4. \uc774\uc5d0 \ubc18\ud574 \uc778\ub371\uc2a4 \uc2a4\uce94\uc740 \uad6c\uc131\ub418\uc5b4 \uc788\ub294 \uc778\ub371\uc2a4 \ub808\ubca8\ub9cc\ud07c\uc758 \uac74\uc218\ub9cc \uac80\uc0c9\ud558\uba74 \uc6d0\ud558\ub294 \ub370\uc774\ud130\ub97c \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4."}, {"quiz" : "Index \uc0dd\uc131\uc9c0\uce68", "answer" : "Where\uc808\uc758 \uc870\ud68c\uc870\uac74\uc774\ub098 \uc870\uc778 \uc870\uac74\uc5d0 \uc790\uc8fc \uc0ac\uc6a9\ub418\ub294 \uacbd\uc6b0, \uceec\ub7fc\uac12\uc774 Unique\ud55c \uceec\ub7fc, Update\uac00 \uc790\uc8fc \ubc1c\uc0dd\ud558\uc9c0 \uc54a\ub294 \uceec\ub7fc, \ud574\ub2f9 \uceec\ub7fc\uc744 \ud1b5\ud55c Select\uc5f0\uc0b0\uc758 \uacb0\uacfc\uac00 \uc804\uccb4 \ub370\uc774\ud130 \uc218\uc758 5%\uc774\ub0b4\uc778 \ud070 \ud14c\uc774\ube14"}, {"quiz" : "Index \uc7a5\ub2e8\uc810", "answer" : "1.\uc7a5\uc810: \uac80\uc0c9 \uc18d\ub3c4\uac00 \ube68\ub77c\uc9c0\uba70 \uc2dc\uc2a4\ud15c\uc5d0 \uac78\ub9ac\ub294 \ubd80\ud558\ub97c \uc904\uc5ec\uc11c \uc2dc\uc2a4\ud15c \uc804\uccb4 \uc131\ub2a5\uc744 \ud5a5\uc0c1 2.\ub2e8\uc810: \uc778\ub371\uc2a4\ub97c \uc704\ud55c \ucd94\uac00\uc801\uc778 \uacf5\uac04\uc774 \ud544\uc694, \uc0dd\uc131\uc2dc\uac04 \uc18c\uc694, \ub370\uc774\ud130\uc758 \ubcc0\uacbd \uc791\uc5c5(INSERT/UPDATE/DELETE)\uc774 \uc790\uc8fc \uc77c\uc5b4\ub0a0 \uacbd\uc6b0\uc5d0\ub294 \uc624\ud788\ub824 \uc131\ub2a5\uc774 \uc800\ud558"}, {"quiz" : "Single Column Index \ub780?", "answer" : "\ud55c \uac1c\uc758 \uceec\ub7fc\uc73c\ub85c \uc0dd\uc131\ub41c \uc778\ub371\uc2a4"}, {"quiz" : "Composite Index \ub780?", "answer" : "\ub450 \uac1c \uc774\uc0c1\uc758 \uceec\ub7fc\uc73c\ub85c \uc0dd\uc131\ub41c \uc778\ub371\uc2a4, \ub3d9\uc2dc\uc5d0 \uc870\uac74\uc744 \ub9cc\uc871\ud574\uc57c \ud558\ub294 \uacbd\uc6b0\uc5d0 \uacb0\ud569 Index\ub97c \uc0ac\uc6a9\ud558\uba74 \ud14c\uc774\ube14 \uc561\uc138\uc2a4\ub97c \uc904\uc5ec\uc918 \uc131\ub2a5\uc744 \ud5a5\uc0c1\uc2dc\ud0ac \uc218 \uc788\ub2e4."}, {"quiz" : "SQLite \ud2b9\uc9d5", "answer" : "1.\uc7a5\uc810: \ub370\uc774\ud130\uac00 \ud30c\uc77c \ud558\ub098\uae30 \ub54c\ubb38\uc5d0 \ubc31\uc5c5\uc774 \uac04\ub2e8, \uc6a9\ub7c9 \uac71\uc815\uc774 \uc5c6\ub2e4 : \ucf54\uc5b4\ub294 25kb,\ud06c\uae30\uac00 \ub9e4\uc6b0 \uc791\uace0, \ube60\ub974\uace0, \uc791\ub3d9\ud558\uae30\uac00 \uc27d\ub2e4 2.\ub2e8\uc810: \uc6d0\uaca9 \uc0ac\uc6a9\uc774 \ubd88\uac00\ub2a5 \ud558\ub2e4, \ub124\ud2b8\uc6cc\ud06c \uc9c0\uc6d0\uc774 \uc5c6\ub2e4. \ub85c\uceec\uc5d0\uc11c\ub9cc \uc0ac\uc6a9\uac00\ub2a5\ud558\uba70 \uc778\ud130\ub137\uc751\uc6a9\uc744 \uc6d0\ud55c\ub2e4\uba74 \ubcc4\ub3c4\uc758 \uc11c\ubc84 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uc5b4\uc57c \ud55c\ub2e4. \ub3d9\uc2dc\uc5d0 \ub9ce\uc740 \ud504\ub85c\uc138\uc2a4\uac00 \uc811\uadfc \ud560 \ub54c \ubb38\uc81c\uac00 \uc0dd\uae38 \uc218 \uc788\ub2e4."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"quiz": {"type": "string"}, "answer": {"type": "string"}}, "required": ["quiz", "answer"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "copy-types": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "build", "test", "copy-types", "lint"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-loader": {"type": "string"}, "eslint": {"type": "string"}, "html-webpack-harddisk-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "babel-loader", "eslint", "html-webpack-harddisk-plugin", "html-webpack-plugin", "webpack", "webpack-cli", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"glamor": {"type": "string"}, "pretty": {"type": "string"}, "radium": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-jss": {"type": "string"}, "substyle": {"type": "string"}, "substyle-glamor": {"type": "string"}, "substyle-jss": {"type": "string"}}, "required": ["glamor", "pretty", "radium", "react", "react-dom", "react-jss", "substyle", "substyle-glamor", "substyle-jss"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "example-page", "version" : "1.1.1", "description" : "Example page highlighting the different flavours of substyle", "main" : "src/index.js", "author" : "Philipp Giese", "license" : "MIT", "private" : true, "scripts" : {"start" : "webpack-dev-server", "build" : "echo OK", "test" : "echo OK", "copy-types" : "echo OK", "lint" : "eslint --max-warnings 0 src"}, "devDependencies" : {"@babel/core" : "^7.3.4", "babel-loader" : "^8.0.5", "eslint" : "^5.14.1", "html-webpack-harddisk-plugin" : "1.0.1", "html-webpack-plugin" : "4.0.0-beta.5", "webpack" : "^4.29.6", "webpack-cli" : "^3.2.3", "webpack-dev-server" : "^3.2.1"}, "dependencies" : {"glamor" : "^2.20.40", "pretty" : "^2.0.0", "radium" : "^0.25.1", "react" : "^16.8.4", "react-dom" : "^16.8.4", "react-jss" : "^8.6.1", "substyle" : "^7.1.1", "substyle-glamor" : "^2.1.1", "substyle-jss" : "^2.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "copy-types": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "build", "test", "copy-types", "lint"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-loader": {"type": "string"}, "eslint": {"type": "string"}, "html-webpack-harddisk-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "babel-loader", "eslint", "html-webpack-harddisk-plugin", "html-webpack-plugin", "webpack", "webpack-cli", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"glamor": {"type": "string"}, "pretty": {"type": "string"}, "radium": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-jss": {"type": "string"}, "substyle": {"type": "string"}, "substyle-glamor": {"type": "string"}, "substyle-jss": {"type": "string"}}, "required": ["glamor", "pretty", "radium", "react", "react-dom", "react-jss", "substyle", "substyle-glamor", "substyle-jss"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.