input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1 value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"empleado": {"type": "object", "properties": {"imagen": {"type": "string"}, "_id": {"type": "string"}}, "required": ["imagen", "_id"]}}, "required": ["empleado"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"empleado" : {"imagen" : "flashgordon.jpg", "_id" : "10"}} | json_instruct | {"type": "object", "properties": {"empleado": {"type": "object", "properties": {"imagen": {"type": "string"}, "_id": {"type": "string"}}, "required": ["imagen", "_id"]}}, "required": ["empleado"], "$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"}, "main": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "description", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "abdmob/x2js", "version" : "1.1.5", "main" : "xml2json.min.js", "description" : "XML <=> JSON mapping/converting library", "license" : "Apache Licence v2", "ignore" : [".hg*", ".project", "*.html", "**/*.txt"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "description", "license", "ignore"], "$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" : "1403110009", "district_id" : "1403110", "name" : "BEKAWAN"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "esy": {"type": "object", "properties": {"build": {"type": "string"}, "release": {"type": "object", "properties": {"bin": {"type": "string"}, "includePackages": {"type": "array", "items": {"type": "string"}}}, "required": ["bin", "includePackages"]}}, "required": ["build", "release"]}, "scripts": {"type": "object", "properties": {"repl": {"type": "string"}, "run": {"type": "string"}}, "required": ["repl", "run"]}, "dependencies": {"type": "object", "properties": {"@opam/angstrom": {"type": "string"}, "@opam/base": {"type": "string"}, "@opam/dune": {"type": "string"}, "@opam/utop": {"type": "string"}, "ocaml": {"type": "string"}}, "required": ["@opam/angstrom", "@opam/base", "@opam/dune", "@opam/utop", "ocaml"]}}, "required": ["name", "version", "repository", "author", "license", "esy", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "foracosta", "version" : "0.2.0", "repository" : "https://github.com/appositum/foracosta.git", "author" : "eddie <appositum@protonmail.com>", "license" : "Apache-2.0", "esy" : {"build" : "dune build -p #{self.name}", "release" : {"bin" : "foracosta", "includePackages" : ["src"]}}, "scripts" : {"repl" : "esy build dune utop", "run" : "esy x foracosta"}, "dependencies" : {"@opam/angstrom" : "0.11.2", "@opam/base" : "v0.12.0", "@opam/dune" : "1.8.2", "@opam/utop" : "2.3.0", "ocaml" : "^4.7.1004"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "esy": {"type": "object", "properties": {"build": {"type": "string"}, "release": {"type": "object", "properties": {"bin": {"type": "string"}, "includePackages": {"type": "array", "items": {"type": "string"}}}, "required": ["bin", "includePackages"]}}, "required": ["build", "release"]}, "scripts": {"type": "object", "properties": {"repl": {"type": "string"}, "run": {"type": "string"}}, "required": ["repl", "run"]}, "dependencies": {"type": "object", "properties": {"@opam/angstrom": {"type": "string"}, "@opam/base": {"type": "string"}, "@opam/dune": {"type": "string"}, "@opam/utop": {"type": "string"}, "ocaml": {"type": "string"}}, "required": ["@opam/angstrom", "@opam/base", "@opam/dune", "@opam/utop", "ocaml"]}}, "required": ["name", "version", "repository", "author", "license", "esy", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"pathwayTitle": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "time": {"type": "string"}, "difficulty": {"type": "string"}, "details": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}}, "intro": {"type": "object", "properties": {"text": {"type": "string"}, "code": {"type": "string"}}, "required": ["text", "code"]}, "finish": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["steps", "intro", "finish"]}, "environment": {"type": "object", "properties": {"uilayout": {"type": "string"}}, "required": ["uilayout"]}, "backend": {"type": "object", "properties": {"imageid": {"type": "string"}}, "required": ["imageid"]}}, "required": ["pathwayTitle", "title", "description", "time", "difficulty", "details", "environment", "backend"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pathwayTitle" : "KubeVirt", "title" : "First steps with KubeVirt", "description" : "KubeVirt is a virtual machine management add-on for Kubernetes. Deploy it and play with it in a hosted sandboxed interactive environment.", "time" : "5min", "difficulty" : "beginner", "details" : {"steps" : [{"title" : "Launch cluster and deploy KubeVirt", "text" : "step1.md"}, {"title" : "Create and use your first VM", "text" : "step2.md"}], "intro" : {"text" : "intro.md", "code" : "set-env.sh"}, "finish" : {"text" : "finish.md"}}, "environment" : {"uilayout" : "terminal"}, "backend" : {"imageid" : "kubernetes-cluster-running:1.18"}} | json_instruct | {"type": "object", "properties": {"pathwayTitle": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "time": {"type": "string"}, "difficulty": {"type": "string"}, "details": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}}, "intro": {"type": "object", "properties": {"text": {"type": "string"}, "code": {"type": "string"}}, "required": ["text", "code"]}, "finish": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["steps", "intro", "finish"]}, "environment": {"type": "object", "properties": {"uilayout": {"type": "string"}}, "required": ["uilayout"]}, "backend": {"type": "object", "properties": {"imageid": {"type": "string"}}, "required": ["imageid"]}}, "required": ["pathwayTitle", "title", "description", "time", "difficulty", "details", "environment", "backend"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"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" : "HEMI", "frequency" : 118, "males" : "68.64406779661016 %", "females" : "31.35593220338983 %"}] | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Tala'amisen~ `iso~ `ko~ `rakat~, `ca~ `ka~`talaw~ `to~ `kasi'enawan~ `han~ ?\ufffa\ufffb\u4f60\u6c7a\u5fc3\u53bb\u5317\u65b9\uff0c\u4e0d\u6015\u51b7\u55ce\uff1f"], "f" : "\u9001\u5230\u5317\u65b9\u5427\uff01"}]}], "stem" : "'amis", "t" : "tala'amisen"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["341623108002", "\u9a6c\u5e99\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["341623108003", "\u5218\u5be8\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["341623108004", "\u6c38\u660c\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["341623108005", "\u5411\u9633\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["341623108006", "\u4e01\u5be8\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["341623108007", "\u8f66\u5be8\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["341623108008", "\u5b8b\u5be8\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["341623108009", "\u5927\u674e\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["341623108010", "\u767d\u9e21\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["341623108011", "\u738b\u5e97\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["341623108012", "\u97e9\u5be8\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["341623108201", "\u8346\u6865\u6751\u59d4\u4f1a", "220", "0"], ["341623108204", "\u5de9\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["341623108205", "\u7ea2\u8fde\u6751\u59d4\u4f1a", "122", "0"], ["341623108207", "\u5f20\u4e50\u6751\u59d4\u4f1a", "220", "0"], ["341623108209", "\u8096\u5be8\u6751\u59d4\u4f1a", "220", "0"], ["341623108222", "\u9b4f\u7855\u6751\u59d4\u4f1a", "122", "0"], ["341623108223", "\u5de9\u5e97\u6751\u59d4\u4f1a", "121", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2020-08-13T15:00:00Z", "Temp" : 34.5, "RelHum" : 44, "WindSpeed" : 7.7, "WindDir" : 115} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : 85917121, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "864a1e8c1a2c7253c0710f2cff2c189c", "wof:id" : 85917121, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [135.488892, 34.716782, 135.509973, 34.72807], "geometry" : {"coordinates" : [[[135.494385, 34.72807], [135.494385, 34.72807], [135.494471, 34.72807], [135.494471, 34.72807], [135.495276, 34.72807], [135.495276, 34.72807], [135.497131, 34.72807], [135.499878, 34.72807], [135.502625, 34.72807], [135.50448, 34.72807], [135.50448, 34.72807], [135.505285, 34.72807], [135.505371, 34.728007], [135.50655, 34.72772], [135.508118, 34.725812], [135.508118, 34.723555], [135.505371, 34.723555], [135.505371, 34.721297], [135.508118, 34.721297], [135.509973, 34.71904], [135.509973, 34.71904], [135.508118, 34.716782], [135.505371, 34.716782], [135.502625, 34.716782], [135.499878, 34.716782], [135.497131, 34.716782], [135.495276, 34.71904], [135.494471, 34.71904], [135.491379, 34.721297], [135.490747, 34.721297], [135.488892, 34.723555], [135.488892, 34.723555], [135.488892, 34.72807], [135.488892, 34.72807], [135.494385, 34.72807]]], "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "MultiPolygon", "coordinates" : [[[[-88.04784806999996, 44.53015166400006], [-88.03938952699994, 44.542473661000024], [-88.03882659999991, 44.54206018300003], [-88.03323962599994, 44.53708710900001], [-88.03166918199994, 44.535849789000046], [-88.02994796199991, 44.53465313200006], [-88.03486255799996, 44.52744859600005], [-88.03904406399992, 44.52884296100005], [-88.04085245399993, 44.52948541500006], [-88.04185182799993, 44.52812912200004], [-88.04784806999996, 44.53015166400006]]]], "properties" : {"id" : "usa-wi-green-bay-mather-heights-neighborhood", "type" : "neighborhood", "name" : "Mather Heights", "code" : "763821"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "civilized", "definition" : "Reclaimed from savage life and manners; instructed in arts, learning, and civil manners; refined; cultivated. Sale of conscience and duty in open market is not reconcilable with the present state of civilized society. J. Quincy."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Find the endpoint given one endpoint and midpoint Mistake\n\nEndpoint (-1,6)\\n[imath] M [/imath] idpoint (2,9)\n\n\n", "url" : "https://www.youtube.com/watch?v=jOXqGCJ_0fw"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "LSTM---Stock-prediction", "description" : "A long term short term memory recurrent neural network to predict stock data time series", "license" : null, "starNum" : 225, "folkNum" : 122, "watchNum" : 225, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u6843\u5712\u7d19\u5ee0\u80a1\u4efd\u6709\u9650\u516c\u53f8\u6843\u5712\u5de5\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99626217", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "06610000017294", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u8606\u7af9\u5340\u6d77\u6e56\u91cc\u4e5d\u9130\u4e00\u516b\u516d\u4e4b\u516d\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u8606\u7af9\u5340\u6d77\u6e56\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5f90\u694a\u5bf3\u6842\u3000\u3000", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "43626617", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0660201", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0670309", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["15\u7d19\u6f3f\u3001\u7d19\u53ca\u7d19\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["151\u7d19\u6f3f\u3001\u7d19\u3001\u7d19\u677f"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"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": {"766": {"type": "string"}, "768": {"type": "string"}}, "required": ["766", "768"]}, "timeto": {"type": "object", "properties": {"766": {"type": "number"}, "768": {"type": "number"}}, "required": ["766", "768"]}, "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" : 767, "title" : ["[Whistler's Pass, Grassy Field]"], "description" : ["Tall yellow grasses mix with the shorter green grass in the darkened fields surrounding the trail. A few boulders are scattered in the field while some bushes with red berries lend color to the field.", "Tall yellow grasses mix with the shorter green grass in the fields surrounding the trail. A few boulders are scattered in the field while some bushes with red berries lend color to the field."], "paths" : ["Obvious paths: north, south"], "location" : "Whistler's Pass", "wayto" : {"766" : "north", "768" : "south"}, "timeto" : {"766" : 0.2, "768" : 0.2}, "image" : "en-sapphire-1264234799.png", "image_coords" : [489, 900, 499, 910], "tags" : ["angelica root", "stalk of bluebells", "wild pink geranium", "sprig of larkspur", "yellow primrose", "wild sage", "golden aster", "sprig of columbine", "small dandelion", "crimson dragonstalk", "mountain dryan", "stalk of monkeyflower", "sprig of holly", "sprig of ivy", "small apple", "juicy plum", "pepperthorn root", "ironfern root", "bolmara lichen", "wingstem root"]} | 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": {"766": {"type": "string"}, "768": {"type": "string"}}, "required": ["766", "768"]}, "timeto": {"type": "object", "properties": {"766": {"type": "number"}, "768": {"type": "number"}}, "required": ["766", "768"]}, "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "export default (theme => ({\n root: {},\n refreshButton: {\n margin: -theme.spacing(1) * 2\n },\n chartWrapper: {\n position: 'relative',\n height: '300px'\n },\n stats: {\n marginTop: theme.spacing(2),\n display: 'flex',\n justifyContent: 'center'\n },\n device: {\n textAlign: 'center',\n padding: theme.spacing(1)\n },\n deviceIcon: {\n color: theme.palette.common.neutral\n }\n}));", "map" : {"version" : 3, "sources" : ["/home/lambamansha/Desktop/faculty_portal/src/views/Dashboard/components/StudentCategorization/styles.jsx"], "names" : ["theme", "root", "refreshButton", "margin", "spacing", "chartWrapper", "position", "height", "stats", "marginTop", "display", "justifyContent", "device", "textAlign", "padding", "deviceIcon", "color", "palette", "common", "neutral"], "mappings" : "AAAA,gBAAeA,KAAK,KAAK;AACvBC,EAAAA,IAAI,EAAE,EADiB;AAEvBC,EAAAA,aAAa,EAAE;AACbC,IAAAA,MAAM,EAAE,CAACH,KAAK,CAACI,OAAN,CAAc,CAAd,CAAD,GAAoB;AADf,GAFQ;AAKvBC,EAAAA,YAAY,EAAE;AACZC,IAAAA,QAAQ,EAAE,UADE;AAEZC,IAAAA,MAAM,EAAE;AAFI,GALS;AASvBC,EAAAA,KAAK,EAAE;AACLC,IAAAA,SAAS,EAAET,KAAK,CAACI,OAAN,CAAc,CAAd,CADN;AAELM,IAAAA,OAAO,EAAE,MAFJ;AAGLC,IAAAA,cAAc,EAAE;AAHX,GATgB;AAcvBC,EAAAA,MAAM,EAAE;AACNC,IAAAA,SAAS,EAAE,QADL;AAENC,IAAAA,OAAO,EAAEd,KAAK,CAACI,OAAN,CAAc,CAAd;AAFH,GAde;AAkBvBW,EAAAA,UAAU,EAAE;AACVC,IAAAA,KAAK,EAAEhB,KAAK,CAACiB,OAAN,CAAcC,MAAd,CAAqBC;AADlB;AAlBW,CAAL,CAApB", "sourcesContent" : ["export default theme => ({\n root: {},\n refreshButton: {\n margin: -theme.spacing(1) * 2\n },\n chartWrapper: {\n position: 'relative',\n height: '300px'\n },\n stats: {\n marginTop: theme.spacing(2),\n display: 'flex',\n justifyContent: 'center'\n },\n device: {\n textAlign: 'center',\n padding: theme.spacing(1)\n },\n deviceIcon: {\n color: theme.palette.common.neutral\n }\n});\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id_9026": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_9026"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_9026" : {"publicdate" : "2014-10-04 01:07:55", "title" : "Little Journeys to the Homes of Great Scientists"}} | json_instruct | {"type": "object", "properties": {"id_9026": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_9026"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["610724117001", "\u4e09\u82b1\u77f3\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["610724117200", "\u6c11\u65b0\u6751\u59d4\u4f1a", "220", "0"], ["610724117201", "\u738b\u5bb6\u575d\u6751\u59d4\u4f1a", "220", "0"], ["610724117204", "\u54cd\u6f6d\u6751\u59d4\u4f1a", "220", "0"], ["610724117207", "\u56de\u9f99\u6751\u59d4\u4f1a", "220", "0"], ["610724117208", "\u5f20\u67f3\u6751\u59d4\u4f1a", "220", "0"], ["610724117209", "\u4e03\u661f\u575d\u6751\u59d4\u4f1a", "220", "0"], ["610724117212", "\u6c49\u6c5f\u6751\u59d4\u4f1a", "220", "0"], ["610724117213", "\u6a80\u6811\u576a\u6751\u59d4\u4f1a", "220", "0"], ["610724117214", "\u8033\u6252\u6751\u59d4\u4f1a", "220", "0"], ["610724117215", "\u6bb5\u5bb6\u8425\u6751\u59d4\u4f1a", "220", "0"], ["610724117216", "\u7f57\u5bb6\u9662\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "Dome", "definitions" : ["A rounded vault forming the roof of a building or structure, typically with a circular base.", "The revolving openable hemispherical roof of an observatory.", "A sports stadium with a domed roof.", "A thing shaped like a dome.", "A natural vault or canopy, such as that of the sky or trees.", "A rounded uplifted landform or underground structure.", "The top of the head.", "A stately building."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "integer"}, "moralNum": {"type": "integer"}, "blockedDays": {"type": "integer"}, "blockedForever": {"type": "boolean"}, "commentSum": {"type": "integer"}, "punishTitle": {"type": "string"}, "reasonTypeName": {"type": "string"}}, "required": ["id", "uid", "uname", "face", "originContentModify", "originType", "reasonType", "punishTime", "punishType", "moralNum", "blockedDays", "blockedForever", "commentSum", "punishTitle", "reasonTypeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 29213, "uid" : 381318, "uname" : "\u95fb\u7fd4\u8bc6\u5973\u4eba", "face" : "http://i0.hdslb.com/bfs/face/127caa1422da7f8f8d0deeb8ca6fa211cf467689.jpg", "originContentModify" : "<p>\u867d\u7136\u8bf4lol\u4e0d\u914d\u505a\u6bd4\u8d5b\uff0c\u4f46\u5200\u5854\u4e0d\u4e5f\u662f\u6b8b\u75be\u4eba\u6e38\u620f\u5417\uff1f\u661f\u9645\u73a9\u5bb6\u7b11\u800c\u4e0d\u8bed</p><p><br></p><p>\u3010\u5907\u6ce8\u3011\u8fd9\u662f\u5178\u578b\u7684\u5f15\u6218\u5f39\u5e55\uff0c\u597d\u5b69\u5b50\u4eec\u9ed8\u9ed8\u4e3e\u62a5\u5c31\u597d~\u6211\u4eec\u4f1a\u7ed9\u4ed6\u6559\u80b2\u6027\u7684\u6307\u5bfc\u54d2\uff01</p><p>\u5343\u4e07\u4e0d\u8981\u4e3e\u62a5\u4e86\u8fd8\u5237\u201cXXX\u5df2\u4e3e\u62a5\u201d\u7b49\u7c7b\u4f3c\u5f39\u5e55\u54e6~\u8fd9\u6837\u4e5f\u4f1a\u5f71\u54cd\u89c2\u770b\u4f53\u9a8c\u54d2\uff0c\u5f97\u4e0d\u507f\u5931\u5462\uff01</p><p>\u6211\u4eec\u8981\u505a\u5230\u7684\u662f\uff01\u6df1\u85cf\u529f\u4e0e\u540d\uff01</p>", "originType" : 2, "reasonType" : 9, "punishTime" : 1496372586000, "punishType" : 2, "moralNum" : 10, "blockedDays" : 3, "blockedForever" : false, "commentSum" : 81, "punishTitle" : "\u5728\u5f39\u5e55\u4e2d\u53d1\u5e03\u5f15\u6218\u8a00\u8bba", "reasonTypeName" : "\u53d1\u5e03\u5f15\u6218\u8a00\u8bba"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "integer"}, "moralNum": {"type": "integer"}, "blockedDays": {"type": "integer"}, "blockedForever": {"type": "boolean"}, "commentSum": {"type": "integer"}, "punishTitle": {"type": "string"}, "reasonTypeName": {"type": "string"}}, "required": ["id", "uid", "uname", "face", "originContentModify", "originType", "reasonType", "punishTime", "punishType", "moralNum", "blockedDays", "blockedForever", "commentSum", "punishTitle", "reasonTypeName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "Huawei", "market_name" : "", "codename" : "hwp2-6011", "model" : "HUAWEI P2-6011"}, {"manufacturer" : "Huawei", "market_name" : "", "codename" : "hwp2-6011", "model" : "HUAWEI P2-6011-orange"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 11807, "hash" : 3918445198, "artDyeHash" : 3918445198, "redacted" : false, "dyeManifestHash" : 212786318, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"946860062670": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946860062920": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946860062922": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946860070218": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946860070220": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946860070231": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946860062670", "946860062920", "946860062922", "946860070218", "946860070220", "946860070231"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"946860062670" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/Mi0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfQWxwYWNhLmh0bWwtYW5hbHl0aWNzLTk0Njg2MDA2MjYyMw==.json"}, "946860062920" : {"type" : "st"}, "946860062922" : {"type" : "ss"}, "946860070218" : {"type" : "st"}, "946860070220" : {"type" : "ss"}, "946860070231" : {"type" : "sf"}} | json_instruct | {"type": "object", "properties": {"946860062670": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946860062920": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946860062922": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946860070218": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946860070220": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946860070231": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946860062670", "946860062920", "946860062922", "946860070218", "946860070220", "946860070231"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : 404415739, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ec8a3a8ba8fe0877645e13f995e0b9db", "wof:id" : 404415739, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.5059592768471, 43.24523775557734, -0.4560425808534, 43.30074452831906], "geometry" : {"coordinates" : [[[-0.4560425808534, 43.24663404781657], [-0.48686175163298, 43.24523775557734], [-0.49280071225765, 43.24995298418728], [-0.49889891471925, 43.2656029024683], [-0.50452231763312, 43.28798548147463], [-0.5059592768471, 43.29641206992871], [-0.48755699849237, 43.30074452831906], [-0.47187394970214, 43.29029134476789], [-0.46354430676029, 43.28828966069983], [-0.4560425808534, 43.24663404781657]]], "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See normcli on Metamath](http://us.metamath.org/mpegif/normcli.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | normcl.1 | |- A e. ~H |\n| 2 | | #P_normcl | |- ( A e. ~H -> ( normh ` A ) e. RR ) |\n| 3 | 1, 2 | #P_ax-mp | |- ( normh ` A ) e. RR |", "conclusion" : "#P_normcli", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_chil", "#T_cA.wceq", "#T_wcel", "#T_chil", "#T_wi", "#T_cno", "#T_cfv", "#T_cA.wceq", "#T_wcel", "#T_cr", "#T_cno", "#T_cfv", "#T_cA", "#T_wcel", "#T_cr"], "metaLanguage" : "METAMATH", "premises" : ["#P_ax-mp", "#P_normcl"]} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$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" : "KLATEN", "originalFilename" : "IMG_20180714_0076.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 185946, "noUrut" : 1, "nama" : "H. HARIYANTO, S.Pd.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KLATEN", "originalFilename" : "IMG_20180714_0083.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 227407, "noUrut" : 2, "nama" : "YUSUF EFENDI, A.Md", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KLATEN", "originalFilename" : "IMG_20180714_0094.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 199097, "noUrut" : 3, "nama" : "F. RINI HANDAYANI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KLATEN", "originalFilename" : "IMG_20180714_0079.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 186143, "noUrut" : 4, "nama" : "WIDODO, SE, M.Si", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KLATEN", "originalFilename" : "DSC_0844.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 216368, "noUrut" : 5, "nama" : "MARYOTO, S,Ag. MM", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KLATEN", "originalFilename" : "ITA YULIANA.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 227206, "noUrut" : 6, "nama" : "ITA YULIANA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KLATEN", "originalFilename" : "IMG_20180714_0035.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 270071, "noUrut" : 7, "nama" : "BAMBANG GUNARSA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KLATEN", "originalFilename" : "IMG_20180717_0005.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 218724, "noUrut" : 8, "nama" : "MEKAR RATNANINGSIH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KLATEN", "originalFilename" : "WhatsApp Image 2018-07-17 at 17.05.35 (1).jpeg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 281377, "noUrut" : 9, "nama" : "FITRI YULIYANI", "stringJenisKelamin" : "Perempuan"}] | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Kalmar Token", "website" : "https://kalmar.io/", "description" : "The KALM tokens is the one fueling the ecosystem of products built on Kalmar and being used as incentive for participation in our financial products to scale adoption.", "explorer" : "https://bscscan.com/token/0x4BA0057f784858a48fe351445C672FF2a3d43515", "type" : "BEP20", "symbol" : "KALM", "decimals" : 18, "status" : "active", "id" : "0x4BA0057f784858a48fe351445C672FF2a3d43515", "logo" : "ipfs://QmVwPKfaYTWqcAVcTbVNMvc6arvq82cQoTCHd5xfQR87Vu/smartchain/assets/0x4BA0057f784858a48fe351445C672FF2a3d43515/logo.png"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "constants": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}, "name": {"type": "string"}, "inherits": {"type": "string"}}, "required": ["members", "constants", "methods", "name", "inherits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"members" : [{"name" : "size", "type" : "Vector2"}], "constants" : [], "methods" : [], "name" : "QuadMesh", "inherits" : "PrimitiveMesh"} | json_instruct | {"type": "object", "properties": {"members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "constants": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}, "name": {"type": "string"}, "inherits": {"type": "string"}}, "required": ["members", "constants", "methods", "name", "inherits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "Tale of Three Lions", "description" : "Taking place in the heart of Africa, \u201cThe Tale of Three Lions\u201d is one more thrilling adventure from the eventful life of old hunter Quatermain, the famous hero of \u201cKing Solomons Mines\u201d. This time, though there are no bloodthirsty people for the old hunter to deal with, the dangers are no less. He has to face the mighty and fierce King of Animals \u2013 the Lion. (Summary by Kristine Bekere)", "duration" : 4430, "language" : "English", "authors" : [{"id" : "171", "name" : "H. Rider Haggard"}], "coverArt" : "https://www.archive.org/download/LibrivoxCdCoverArt12/Tale_Three_Lions_1110.jpg", "copyright_year" : "1877", "genres" : ["Action & Adventure Fiction"], "supporters" : [{"role" : "Read by", "name" : "Kristine Bekere"}, {"role" : "Book Coordinator", "name" : "Kristine Bekere"}, {"role" : "Meta Coordinator", "name" : "Lucy Burgoyne (1950 - 2014)"}], "sections" : [{"section" : 1, "title" : "1 - The interest on ten shillings", "readers" : [1593], "path" : "https://www.archive.org/download/tale_of_three_lions_kb_librivox/talethreelions_01_haggard_64kb.mp3", "duration" : 1322}, {"section" : 2, "title" : "2 - What was found in the pool", "readers" : [1593], "path" : "https://www.archive.org/download/tale_of_three_lions_kb_librivox/talethreelions_02_haggard_64kb.mp3", "duration" : 1401}, {"section" : 3, "title" : "3 - Jim-Jim is avenged", "readers" : [1593], "path" : "https://www.archive.org/download/tale_of_three_lions_kb_librivox/talethreelions_03_haggard_64kb.mp3", "duration" : 1707}]} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : 206, "object_list" : [{"position" : [7.8977032387, 5.02402744377], "id" : 41}, {"position" : [9.11145552591, 3.69827225636], "id" : 42}, {"position" : [9.2316311035, 4.21377742374], "id" : 43}, {"position" : [8.83953460427, 4.52594444177], "id" : 44}], "frame" : 206, "size" : 4} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "title" : "Sardinia (late Roman province)", "id" : "991344", "bbox" : [5.0, 35.0, 10.0, 40.0], "description" : "The Late Roman province of Sardinia was organized under a praeses during the reign of Diocletian. In the fifth century (455) the island was occupied by the Vandals. Justinian I reclaimed the island in 534 and it remained under Byzantine control until the eleventh century.", "connectsWith" : ["981548"], "names" : ["Sardinia"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [7.5, 37.5]}, "properties" : {"description" : "representative point"}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$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": {"discord.js": {"type": "string"}, "minimist": {"type": "string"}, "semver-compare": {"type": "string"}, "telnet-client": {"type": "string"}}, "required": ["discord.js", "minimist", "semver-compare", "telnet-client"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Dishorde", "version" : "2.0.0", "description" : "A Discord bridge bot for 7 Days to Die. This integrates a dedicated server with Discord, allowing players to access the game's chat from any device or location.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node index.js"}, "author" : "Lake Y", "license" : "MIT", "dependencies" : {"discord.js" : "^13.2.0", "minimist" : "^1.2.5", "semver-compare" : "^1.0.0", "telnet-client" : "^0.15.8"}} | 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": {"discord.js": {"type": "string"}, "minimist": {"type": "string"}, "semver-compare": {"type": "string"}, "telnet-client": {"type": "string"}}, "required": ["discord.js", "minimist", "semver-compare", "telnet-client"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : "0x6c21ad859b1dbfdd6b01eb6cfc3bf4028103ade86779c409ed8f5f9fac0956a5", "parentHash" : "0x21907eb52e2d0e5fc56b865e327247dcd4df0926320a72cd8c32d93cde1e1169", "number" : 50282, "timestamp" : 1438986564, "nonce" : "0xe0b4242ad836714d", "difficulty" : 1514886928701, "gasLimit" : {"_hex" : "0x5ade8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbe4532E1B1Db5c913Cf553be76180c1777055403", "extraData" : "0x476574682f686261722f76312e302e312f6c696e75782f676f312e342e32", "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import { makeStyles, createStyles } from '@material-ui/core/styles';\nexport default makeStyles(theme => createStyles({\n root: {\n paddingTop: 56,\n height: '100%',\n [theme.breakpoints.up('sm')]: {\n paddingTop: 64\n }\n },\n shiftContent: {\n paddingLeft: 240\n },\n content: {\n height: '100%'\n }\n}));", "map" : {"version" : 3, "sources" : ["/Users/stephangilli/projects/besuchernachweis/frontend/components/Main/style.tsx"], "names" : ["makeStyles", "createStyles", "theme", "root", "paddingTop", "height", "breakpoints", "up", "shiftContent", "paddingLeft", "content"], "mappings" : "AAAA,SAASA,UAAT,EAAqBC,YAArB,QAAgD,0BAAhD;AAEA,eAAeD,UAAU,CAAEE,KAAD,IACxBD,YAAY,CAAC;AACXE,EAAAA,IAAI,EAAE;AACJC,IAAAA,UAAU,EAAE,EADR;AAEJC,IAAAA,MAAM,EAAE,MAFJ;AAGJ,KAACH,KAAK,CAACI,WAAN,CAAkBC,EAAlB,CAAqB,IAArB,CAAD,GAA8B;AAC5BH,MAAAA,UAAU,EAAE;AADgB;AAH1B,GADK;AAQXI,EAAAA,YAAY,EAAE;AACZC,IAAAA,WAAW,EAAE;AADD,GARH;AAWXC,EAAAA,OAAO,EAAE;AACPL,IAAAA,MAAM,EAAE;AADD;AAXE,CAAD,CADW,CAAzB", "sourcesContent" : ["import { makeStyles, createStyles, Theme } from '@material-ui/core/styles';\n\nexport default makeStyles((theme: Theme) =>\n createStyles({\n root: {\n paddingTop: 56,\n height: '100%',\n [theme.breakpoints.up('sm')]: {\n paddingTop: 64,\n },\n },\n shiftContent: {\n paddingLeft: 240,\n },\n content: {\n height: '100%',\n },\n })\n);\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3cf59f9b994407ca18491675a4fcaa9990555ff8"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Graviton Studio", "symbol" : "GRVT", "logoURI" : "https://raw.githubusercontent.com/dgrig1/GravitonCrypto/main/Graviton.png", "decimals" : 0, "address" : "CDvWh6Dt7zfbEgQz5CHyxrrFFnJkzGHPoFkeYRzG6CNH", "chainId" : 101, "tags" : ["social-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "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" : 404402851, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "0dfe26e6c694c13a8c8f03699a121b04", "wof:id" : 404402851, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.46166328816688, 49.02481114951814, -1.41301307090759, 49.0579864440142], "geometry" : {"coordinates" : [[[[-1.43148560887632, 49.03872349533701], [-1.43187907843534, 49.0479759587286], [-1.41991947259011, 49.05779195159598], [-1.41487958330852, 49.0579864440142], [-1.41301307090759, 49.05489412128668], [-1.41893631126379, 49.04223930754053], [-1.43148560887632, 49.03872349533701]]], [[[-1.43850015120101, 49.02481114951814], [-1.44805155118736, 49.03047337478625], [-1.46166328816688, 49.02949054683531], [-1.46159155270126, 49.03566240173522], [-1.45520835450823, 49.04028555186425], [-1.45817171909874, 49.0428862873538], [-1.44436166216874, 49.03392434901001], [-1.43935745865958, 49.03402858024073], [-1.43336988466624, 49.03929330062759], [-1.42873445924158, 49.03329547448408], [-1.43124369645648, 49.02675456269845], [-1.43850015120101, 49.02481114951814]]]], "type" : "MultiPolygon"}} | 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": "array", "items": {"type": "number"}}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Errouville", "circ" : "3\u00e8me circonscription", "dpt" : "Meurthe-et-Moselle", "inscrits" : 486, "abs" : 300, "votants" : 186, "blancs" : 18, "nuls" : 4, "exp" : 164, "res" : [{"nuance" : "REM", "nom" : "M. Xavier PALUSZKIEWICZ", "voix" : 90}, {"nuance" : "FI", "nom" : "M. Patrice ZOLFO", "voix" : 74}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"laemmi/laemmi-yourls-default-tools": {"type": "string"}}, "required": ["laemmi/laemmi-yourls-default-tools"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "laemmi/laemmi-yourls-trim-url", "type" : "yourls-plugin", "description" : "Plugin for YOURLS. Trim the withespace before and after the orignial url before adding and editing.", "keywords" : ["yourls", "plugin"], "homepage" : "https://github.com/laemmi/laemmi-yourls-trim-url", "license" : "MIT", "authors" : [{"name" : "Michael L\u00e4mmlein", "email" : "laemmi@spacerabbit.de", "homepage" : "http://www.spacerabbit.de", "role" : "Developer"}], "require" : {"laemmi/laemmi-yourls-default-tools" : "^1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"laemmi/laemmi-yourls-default-tools": {"type": "string"}}, "required": ["laemmi/laemmi-yourls-default-tools"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Soda\\Installer\\": {"type": "string"}}, "required": ["Soda\\Installer\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"ext-zip": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "symfony/console": {"type": "string"}, "symfony/filesystem": {"type": "string"}, "symfony/process": {"type": "string"}, "composer/composer": {"type": "string"}, "composer/semver": {"type": "string"}}, "required": ["ext-zip", "guzzlehttp/guzzle", "symfony/console", "symfony/filesystem", "symfony/process", "composer/composer", "composer/semver"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "keywords", "license", "authors", "autoload", "require", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "soda-framework/installer", "description" : "Soda application installer.", "keywords" : ["soda", "laravel"], "license" : "MIT", "authors" : [{"name" : "Ryan Brereton-Canham", "email" : "ryzaar@hotmail.com"}], "autoload" : {"psr-4" : {"Soda\\Installer\\" : "src/"}}, "require" : {"ext-zip" : "*", "guzzlehttp/guzzle" : "~6.0", "symfony/console" : "~3.0|~4.0", "symfony/filesystem" : "~3.0|~4.0", "symfony/process" : "~3.0|~4.0", "composer/composer" : "~1.1.0", "composer/semver" : "^1.4"}, "bin" : ["soda"]} | 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": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Soda\\Installer\\": {"type": "string"}}, "required": ["Soda\\Installer\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"ext-zip": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "symfony/console": {"type": "string"}, "symfony/filesystem": {"type": "string"}, "symfony/process": {"type": "string"}, "composer/composer": {"type": "string"}, "composer/semver": {"type": "string"}}, "required": ["ext-zip", "guzzlehttp/guzzle", "symfony/console", "symfony/filesystem", "symfony/process", "composer/composer", "composer/semver"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "keywords", "license", "authors", "autoload", "require", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "AllView", "market_name" : "P9 Energy Mini", "codename" : "P9_Energy_mini", "model" : "P9_Energy_mini_TM"}, {"manufacturer" : "AllView", "market_name" : "P9 Energy mini", "codename" : "P9_Energy_mini", "model" : "P9_Energy_mini"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1971, 5], [1972, 6], [1974, 12], [1975, 8], [1976, 22], [1977, 19], [1978, 23], [1979, 19], [1980, 22], [1981, 34], [1982, 17], [1983, 12], [1984, 22], [1985, 17], [1986, 11], [1987, 17], [1988, 25], [1989, 22], [1990, 28], [1991, 27], [1992, 36], [1993, 32], [1994, 20], [1995, 39], [1996, 28], [1997, 37], [1998, 71], [1999, 64], [2000, 54], [2001, 45], [2002, 57], [2003, 61], [2004, 59], [2005, 59], [2006, 53], [2007, 43], [2008, 57], [2009, 41], [2010, 46], [2011, 43], [2012, 39], [2013, 44], [2014, 38]] | 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": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1205060, "parent" : 1205, "name" : "TARUTUNG", "latitude" : "2.0197712000001", "longitude" : "98.979958926505", "postal" : [22411, 22412, 22413, 22414, 22415, 22416, 22452], "children" : [1205060001, 1205060002, 1205060008, 1205060009, 1205060010, 1205060011, 1205060012, 1205060013, 1205060019, 1205060020, 1205060021, 1205060022, 1205060023, 1205060024, 1205060025, 1205060026, 1205060027, 1205060028, 1205060029, 1205060030, 1205060033, 1205060034, 1205060035, 1205060036, 1205060037, 1205060038, 1205060039, 1205060040, 1205060041, 1205060042, 1205060043]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"AGE_AT_FIRST_EXPOSURE": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "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"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["AGE_AT_FIRST_EXPOSURE", "PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AGE_AT_FIRST_EXPOSURE" : {"CATEGORY" : "MALE", "MIN_VALUE" : 55, "P10_VALUE" : 55, "P25_VALUE" : 64, "MEDIAN_VALUE" : 70, "P75_VALUE" : 80, "P90_VALUE" : 82, "MAX_VALUE" : 82}, "PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of Era", "MIN_VALUE" : 29, "P10_VALUE" : 29, "P25_VALUE" : 29, "MEDIAN_VALUE" : 29, "P75_VALUE" : 29, "P90_VALUE" : 85, "MAX_VALUE" : 85}} | json_instruct | {"type": "object", "properties": {"AGE_AT_FIRST_EXPOSURE": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "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"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["AGE_AT_FIRST_EXPOSURE", "PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"illuminate/support": {"type": "string"}, "bensampo/laravel-enum": {"type": "string"}}, "required": ["illuminate/support", "bensampo/laravel-enum"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Dsisconeto\\LaravelPayment\\": {"type": "string"}}, "required": ["Dsisconeto\\LaravelPayment\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Dsisconeto\\LaravelPayment\\Tests\\": {"type": "string"}}, "required": ["Dsisconeto\\LaravelPayment\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "license", "authors", "homepage", "keywords", "require", "autoload", "autoload-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dsisconeto/laravel-payment", "description" : "", "license" : "mit", "authors" : [{"name" : "Dejair Sisconeto", "email" : "dejairsisconeto23@gmail.com", "homepage" : "https://www.linkedin.com/in/dsisconeto/"}], "homepage" : "https://github.com/dsisconeto/laravelpagseguro", "keywords" : ["Laravel", "Payment"], "require" : {"illuminate/support" : "~6", "bensampo/laravel-enum" : "^1.26"}, "autoload" : {"psr-4" : {"Dsisconeto\\LaravelPayment\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Dsisconeto\\LaravelPayment\\Tests\\" : "tests"}}, "extra" : {"laravel" : {"providers" : ["Dsisconeto\\LaravelPayment\\LaravelPaymentServiceProvider"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"illuminate/support": {"type": "string"}, "bensampo/laravel-enum": {"type": "string"}}, "required": ["illuminate/support", "bensampo/laravel-enum"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Dsisconeto\\LaravelPayment\\": {"type": "string"}}, "required": ["Dsisconeto\\LaravelPayment\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Dsisconeto\\LaravelPayment\\Tests\\": {"type": "string"}}, "required": ["Dsisconeto\\LaravelPayment\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "license", "authors", "homepage", "keywords", "require", "autoload", "autoload-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1001", "provinceId" : "31", "regencyId" : "73", "districtId" : "01", "name" : "Cengkareng Barat"}, {"id" : "1002", "provinceId" : "31", "regencyId" : "73", "districtId" : "01", "name" : "Duri Kosambi"}, {"id" : "1003", "provinceId" : "31", "regencyId" : "73", "districtId" : "01", "name" : "Rawa Buaya"}, {"id" : "1004", "provinceId" : "31", "regencyId" : "73", "districtId" : "01", "name" : "Kedaung Kali Angke"}, {"id" : "1005", "provinceId" : "31", "regencyId" : "73", "districtId" : "01", "name" : "Kapuk"}, {"id" : "1006", "provinceId" : "31", "regencyId" : "73", "districtId" : "01", "name" : "Cengkareng Timur"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 128767, "node" : [{"id" : 128767, "name" : "\u6a39\u6d77\u4eba\u9b5a", "image" : "//lain.bgm.tv/pic/cover/m/8c/59/128767_jp.jpg", "date" : "2007-05-24"}, {"id" : 128769, "name" : "\u6a39\u6d77\u4eba\u9b5a 2", "image" : "//lain.bgm.tv/pic/cover/m/55/98/128769_jp.jpg", "date" : "2008-03-19"}], "relate" : [{"relate" : "\u7eed\u96c6", "src" : 128767, "dst" : 128769}, {"relate" : "\u524d\u4f20", "src" : 128769, "dst" : 128767}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fdb-all.js" : "sha512-2BoZQWmXSkBMyUc7a3sZCWUlbr/Z2QuMVBsgmR65WcuNuXYy9ybsbuC++9gr5FgI7OyXgKeu/P8Lt+eY3uCWZQ==", "fdb-all.min.js" : "sha512-qYJQ/b+li7igwVv8rcXWWHlr9XiOd/0d4wljNoTwDCrcXMVwwKs3mvgR+5nm//HBVbn5BVaWd0/IYd/8SCK7nA==", "fdb-angular.js" : "sha512-Ve4j6FpppbZES3EyPWkFOOBjdE7q9UejDbeBqkW3lu+Jc1dJYiIRkvihRAMudXBFVFxawfuvjUyzl1iy/cVEiA==", "fdb-angular.min.js" : "sha512-vrxjbFaZINzGztxJx8lzQOebwQBdj+kA1M7Tex2Td8LAVWgyf25ENYWGaYKZDzAZCdZcfRnbzJUUC/7acKBwIg==", "fdb-autobind.js" : "sha512-ZxNF4cuXCenABY8k2kHG00rYibsM6YOOICu7+WNTHRzQO4qMP1BxNfK7yxZHW8L1B/Vwauqhf4rokkc5z4MRAg==", "fdb-autobind.min.js" : "sha512-r6Ll8QlPRaWHzphNIXpLw4daS5PGsic5i2kfqsLm4fnqW6R7XSE65gOMjEk7AoyhpxlXWv1MSb0Iw3JE+YZH1w==", "fdb-core+persist.js" : "sha512-sTFiq7vSjRRyHBEiDzPaxgzz6jqh9nAuQ5jRowruO7Mnn4nskfv/+DFZVPvgED0pR4OAV+QC06F1gJwtcCu10g==", "fdb-core+persist.min.js" : "sha512-zB5YuGOOJNlPLiV6YeV/CjXU+wbbQpUXeqGHQB2iBJx7SmF+GD53ClhAKsSQghoksDdUg7imbopaC2/WMXz/lw==", "fdb-core+views.js" : "sha512-qoDK9hi8WN3ypCnZOh10HFqby7lCBjbCW+WUuzU0tM9oVenPi6cRa0XTtzeohpMt5jJkRGuVlmBForUKx8B01g==", "fdb-core+views.min.js" : "sha512-HfCUCKPWu9ivjuWbfUKzTqwdG4/ZYDT+t1sHcRS2R0ZKGPz+b4BI4RsA4DSJC/lMW2ST/n1+k3Ty8/a1yEw8Wg==", "fdb-core.js" : "sha512-SQ/MB1tVP/mA/4yIu5l8BfJEGvUJAT0s/HIM8pHbHq4US1SSPW2+1obdeiUNWIJAKOuMjTgykQBkWAW1zzN58g==", "fdb-core.min.js" : "sha512-zzNsBdhOmnn1mYIQvHWDk0ESPBdLv2nFnUVSkU3/WrYqbc9Ycs/2RlrTU6e5PXN5y4yXLB8M65F+gqdkMHHXcg==", "fdb-infinilist.js" : "sha512-Pxcj08x7x+7Tvj6XgMPkkjJ4NlEXxgOy/Vf/qepdFtlpfSWD30qkj0Gdu9ZiN3zvqpDYIhmqummqJN8raPu8pw==", "fdb-infinilist.min.js" : "sha512-i9zxlQBMgyGg2xzNP+n31uxL6EWysSTbu78k3DTvtoeK34UV7xZh1qfeqkuTCPJsbv+985HmWtvYZBrE9+DZiA==", "fdb-legacy.js" : "sha512-S7Go0wohPpzkD4uEsQmebRewIX2XXcRITODeBcQjrDSxxorjz3iV7EPsON41yW5Hicuha/QfB8pzZKwUn+zLWQ==", "fdb-legacy.min.js" : "sha512-D2inCjOFOs7f1ZU9zOqfdtmrsMqWgjIO3KWOVkdl7Q5o29FQXAirW/sdKwBTvR3p1o3hAin3t912t4JH9k3F4w=="} | json_instruct | {"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"jwt": {"type": "string"}}, "required": ["jwt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jwt" : "eyJhbGciOiJFUzM4NCIsImtpZCI6ImRpZDpleGFtcGxlOjEyMyNrZXktMyJ9.eyJpc3MiOiJkaWQ6ZXhhbXBsZToxMjMiLCJzdWIiOiJkaWQ6ZXhhbXBsZToxMjMiLCJ2cCI6eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvMjAxOC9jcmVkZW50aWFscy92MSIsImh0dHBzOi8vdzNpZC5vcmcvc2VjdXJpdHkvc3VpdGVzL2p3cy0yMDIwL3YxIl0sInR5cGUiOlsiVmVyaWZpYWJsZVByZXNlbnRhdGlvbiJdLCJob2xkZXIiOiJkaWQ6ZXhhbXBsZToxMjMifSwibm9uY2UiOiIxMjMifQ.1Ius2ZZCc6OEoF4aUGbAq3LLtj3-B6eMXxdhp6_smegOFV-oIFUwM8zPIHkr-3-Umt9IzWfg3iOYxGiAJBVAUgAGubNGgeZbQtRgUKePCDbRmbNyge-s5XlbOyyNUg-L"} | json_instruct | {"type": "object", "properties": {"jwt": {"type": "string"}}, "required": ["jwt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "AR4K1XY1187B99479D", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "General Degree", "duration" : 222.14485, "num_songs" : 1, "song_id" : "SOBNYXK12AB0189A0D", "title" : "Inna Order", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "code": {"type": "integer"}, "properties": {"type": "object", "properties": {"Kind": {"type": "string"}, "Code": {"type": "string"}, "Name": {"type": "string"}, "Year": {"type": "string"}, "Source": {"type": "string"}, "Parent": {"type": "integer"}, "City": {"type": "string"}, "Province": {"type": "string"}, "Country": {"type": "string"}}, "required": ["Kind", "Code", "Name", "Year", "Source", "Parent", "City", "Province", "Country"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "code", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "code" : 94, "properties" : {"Kind" : "Sub-District", "Code" : "9402227", "Name" : "BPIRI", "Year" : "2013", "Source" : "BPS", "Parent" : 9402, "City" : "JAYAWIJAYA", "Province" : "PAPUA", "Country" : "INDONESIA"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[138.90173137500003, -3.8034679539998884], [138.90683579200004, -3.797579063999894], [138.902041304, -3.797349864999937], [138.8905492980001, -3.7948651069999606], [138.88251480400004, -3.7913662149999183], [138.87129242300009, -3.78647904899994], [138.86027834200007, -3.784073864999886], [138.8554366100001, -3.781383597999959], [138.84561593700005, -3.77592808399994], [138.833397267, -3.770226037999951], [138.83137681500017, -3.7693836379999723], [138.8313556380001, -3.769375358999998], [138.8236223300001, -3.7661531479999333], [138.812218238, -3.7620802580000046], [138.80488703500015, -3.759637472999948], [138.79251514700002, -3.7977713629999066], [138.78855053200007, -3.809989981999955], [138.78750137000014, -3.813223413999971], [138.78426535000008, -3.8231965609999463], [138.795043972, -3.8285867759999803], [138.79663528100002, -3.829381993999963], [138.805892381, -3.8359164169999893], [138.80994915300002, -3.830737558999946], [138.81166361000012, -3.8286010820000094], [138.81961571400004, -3.8186915379999675], [138.82537631400007, -3.809016471999964], [138.82970876, -3.809238648999962], [138.834022021, -3.809459841999967], [138.83867740200006, -3.8145585919999547], [138.84322893700008, -3.815355412999981], [138.84325780200007, -3.815528333999989], [138.8486532180001, -3.816553755999923], [138.85574713200003, -3.8178838639999313], [138.865944632, -3.814336907999998], [138.87082169800013, -3.8130067989999006], [138.87769392700014, -3.8105682659999296], [138.88877816600004, -3.8105682659999296], [138.89520702600012, -3.8103465809999726], [138.90031520099998, -3.80912984599993], [138.90173137500003, -3.8034679539998884]]]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "code": {"type": "integer"}, "properties": {"type": "object", "properties": {"Kind": {"type": "string"}, "Code": {"type": "string"}, "Name": {"type": "string"}, "Year": {"type": "string"}, "Source": {"type": "string"}, "Parent": {"type": "integer"}, "City": {"type": "string"}, "Province": {"type": "string"}, "Country": {"type": "string"}}, "required": ["Kind", "Code", "Name", "Year", "Source", "Parent", "City", "Province", "Country"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "code", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2023", "provinceId" : "91", "regencyId" : "14", "districtId" : "26", "name" : "Murni"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "electronegativity", "value" : 1.1} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "provider": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "boolean"}, "profile": {"type": "object", "properties": {"students": {"type": "object", "properties": {"2013": {"type": "array", "items": {}}, "2014": {"type": "array", "items": {}}, "2015": {"type": "array", "items": {}}}, "required": ["2013", "2014", "2015"]}, "teacher": {"type": "array", "items": {}}}, "required": ["students", "teacher"]}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "fax", "phone", "website", "email", "provider", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Berufsfachschule f\u00fcr Altenpflege der Bildungsakademie Dresden (Schule in freier Tr\u00e4gerschaft)", "id" : "SN-4150975-0", "address" : " Rauschwalder Stra\u00dfe\u00a043 02826\u00a0G\u00f6rlitz\u00a0OT\u00a0Biesnitz ", "school_type" : "Berufsfachschule", "legal_status" : 1, "fax" : "03581/767812 ", "phone" : "03581/76780 ", "website" : "http://www.bildungsakademie-dresden.de", "email" : "streitzig@bildungsakademie-dresden.de", "provider" : "Bildungsakademie Dresden - Institut f\u00fcr Fortbildung und Umschulung gGmbH - Freigemein\u00fctzige Tr\u00e4gerschaft", "director" : "Herr\u00a0Streitzig, Hans-Peter", "full_time_school" : false, "profile" : {"students" : {"2013" : [], "2014" : [], "2015" : []}, "teacher" : []}, "programs" : {"programs" : []}, "partner" : [], "state" : "SN", "lon" : 14.964336, "lat" : 51.152767} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "provider": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "boolean"}, "profile": {"type": "object", "properties": {"students": {"type": "object", "properties": {"2013": {"type": "array", "items": {}}, "2014": {"type": "array", "items": {}}, "2015": {"type": "array", "items": {}}}, "required": ["2013", "2014", "2015"]}, "teacher": {"type": "array", "items": {}}}, "required": ["students", "teacher"]}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "fax", "phone", "website", "email", "provider", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"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", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$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" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAME" : "EHR order list entry", "COUNT_VALUE" : 42}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [18, 26], "P10_VALUE" : [40, 29], "P25_VALUE" : [50, 45], "MEDIAN_VALUE" : [58, 52], "P75_VALUE" : [70, 72], "P90_VALUE" : [73, 78], "MAX_VALUE" : [79, 84]}} | 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"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"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", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"props_icons": {"type": "string"}}, "required": ["props_icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"props_icons" : "Custom icons"} | json_instruct | {"type": "object", "properties": {"props_icons": {"type": "string"}}, "required": ["props_icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "from H7556 (\u05e8\u05b8\u05e7\u05b7\u05e7);", "pron" : "roke", "outline" : "<ol><li> spittle</li></ol>", "kjv_def" : "spit(-ting, -tle).", "lemma" : "\u05e8\u05b9\u05e7", "frequency" : 3, "strongs_def" : "spittle", "xlit" : "r\u00f4q"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConnectionString" : "DefaultEndpointsProtocol=https;AccountName=velidacosmostable;AccountKey=jtFtqFnBnE2hW9ifJV6lF7WYrFOX3o2kPfWm9hPZaqmfbaNGXTGzxTYXrCIc5QFYbXfVqOM3zX2Vgxo8u1xTWQ==;TableEndpoint=https://velidacosmostable.table.cosmos.azure.com:443/;"} | json_instruct | {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 90128, "UUID" : "47303B38-2D49-4F6E-B2AF-90E0949C24D7", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 3, "AddressInfo" : {"ID" : 90474, "Title" : "Auto Hagen", "AddressLine1" : "Am Holm 47", "Town" : "Neustadt", "StateOrProvince" : "Kreis Ostholstein", "Postcode" : "23730", "CountryID" : 87, "Latitude" : 54.1020449, "Longitude" : 10.799301499999956, "ContactTelephone1" : "+49 45619240", "AccessComments" : "Zu den \u00d6ffnungszeiten (Mo-Fr 8-18, Sa 8-13Uhr) nach Anmeldung nutzbar.", "RelatedURL" : "http://auto-hagen-neustadt.de/", "DistanceUnit" : 0}, "Connections" : [{"ID" : 127757, "ConnectionTypeID" : 2, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 45, "CurrentTypeID" : 30, "Quantity" : 1}], "NumberOfPoints" : 1, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2017-07-11T08:36:00Z", "DataQualityLevel" : 1, "DateCreated" : "2017-07-11T08:36:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"vue.js": {"type": "string"}, "vue.min.js": {"type": "string"}}, "required": ["vue.js", "vue.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vue.js" : "sha256-ODnLBsqVN6vV2iEmtLv3UDQC+Wi3Ost26BN4zYgTHZM=", "vue.min.js" : "sha256-KTAH5U4JXSt9aB5JzE+ks1qRCbENY9q6GLslvBJ4k/g="} | json_instruct | {"type": "object", "properties": {"vue.js": {"type": "string"}, "vue.min.js": {"type": "string"}}, "required": ["vue.js", "vue.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-f866-mhcw-m7pp", "modified" : "2022-05-02T03:50:42Z", "published" : "2022-05-02T03:50:42Z", "aliases" : ["CVE-2009-4015"], "details" : "Lintian 1.23.x through 1.23.28, 1.24.x through 1.24.2.1, and 2.x before 2.3.2 allows remote attackers to execute arbitrary commands via shell metacharacters in filename arguments.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-4015"}, {"type" : "WEB", "url" : "http://git.debian.org/?p=lintian/lintian.git;a=commit;h=c8d01f062b3e5137cf65196760b079a855c75e00"}, {"type" : "WEB", "url" : "http://git.debian.org/?p=lintian/lintian.git;a=commit;h=fbe0c92b2ef7e360d13414bf40d6af5507d0c86d"}, {"type" : "WEB", "url" : "http://packages.debian.org/changelogs/pool/main/l/lintian/lintian_2.3.2/changelog"}, {"type" : "WEB", "url" : "http://packages.qa.debian.org/l/lintian/news/20100128T015554Z.html"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/38375"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/38379"}, {"type" : "WEB", "url" : "http://www.debian.org/security/2010/dsa-1979"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/37975"}, {"type" : "WEB", "url" : "http://www.ubuntu.com/usn/USN-891-1"}], "database_specific" : {"cwe_ids" : ["CWE-89"], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "Villotte", "dpt" : "Vosges", "inscrits" : 154, "abs" : 38, "votants" : 116, "blancs" : 13, "nuls" : 3, "exp" : 100, "res" : [{"panneau" : "2", "voix" : 61}, {"panneau" : "1", "voix" : 39}]} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009163": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01009163"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01009163" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00046432", "LAD11CD" : "E08000025"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00046467", "LAD11CD" : "E08000025"}, "arcs" : [[3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00046479", "LAD11CD" : "E08000025"}, "arcs" : [[6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00046482", "LAD11CD" : "E08000025"}, "arcs" : [[8, -4, 9, -3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00046488", "LAD11CD" : "E08000025"}, "arcs" : [[-5, -9, -2, 10, -7, 11]]}]}}, "arcs" : [[[9070, 4859], [18, -514], [490, 264], [421, -15], [-80, -307], [-1002, -223], [-718, -114], [-406, -539], [-286, -277]], [[7507, 3134], [153, 1827]], [[7660, 4961], [426, -50], [-21, -148], [1005, 96]], [[8556, 6084], [-116, -187], [-604, 141]], [[7836, 6038], [440, 1666], [735, 1859]], [[9011, 9563], [456, -235], [-187, -10], [268, -698], [-533, -132], [-345, -874], [186, -378], [-168, -548], [-269, -143], [159, -360], [-22, -101]], [[4361, 6352], [-2391, -2808]], [[1970, 3544], [-191, 232], [544, 680], [-40, 310], [16, 30], [212, -155], [1248, 1447], [-138, 253], [163, -210], [291, 329], [286, -108]], [[7660, 4961], [176, 1077]], [[8556, 6084], [26, -220], [253, -56], [146, 207], [657, -180], [-2, -179], [-530, 88], [-36, -885]], [[7507, 3134], [-986, -973], [42, -573], [-329, -603], [-1436, -436], [-517, -438], [-1383, -111], [-759, 366], [-427, 1203], [-334, -20], [-8, 418], [-718, -151], [-307, 125], [-345, 765], [640, 400], [-129, 351], [311, 21], [506, -323], [194, -498], [448, 887]], [[4361, 6352], [492, 693], [780, 1283], [235, 586], [360, 260], [563, 825], [1382, -114], [736, -269], [102, -53]]], "transform" : {"scale" : [2.721976839066723e-06, 1.5826342394446475e-06], "translate" : [-2.00594942264133, 52.38106905580223]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009163": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01009163"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"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" : [[[-72.431311, 41.915048], [-72.306904, 41.929627], [-72.306647, 41.926625], [-72.305169, 41.925272], [-72.305201, 41.92421], [-72.301721, 41.92055], [-72.298796, 41.919098], [-72.297557, 41.916456], [-72.296822, 41.911091], [-72.294058, 41.909223], [-72.293347, 41.907159], [-72.291184, 41.906313], [-72.290831, 41.904975], [-72.292669, 41.900213], [-72.290869, 41.897329], [-72.293038, 41.895592], [-72.301258, 41.892959], [-72.302962, 41.8905], [-72.368014, 41.860791], [-72.374916, 41.856944], [-72.389236, 41.853718], [-72.392066, 41.853625], [-72.399572, 41.855675], [-72.405741, 41.854513], [-72.40542, 41.854936], [-72.415821, 41.854352], [-72.425207, 41.855272], [-72.428779, 41.88127], [-72.431311, 41.915048]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 13175}}]} | 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#"} |
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" : "Cotonou", "dpt" : "Fran\u00e7ais \u00e9tablis hors de France", "inscrits" : 2451, "abs" : 1507, "votants" : 944, "blancs" : 9, "nuls" : 1, "exp" : 934, "res" : [{"panneau" : "3", "voix" : 436}, {"panneau" : "11", "voix" : 175}, {"panneau" : "9", "voix" : 161}, {"panneau" : "4", "voix" : 72}, {"panneau" : "2", "voix" : 51}, {"panneau" : "1", "voix" : 13}, {"panneau" : "10", "voix" : 8}, {"panneau" : "5", "voix" : 7}, {"panneau" : "8", "voix" : 6}, {"panneau" : "6", "voix" : 3}, {"panneau" : "7", "voix" : 2}]} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"iconfont": {"type": "string"}}, "required": ["iconfont"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-cli": {"type": "string"}, "gulp-header": {"type": "string"}, "gulp-iconfont": {"type": "string"}, "gulp-iconfont-css": {"type": "string"}, "gulp-if": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-template": {"type": "string"}, "less": {"type": "string"}, "less-loader": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["gulp", "gulp-cli", "gulp-header", "gulp-iconfont", "gulp-iconfont-css", "gulp-if", "gulp-rename", "gulp-template", "less", "less-loader", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@devui-design/icons", "version" : "1.3.0", "description" : "DevUI font icons", "main" : "index.js", "scripts" : {"iconfont" : "gulp iconfont && gulp demo"}, "author" : "", "license" : "MIT", "devDependencies" : {"gulp" : "^4.0.2", "gulp-cli" : "^2.3.0", "gulp-header" : "2.0.5", "gulp-iconfont" : "10.0.1", "gulp-iconfont-css" : "2.3.0", "gulp-if" : "2.0.2", "gulp-rename" : "1.4.0", "gulp-template" : "5.0.0", "less" : "2.7.x", "less-loader" : "2.2.x", "yargs" : "12.0.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"iconfont": {"type": "string"}}, "required": ["iconfont"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-cli": {"type": "string"}, "gulp-header": {"type": "string"}, "gulp-iconfont": {"type": "string"}, "gulp-iconfont-css": {"type": "string"}, "gulp-if": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-template": {"type": "string"}, "less": {"type": "string"}, "less-loader": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["gulp", "gulp-cli", "gulp-header", "gulp-iconfont", "gulp-iconfont-css", "gulp-if", "gulp-rename", "gulp-template", "less", "less-loader", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"entry_name": {"type": "string"}, "name": {"type": "string"}, "accession": {"type": "string"}, "family": {"type": "string"}, "species": {"type": "string"}, "source": {"type": "string"}, "residue_numbering_scheme": {"type": "string"}, "sequence": {"type": "string"}, "genes": {"type": "array", "items": {"type": "string"}}}, "required": ["entry_name", "name", "accession", "family", "species", "source", "residue_numbering_scheme", "sequence", "genes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entry_name" : "oprk_human", "name" : "κ receptor", "accession" : "P41145", "family" : "001_002_022_002", "species" : "Homo sapiens", "source" : "SWISSPROT", "residue_numbering_scheme" : "GPCRdb(A)", "sequence" : "MDSPIQIFRGEPGPTCAPSACLPPNSSAWFPGWAEPDSNGSAGSEDAQLEPAHISPAIPVIITAVYSVVFVVGLVGNSLVMFVIIRYTKMKTATNIYIFNLALADALVTTTMPFQSTVYLMNSWPFGDVLCKIVISIDYYNMFTSIFTLTMMSVDRYIAVCHPVKALDFRTPLKAKIINICIWLLSSSVGISAIVLGGTKVREDVDVIECSLQFPDDDYSWWDLFMKICVFIFAFVIPVLIIIVCYTLMILRLKSVRLLSGSREKDRNLRRITRLVLVVVAVFVVCWTPIHIFILVEALGSTSHSTAALSSYYFCIALGYTNSSLNPILYAFLDENFKRCFRDFCFPLKMRMERQSTSRVRNTVQDPAYLRDIDGMNKPV", "genes" : ["OPRK1", "OPRK"]} | json_instruct | {"type": "object", "properties": {"entry_name": {"type": "string"}, "name": {"type": "string"}, "accession": {"type": "string"}, "family": {"type": "string"}, "species": {"type": "string"}, "source": {"type": "string"}, "residue_numbering_scheme": {"type": "string"}, "sequence": {"type": "string"}, "genes": {"type": "array", "items": {"type": "string"}}}, "required": ["entry_name", "name", "accession", "family", "species", "source", "residue_numbering_scheme", "sequence", "genes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-travis": {"type": "string"}}, "required": ["test", "test-travis"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "pg": {"type": "string"}, "request": {"type": "string"}, "spotify-web-api-node": {"type": "string"}}, "required": ["body-parser", "express", "pg", "request", "spotify-web-api-node"]}, "devDependencies": {"type": "object", "properties": {"assert": {"type": "string"}, "chai": {"type": "string"}, "coveralls": {"type": "string"}, "heroku-cli-util": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "rewire": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["assert", "chai", "coveralls", "heroku-cli-util", "istanbul", "mocha", "rewire", "sinon"]}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "directories", "repository", "keywords", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "chatbot-server", "version" : "0.0.1", "description" : "Facebook chatbot server", "main" : "server.js", "scripts" : {"test" : "mocha", "test-travis" : "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "1.18.2", "express" : "4.16.2", "pg" : "7.3.0", "request" : "2.83.0", "spotify-web-api-node" : "2.5.0"}, "devDependencies" : {"assert" : "1.4.1", "chai" : "4.1.2", "coveralls" : "3.0.0", "heroku-cli-util" : "6.2.10", "istanbul" : "0.4.5", "mocha" : "^4.0.1", "rewire" : "3.0.2", "sinon" : "4.1.2"}, "directories" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bobheadxi/facebook-spotify-chatbot.git"}, "keywords" : [], "bugs" : {"url" : "https://github.com/bobheadxi/facebook-spotify-chatbot/issues"}, "homepage" : "https://github.com/bobheadxi/facebook-spotify-chatbot#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-travis": {"type": "string"}}, "required": ["test", "test-travis"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "pg": {"type": "string"}, "request": {"type": "string"}, "spotify-web-api-node": {"type": "string"}}, "required": ["body-parser", "express", "pg", "request", "spotify-web-api-node"]}, "devDependencies": {"type": "object", "properties": {"assert": {"type": "string"}, "chai": {"type": "string"}, "coveralls": {"type": "string"}, "heroku-cli-util": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "rewire": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["assert", "chai", "coveralls", "heroku-cli-util", "istanbul", "mocha", "rewire", "sinon"]}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "directories", "repository", "keywords", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1986, 5], [1987, 5], [1988, 5], [1990, 11], [1991, 8], [1992, 12], [1993, 8], [1994, 6], [1995, 5], [1997, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "super": {"type": "null"}, "template": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "outer": {"type": "null"}, "properties": {"type": "object", "properties": {"CompressionSettings": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "ImportedSize": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["type", "value"]}, "LODBias": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "integer"}}, "required": ["type", "value"]}, "LightingGuid": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}}, "required": ["type", "value"]}, "SRGB": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "boolean"}}, "required": ["type", "value"]}}, "required": ["CompressionSettings", "ImportedSize", "LODBias", "LightingGuid", "SRGB"]}}, "required": ["name", "class", "super", "template", "outer", "properties"]}}}, "required": ["file_name", "guid", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"file_name" : "FactoryGame/Content/FactoryGame/Buildable/Factory/TradingPost/Texture/TX_Tradingpost_Stage_3_AO.uasset", "guid" : {"a" : 2070101452, "b" : 1151535455, "c" : 2423478953, "d" : 3561559390}, "exports" : [{"name" : "TX_Tradingpost_Stage_3_AO", "class" : {"package" : "/Script/Engine", "name" : "Texture2D"}, "super" : null, "template" : {"package" : "/Script/Engine", "name" : "Default__Texture2D"}, "outer" : null, "properties" : {"CompressionSettings" : {"type" : "ByteProperty", "value" : "TC_Masks"}, "ImportedSize" : {"type" : "IntPoint", "value" : {"x" : 2048, "y" : 2048}}, "LODBias" : {"type" : "IntProperty", "value" : 1}, "LightingGuid" : {"type" : "Guid", "value" : {"a" : 1295683319, "b" : 1136044844, "c" : 1705126814, "d" : 1374176903}}, "SRGB" : {"type" : "BoolProperty", "value" : false}}}]} | json_instruct | {"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "super": {"type": "null"}, "template": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "outer": {"type": "null"}, "properties": {"type": "object", "properties": {"CompressionSettings": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "ImportedSize": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["type", "value"]}, "LODBias": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "integer"}}, "required": ["type", "value"]}, "LightingGuid": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}}, "required": ["type", "value"]}, "SRGB": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "boolean"}}, "required": ["type", "value"]}}, "required": ["CompressionSettings", "ImportedSize", "LODBias", "LightingGuid", "SRGB"]}}, "required": ["name", "class", "super", "template", "outer", "properties"]}}}, "required": ["file_name", "guid", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-live-server": {"type": "string"}, "browser-sync": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-ejs": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-replace": {"type": "string"}, "gulp-json-editor": {"type": "string"}, "through2": {"type": "string"}, "yargs": {"type": "string"}, "del": {"type": "string"}, "utf8": {"type": "string"}}, "required": ["gulp", "gulp-live-server", "browser-sync", "gulp-autoprefixer", "gulp-less", "gulp-ejs", "gulp-util", "gulp-rename", "gulp-replace", "gulp-json-editor", "through2", "yargs", "del", "utf8"]}}, "required": ["name", "version", "description", "main", "repository", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ods-portal-devkit", "version" : "2.0.0", "description" : "", "main" : "gulpfile.js", "repository" : {"type" : "git", "url" : "https://github.com/opendatasoft/ods-cookbook/tree/master/widgets/external-use/local-dev-env"}, "author" : "fpassaniti", "dependencies" : {"gulp" : "latest", "gulp-live-server" : "latest", "browser-sync" : "latest", "gulp-autoprefixer" : "latest", "gulp-less" : "latest", "gulp-ejs" : "latest", "gulp-util" : "latest", "gulp-rename" : "latest", "gulp-replace" : "latest", "gulp-json-editor" : "latest", "through2" : "^2.0.0", "yargs" : "latest", "del" : "latest", "utf8" : "latest"}} | 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": "string"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-live-server": {"type": "string"}, "browser-sync": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-ejs": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-replace": {"type": "string"}, "gulp-json-editor": {"type": "string"}, "through2": {"type": "string"}, "yargs": {"type": "string"}, "del": {"type": "string"}, "utf8": {"type": "string"}}, "required": ["gulp", "gulp-live-server", "browser-sync", "gulp-autoprefixer", "gulp-less", "gulp-ejs", "gulp-util", "gulp-rename", "gulp-replace", "gulp-json-editor", "through2", "yargs", "del", "utf8"]}}, "required": ["name", "version", "description", "main", "repository", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"alt": {"type": "string"}, "src": {"type": "string"}}, "required": ["alt", "src"]}}, "link": {"type": "string"}, "IUPAC name": {"type": "string"}, "Other names": {"type": "string"}, "CAS Number": {"type": "string"}, "3D model (JSmol)": {"type": "string"}, "PubChem CID": {"type": "string"}, "Chemical formula": {"type": "string"}, "Molar mass": {"type": "string"}, "Appearance": {"type": "string"}, "Density": {"type": "string"}, "Melting point": {"type": "string"}, "Solubility in water": {"type": "string"}, "Crystal structure": {"type": "string"}, "Space group": {"type": "string"}, "Std enthalpy of\nformation (\u0394fHo298)": {"type": "string"}, "Other anions": {"type": "string"}, "Other cations": {"type": "string"}, "standard state": {"type": "string"}}, "required": ["name", "desc", "images", "link", "IUPAC name", "Other names", "CAS Number", "3D model (JSmol)", "PubChem CID", "Chemical formula", "Molar mass", "Appearance", "Density", "Melting point", "Solubility in water", "Crystal structure", "Space group", "Std enthalpy of\nformation (\u0394fHo298)", "Other anions", "Other cations", "standard state"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Rubidium hydride", "desc" : "Rubidium hydride is the hydride of rubidium. It has the formula RbH and is an alkali metal hydride. It is synthesized using rubidium metal to react with hydrogen gas. As a hydride of an alkali metal, it is reactive towards even weak oxidizing agents. A redox reaction will occur with chlorine or fluorine and a lot of heat will evolve. Rubidium hydride will react violently with water or air and careful storage is necessary.", "images" : [{"alt" : "NaCl polyhedra.png", "src" : "//upload.wikimedia.org/wikipedia/commons/thumb/c/c0/NaCl_polyhedra.png/200px-NaCl_polyhedra.png"}], "link" : "/wiki/Rubidium_hydride", "IUPAC name" : "Rubidium hydride", "Other names" : "Rubidium(I) hydride", "CAS Number" : "13446-75-8\u00a0Y", "3D model (JSmol)" : "Interactive image", "PubChem CID" : "171411", "Chemical formula" : "RbH", "Molar mass" : "86.476 g/mol", "Appearance" : "white cubic crystals", "Density" : "2.60 g/cm<sup>3</sup>", "Melting point" : "Decomposes at 170\u00b0C", "Solubility in water" : "reacts", "Crystal structure" : "cubic, cF8", "Space group" : "Fm3m, No. 225", "Std enthalpy of\nformation (\u0394fHo298)" : "-52.3 kJ/mol", "Other anions" : "Rubidium oxide\nRubidium chloride", "Other cations" : "Lithium hydride\nSodium hydride\nPotassium hydride\nCaesium hydride", "standard state" : "Except where otherwise noted, data are given for materials in their standard state (at 25\u00a0\u00b0C [77\u00a0\u00b0F], 100\u00a0kPa).\nExcept where otherwise noted, data are given for materials in their standard state (at 25\u00a0\u00b0C [77\u00a0\u00b0F], 100\u00a0kPa)."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"alt": {"type": "string"}, "src": {"type": "string"}}, "required": ["alt", "src"]}}, "link": {"type": "string"}, "IUPAC name": {"type": "string"}, "Other names": {"type": "string"}, "CAS Number": {"type": "string"}, "3D model (JSmol)": {"type": "string"}, "PubChem CID": {"type": "string"}, "Chemical formula": {"type": "string"}, "Molar mass": {"type": "string"}, "Appearance": {"type": "string"}, "Density": {"type": "string"}, "Melting point": {"type": "string"}, "Solubility in water": {"type": "string"}, "Crystal structure": {"type": "string"}, "Space group": {"type": "string"}, "Std enthalpy of\nformation (\u0394fHo298)": {"type": "string"}, "Other anions": {"type": "string"}, "Other cations": {"type": "string"}, "standard state": {"type": "string"}}, "required": ["name", "desc", "images", "link", "IUPAC name", "Other names", "CAS Number", "3D model (JSmol)", "PubChem CID", "Chemical formula", "Molar mass", "Appearance", "Density", "Melting point", "Solubility in water", "Crystal structure", "Space group", "Std enthalpy of\nformation (\u0394fHo298)", "Other anions", "Other cations", "standard state"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_popup"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "version", "browser_action", "background", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "9Now Region Switcher", "description" : "Choose between different states for the 9Now TV Guide and Livestreams", "version" : "0.0.3", "browser_action" : {"default_icon" : "icon.png", "default_popup" : "popup.html"}, "background" : {"scripts" : ["background.js"]}, "permissions" : ["webRequest", "webRequestBlocking", "tabs", "https://*.9now.com.au/*"]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_popup"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "version", "browser_action", "background", "permissions"], "$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"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "656673927", "name" : "Normangate", "nodes" : [{"type" : "node", "id" : 304113806, "lat" : 52.5741296, "lon" : -0.3534811}, {"type" : "node", "id" : 3021294356, "lat" : 52.5741978, "lon" : -0.3540692}, {"type" : "node", "id" : 6151124389, "lat" : 52.5741062, "lon" : -0.3535755}, {"type" : "node", "id" : 6151124390, "lat" : 52.5741739, "lon" : -0.3538933}], "volunteer_postcode" : "PE8 6QF", "closest_distance" : 8486} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : 574230, "name" : "Mitosis", "windows" : true, "mac" : true, "linux" : false, "early_access" : true, "lookup_time" : 1491008119} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "A Parsimonious Language Model of Social Media Credibility Across Disparate Events.", "fields" : ["credibility", "evidentiality", "misinformation", "ask price", "rumor"], "abstract" : "Social media has increasingly become central to the way billions of people experience news and events, often bypassing journalists---the traditional gatekeepers of breaking news. Naturally, this casts doubt on the credibility of information found on social media. Here we ask: Can the language captured in unfolding Twitter events provide information about the event's credibility? By examining the first large-scale, systematically-tracked credibility corpus of public Twitter messages (66M messages corresponding to 1,377 real-world events over a span of three months), and identifying 15 theoretically grounded linguistic dimensions, we present a parsimonious model that maps language cues to perceived levels of credibility. While not deployable as a standalone model for credibility assessment at present, our results show that certain linguistic categories and their associated phrases are strong predictors surrounding disparate social media events. In other words, the language used by millions of people on Twitter has considerable information about an event's credibility. For example, hedge words and positive emotion words are associated with lower credibility.", "citation" : "Citations (9)", "departments" : ["Georgia Institute of Technology", "Georgia Institute of Technology", "Georgia Institute of Technology"], "authors" : ["Tanushree Mitra.....http://dblp.org/pers/hd/m/Mitra:Tanushree", "Graham P. Wright.....http://dblp.org/pers/hd/w/Wright:Graham_P=", "Eric Gilbert.....http://dblp.org/pers/hd/g/Gilbert:Eric"], "conf" : "cscw", "year" : "2017", "pages" : 20} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3316030, "parent" : 3316, "name" : "KRADENAN", "latitude" : "-7.282480428995", "longitude" : "111.43727311543", "postal" : [58283, 58383], "children" : [3316030001, 3316030002, 3316030003, 3316030004, 3316030005, 3316030006, 3316030007, 3316030008, 3316030009, 3316030010]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "AND MY OWN EXPERIENCE, AS FAR AS I HAD AN OPPORTUNITY TO OBSERVE, CONFIRMING IT, THAT MOST MEN PREFER THEIR PRIVATE ADVANTAGE TO THE PUBLIC:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/12255.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"emailName": {"type": "string"}, "button": {"type": "string"}, "image": {"type": "string"}, "secondary": {"type": "string"}, "header": {"type": "string"}, "message": {"type": "string"}, "firstParagraph": {"type": "string"}, "secondParagraph": {"type": "string"}, "thirdParagraph": {"type": "string"}, "textlink": {"type": "string"}, "link_dest": {"type": "string"}, "secondaryMsg": {"type": "string"}, "button_text": {"type": "string"}, "button_link": {"type": "string"}, "uniqueemailID": {"type": "string"}, "sent": {"type": "string"}, "recipient": {"type": "string"}, "marketing": {"type": "string"}, "unsubscribe": {"type": "string"}, "unsubscribe_link": {"type": "string"}, "help_location": {"type": "string"}, "help_text": {"type": "string"}, "help_link": {"type": "string"}, "help_second": {"type": "string"}}, "required": ["emailName", "button", "image", "secondary", "header", "message", "firstParagraph", "secondParagraph", "thirdParagraph", "textlink", "link_dest", "secondaryMsg", "button_text", "button_link", "uniqueemailID", "sent", "recipient", "marketing", "unsubscribe", "unsubscribe_link", "help_location", "help_text", "help_link", "help_second"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"emailName" : "reminder-invite", "button" : "true", "image" : "false", "secondary" : "true", "header" : "Don’t forget!", "message" : "On $DATE, $INVITER invited you to join a meeting on Crazy People Dot COM.", "firstParagraph" : "With Crazy People Dot COM, there's no more meetings about the meeting. $INVITER is already getting more done using Crazy People Dot COM and wants you to join!", "secondParagraph" : " ", "thirdParagraph" : " ", "textlink" : "Learn more", "link_dest" : "https://www.google.com/", "secondaryMsg" : "about Crazy People Dot COM, where teams do their best work together, using the Crazy People Dot COM app.", "button_text" : "Join Now!", "button_link" : "$USERURL", "uniqueemailID" : "EMAIL04", "sent" : " ", "recipient" : " ", "marketing" : "Having trouble getting started? <a href=\"https://www.google.com/customer/en_us/portal/emails/new\">Contact us.</a> We’re here to help.", "unsubscribe" : "Unsubscribe", "unsubscribe_link" : "%tag_unsubscribe_url%", "help_location" : "https://www.google.com/", "help_text" : "Need help with Crazy People Dot COM?", "help_link" : "Online help", "help_second" : " "} | json_instruct | {"type": "object", "properties": {"emailName": {"type": "string"}, "button": {"type": "string"}, "image": {"type": "string"}, "secondary": {"type": "string"}, "header": {"type": "string"}, "message": {"type": "string"}, "firstParagraph": {"type": "string"}, "secondParagraph": {"type": "string"}, "thirdParagraph": {"type": "string"}, "textlink": {"type": "string"}, "link_dest": {"type": "string"}, "secondaryMsg": {"type": "string"}, "button_text": {"type": "string"}, "button_link": {"type": "string"}, "uniqueemailID": {"type": "string"}, "sent": {"type": "string"}, "recipient": {"type": "string"}, "marketing": {"type": "string"}, "unsubscribe": {"type": "string"}, "unsubscribe_link": {"type": "string"}, "help_location": {"type": "string"}, "help_text": {"type": "string"}, "help_link": {"type": "string"}, "help_second": {"type": "string"}}, "required": ["emailName", "button", "image", "secondary", "header", "message", "firstParagraph", "secondParagraph", "thirdParagraph", "textlink", "link_dest", "secondaryMsg", "button_text", "button_link", "uniqueemailID", "sent", "recipient", "marketing", "unsubscribe", "unsubscribe_link", "help_location", "help_text", "help_link", "help_second"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"cards-page-event-details-address": {"type": "string"}, "cards-page-event-details-attendees": {"type": "string"}, "cards-page-event-details-copied-to-clipboard": {"type": "string"}, "cards-page-event-details-dynamic-link-title": {"type": "string"}, "cards-page-event-details-end-date": {"type": "string"}, "cards-page-event-details-event-title": {"type": "string"}, "cards-page-event-details-leave-event": {"type": "string"}, "cards-page-event-details-main-no-event-details": {"type": "string"}, "cards-page-event-details-start-date": {"type": "string"}, "cards-page-event-details-people-i-know": {"type": "string"}, "cards-page-event-details-title": {"type": "string"}}, "required": ["cards-page-event-details-address", "cards-page-event-details-attendees", "cards-page-event-details-copied-to-clipboard", "cards-page-event-details-dynamic-link-title", "cards-page-event-details-end-date", "cards-page-event-details-event-title", "cards-page-event-details-leave-event", "cards-page-event-details-main-no-event-details", "cards-page-event-details-start-date", "cards-page-event-details-people-i-know", "cards-page-event-details-title"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"cards-page-event-details-address" : "Address", "cards-page-event-details-attendees" : "Attendees", "cards-page-event-details-copied-to-clipboard" : "Copied to clipboard", "cards-page-event-details-dynamic-link-title" : "Event link", "cards-page-event-details-end-date" : "End time", "cards-page-event-details-event-title" : "About: {eventName}", "cards-page-event-details-leave-event" : "Leave event", "cards-page-event-details-main-no-event-details" : "Couldn't get event details. Check internet connection and try again.", "cards-page-event-details-start-date" : "Start time", "cards-page-event-details-people-i-know" : "People I know", "cards-page-event-details-title" : "Select card to join"}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"cards-page-event-details-address": {"type": "string"}, "cards-page-event-details-attendees": {"type": "string"}, "cards-page-event-details-copied-to-clipboard": {"type": "string"}, "cards-page-event-details-dynamic-link-title": {"type": "string"}, "cards-page-event-details-end-date": {"type": "string"}, "cards-page-event-details-event-title": {"type": "string"}, "cards-page-event-details-leave-event": {"type": "string"}, "cards-page-event-details-main-no-event-details": {"type": "string"}, "cards-page-event-details-start-date": {"type": "string"}, "cards-page-event-details-people-i-know": {"type": "string"}, "cards-page-event-details-title": {"type": "string"}}, "required": ["cards-page-event-details-address", "cards-page-event-details-attendees", "cards-page-event-details-copied-to-clipboard", "cards-page-event-details-dynamic-link-title", "cards-page-event-details-end-date", "cards-page-event-details-event-title", "cards-page-event-details-leave-event", "cards-page-event-details-main-no-event-details", "cards-page-event-details-start-date", "cards-page-event-details-people-i-know", "cards-page-event-details-title"]}}, "required": ["data"], "$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"}, "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"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@storybook/addon-actions": {"type": "string"}, "@storybook/addon-essentials": {"type": "string"}, "@storybook/addon-links": {"type": "string"}, "@storybook/html": {"type": "string"}, "autoprefixer": {"type": "string"}, "babel-loader": {"type": "string"}, "postcss": {"type": "string"}, "tailwindcss": {"type": "string"}, "handlebars-loader": {"type": "string"}, "webpack-merge": {"type": "string"}, "handlebars": {"type": "string"}}, "required": ["@babel/core", "@storybook/addon-actions", "@storybook/addon-essentials", "@storybook/addon-links", "@storybook/html", "autoprefixer", "babel-loader", "postcss", "tailwindcss", "handlebars-loader", "webpack-merge", "handlebars"]}, "scripts": {"type": "object", "properties": {"storybook": {"type": "string"}, "build-storybook": {"type": "string"}, "build:tailwind:storybook": {"type": "string"}}, "required": ["storybook", "build-storybook", "build:tailwind:storybook"]}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tailwindcss-demo", "version" : "1.0.0", "description" : "", "repository" : {"type" : "git", "url" : "git+https://github.com/fexblanco/tailwindcss-demo.git"}, "author" : "fexblanco", "license" : "MIT", "bugs" : {"url" : "https://github.com/fexblanco/tailwindcss-demo/issues"}, "homepage" : "https://github.com/fexblanco/tailwindcss-demo#readme", "devDependencies" : {"@babel/core" : "^7.12.16", "@storybook/addon-actions" : "^6.1.17", "@storybook/addon-essentials" : "^6.1.17", "@storybook/addon-links" : "^6.1.17", "@storybook/html" : "^6.1.17", "autoprefixer" : "^10.2.4", "babel-loader" : "^8.2.2", "postcss" : "^8.2.6", "tailwindcss" : "^2.0.3", "handlebars-loader" : "^1.7.1", "webpack-merge" : "^5.7.3", "handlebars" : "^4.7.6"}, "scripts" : {"storybook" : "npm run build:tailwind:storybook && start-storybook -p 6006 -s ./public", "build-storybook" : "build-storybook", "build:tailwind:storybook" : "tailwind build ./src/styles/styles.css -o ./public/storybook/tailwind.storybook.css"}} | 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"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@storybook/addon-actions": {"type": "string"}, "@storybook/addon-essentials": {"type": "string"}, "@storybook/addon-links": {"type": "string"}, "@storybook/html": {"type": "string"}, "autoprefixer": {"type": "string"}, "babel-loader": {"type": "string"}, "postcss": {"type": "string"}, "tailwindcss": {"type": "string"}, "handlebars-loader": {"type": "string"}, "webpack-merge": {"type": "string"}, "handlebars": {"type": "string"}}, "required": ["@babel/core", "@storybook/addon-actions", "@storybook/addon-essentials", "@storybook/addon-links", "@storybook/html", "autoprefixer", "babel-loader", "postcss", "tailwindcss", "handlebars-loader", "webpack-merge", "handlebars"]}, "scripts": {"type": "object", "properties": {"storybook": {"type": "string"}, "build-storybook": {"type": "string"}, "build:tailwind:storybook": {"type": "string"}}, "required": ["storybook", "build-storybook", "build:tailwind:storybook"]}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "About", "link" : "/about/"}, {"name" : "Now", "link" : "/now/"}, {"name" : "Writing", "link" : "/writing/"}, {"name" : "Notes", "link" : "/notes/"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "name": {"type": "string"}, "size": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "null"}, "alignment": {"type": "string"}, "armor_class": {"type": "integer"}, "hit_points": {"type": "integer"}, "hit_dice": {"type": "string"}, "speed": {"type": "string"}, "strength": {"type": "integer"}, "dexterity": {"type": "integer"}, "constitution": {"type": "integer"}, "intelligence": {"type": "integer"}, "wisdom": {"type": "integer"}, "charisma": {"type": "integer"}, "damage_vulnerabilities": {"type": "array", "items": {"type": "string"}}, "damage_resistances": {"type": "array", "items": {"type": "string"}}, "damage_immunities": {"type": "array", "items": {"type": "string"}}, "condition_immunities": {"type": "array", "items": {"type": "string"}}, "senses": {"type": "string"}, "languages": {"type": "string"}, "challenge_rating": {"type": "integer"}, "special_abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "attack_bonus": {"type": "integer"}}, "required": ["name", "desc", "attack_bonus"]}}, "actions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "attack_bonus": {"type": "integer"}}, "required": ["name", "desc", "attack_bonus"]}}, "url": {"type": "string"}}, "required": ["index", "name", "size", "type", "subtype", "alignment", "armor_class", "hit_points", "hit_dice", "speed", "strength", "dexterity", "constitution", "intelligence", "wisdom", "charisma", "damage_vulnerabilities", "damage_resistances", "damage_immunities", "condition_immunities", "senses", "languages", "challenge_rating", "special_abilities", "actions", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 97, "name" : "Earth Elemental", "size" : "Large", "type" : "elemental", "subtype" : null, "alignment" : "neutral", "armor_class" : 17, "hit_points" : 126, "hit_dice" : "12d10", "speed" : "30 ft., burrow 30 ft.", "strength" : 20, "dexterity" : 8, "constitution" : 20, "intelligence" : 5, "wisdom" : 10, "charisma" : 5, "damage_vulnerabilities" : ["thunder"], "damage_resistances" : ["bludgeoning, piercing, and slashing from nonmagical weapons"], "damage_immunities" : ["poison"], "condition_immunities" : ["exhaustion", "paralyzed", "petrified", "poisoned", "unconscious"], "senses" : "darkvision 60 ft., tremorsense 60 ft., passive Perception 10", "languages" : "Terran", "challenge_rating" : 5, "special_abilities" : [{"name" : "Earth Glide", "desc" : "The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material it moves through.", "attack_bonus" : 0}, {"name" : "Siege Monster", "desc" : "The elemental deals double damage to objects and structures.", "attack_bonus" : 0}], "actions" : [{"name" : "Multiattack", "desc" : "The elemental makes two slam attacks.", "attack_bonus" : 0}, {"name" : "Slam", "desc" : "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage.", "attack_bonus" : 8, "damage_dice" : "2d8", "damage_bonus" : 5}], "url" : "http://www.dnd5eapi.co/api/monsters/97"} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "name": {"type": "string"}, "size": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "null"}, "alignment": {"type": "string"}, "armor_class": {"type": "integer"}, "hit_points": {"type": "integer"}, "hit_dice": {"type": "string"}, "speed": {"type": "string"}, "strength": {"type": "integer"}, "dexterity": {"type": "integer"}, "constitution": {"type": "integer"}, "intelligence": {"type": "integer"}, "wisdom": {"type": "integer"}, "charisma": {"type": "integer"}, "damage_vulnerabilities": {"type": "array", "items": {"type": "string"}}, "damage_resistances": {"type": "array", "items": {"type": "string"}}, "damage_immunities": {"type": "array", "items": {"type": "string"}}, "condition_immunities": {"type": "array", "items": {"type": "string"}}, "senses": {"type": "string"}, "languages": {"type": "string"}, "challenge_rating": {"type": "integer"}, "special_abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "attack_bonus": {"type": "integer"}}, "required": ["name", "desc", "attack_bonus"]}}, "actions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "attack_bonus": {"type": "integer"}}, "required": ["name", "desc", "attack_bonus"]}}, "url": {"type": "string"}}, "required": ["index", "name", "size", "type", "subtype", "alignment", "armor_class", "hit_points", "hit_dice", "speed", "strength", "dexterity", "constitution", "intelligence", "wisdom", "charisma", "damage_vulnerabilities", "damage_resistances", "damage_immunities", "condition_immunities", "senses", "languages", "challenge_rating", "special_abilities", "actions", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "\u5c0f\u5b9d\u5bfb\u82b104-14\u6027\u611f\u767d\u7699\u59b9\u5b50", "size" : 166122683, "link" : "https://streamtape.com/e/jPpya9BKrKszO72", "created_at" : "2022\u5e7403\u670813\u65e5 10:56:03", "downloads" : 0, "linkid" : "jPpya9BKrKszO72", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "\u5c0f\u5b9d\u5bfb\u82b104-14\u6027\u611f\u767d\u7699\u59b9\u5b50", "thumbUrl" : "https://thumb.tapecontent.net/thumb/jPpya9BKrKszO72/QwO2kygwLKU0mbL.jpg"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"1558139": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "null"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "years"]}}, "required": ["1558139"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"1558139" : {"width" : 396, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/1558139.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/1558139.jpg", "title" : "24-26 East 21st Street - Broadway", "date" : "", "text" : null, "folder" : "24-26 East 21st Street - Broadway, Manhattan, NY", "height" : 600, "years" : [""]}} | json_instruct | {"type": "object", "properties": {"1558139": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "null"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "years"]}}, "required": ["1558139"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Lunar Eclipses", "explanation" : "The dark, inner shadow of planet Earth is called the umbra. Shaped like a cone extending into space, it has a circular cross section and is most easily seen during a lunar eclipse. But the complete cross section is larger than the Moon's angular size in the stages of an eclipse. Still, this thoughtful composite illustrates the full extent of the circular shadow by utilizing images from both partial and total eclipses passing through different parts of the umbra. The images span the years 1997 to 2011, diligently captured with the same optics, from Voronezh, Russia. Along the bottom and top are stages of the partial lunar eclipses from September 2006 and August 2008 respectively. In the rightside bottom image, the Moon is entering the umbra for the total eclipse of September 1997. At left bottom, the Moon leaves the umbra after totality in May 2004. Middle right, center, and left, are stages of the total eclipse of June 2011, including the central, deep red total phase. During today's brief partial lunar eclipse seen only from the eastern hemisphere, the Moon will just slightly graze the umbra's lower edge.", "date" : "2013-04-25", "hdurl" : "https://apod.nasa.gov/apod/image/1304/LunarEclipsesVinyaminov.jpg", "service_version" : "v1", "copyright" : "Igor Vin'yaminov", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/1304/LunarEclipsesVinyaminov900c.jpg"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$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"}, "size": {"type": "object", "properties": {"kw_collection": {"type": "integer"}, "geo_collection": {"type": "null"}}, "required": ["kw_collection", "geo_collection"]}, "time": {"type": "object", "properties": {"development": {"type": "string"}, "duration": {"type": "integer"}, "year": {"type": "string"}, "month": {"type": "string"}, "start_day": {"type": "string"}}, "required": ["development", "duration", "year", "month", "start_day"]}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "spread": {"type": "string"}, "location_description": {"type": "string"}, "country_internet_penetration": {"type": "null"}}, "required": ["country", "spread", "location_description", "country_internet_penetration"]}, "categorization": {"type": "object", "properties": {"category": {"type": "string"}, "sub_category": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "sub_category", "type"]}, "external_url": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "size", "time", "location", "categorization", "external_url", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Lac-Megantic train crash", "size" : {"kw_collection" : 2342, "geo_collection" : null}, "time" : {"development" : "Instantaneous", "duration" : 14, "year" : "2013", "month" : "Jul.", "start_day" : "2013-07-06"}, "location" : {"country" : "Canada", "spread" : "Focalized", "location_description" : "Lac-Megantic, Quebec", "country_internet_penetration" : null}, "categorization" : {"category" : "Human-induced", "sub_category" : "Unintentional", "type" : "Derailment"}, "external_url" : "http://en.wikipedia.org/wiki/Lac-M\u00e9gantic_derailment", "keywords" : ["#LacMegantic", "#LacM\u00e9gantic", "#LacM\u00e9g", "#LacMeg", "#tragedielacmegantic", "#Trag\u00e9dieLacM\u00e9gantic", "#M\u00e9gantic", "Lac M\u00e9gantic", "Lac Megantic", "Quebec train explosion", "Quebec train derailment", "Quebec train crash", "Quebec oil train", "Canada train oil", "Canada train oil", "Canadian train oil"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "object", "properties": {"kw_collection": {"type": "integer"}, "geo_collection": {"type": "null"}}, "required": ["kw_collection", "geo_collection"]}, "time": {"type": "object", "properties": {"development": {"type": "string"}, "duration": {"type": "integer"}, "year": {"type": "string"}, "month": {"type": "string"}, "start_day": {"type": "string"}}, "required": ["development", "duration", "year", "month", "start_day"]}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "spread": {"type": "string"}, "location_description": {"type": "string"}, "country_internet_penetration": {"type": "null"}}, "required": ["country", "spread", "location_description", "country_internet_penetration"]}, "categorization": {"type": "object", "properties": {"category": {"type": "string"}, "sub_category": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "sub_category", "type"]}, "external_url": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "size", "time", "location", "categorization", "external_url", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x11bf607993ebfc3426ab3952e01cf40d70afc76f", "tool" : "solhint", "start" : 1563636753.3746872, "end" : 1563636758.1090143, "duration" : 4.734327077865601, "analysis" : [{"file" : "/unique_chucks/26/0x11bf607993ebfc3426ab3952e01cf40d70afc76f.sol", "line" : "540", "column" : "2", "message" : "Line length must be no more than 120 but current length is 123.", "level" : "Error", "type" : "max-line-length"}, {"file" : "/unique_chucks/26/0x11bf607993ebfc3426ab3952e01cf40d70afc76f.sol", "line" : "615", "column" : "2", "message" : "Line length must be no more than 120 but current length is 121.", "level" : "Error", "type" : "max-line-length"}, {"file" : "/unique_chucks/26/0x11bf607993ebfc3426ab3952e01cf40d70afc76f.sol", "line" : "640", "column" : "2", "message" : "Line length must be no more than 120 but current length is 126.", "level" : "Error", "type" : "max-line-length"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"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" : [[[-96.612249, 32.793633], [-96.611299, 32.800863], [-96.611255, 32.811076], [-96.605734, 32.813845], [-96.595985, 32.813958], [-96.595897, 32.790419], [-96.605969, 32.792366], [-96.612232, 32.792524], [-96.612249, 32.793633]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 88890}}]} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 173085, "date" : "2021-08-05 15:51:51", "user" : "Hostshield_LTD", "post" : "\r\n\r\n**Our Story:** Hostshield LTD was founded in 2018 by tech-savy team and we\u2019ve been in the market for 3 years and we\u2019ve been growing since then, we believe that we still have a lot to provide to our valuable customers. We thank every customer who believed in us.\r\n\r\n**Our Hardware/Network:** All of our servers are SSD Empowered with an Intel XEON E5 or better running on a Juniper and Cisco network equipment.\r\n\r\n**Support**: Friendly support ready to assist you at any time.\r\n\r\n**Payments:** We accept Cards payments using Stripe, Paypal, Bitcoin and Perfect Money.\r\n\r\n**Management panel:** All of ours servers (Dedicated Servers and VPS) comes with a panel which allows you to fully manage your vps.\r\n\r\n**Contacts:** **_Whatsapp +44 1234 923306_** \u2013 **_Hot Line: +44 2038 158004_** \u2013 **_Email: support@hostshield.net_**\r\n\r\n**_Our Packages_**:\r\n\r\n**Server Location** - Netherlands \r\n**CPU** - Intel XeonE5 2680v3 @3,30Ghz turbo (12 cores, 24 threads)\r\n**Memory** - 32GB RAM DDR4 \r\n**SSD** - 1TB SSD\r\n**Port Speed** - 1 Gbps @ 10TB\r\n**IP Address** - 1 (Additional IPs can be provided upon request)\r\n**Access Panel**- Yes\r\n**FREE SETUP**- Yes\r\n**Activation Time**- 2-12 hours\r\n**79.99$** Monthly / **_[Order Here](https://hostshield.net/billing/cart.php?a=add&pid=143 \"Order Here\")_**\r\n\r\n\r\n**Find us on**: [Youtube](https://www.youtube.com/channel/UCU0NeSVLITDcAMbq7ipy_Dg \"Youtube\"), [Twitter](https://twitter.com/hostshieldltd \"Twitter\"), [Facebook](https://www.facebook.com/hostshield.ltd/ \"Facebook\"), [Instagram](https://www.instagram.com/hostshield.ltd/ \"Instagram\")\r\n"} | 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#"} |
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" : "1402042008", "district_id" : "1402042", "name" : "MORONG"} | 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 an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"bottomright": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "confidence": {"type": "number"}, "topleft": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "label": {"type": "string"}}, "required": ["bottomright", "confidence", "topleft", "label"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"bottomright" : {"x" : 1279, "y" : 522}, "confidence" : 0.19, "topleft" : {"x" : 1205, "y" : 39}, "label" : "person"}, {"bottomright" : {"x" : 1279, "y" : 719}, "confidence" : 0.73, "topleft" : {"x" : 139, "y" : 45}, "label" : "person"}, {"bottomright" : {"x" : 1030, "y" : 185}, "confidence" : 0.21, "topleft" : {"x" : 815, "y" : 64}, "label" : "chair"}, {"bottomright" : {"x" : 1279, "y" : 719}, "confidence" : 0.19, "topleft" : {"x" : 1158, "y" : 603}, "label" : "chair"}, {"bottomright" : {"x" : 1278, "y" : 587}, "confidence" : 0.15, "topleft" : {"x" : 1176, "y" : 511}, "label" : "diningtable"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bottomright": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "confidence": {"type": "number"}, "topleft": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "label": {"type": "string"}}, "required": ["bottomright", "confidence", "topleft", "label"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "bites": {"type": "array", "items": {}}, "other": {"type": "array", "items": {}}, "fever": {"type": "array", "items": {}}}, "required": ["em", "bites", "other", "fever"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"em" : [{"location" : {"latitude" : 50.67, "longitude" : 5.67}}, {"location" : {"latitude" : 52.09, "longitude" : 5.24}}, {"location" : {"latitude" : 51.45, "longitude" : 4.94}}], "bites" : [], "other" : [], "fever" : []} | json_instruct | {"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "bites": {"type": "array", "items": {}}, "other": {"type": "array", "items": {}}, "fever": {"type": "array", "items": {}}}, "required": ["em", "bites", "other", "fever"], "$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"}, "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" : [[[140.0, 41.666666666666664], [140.0, 41.75], [140.125, 41.75], [140.125, 41.666666666666664], [140.0, 41.666666666666664]]]}, "properties" : {"code" : 624040, "url" : "http://madefor.github.io/0410/api/v1/624040.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/624040.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "I hadn't noticed before that this question is posted to the HDRI list, which may have a limited number of readers who are also using evalglare on Windows. It might be worthwhile to post your questions #1 and #2 to the radiance-general mailing list in this case. Those questions have more to do with successful use of evalglare and Radiance in Windows than they are specific to HDRI. To add to Lars' answer for question #3, please check this link:\nhttp://radiance-online.org/pipermail/radiance-general/2012-February/008353.html\n\n\nRegards,\nChris\n\n\n-----Original Message-----\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/hdri/2013-October/000491.html).</sup>", "attachments" : [], "created_by_name" : "Christopher Rush", "created_at" : "October 07, 2013 at 06:15AM", "created_by" : "Christopher_Rush", "parent_id" : "hdri_000487", "id" : "hdri_000491"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$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"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "connection.url": {"type": "string"}, "type.name": {"type": "string"}, "key.ignore": {"type": "boolean"}, "behavior.on.null.values": {"type": "string"}, "topics": {"type": "string"}, "tasks.max": {"type": "integer"}}, "required": ["connector.class", "connection.url", "type.name", "key.ignore", "behavior.on.null.values", "topics", "tasks.max"]}}, "required": ["name", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "elasticsearch-sink", "config" : {"connector.class" : "io.confluent.connect.elasticsearch.ElasticsearchSinkConnector", "connection.url" : "http://elasticsearch:9200", "type.name" : "_doc", "key.ignore" : false, "behavior.on.null.values" : "delete", "topics" : "customers", "tasks.max" : 1}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "connection.url": {"type": "string"}, "type.name": {"type": "string"}, "key.ignore": {"type": "boolean"}, "behavior.on.null.values": {"type": "string"}, "topics": {"type": "string"}, "tasks.max": {"type": "integer"}}, "required": ["connector.class", "connection.url", "type.name", "key.ignore", "behavior.on.null.values", "topics", "tasks.max"]}}, "required": ["name", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 102210, "info" : {"name" : "Supernatural Dean Pie Cursor", "description" : "Credit to http://www.deangrayson.deviantart.com/ and http://pure-purgatory.tumblr.com/", "additionalInfo" : null, "format" : "uso", "category" : "tumblr", "createdAt" : "2014-06-04T23:39:08.000Z", "updatedAt" : "2014-06-04T23:39:08.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 266227, "name" : "theangelandhisdemon"}}, "stats" : {"installs" : {"total" : 2512, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "102210_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document url-prefix(http://www.tumblr.com/),url-prefix(https://www.tumblr.com/),url-prefix(https://www.google.com/),url-prefix(https://www.fanfiction.net/),url-prefix(https://www.youtube.com/),url-prefix(https://www.netflix.com/), url-prefix(https://www.userstyles.org/){\r\n\r\n\r\nhtml {cursor: url(http://i.imgur.com/fgqzuV8.png), progress;}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "copyright": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"Microsoft.Extensions.Logging.Abstractions": {"type": "string"}, "Microsoft.Extensions.Options": {"type": "string"}, "Newtonsoft.Json": {"type": "string"}}, "required": ["Microsoft.Extensions.Logging.Abstractions", "Microsoft.Extensions.Options", "Newtonsoft.Json"]}, "frameworks": {"type": "object", "properties": {"netstandard1.6": {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"NETStandard.Library": {"type": "string"}, "System.Runtime.Serialization.Formatters": {"type": "string"}}, "required": ["NETStandard.Library", "System.Runtime.Serialization.Formatters"]}, "imports": {"type": "string"}, "buildOptions": {"type": "object", "properties": {"define": {"type": "array", "items": {"type": "string"}}}, "required": ["define"]}}, "required": ["dependencies", "imports", "buildOptions"]}, "net452": {"type": "object", "properties": {"buildOptions": {"type": "object", "properties": {"define": {"type": "array", "items": {"type": "string"}}}, "required": ["define"]}}, "required": ["buildOptions"]}}, "required": ["netstandard1.6", "net452"]}, "buildOptions": {"type": "object", "properties": {"xmlDoc": {"type": "boolean"}}, "required": ["xmlDoc"]}}, "required": ["title", "copyright", "description", "version", "dependencies", "frameworks", "buildOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Trifling", "copyright" : "James Hough 2017", "description" : "Trifling Library", "version" : "0.4.0-beta", "dependencies" : {"Microsoft.Extensions.Logging.Abstractions" : "1.1.0", "Microsoft.Extensions.Options" : "1.1.0", "Newtonsoft.Json" : "9.0.1"}, "frameworks" : {"netstandard1.6" : {"dependencies" : {"NETStandard.Library" : "1.6.1", "System.Runtime.Serialization.Formatters" : "4.3.0"}, "imports" : "dnxcore50", "buildOptions" : {"define" : ["NETCORE"]}}, "net452" : {"buildOptions" : {"define" : ["NET45"]}}}, "buildOptions" : {"xmlDoc" : true}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "copyright": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"Microsoft.Extensions.Logging.Abstractions": {"type": "string"}, "Microsoft.Extensions.Options": {"type": "string"}, "Newtonsoft.Json": {"type": "string"}}, "required": ["Microsoft.Extensions.Logging.Abstractions", "Microsoft.Extensions.Options", "Newtonsoft.Json"]}, "frameworks": {"type": "object", "properties": {"netstandard1.6": {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"NETStandard.Library": {"type": "string"}, "System.Runtime.Serialization.Formatters": {"type": "string"}}, "required": ["NETStandard.Library", "System.Runtime.Serialization.Formatters"]}, "imports": {"type": "string"}, "buildOptions": {"type": "object", "properties": {"define": {"type": "array", "items": {"type": "string"}}}, "required": ["define"]}}, "required": ["dependencies", "imports", "buildOptions"]}, "net452": {"type": "object", "properties": {"buildOptions": {"type": "object", "properties": {"define": {"type": "array", "items": {"type": "string"}}}, "required": ["define"]}}, "required": ["buildOptions"]}}, "required": ["netstandard1.6", "net452"]}, "buildOptions": {"type": "object", "properties": {"xmlDoc": {"type": "boolean"}}, "required": ["xmlDoc"]}}, "required": ["title", "copyright", "description", "version", "dependencies", "frameworks", "buildOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "NEUROHAX 5000 TABLET", "harga" : " Rp. 121.000/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_bebas.gif", "kandungan" : "Vitamin B1 100 mg, Vitamin B6 100 mg, Vitamin B12 5000 mcg.", "indikasi" : "Gangguan sistem saraf tepi, kekurangan Vitamin B.", "kontraindikasi" : "", "perhatian" : "Vitamin B6 dosis tinggi menurunkan aksi Levodopa.", "efeksamping" : "", "indeksamanwanitahamil" : "", "kemasan" : "Neurohax 5000 tablet 5 x 10's", "dosis" : "", "penyajian" : "Dikonsumsi bersamaan dengan makanan atau tidak", "pabrik" : "Guardian Farma.", "id" : "13232", "category_id" : "11"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$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.