input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "", "id" : "card.exploration.cultural:pok/cultural_relic_fragment.4", "name" : "Cultural Relic Fragment (4)"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x9401159184d0da1248ec76d34358022acb0ef15e", "tool" : "securify", "start" : 1563747633.607557, "end" : 1563747637.3406672, "duration" : 3.733110189437866, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "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": {"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" : "ARG1X0Q1187FB57C48", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Kivimets\u00e4n Druidi", "duration" : 344.5024, "num_songs" : 1, "song_id" : "SOMYUHK12AF729E9A3", "title" : "The Tyrant", "year" : 2007}
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"heos": {"type": "object", "properties": {"command": {"type": "string"}, "result": {"type": "string"}, "message": {"type": "string"}}, "required": ["command", "result", "message"]}, "payload": {"type": "object", "properties": {"type": {"type": "string"}, "song": {"type": "string"}, "album": {"type": "string"}, "artist": {"type": "string"}, "image_url": {"type": "string"}, "album_id": {"type": "string"}, "mid": {"type": "string"}, "qid": {"type": "integer"}, "sid": {"type": "integer"}}, "required": ["type", "song", "album", "artist", "image_url", "album_id", "mid", "qid", "sid"]}, "options": {"type": "array", "items": {}}}, "required": ["heos", "payload", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"heos" : {"command" : "player/get_now_playing_media", "result" : "success", "message" : "pid={player_id}&sequence={sequence}"}, "payload" : {"type" : "song", "song" : "Disney Hits", "album" : "", "artist" : "", "image_url" : "", "album_id" : "", "mid" : "catalog/playlists/genres", "qid" : 1, "sid" : 13}, "options" : []}
json_instruct
{"type": "object", "properties": {"heos": {"type": "object", "properties": {"command": {"type": "string"}, "result": {"type": "string"}, "message": {"type": "string"}}, "required": ["command", "result", "message"]}, "payload": {"type": "object", "properties": {"type": {"type": "string"}, "song": {"type": "string"}, "album": {"type": "string"}, "artist": {"type": "string"}, "image_url": {"type": "string"}, "album_id": {"type": "string"}, "mid": {"type": "string"}, "qid": {"type": "integer"}, "sid": {"type": "integer"}}, "required": ["type", "song", "album", "artist", "image_url", "album_id", "mid", "qid", "sid"]}, "options": {"type": "array", "items": {}}}, "required": ["heos", "payload", "options"], "$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"}, "dependencies": {"type": "object", "properties": {"@rauschma/stringio": {"type": "string"}, "abi2solidity": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "ethers": {"type": "string"}, "express": {"type": "string"}, "level": {"type": "string"}}, "required": ["@rauschma/stringio", "abi2solidity", "body-parser", "cors", "ethers", "express", "level"]}}, "required": ["type", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "module", "dependencies" : {"@rauschma/stringio" : "^1.4.0", "abi2solidity" : "^0.1.2", "body-parser" : "^1.19.1", "cors" : "^2.8.5", "ethers" : "^5.5.4", "express" : "^4.17.2", "level" : "^7.0.1"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@rauschma/stringio": {"type": "string"}, "abi2solidity": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "ethers": {"type": "string"}, "express": {"type": "string"}, "level": {"type": "string"}}, "required": ["@rauschma/stringio", "abi2solidity", "body-parser", "cors", "ethers", "express", "level"]}}, "required": ["type", "dependencies"], "$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" : "BUNGO", "originalFilename" : "3_1.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 17788, "noUrut" : 1, "nama" : "SYARIPUDDIN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BUNGO", "originalFilename" : "3_2.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 1834, "noUrut" : 2, "nama" : "Drs. AGUS SUPANTO, M.Pd.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BUNGO", "originalFilename" : "3_3.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 1838, "noUrut" : 3, "nama" : "DESMIYENTI, S.Pd.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BUNGO", "originalFilename" : "3_4.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 168012, "noUrut" : 4, "nama" : "YUNITA SARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BUNGO", "originalFilename" : "3_5.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 1846, "noUrut" : 5, "nama" : "DADANG SUKMAWAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BUNGO", "originalFilename" : "3_6.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 185606, "noUrut" : 6, "nama" : "JOZI IRAWAN, S.P.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BUNGO", "originalFilename" : "3_7.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 184861, "noUrut" : 7, "nama" : "QODRATUNNISA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BUNGO", "originalFilename" : "3_8.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 183552, "noUrut" : 8, "nama" : "AHMADI, S.H.I.", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "\u8302\u65e6\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99686182", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08810003327394", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u6843\u5712\u5340\u6c74\u6d32\u91cc\u7d93\u570b\u8def\u516b\u516b\u516b\u865f\u4e94\u6a13\u4e4b\u4e8c", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u6843\u5712\u5340\u6c74\u6d32\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6797\u4f59\u96ea\u679d\u3000\u3000", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "43869424", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0880611", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0880629", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["26\u96fb\u5b50\u96f6\u7d44\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["264\u5149\u96fb\u6750\u6599\u53ca\u5143\u4ef6", "269\u5176\u4ed6\u96fb\u5b50\u96f6\u7d44\u4ef6"]}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"rsuite.js": {"type": "string"}, "rsuite.min.js": {"type": "string"}, "styles/rsuite.css": {"type": "string"}, "styles/rsuite.min.css": {"type": "string"}}, "required": ["rsuite.js", "rsuite.min.js", "styles/rsuite.css", "styles/rsuite.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rsuite.js" : "sha256-twogsK2U0BC5VhGqRY1lRO6tnq+HWKFKizBap+VYvxo=", "rsuite.min.js" : "sha256-8/S37+oGCr+iOFM+awJ0WA+QNF90KyTBQtHz3MFZImI=", "styles/rsuite.css" : "sha256-jCCMFOJBo9FmKz2QEezVD1K+X5J/5qFKbEe+2AHUtn0=", "styles/rsuite.min.css" : "sha256-Xv/uQYeBMZ8DeZGzPeTiaJAsn1AxHkgsTKP504a+P5A="}
json_instruct
{"type": "object", "properties": {"rsuite.js": {"type": "string"}, "rsuite.min.js": {"type": "string"}, "styles/rsuite.css": {"type": "string"}, "styles/rsuite.min.css": {"type": "string"}}, "required": ["rsuite.js", "rsuite.min.js", "styles/rsuite.css", "styles/rsuite.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xd6d79f85d8cb962b15181aac0c1545d61b6c5672", "tool" : "honeybadger", "start" : 1565800885.161793, "end" : 1565800887.2076185, "duration" : 2.045825481414795, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aws-sdk.js" : "sha512-u1nugf7LXr2cgxtYXCZXlzEJXqUT6+mPXvzKtwgo0Do91oNaupvfsCVK4rJY4yqF8qTsLYNaXxycNYgBu/DQLA==", "aws-sdk.min.js" : "sha512-Z0RxeMf2ImgKo5LKV5fBNbuE82beZTHafi18Sb4uO+5b17Qzc3OMiVr6A0OdVxBPIBRjY7Xij15C4y5yJ9Vo6Q=="}
json_instruct
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"expression": {"type": "string"}, "save": {"type": "string"}, "transitions": {"type": "object", "properties": {"isTrue": {"type": "integer"}, "isFalse": {"type": "integer"}, "isError": {"type": "integer"}}, "required": ["isTrue", "isFalse", "isError"]}, "context": {"type": "object", "properties": {}, "required": []}}, "required": ["expression", "save", "transitions", "context"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expression" : "((age) >= 18)", "save" : "adult", "transitions" : {"isTrue" : 15, "isFalse" : 23, "isError" : 45}, "context" : {}}
json_instruct
{"type": "object", "properties": {"expression": {"type": "string"}, "save": {"type": "string"}, "transitions": {"type": "object", "properties": {"isTrue": {"type": "integer"}, "isFalse": {"type": "integer"}, "isError": {"type": "integer"}}, "required": ["isTrue", "isFalse", "isError"]}, "context": {"type": "object", "properties": {}, "required": []}}, "required": ["expression", "save", "transitions", "context"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"eruda.js": {"type": "string"}, "eruda.min.js": {"type": "string"}}, "required": ["eruda.js", "eruda.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"eruda.js" : "sha512-BdtQqo1rjCnyYAgqeOM80nptNHEdklNd009mBRo4ow+fMzbL/Vd6JGGvc7fpV1j3+c+d+X8KzVe8AerVThaZ8A==", "eruda.min.js" : "sha512-z7B9++Fg44FOGXFQPoiFLI5+EDxofo42LfYKKsVUr/tWQBGWNoSSYpSaZFz7noucedxtt1VMEKMzyvLFftTjvQ=="}
json_instruct
{"type": "object", "properties": {"eruda.js": {"type": "string"}, "eruda.min.js": {"type": "string"}}, "required": ["eruda.js", "eruda.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "putrescible", "definition" : "Capable of putrefaction; liable to become putrid; as, putrescible substances.\n\nA substance, usually nitrogenous, which is liable to undergo decomposition when in contact with air and moisture at ordinary temperatures."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "mojave": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_big_sur", "big_sur", "catalina", "mojave"]}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "mojave": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_big_sur", "big_sur", "catalina", "mojave", "x86_64_linux"]}}, "required": ["name", "pkg_version", "rebuild", "bottles"]}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gsoap", "pkg_version" : "2.8.115", "rebuild" : 0, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/gsoap/blobs/sha256:b9023155e61e18f169163e0d17e4ea130f95dc6ade6bb89e9a56e8458d6b8e54"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/gsoap/blobs/sha256:bfa8373d47f03c3461f7d78f9098540ee6417ae65105c01d0a1d1488a60f1c92"}, "catalina" : {"url" : "https://ghcr.io/v2/homebrew/core/gsoap/blobs/sha256:bb792ad3a6cafe63c81bcdda836be6c5f7968fc2d797852ea7511b71ab0bb478"}, "mojave" : {"url" : "https://ghcr.io/v2/homebrew/core/gsoap/blobs/sha256:2d38a218fb7c0cf4f7aa298af3d2cada1a47b84d5e8dc22cd7ed7bb5195ac250"}}, "dependencies" : [{"name" : "openssl@1.1", "pkg_version" : "1.1.1k", "rebuild" : 0, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/openssl/1.1/blobs/sha256:0a75e0f116c0653bc7a2b422e5dc500e7e51557303aa4fca9c1a28786189c1da"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/openssl/1.1/blobs/sha256:17d94c51ddfa8364baed5f3a754063e1ca75f807194f68d0b976619cf4e69c1a"}, "catalina" : {"url" : "https://ghcr.io/v2/homebrew/core/openssl/1.1/blobs/sha256:cb610ecdda346011031b890d7b7c6e1942d7fc08cf083b74f148ec7ffed8c7e1"}, "mojave" : {"url" : "https://ghcr.io/v2/homebrew/core/openssl/1.1/blobs/sha256:7928c80c309c6ece50b1c0d968a1e54011088cc896d26aa511249978a246bd50"}, "x86_64_linux" : {"url" : "https://ghcr.io/v2/homebrew/core/openssl/1.1/blobs/sha256:63b4e785e2baf4ebf0e9b8e33e0dd3aa38399d9f10fd0121088f83ad2de42c5f"}}}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "mojave": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_big_sur", "big_sur", "catalina", "mojave"]}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "mojave": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_big_sur", "big_sur", "catalina", "mojave", "x86_64_linux"]}}, "required": ["name", "pkg_version", "rebuild", "bottles"]}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pieces": {"type": "array", "items": {}}, "totalRecords": {"type": "integer"}}, "required": ["pieces", "totalRecords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pieces" : [], "totalRecords" : 0}
json_instruct
{"type": "object", "properties": {"pieces": {"type": "array", "items": {}}, "totalRecords": {"type": "integer"}}, "required": ["pieces", "totalRecords"], "$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"}, "type": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["serve", "build", "lint", "test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"standardx": {"type": "string"}}, "required": ["standardx"]}}, "required": ["name", "version", "description", "type", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@filecoin-shipyard/lotus-client", "version" : "0.0.1", "description" : "Lotus JS Client", "type" : "module", "main" : "index.js", "scripts" : {"serve" : "mdbook serve", "build" : "mdbook build", "lint" : "standardx", "test" : "npm run lint"}, "keywords" : [], "author" : "Jim Pick (@jimpick)", "license" : "(Apache-2.0 AND MIT)", "dependencies" : {"standardx" : "^7.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["serve", "build", "lint", "test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"standardx": {"type": "string"}}, "required": ["standardx"]}}, "required": ["name", "version", "description", "type", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 110, "id" : "BR-AC"}, {"users" : 469, "id" : "BR-AL"}, {"users" : 415, "id" : "BR-AM"}, {"users" : 44, "id" : "BR-AP"}, {"users" : 1888, "id" : "BR-BA"}, {"users" : 1521, "id" : "BR-CE"}, {"users" : 335, "id" : "BR-DF"}, {"users" : 480, "id" : "BR-ES"}, {"users" : 976, "id" : "BR-GO"}, {"users" : 273, "id" : "BR-MA"}, {"users" : 2513, "id" : "BR-MG"}, {"users" : 126, "id" : "BR-MS"}, {"users" : 294, "id" : "BR-MT"}, {"users" : 641, "id" : "BR-PA"}, {"users" : 722, "id" : "BR-PB"}, {"users" : 1252, "id" : "BR-PE"}, {"users" : 341, "id" : "BR-PI"}, {"users" : 2445, "id" : "BR-PR"}, {"users" : 13681, "id" : "BR-RJ"}, {"users" : 299, "id" : "BR-RN"}, {"users" : 180, "id" : "BR-RO"}, {"users" : 73, "id" : "BR-RR"}, {"users" : 1320, "id" : "BR-RS"}, {"users" : 1607, "id" : "BR-SC"}, {"users" : 296, "id" : "BR-SE"}, {"users" : 40403, "id" : "BR-SP"}, {"users" : 246, "id" : "BR-TO"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elapsed" : "0.086", "endpoint-url" : "https://www.rutland.gov.uk/_resources/assets/attachment/full/0/55748.xlsm", "entry-date" : "2019-12-05T06:38:35.709246", "exception" : "SSLError"}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"uid": {"type": "string"}, "assignerOf": {"type": "string"}, "@context": {"type": "string"}}, "required": ["uid", "assignerOf", "@context"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uid" : "http://odrlapi.appspot.com/samples/party651", "assignerOf" : "http://odrlapi.appspot.com/samples/sample040", "@context" : "http://www.w3.org/ns/odrl.jsonld"}
json_instruct
{"type": "object", "properties": {"uid": {"type": "string"}, "assignerOf": {"type": "string"}, "@context": {"type": "string"}}, "required": ["uid", "assignerOf", "@context"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "abbr": {"type": "string"}}, "required": ["name", "abbr"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Alabama", "abbr" : "AL"}, {"name" : "Alaska", "abbr" : "AK"}, {"name" : "Arizona", "abbr" : "AZ"}, {"name" : "Arkansas", "abbr" : "AR"}, {"name" : "California", "abbr" : "CA"}, {"name" : "Colorado", "abbr" : "CO"}, {"name" : "Connecticut", "abbr" : "CT"}, {"name" : "Delaware", "abbr" : "DE"}, {"name" : "Florida", "abbr" : "FL"}, {"name" : "Georgia", "abbr" : "GA"}, {"name" : "Hawaii", "abbr" : "HI"}, {"name" : "Idaho", "abbr" : "ID"}, {"name" : "Illinois", "abbr" : "IL"}, {"name" : "Indiana", "abbr" : "IN"}, {"name" : "Iowa", "abbr" : "IA"}, {"name" : "Kansas", "abbr" : "KS"}, {"name" : "Kentucky", "abbr" : "KY"}, {"name" : "Louisiana", "abbr" : "LA"}, {"name" : "Maine", "abbr" : "ME"}, {"name" : "Maryland", "abbr" : "MD"}, {"name" : "Massachusetts", "abbr" : "MA"}, {"name" : "Michigan", "abbr" : "MI"}, {"name" : "Minnesota", "abbr" : "MN"}, {"name" : "Mississippi", "abbr" : "MS"}, {"name" : "Missouri", "abbr" : "MO"}, {"name" : "Montana", "abbr" : "MT"}, {"name" : "Nebraska", "abbr" : "NE"}, {"name" : "Nevada", "abbr" : "NV"}, {"name" : "New Hampshire", "abbr" : "NH"}, {"name" : "New Jersey", "abbr" : "NJ"}, {"name" : "New Mexico", "abbr" : "NM"}, {"name" : "New York", "abbr" : "NY"}, {"name" : "North Carolina", "abbr" : "NC"}, {"name" : "North Dakota", "abbr" : "ND"}, {"name" : "Ohio", "abbr" : "OH"}, {"name" : "Oklahoma", "abbr" : "OK"}, {"name" : "Oregon", "abbr" : "OR"}, {"name" : "Pennsylvania", "abbr" : "PA"}, {"name" : "Rhode Island", "abbr" : "RI"}, {"name" : "South Carolina", "abbr" : "SC"}, {"name" : "South Dakota", "abbr" : "SD"}, {"name" : "Tennessee", "abbr" : "TN"}, {"name" : "Texas", "abbr" : "TX"}, {"name" : "Utah", "abbr" : "UT"}, {"name" : "Vermont", "abbr" : "VT"}, {"name" : "Virginia", "abbr" : "VA"}, {"name" : "Washington", "abbr" : "WA"}, {"name" : "West Virginia", "abbr" : "WV"}, {"name" : "Wisconsin", "abbr" : "WI"}, {"name" : "Wyoming", "abbr" : "WY"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "abbr": {"type": "string"}}, "required": ["name", "abbr"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "gulp-util": {"type": "string"}, "through2": {"type": "string"}}, "required": ["cheerio", "gulp-util", "through2"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}}, "required": ["gulp"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gulp-img-comment", "version" : "0.0.2", "description" : "Gulp custom plugin to insert image name in a html comment", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/jaimegvalero/gulp-img-comment.git"}, "keywords" : ["gulpplugin", "image", "src", "comment", "html"], "author" : "Jaime Garcia Valero", "license" : "MIT", "bugs" : {"url" : "https://github.com/jaimegvalero/gulp-img-comment/issues"}, "homepage" : "https://github.com/jaimegvalero/gulp-img-comment#readme", "dependencies" : {"cheerio" : "^1.0.0-rc.2", "gulp-util" : "^3.0.8", "through2" : "^2.0.3"}, "devDependencies" : {"gulp" : "^3.9.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "gulp-util": {"type": "string"}, "through2": {"type": "string"}}, "required": ["cheerio", "gulp-util", "through2"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}}, "required": ["gulp"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "lint": {"type": "string"}}, "required": ["dev", "lint"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/react", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-prettier", "prettier", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "version", "main", "repository", "author", "bugs", "homepage", "license", "keywords", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "custom-hooks", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/Mario-aj/custom-hooks.git", "author" : "Mario-alfredo-jorge <mariojorge1997@mail.ru>", "bugs" : {"url" : "https://github.com/Mario-aj/custom-hooks/issues"}, "homepage" : "https://github.com/Mario-aj/custom-hooks#readme", "license" : "MIT", "keywords" : ["custom-hooks", "hooks", "react-hooks"], "scripts" : {"dev" : "ts-node-dev --respawn --transpile-only --ignore-watch node_modules --no-notify src/index.ts", "lint" : "eslint --ext ./src/**/*.ts,./src/**/*.js"}, "devDependencies" : {"@types/react" : "^17.0.14", "@typescript-eslint/eslint-plugin" : "^4.28.2", "@typescript-eslint/parser" : "^4.28.2", "eslint" : "^7.30.0", "eslint-config-airbnb-base" : "^14.2.1", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-import" : "^2.22.1", "eslint-plugin-prettier" : "^3.4.0", "prettier" : "^2.3.2", "ts-node-dev" : "^1.1.8", "typescript" : "^4.3.5"}, "dependencies" : {"react" : "^17.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "lint": {"type": "string"}}, "required": ["dev", "lint"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/react", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-prettier", "prettier", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "version", "main", "repository", "author", "bugs", "homepage", "license", "keywords", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "whiffletree", "definition" : "Same as Whippletree."}
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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourceRoot": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourceRoot", "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 function createObject(keys, values) {\n return keys.reduce(function (result, key, i) {\n return result[key] = values[i], result;\n }, {});\n}", "map" : {"version" : 3, "sources" : ["../../../../src/internal/util/createObject.ts"], "names" : [], "mappings" : "AAAA,OAAM,SAAU,YAAV,CAAuB,IAAvB,EAAuC,MAAvC,EAAoD;AACxD,SAAO,IAAI,CAAC,MAAL,CAAY,UAAC,MAAD,EAAS,GAAT,EAAc,CAAd,EAAe;AAAK,WAAE,MAAM,CAAC,GAAD,CAAN,GAAc,MAAM,CAAC,CAAD,CAArB,EAAD,MAAA;AAAmC,GAAnE,EAAqE,EAArE,CAAP;AACD", "sourceRoot" : "", "sourcesContent" : ["export function createObject(keys, values) {\n return keys.reduce(function (result, key, i) { return ((result[key] = values[i]), result); }, {});\n}\n//# sourceMappingURL=createObject.js.map"]}, "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": {}}, "mappings": {"type": "string"}, "sourceRoot": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourceRoot", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "dataVotes": {"type": "integer"}, "willVotes": {"type": "integer"}, "totalVotes": {"type": "integer"}}, "required": ["id", "title", "children", "dataVotes", "willVotes", "totalVotes"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ffd83549-8b21-4820-ad00-d507a1430bc9", "playerTags" : [], "teamTags" : ["747b8e4a-7e50-4638-a973-ea7950a3e739"], "gameTags" : [], "metadata" : {"id" : "idols_steal", "title" : "Plunder", "children" : ["88caf2db-c01c-4f26-8837-16321adaceab", "b483b5ce-a4b9-4c00-8787-40fadd4cb7e7"], "dataVotes" : 4657, "willVotes" : 11724, "totalVotes" : 101727}, "created" : "2021-03-14T18:01:05.978Z", "season" : 12, "tournament" : -1, "type" : 61, "day" : 115, "phase" : 13, "category" : 3, "description" : "Will Received: Plunder", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "dataVotes": {"type": "integer"}, "willVotes": {"type": "integer"}, "totalVotes": {"type": "integer"}}, "required": ["id", "title", "children", "dataVotes", "willVotes", "totalVotes"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "prettify": {"type": "string"}}, "required": ["build", "test", "lint", "prettify"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "apollo-server-env": {"type": "string"}, "apollo-server-types": {"type": "string"}, "graphql": {"type": "string"}, "graphql-extensions": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "tslint": {"type": "string"}, "tslint-config-prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "apollo-server-env", "apollo-server-types", "graphql", "graphql-extensions", "jest", "prettier", "ts-jest", "tslint", "tslint-config-prettier", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@est-normalis/simple-apollo-logger", "version" : "0.4.1", "description" : "A simple logger for Apollo Server", "main" : "dist/index.js", "types" : "dist/index.d.ts", "scripts" : {"build" : "tsc", "test" : "jest", "lint" : "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'", "prettify" : "prettier src/**/*.ts --write"}, "repository" : {"type" : "git", "url" : "git+https://github.com/est-normalis/simple-apollo-logger.git"}, "keywords" : ["apollo", "log", "logging", "graphql"], "author" : "Est Normalis", "license" : "MIT", "bugs" : {"url" : "https://github.com/est-normalis/simple-apollo-logger/issues"}, "homepage" : "https://github.com/est-normalis/simple-apollo-logger#readme", "devDependencies" : {"@types/jest" : "^25.2.1", "@types/node" : "^13.13.5", "apollo-server-env" : "^2.4.3", "apollo-server-types" : "^0.4.0", "graphql" : "^15.0.0", "graphql-extensions" : "^0.12.0", "jest" : "^25.2.1", "prettier" : "^2.0.5", "ts-jest" : "^25.5.0", "tslint" : "^5.20.1", "tslint-config-prettier" : "^1.18.0", "typescript" : "^3.8.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "prettify": {"type": "string"}}, "required": ["build", "test", "lint", "prettify"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "apollo-server-env": {"type": "string"}, "apollo-server-types": {"type": "string"}, "graphql": {"type": "string"}, "graphql-extensions": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "tslint": {"type": "string"}, "tslint-config-prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "apollo-server-env", "apollo-server-types", "graphql", "graphql-extensions", "jest", "prettier", "ts-jest", "tslint", "tslint-config-prettier", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$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": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "lang": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "lang", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1f35d436-2187-446c-b442-270fff162735", "data" : [{"text" : "just me", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}, {"id" : "fa4c6ff6-8b4c-4a8a-89d8-019f43b29291", "data" : [{"text" : "answering for myself", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}, {"id" : "42506cc6-c7a4-486f-a0c1-8cc62511e47f", "data" : [{"text" : "answer for me", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}, {"id" : "00d8f6ec-1bde-4fad-bbb0-0bfbe8020987", "data" : [{"text" : "for myself", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}, {"id" : "0d02bd02-1844-422b-b70f-92e36f6cd94c", "data" : [{"text" : "for me", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}, {"id" : "14d27bb5-60c1-4eb1-b39b-30b5344220c0", "data" : [{"text" : "myself", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}, {"id" : "3fd46750-1c46-4418-9ffe-535b13e201b2", "data" : [{"text" : "me", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "lang": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "lang", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : [[[[-95.69088227899992, 39.04414530700006], [-95.69686290599995, 39.044100388000054], [-95.69700078599996, 39.04632853400005], [-95.69704837499992, 39.04780380000005], [-95.69582957099996, 39.05071878100005], [-95.69567519899992, 39.051087989000045], [-95.69049949399992, 39.04978943200006], [-95.69036208999992, 39.04975495800004], [-95.69013421599996, 39.04969556100007], [-95.69086670999995, 39.047462295000045], [-95.69081259499994, 39.04414583000004], [-95.69088227899992, 39.04414530700006]]]], "properties" : {"id" : "usa-ks-topeka-tennessee-town-neighborhood", "type" : "neighborhood", "name" : "Tennessee Town", "code" : "761379"}}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"errors": {"type": "object", "properties": {"validator": {"type": "object", "properties": {"min_length": {"type": "string"}, "max_length": {"type": "string"}, "regexp": {"type": "string"}, "array_in": {"type": "string"}, "empty": {"type": "string"}, "range": {"type": "string"}}, "required": ["min_length", "max_length", "regexp", "array_in", "empty", "range"]}}, "required": ["validator"]}}, "required": ["errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"errors" : {"validator" : {"min_length" : "The string must contain at least %{min} characters.", "max_length" : "The string must not contain more than %{max} characters.", "regexp" : "The character string does not respect the expected format.", "array_in" : "The selected value must be one of the following: [%{values}]", "empty" : "This field must not be empty.", "range" : "The minimum must be less than the maximum."}}}
json_instruct
{"type": "object", "properties": {"errors": {"type": "object", "properties": {"validator": {"type": "object", "properties": {"min_length": {"type": "string"}, "max_length": {"type": "string"}, "regexp": {"type": "string"}, "array_in": {"type": "string"}, "empty": {"type": "string"}, "range": {"type": "string"}}, "required": ["min_length", "max_length", "regexp", "array_in", "empty", "range"]}}, "required": ["validator"]}}, "required": ["errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "nativeName": {"type": "string"}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "currency": {"type": "array", "items": {"type": "string"}}, "callingCode": {"type": "array", "items": {"type": "string"}}, "capital": {"type": "string"}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "relevance": {"type": "string"}, "region": {"type": "string"}, "subregion": {"type": "string"}, "language": {"type": "array", "items": {"type": "string"}}, "languagesCodes": {"type": "array", "items": {"type": "string"}}, "translations": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "es": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "ja": {"type": "string"}, "nl": {"type": "string"}}, "required": ["de", "en", "es", "fr", "it", "ja", "nl"]}, "population": {"type": "integer"}, "latlng": {"type": "array", "items": {"type": "number"}}, "demonym": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "nativeName", "tld", "cca2", "ccn3", "cca3", "currency", "callingCode", "capital", "altSpellings", "relevance", "region", "subregion", "language", "languagesCodes", "translations", "population", "latlng", "demonym", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Mayotte", "nativeName" : "Mayotte", "tld" : [".yt"], "cca2" : "YT", "ccn3" : "175", "cca3" : "MYT", "currency" : ["EUR"], "callingCode" : ["262"], "capital" : "Mamoudzou", "altSpellings" : ["YT", "Department of Mayotte", "D\u00e9partement de Mayotte"], "relevance" : "0", "region" : "Africa", "subregion" : "Eastern Africa", "language" : ["French"], "languagesCodes" : ["fr"], "translations" : {"de" : "Mayotte", "en" : "Mayotte", "es" : "Mayotte", "fr" : "Mayotte", "it" : "Mayotte", "ja" : "\u30de\u30e8\u30c3\u30c8", "nl" : "Mayotte"}, "population" : 212600, "latlng" : [-12.83333333, 45.16666666], "demonym" : "French", "id" : "Mayotte"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "nativeName": {"type": "string"}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "currency": {"type": "array", "items": {"type": "string"}}, "callingCode": {"type": "array", "items": {"type": "string"}}, "capital": {"type": "string"}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "relevance": {"type": "string"}, "region": {"type": "string"}, "subregion": {"type": "string"}, "language": {"type": "array", "items": {"type": "string"}}, "languagesCodes": {"type": "array", "items": {"type": "string"}}, "translations": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "es": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "ja": {"type": "string"}, "nl": {"type": "string"}}, "required": ["de", "en", "es", "fr", "it", "ja", "nl"]}, "population": {"type": "integer"}, "latlng": {"type": "array", "items": {"type": "number"}}, "demonym": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "nativeName", "tld", "cca2", "ccn3", "cca3", "currency", "callingCode", "capital", "altSpellings", "relevance", "region", "subregion", "language", "languagesCodes", "translations", "population", "latlng", "demonym", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "mean": {"type": "number"}, "median": {"type": "string"}, "stdev": {"type": "string"}, "min": {"type": "string"}, "max": {"type": "number"}, "num": {"type": "integer"}, "source": {"type": "string"}, "mercury": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "mean", "median", "stdev", "min", "max", "num", "source", "mercury", "images"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "Mackerel-Chub-Pacific", "name" : "Mackerel Chub (Pacific)", "mean" : 0.088, "median" : "N/A", "stdev" : "N/A", "min" : "0.03", "max" : 0.19, "num" : 30, "source" : "NMFS REPORT 1978", "mercury" : 0, "images" : ["img/fish/Mackerel-Chub-Pacific.jpg"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "mean": {"type": "number"}, "median": {"type": "string"}, "stdev": {"type": "string"}, "min": {"type": "string"}, "max": {"type": "number"}, "num": {"type": "integer"}, "source": {"type": "string"}, "mercury": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "mean", "median", "stdev", "min", "max", "num", "source", "mercury", "images"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "integer"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "unique_input": {"type": "integer"}, "errors": {"type": "integer"}, "error_rate": {"type": "number"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"bits:": {"type": "integer"}, "size:": {"type": "integer"}, "byte_size:": {"type": "integer"}, "foz:": {"type": "number"}, "zeros:": {"type": "integer"}, "sum:": {"type": "integer"}, "min:": {"type": "integer"}, "max:": {"type": "integer"}, "mean:": {"type": "number"}}, "required": ["bits:", "size:", "byte_size:", "foz:", "zeros:", "sum:", "min:", "max:", "mean:"]}}}, "required": ["byte_size", "kb_size", "mb_size", "collect_input", "unique_input", "errors", "error_rate", "layers"]}, "insert_time": {"type": "number"}, "errord_time": {"type": "number"}}, "required": ["summary", "insert_time", "errord_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"summary" : {"byte_size" : 67174400, "kb_size" : 65600, "mb_size" : 64.0625, "collect_input" : true, "unique_input" : 16824, "errors" : 22454717, "error_rate" : 0.334601, "layers" : [{"bits:" : 8, "size:" : 65536, "byte_size:" : 65536, "foz:" : 0.127884, "zeros:" : 8381, "sum:" : 12930678, "min:" : 0, "max:" : 255, "mean:" : 197.306}, {"bits:" : 32, "size:" : 16777216, "byte_size:" : 67108864, "foz:" : 0.992823, "zeros:" : 16656806, "sum:" : 787067274, "min:" : 0, "max:" : 6379759, "mean:" : 46.9129}]}, "insert_time" : 14.1407, "errord_time" : 8.89188}
json_instruct
{"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "integer"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "unique_input": {"type": "integer"}, "errors": {"type": "integer"}, "error_rate": {"type": "number"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"bits:": {"type": "integer"}, "size:": {"type": "integer"}, "byte_size:": {"type": "integer"}, "foz:": {"type": "number"}, "zeros:": {"type": "integer"}, "sum:": {"type": "integer"}, "min:": {"type": "integer"}, "max:": {"type": "integer"}, "mean:": {"type": "number"}}, "required": ["bits:", "size:", "byte_size:", "foz:", "zeros:", "sum:", "min:", "max:", "mean:"]}}}, "required": ["byte_size", "kb_size", "mb_size", "collect_input", "unique_input", "errors", "error_rate", "layers"]}, "insert_time": {"type": "number"}, "errord_time": {"type": "number"}}, "required": ["summary", "insert_time", "errord_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ui-bootstrap-tpls.js": {"type": "string"}, "ui-bootstrap-tpls.min.js": {"type": "string"}, "ui-bootstrap.js": {"type": "string"}, "ui-bootstrap.min.js": {"type": "string"}}, "required": ["ui-bootstrap-tpls.js", "ui-bootstrap-tpls.min.js", "ui-bootstrap.js", "ui-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ui-bootstrap-tpls.js" : "sha256-iofWJlv1W6H0NFMcXvnwN1VgvJejFa8tqqyS1LKLozM=", "ui-bootstrap-tpls.min.js" : "sha256-B/1AxVsX/AXG/xksMb7gUSOdEvq/PmP71fJK4QCEovc=", "ui-bootstrap.js" : "sha256-Q4WzbY47XYc1q263mH+Y7qCDnpQa26CaDU9VrV+MZG4=", "ui-bootstrap.min.js" : "sha256-lWSr4JPJBXqxFBfiRL1r6sQFO59aqFtDrs/ZSg9tVKI="}
json_instruct
{"type": "object", "properties": {"ui-bootstrap-tpls.js": {"type": "string"}, "ui-bootstrap-tpls.min.js": {"type": "string"}, "ui-bootstrap.js": {"type": "string"}, "ui-bootstrap.min.js": {"type": "string"}}, "required": ["ui-bootstrap-tpls.js", "ui-bootstrap-tpls.min.js", "ui-bootstrap.js", "ui-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"votes" : {"diff" : 3609, "dem" : 15692, "tot" : 36730, "gop" : 19301}, "for" : "OH/Erie County/39043", "pct" : {"dem" : 42.72, "per_point_diff" : 9.83, "gop" : 52.55}}
json_instruct
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:js": {"type": "string"}, "build:scss": {"type": "string"}}, "required": ["build", "build:js", "build:scss"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "node-sass": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-uglify": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "node-sass", "rollup", "rollup-plugin-babel", "rollup-plugin-uglify"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "types", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "xz-lightbox", "version" : "0.1.7", "description" : "A Native Javascript lightbox. Support ie11 and modern browsers.", "main" : "dist/lightbox.min.js", "scripts" : {"build" : "npm run build:js && npm run build:scss", "build:js" : "node build/rollup.config.js", "build:scss" : "node-sass src/index.scss dist/lightbox.min.css --output-style compressed"}, "keywords" : ["img", "image", "lightbox"], "author" : "xzw", "license" : "MIT", "types" : "index.d.ts", "dependencies" : {}, "devDependencies" : {"@babel/cli" : "^7.0.0", "@babel/core" : "^7.0.0", "@babel/preset-env" : "^7.0.0", "node-sass" : "^4.9.3", "rollup" : "^0.65.2", "rollup-plugin-babel" : "^4.0.3", "rollup-plugin-uglify" : "^5.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:js": {"type": "string"}, "build:scss": {"type": "string"}}, "required": ["build", "build:js", "build:scss"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "node-sass": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-uglify": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "node-sass", "rollup", "rollup-plugin-babel", "rollup-plugin-uglify"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "types", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 200, "data" : {"totalSubs" : 278, "subsInEachSource" : {"feedly" : 128, "inoreader" : 134, "feedsPub" : 16}, "failedSources" : {}}, "lastModified" : 1625979039679}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Casilagan Sur, Banayoyo, Ilocos Sur, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.ilocos-sur.banayoyo.casilagan-sur", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "11", "region_reference" : "1", "region_name" : "Ilocos Region (Region I)", "province_id" : "35", "province_reference" : "35", "province_name" : "Ilocos Sur", "city_id" : "142", "city_reference" : "614", "city_name" : "Banayoyo", "barangay_id" : "3535", "barangay_reference" : "14672", "barangay_name" : "Casilagan Sur"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.473587, 17.235901], [120.473938, 17.23509], [120.475014, 17.23402], [120.475739, 17.23373], [120.476051, 17.233761], [120.477074, 17.234261], [120.475182, 17.23138], [120.474663, 17.23155], [120.471252, 17.232349], [120.46994, 17.23234], [120.467346, 17.23267], [120.465187, 17.23278], [120.463791, 17.23263], [120.462181, 17.23254], [120.461472, 17.23271], [120.45948, 17.233589], [120.458977, 17.233829], [120.459717, 17.2351], [120.460663, 17.236771], [120.46154, 17.236971], [120.463287, 17.237], [120.465462, 17.23708], [120.467583, 17.236931], [120.47168, 17.23624], [120.472794, 17.235889], [120.473587, 17.235901]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01001403": {"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": ["W01001403"]}, "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" : {"W01001403" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "W00007328", "LAD11CD" : "W06000018"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00007329", "LAD11CD" : "W06000018"}, "arcs" : [[2, 3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00007338", "LAD11CD" : "W06000018"}, "arcs" : [[6, 7, -3, 8, -1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00007340", "LAD11CD" : "W06000018"}, "arcs" : [[9, 10, -4, -8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00007348", "LAD11CD" : "W06000018"}, "arcs" : [[-11, 11, -5]]}]}}, "arcs" : [[[3178, 8197], [-19, -725], [-1496, -267], [279, -360], [-270, -219], [-50, -606], [418, -543], [1292, 1], [152, -991]], [[3484, 4487], [-584, -406], [-168, 288], [-813, 696], [-369, -57], [250, 176], [-168, 299], [-350, -226], [-598, 518], [189, 697], [-200, 241], [-396, -333], [-139, 577], [460, 831], [-197, 401], [-401, -186], [8, 615], [2341, -373], [829, -48]], [[4194, 2542], [248, 1095], [334, 415], [265, -160], [-39, 493], [624, 1033]], [[5626, 5418], [319, -1132], [-113, -1058]], [[5832, 3228], [-264, 161], [-49, -336], [283, -55], [-60, -375], [-219, 21]], [[5523, 2644], [-51, 225], [-616, 226], [-197, -782], [-465, 229]], [[3178, 8197], [1374, 381]], [[4552, 8578], [338, -1912], [736, -1248]], [[4194, 2542], [-238, -324], [-358, 644], [-484, 5], [651, 719], [-281, 901]], [[4552, 8578], [606, 556], [926, 323], [295, -399], [683, 357], [-92, 237], [1271, 347], [294, -1281], [304, -43], [491, -692], [-535, -737], [-863, -13], [425, -807], [421, 48], [34, -915], [-488, -273], [135, -344], [254, 288], [1142, 44], [144, -477], [-562, -926], [221, -219], [-74, -339], [-240, -526], [-491, 86]], [[8853, 2873], [283, 565], [-1101, 54], [-158, 510], [-1569, 92], [-476, -866]], [[8853, 2873], [-365, -727], [-27, -883], [-89, 332], [-1257, 387], [-154, -808], [-609, 106], [-178, -590], [-332, -65], [-346, -625], [-222, 228], [488, 873], [169, 916], [-316, 177], [-300, -608], [-269, 39], [477, 1019]]], "transform" : {"scale" : [1.958412518491948e-06, 1.1398347632590748e-06], "translate" : [-3.201468074765355, 51.65005824380806]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01001403": {"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": ["W01001403"]}, "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "necromancer", "Registry ID" : "illagers_plus:necromancer", "Class" : "com.litewolf101.objects.entities.EntityNecromancer"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DESCRIPTION" : "Daje ci losowe zdj\u0119cie kr\u00f3liczka.", "USAGE" : "kr\u00f3lik"}
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "fly fungus", "definition" : "A poisonous mushroom (Amanita muscaria, syn. Agaricus muscarius), having usually a bright red or yellowish cap covered with irregular white spots. It has a distinct volva at the base, generally an upper ring on the stalk, and white spores. Called also fly agaric, deadly amanita."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fay", "version" : "0.1.0", "dependencies" : {}, "scripts" : {"test" : "cabal exec fay-tests -- -ts"}, "devDependencies" : {"typescript" : "^2.7.*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"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"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}, "doctrine/orm": {"type": "string"}}, "required": ["php", "yiisoft/yii2", "doctrine/orm"]}, "require-dev": {"type": "object", "properties": {"yiisoft/yii2-dev": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["yiisoft/yii2-dev", "phpunit/phpunit"]}, "suggest": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2-dev": {"type": "string"}}, "required": ["php", "yiisoft/yii2-dev"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Amylian\\Yii\\Doctrine\\Rbac\\": {"type": "string"}}, "required": ["Amylian\\Yii\\Doctrine\\Rbac\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Amylian\\Tests\\Yii\\Doctrine\\Rbac\\": {"type": "string"}, "yiiunit\\": {"type": "string"}}, "required": ["Amylian\\Tests\\Yii\\Doctrine\\Rbac\\", "yiiunit\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "repositories", "require", "require-dev", "suggest", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "amylian/yii2-amylian-doctrine-rbac", "description" : "ATTENTION: EXPERIMENTAL! Yii2 RBAC implementation with Doctrine", "type" : "yii2-extension", "license" : "BSD-3-Clause", "authors" : [{"name" : "Andreas Prucha (Abexto - Helicon Software Development - Andreas Prucha / Amylian Project)", "email" : "andreas.prucha@gmail.com", "homepage" : "http://www.abexto.com", "role" : "Developer"}], "repositories" : [{"type" : "composer", "url" : "https://asset-packagist.org"}], "require" : {"php" : "^7.1", "yiisoft/yii2" : "^2.0.13@stable", "doctrine/orm" : "*@stable"}, "require-dev" : {"yiisoft/yii2-dev" : "^2.0.13@stable", "phpunit/phpunit" : "<8@stable"}, "suggest" : {"php" : ">=7.0", "yiisoft/yii2-dev" : "*@stable"}, "autoload" : {"psr-4" : {"Amylian\\Yii\\Doctrine\\Rbac\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Amylian\\Tests\\Yii\\Doctrine\\Rbac\\" : "tests/", "yiiunit\\" : "vendor/yiisoft/yii2-dev/tests"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"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"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}, "doctrine/orm": {"type": "string"}}, "required": ["php", "yiisoft/yii2", "doctrine/orm"]}, "require-dev": {"type": "object", "properties": {"yiisoft/yii2-dev": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["yiisoft/yii2-dev", "phpunit/phpunit"]}, "suggest": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2-dev": {"type": "string"}}, "required": ["php", "yiisoft/yii2-dev"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Amylian\\Yii\\Doctrine\\Rbac\\": {"type": "string"}}, "required": ["Amylian\\Yii\\Doctrine\\Rbac\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Amylian\\Tests\\Yii\\Doctrine\\Rbac\\": {"type": "string"}, "yiiunit\\": {"type": "string"}}, "required": ["Amylian\\Tests\\Yii\\Doctrine\\Rbac\\", "yiiunit\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "repositories", "require", "require-dev", "suggest", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@colony/purser-metamask", "version" : "2.4.1", "description" : "A javascript library to interact with a Metamask based Ethereum wallet", "keywords" : ["metamask", "software-wallet"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cloudfiles-crypto-proxy"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "wikiDataId": {"type": "string"}}, "required": ["id", "Name", "state_id", "state_code", "state_name", "country_id", "country_code", "country_name", "latitude", "longitude", "wikiDataId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 109304, "Name" : "Zanzibar", "state_id" : 1475, "state_code" : "15", "state_name" : "Zanzibar West", "country_id" : 218, "country_code" : "TZ", "country_name" : "Tanzania", "latitude" : "-6.16394000", "longitude" : "39.19793000", "wikiDataId" : "Q2222874"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "wikiDataId": {"type": "string"}}, "required": ["id", "Name", "state_id", "state_code", "state_name", "country_id", "country_code", "country_name", "latitude", "longitude", "wikiDataId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ExitCode": {"type": "integer"}, "FinishedAt": {"type": "string"}, "Paused": {"type": "boolean"}, "Pid": {"type": "integer"}, "Running": {"type": "boolean"}, "StartedAt": {"type": "string"}}, "required": ["ExitCode", "FinishedAt", "Paused", "Pid", "Running", "StartedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ExitCode" : 0, "FinishedAt" : "0001-01-01T00:00:00Z", "Paused" : false, "Pid" : 54545, "Running" : true, "StartedAt" : "2014-10-02T07:59:58.929064724Z"}
json_instruct
{"type": "object", "properties": {"ExitCode": {"type": "integer"}, "FinishedAt": {"type": "string"}, "Paused": {"type": "boolean"}, "Pid": {"type": "integer"}, "Running": {"type": "boolean"}, "StartedAt": {"type": "string"}}, "required": ["ExitCode", "FinishedAt", "Paused", "Pid", "Running", "StartedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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`Mipayofin~ `to~ `tilid~.\ufffa\ufffb\u5bc4\u66f8\u3002", "\ufff9`Mipayofin~ `to~ `payso~.\ufffa\ufffb\u5bc4\u9322\u3002"], "f" : "\u90f5\u5bc4\uff0c\u5bc4\u4fe1\u3002"}]}], "stem" : "yofin", "t" : "mipayofin"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"900087011": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087012": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087013": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087014": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087015": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087016": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087017": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087018": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900087011", "900087012", "900087013", "900087014", "900087015", "900087016", "900087017", "900087018"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900087011" : {"nama" : "TPS 1", "dapil" : [1501, 11504, 2150105]}, "900087012" : {"nama" : "TPS 2", "dapil" : [1501, 11504, 2150105]}, "900087013" : {"nama" : "TPS 3", "dapil" : [1501, 11504, 2150105]}, "900087014" : {"nama" : "TPS 4", "dapil" : [1501, 11504, 2150105]}, "900087015" : {"nama" : "TPS 5", "dapil" : [1501, 11504, 2150105]}, "900087016" : {"nama" : "TPS 6", "dapil" : [1501, 11504, 2150105]}, "900087017" : {"nama" : "TPS 7", "dapil" : [1501, 11504, 2150105]}, "900087018" : {"nama" : "TPS 8", "dapil" : [1501, 11504, 2150105]}}
json_instruct
{"type": "object", "properties": {"900087011": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087012": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087013": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087014": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087015": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087016": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087017": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900087018": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900087011", "900087012", "900087013", "900087014", "900087015", "900087016", "900087017", "900087018"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See nndceq0 on Metamath](http://us.metamath.org/mpegif/nndceq0.html)"}], "names" : ["nndceq0"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_com", "#T_wi", "#T_wdc", "#T_cA", "#T_wceq", "#T_c0"], "metaLanguage" : "METAMATH", "remarks" : " A natural number is either zero or nonzero. Decidable equality for natural numbers is a special case of the law of the excluded middle which holds in most constructive set theories including ours. (Contributed by Jim Kingdon, 5-Jan-2019.) ", "statement" : "nndceq0 $p |- ( A e. _om -> DECID A = (/) ) $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "build-prod": {"type": "string"}}, "required": ["start", "build", "build-prod"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "autoprefixer": {"type": "string"}, "babel-loader": {"type": "string"}, "cross-env": {"type": "string"}, "css-loader": {"type": "string"}, "cssnano": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "postcss-loader": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "autoprefixer", "babel-loader", "cross-env", "css-loader", "cssnano", "mini-css-extract-plugin", "postcss-loader", "sass", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}}, "required": ["bootstrap"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "my-starter-template", "version" : "1.0.0", "description" : "Project template configured with webpack for static, performant web page", "main" : "index.js", "scripts" : {"start" : "webpack-dev-server --output-public-path=/public/ --mode development --progress --open --hot", "build" : "webpack --mode production --progress", "build-prod" : "cross-env NODE_ENV=production webpack --config webpack.config.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/nioposiquit/my-starter-template.git"}, "keywords" : ["template", "starter", "webpack"], "author" : "Nino Posiquit", "license" : "MIT", "bugs" : {"url" : "https://github.com/nioposiquit/my-starter-template/issues"}, "homepage" : "https://github.com/nioposiquit/my-starter-template#readme", "devDependencies" : {"@babel/core" : "^7.13.10", "@babel/preset-env" : "^7.13.10", "autoprefixer" : "^9.8.6", "babel-loader" : "^8.2.2", "cross-env" : "^7.0.3", "css-loader" : "^3.6.0", "cssnano" : "^4.1.10", "mini-css-extract-plugin" : "^0.9.0", "postcss-loader" : "^3.0.0", "sass" : "^1.32.8", "sass-loader" : "^8.0.2", "style-loader" : "^1.3.0", "webpack" : "^4.46.0", "webpack-cli" : "^3.3.12", "webpack-dev-server" : "^3.11.2"}, "dependencies" : {"bootstrap" : "^4.6.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "build-prod": {"type": "string"}}, "required": ["start", "build", "build-prod"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "autoprefixer": {"type": "string"}, "babel-loader": {"type": "string"}, "cross-env": {"type": "string"}, "css-loader": {"type": "string"}, "cssnano": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "postcss-loader": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "autoprefixer", "babel-loader", "cross-env", "css-loader", "cssnano", "mini-css-extract-plugin", "postcss-loader", "sass", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}}, "required": ["bootstrap"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Volksschule Kollnburg", "id" : "BY-3827", "address" : "Bergweg 2 94262 Kollnburg", "school_type" : "Grundschule", "fax" : "09942 904655", "phone" : "09942 2211", "website" : "http://www.bnv-regen.de/home/vskollnburg", "state" : "BY", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 12.862413, "lat" : 49.045604}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["UserTokenLock,addRole,0x55008381B7bF2Bf08Ce74aa6E529d2e35470BaD4,Locker", "UserTokenLock,addRole,0x55008381B7bF2Bf08Ce74aa6E529d2e35470BaD4,Unlocker", "NodeList,addRole,0xB06D5eD0D09Cbe13412f224D37eeF85B535edABf,NodeListOperator"]
json_instruct
{"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": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xceae314d493855918ab12705d944d3af81beeb3d", "tool" : "osiris", "start" : 1564615134.8987246, "end" : 1564615192.7198908, "duration" : 57.82116627693176, "analysis" : [{"errors" : [], "file" : "/unique_chucks/15/0xceae314d493855918ab12705d944d3af81beeb3d.sol", "name" : "SafeMath"}, {"errors" : [], "file" : "/unique_chucks/15/0xceae314d493855918ab12705d944d3af81beeb3d.sol", "name" : "spinetwork"}]}
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": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "stapitest:block/centrifuge"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "order": {"type": "array", "items": {"type": "string"}}, "template": {"type": "object", "properties": {"withGenerator": {"type": "boolean"}}, "required": ["withGenerator"]}}, "required": ["name", "version", "description", "title", "url", "order", "template"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Your project", "version" : "1.0.0", "description" : "Final user documentation", "title" : "API final user documentation", "url" : "https://www.your-project.com/docs/apidoc", "order" : ["Info", "Auth", "User", "Document"], "template" : {"withGenerator" : false}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "order": {"type": "array", "items": {"type": "string"}}, "template": {"type": "object", "properties": {"withGenerator": {"type": "boolean"}}, "required": ["withGenerator"]}}, "required": ["name", "version", "description", "title", "url", "order", "template"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ATL": {"type": "integer"}, "BOS": {"type": "integer"}, "CLE": {"type": "integer"}, "NOP": {"type": "integer"}, "CHI": {"type": "integer"}, "DAL": {"type": "integer"}, "DEN": {"type": "integer"}, "GSW": {"type": "integer"}, "HOU": {"type": "integer"}, "LAC": {"type": "integer"}, "LAL": {"type": "integer"}, "MIA": {"type": "integer"}, "MIL": {"type": "integer"}, "MIN": {"type": "integer"}, "BKN": {"type": "integer"}, "NYK": {"type": "integer"}, "ORL": {"type": "integer"}, "IND": {"type": "integer"}, "PHI": {"type": "integer"}, "PHX": {"type": "integer"}, "POR": {"type": "integer"}, "SAC": {"type": "integer"}, "SAS": {"type": "integer"}, "OKC": {"type": "integer"}, "TOR": {"type": "integer"}, "UTA": {"type": "integer"}, "MEM": {"type": "integer"}, "WAS": {"type": "integer"}, "DET": {"type": "integer"}, "CHA": {"type": "integer"}}, "required": ["ATL", "BOS", "CLE", "NOP", "CHI", "DAL", "DEN", "GSW", "HOU", "LAC", "LAL", "MIA", "MIL", "MIN", "BKN", "NYK", "ORL", "IND", "PHI", "PHX", "POR", "SAC", "SAS", "OKC", "TOR", "UTA", "MEM", "WAS", "DET", "CHA"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ATL" : 31, "BOS" : 41, "CLE" : 52, "NOP" : 50, "CHI" : 33, "DAL" : 29, "DEN" : 35, "GSW" : 62, "HOU" : 61, "LAC" : 50, "LAL" : 30, "MIA" : 52, "MIL" : 44, "MIN" : 36, "BKN" : 43, "NYK" : 37, "ORL" : 44, "IND" : 46, "PHI" : 26, "PHX" : 22, "POR" : 40, "SAC" : 34, "SAS" : 53, "OKC" : 45, "TOR" : 47, "UTA" : 42, "MEM" : 31, "WAS" : 47, "DET" : 37, "CHA" : 30}
json_instruct
{"type": "object", "properties": {"ATL": {"type": "integer"}, "BOS": {"type": "integer"}, "CLE": {"type": "integer"}, "NOP": {"type": "integer"}, "CHI": {"type": "integer"}, "DAL": {"type": "integer"}, "DEN": {"type": "integer"}, "GSW": {"type": "integer"}, "HOU": {"type": "integer"}, "LAC": {"type": "integer"}, "LAL": {"type": "integer"}, "MIA": {"type": "integer"}, "MIL": {"type": "integer"}, "MIN": {"type": "integer"}, "BKN": {"type": "integer"}, "NYK": {"type": "integer"}, "ORL": {"type": "integer"}, "IND": {"type": "integer"}, "PHI": {"type": "integer"}, "PHX": {"type": "integer"}, "POR": {"type": "integer"}, "SAC": {"type": "integer"}, "SAS": {"type": "integer"}, "OKC": {"type": "integer"}, "TOR": {"type": "integer"}, "UTA": {"type": "integer"}, "MEM": {"type": "integer"}, "WAS": {"type": "integer"}, "DET": {"type": "integer"}, "CHA": {"type": "integer"}}, "required": ["ATL", "BOS", "CLE", "NOP", "CHI", "DAL", "DEN", "GSW", "HOU", "LAC", "LAL", "MIA", "MIL", "MIN", "BKN", "NYK", "ORL", "IND", "PHI", "PHX", "POR", "SAC", "SAS", "OKC", "TOR", "UTA", "MEM", "WAS", "DET", "CHA"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"LHUAF": {"type": "number"}, "GDNEF": {"type": "number"}, "SURRF": {"type": "number"}, "SVTMF": {"type": "number"}, "SURRY": {"type": "number"}, "RRETY": {"type": "number"}, "JFROF": {"type": "number"}, "LRENY": {"type": "number"}, "DDS": {"type": "number"}, "AONNF": {"type": "number"}, "AONNY": {"type": "number"}, "RYKKY": {"type": "number"}, "CBD": {"type": "number"}, "PGCMF": {"type": "number"}, "MAKSF": {"type": "number"}, "MAKSY": {"type": "number"}, "IMHDF": {"type": "number"}, "MMRTY": {"type": "number"}, "BONTQ": {"type": "number"}, "M": {"type": "number"}, "SRSCQ": {"type": "number"}, "SHLDQ": {"type": "number"}, "PMDKY": {"type": "number"}, "LFSYY": {"type": "number"}, "HDVTY": {"type": "number"}, "KSS": {"type": "number"}, "WLWHY": {"type": "number"}, "SRGHY": {"type": "number"}, "SRHGF": {"type": "number"}, "VEST": {"type": "number"}, "JWN": {"type": "number"}}, "required": ["LHUAF", "GDNEF", "SURRF", "SVTMF", "SURRY", "RRETY", "JFROF", "LRENY", "DDS", "AONNF", "AONNY", "RYKKY", "CBD", "PGCMF", "MAKSF", "MAKSY", "IMHDF", "MMRTY", "BONTQ", "M", "SRSCQ", "SHLDQ", "PMDKY", "LFSYY", "HDVTY", "KSS", "WLWHY", "SRGHY", "SRHGF", "VEST", "JWN"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LHUAF" : 1.0000000000000002, "GDNEF" : 0.35376639808177623, "SURRF" : 0.3176313057070974, "SVTMF" : 0.29561147639578783, "SURRY" : 0.2858775837713251, "RRETY" : 0.2630482303404964, "JFROF" : 0.2620169372271011, "LRENY" : 0.24495023894842166, "DDS" : 0.24362463905057438, "AONNF" : 0.2405889368631418, "AONNY" : 0.2405889368631418, "RYKKY" : 0.23128104700840044, "CBD" : 0.22937367584393745, "PGCMF" : 0.22496943056801771, "MAKSF" : 0.2187907586751794, "MAKSY" : 0.2187907586751794, "IMHDF" : 0.20999424753441806, "MMRTY" : 0.20678462815551737, "BONTQ" : 0.20461928184969005, "M" : 0.20448622434363006, "SRSCQ" : 0.2002587849176819, "SHLDQ" : 0.19644346780317043, "PMDKY" : 0.19554335817198434, "LFSYY" : 0.18624922981211564, "HDVTY" : 0.18547026685183243, "KSS" : 0.17019092320788995, "WLWHY" : 0.1688374465740013, "SRGHY" : 0.1643986284618112, "SRHGF" : 0.1643986284618112, "VEST" : 0.12561615775450455, "JWN" : 0.12049976502751927}
json_instruct
{"type": "object", "properties": {"LHUAF": {"type": "number"}, "GDNEF": {"type": "number"}, "SURRF": {"type": "number"}, "SVTMF": {"type": "number"}, "SURRY": {"type": "number"}, "RRETY": {"type": "number"}, "JFROF": {"type": "number"}, "LRENY": {"type": "number"}, "DDS": {"type": "number"}, "AONNF": {"type": "number"}, "AONNY": {"type": "number"}, "RYKKY": {"type": "number"}, "CBD": {"type": "number"}, "PGCMF": {"type": "number"}, "MAKSF": {"type": "number"}, "MAKSY": {"type": "number"}, "IMHDF": {"type": "number"}, "MMRTY": {"type": "number"}, "BONTQ": {"type": "number"}, "M": {"type": "number"}, "SRSCQ": {"type": "number"}, "SHLDQ": {"type": "number"}, "PMDKY": {"type": "number"}, "LFSYY": {"type": "number"}, "HDVTY": {"type": "number"}, "KSS": {"type": "number"}, "WLWHY": {"type": "number"}, "SRGHY": {"type": "number"}, "SRHGF": {"type": "number"}, "VEST": {"type": "number"}, "JWN": {"type": "number"}}, "required": ["LHUAF", "GDNEF", "SURRF", "SVTMF", "SURRY", "RRETY", "JFROF", "LRENY", "DDS", "AONNF", "AONNY", "RYKKY", "CBD", "PGCMF", "MAKSF", "MAKSY", "IMHDF", "MMRTY", "BONTQ", "M", "SRSCQ", "SHLDQ", "PMDKY", "LFSYY", "HDVTY", "KSS", "WLWHY", "SRGHY", "SRHGF", "VEST", "JWN"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"angular-ui-notification.js": {"type": "string"}, "angular-ui-notification.min.css": {"type": "string"}, "angular-ui-notification.min.js": {"type": "string"}}, "required": ["angular-ui-notification.js", "angular-ui-notification.min.css", "angular-ui-notification.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-ui-notification.js" : "sha256-4shFy/GFWnxPSANphyQz5jseGk1IS6CEzKjSKaH9VQM=", "angular-ui-notification.min.css" : "sha256-J6dFm0PE/LJjXN1F+IUBKxmbojnirDnJCw2w4r9EoaE=", "angular-ui-notification.min.js" : "sha256-8OMvQp2FP19M/gLKfgGBzZjrTcziQqzRfxYGN73+9zg="}
json_instruct
{"type": "object", "properties": {"angular-ui-notification.js": {"type": "string"}, "angular-ui-notification.min.css": {"type": "string"}, "angular-ui-notification.min.js": {"type": "string"}}, "required": ["angular-ui-notification.js", "angular-ui-notification.min.css", "angular-ui-notification.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "string"}}, "required": ["spec", "fragment", "href"]}, "extended": {"type": "array", "items": {}}, "inheritance": {"type": "null"}, "includes": {"type": "array", "items": {}}}, "required": ["name", "defined", "extended", "inheritance", "includes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ClientQueryOptions", "defined" : {"spec" : {"title" : "Service Workers 1", "url" : "https://www.w3.org/TR/service-workers-1/"}, "fragment" : "dictionary ClientQueryOptions {\n boolean includeUncontrolled = false;\n ClientType type = \"window\";\n};", "href" : "https://www.w3.org/TR/service-workers-1/#dictdef-clientqueryoptions"}, "extended" : [], "inheritance" : null, "includes" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "string"}}, "required": ["spec", "fragment", "href"]}, "extended": {"type": "array", "items": {}}, "inheritance": {"type": "null"}, "includes": {"type": "array", "items": {}}}, "required": ["name", "defined", "extended", "inheritance", "includes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["buffer-utf8-length", "emoji-regex", "ibm866", "iso-8859-10", "iso-8859-13", "iso-8859-14", "iso-8859-15", "iso-8859-16", "iso-8859-2", "iso-8859-3", "iso-8859-4", "iso-8859-5", "iso-8859-6", "iso-8859-7", "iso-8859-8", "iso-8859-8-i", "koi8-r", "koi8-u", "macintosh", "quoted-printable", "slugify3", "wemoji", "windows-1250", "windows-1251", "windows-1252", "windows-1253", "windows-1254", "windows-1255", "windows-1256", "windows-1257", "windows-1258", "windows-874", "x-mac-cyrillic"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"department" : "PEAC", "description" : ["Current first aid/CPR certification is necessary to qualify for Red Cross", "certification in W.S.I."], "fullname" : "Water Safety Instruction (0.25)", "number" : 123, "section" : "", "semester" : 3, "shortname" : "Water Safety Instruct", "type" : "R", "year" : 2005}
json_instruct
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "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"}, "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"]}, "objects": {"type": "object", "properties": {"auspol-maps-2016-p100-alldivisions": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"Elect_div": {"type": "string"}, "State": {"type": "string"}, "Numccds": {"type": "integer"}, "Actual": {"type": "integer"}, "Projected": {"type": "integer"}, "Total_Population": {"type": "integer"}, "Australians_Over_18": {"type": "integer"}, "Area_SqKm": {"type": "number"}, "Sortname": {"type": "string"}}, "required": ["Elect_div", "State", "Numccds", "Actual", "Projected", "Total_Population", "Australians_Over_18", "Area_SqKm", "Sortname"]}}, "required": ["arcs", "type", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["auspol-maps-2016-p100-alldivisions"]}}, "required": ["type", "arcs", "transform", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "arcs" : [[[1849, 0], [-626, 84], [-105, 16], [-189, 20], [-63, 19], [-76, 1], [-723, 95], [1, 1], [122, 624], [178, 963], [9, 163], [-7, 119], [4, 55], [45, 184], [51, 250], [-467, 58], [25, 139], [-28, 17], [7, 45], [38, 26], [23, 73], [22, 3], [12, 71], [-12, 20], [57, 71], [15, 64], [-52, 77], [0, 56], [12, 54], [-20, 64], [20, 27], [9, 76], [-34, 79], [-50, 4], [8, 39], [70, 154], [-9, 16], [203, -28], [679, -86], [48, -60], [4, -62], [25, -8], [69, -61], [51, -10], [-25, -30], [8, -75], [40, -35], [39, -5], [453, -59], [-16, -95], [-22, -75], [-74, -63], [-16, -36], [8, -62], [59, -61], [12, -31], [-119, -608], [-15, -90], [-65, -349], [-109, -567], [351, -45], [356, -48], [-57, -326], [-41, -258], [-57, -296], [-56, -298]]], "transform" : {"scale" : [5.2530123770111456e-05, 5.007841563465057e-05], "translate" : [145.22715823430957, -38.133514833320234]}, "objects" : {"auspol-maps-2016-p100-alldivisions" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"Elect_div" : "Holt", "State" : "VIC", "Numccds" : 209, "Actual" : 0, "Projected" : 0, "Total_Population" : 0, "Australians_Over_18" : 0, "Area_SqKm" : 131.215181, "Sortname" : "Holt"}}]}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "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"]}, "objects": {"type": "object", "properties": {"auspol-maps-2016-p100-alldivisions": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"Elect_div": {"type": "string"}, "State": {"type": "string"}, "Numccds": {"type": "integer"}, "Actual": {"type": "integer"}, "Projected": {"type": "integer"}, "Total_Population": {"type": "integer"}, "Australians_Over_18": {"type": "integer"}, "Area_SqKm": {"type": "number"}, "Sortname": {"type": "string"}}, "required": ["Elect_div", "State", "Numccds", "Actual", "Projected", "Total_Population", "Australians_Over_18", "Area_SqKm", "Sortname"]}}, "required": ["arcs", "type", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["auspol-maps-2016-p100-alldivisions"]}}, "required": ["type", "arcs", "transform", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"scale": {"type": "number"}, "x": {"type": "number"}, "y": {"type": "number"}}, "required": ["scale", "x", "y"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scale" : 1.3396657068864304, "x" : -43.569440770862734, "y" : 137.19303331357477}
json_instruct
{"type": "object", "properties": {"scale": {"type": "number"}, "x": {"type": "number"}, "y": {"type": "number"}}, "required": ["scale", "x", "y"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "platform": {"type": "string"}, "url": {"type": "string"}, "vendor": {"type": "string"}, "build": {"type": "object", "properties": {"core": {"type": "string"}, "cpu": {"type": "string"}, "variant": {"type": "string"}, "f_cpu": {"type": "string"}, "mcu": {"type": "string"}, "ldscript": {"type": "string"}}, "required": ["core", "cpu", "variant", "f_cpu", "mcu", "ldscript"]}, "frameworks": {"type": "array", "items": {"type": "string"}}, "upload": {"type": "object", "properties": {"maximum_ram_size": {"type": "integer"}, "maximum_size": {"type": "integer"}, "protocol": {"type": "string"}}, "required": ["maximum_ram_size", "maximum_size", "protocol"]}}, "required": ["name", "platform", "url", "vendor", "build", "frameworks", "upload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "1Bitsy", "platform" : "OneBitsy", "url" : "http://1bitsy.org", "vendor" : "1BitSquared", "build" : {"core" : "stm32", "cpu" : "cortex-m4", "variant" : "stm32f4", "f_cpu" : "168000000L", "mcu" : "stm32f4x5rgt6", "ldscript" : "stm32f4-1bitsy.ld"}, "frameworks" : ["libopencm3"], "upload" : {"maximum_ram_size" : 393216, "maximum_size" : 1048576, "protocol" : "gdb"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "platform": {"type": "string"}, "url": {"type": "string"}, "vendor": {"type": "string"}, "build": {"type": "object", "properties": {"core": {"type": "string"}, "cpu": {"type": "string"}, "variant": {"type": "string"}, "f_cpu": {"type": "string"}, "mcu": {"type": "string"}, "ldscript": {"type": "string"}}, "required": ["core", "cpu", "variant", "f_cpu", "mcu", "ldscript"]}, "frameworks": {"type": "array", "items": {"type": "string"}}, "upload": {"type": "object", "properties": {"maximum_ram_size": {"type": "integer"}, "maximum_size": {"type": "integer"}, "protocol": {"type": "string"}}, "required": ["maximum_ram_size", "maximum_size", "protocol"]}}, "required": ["name", "platform", "url", "vendor", "build", "frameworks", "upload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "compression": {"type": "string"}, "connect-busboy": {"type": "string"}, "crypto": {"type": "string"}, "express": {"type": "string"}, "mysql": {"type": "string"}, "oauth2orize": {"type": "string"}, "passport": {"type": "string"}, "passport-http": {"type": "string"}, "passport-http-bearer": {"type": "string"}, "passport-oauth2-client-password": {"type": "string"}, "spdy": {"type": "string"}, "sugar": {"type": "string"}}, "required": ["async", "bcrypt", "body-parser", "compression", "connect-busboy", "crypto", "express", "mysql", "oauth2orize", "passport", "passport-http", "passport-http-bearer", "passport-oauth2-client-password", "spdy", "sugar"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "shisha_api", "version" : "2.0.0", "description" : "", "main" : "api.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "mkryglikov", "license" : "ISC", "dependencies" : {"async" : "^2.1.4", "bcrypt" : "^1.0.2", "body-parser" : "^1.15.2", "compression" : "^1.6.2", "connect-busboy" : "0.0.2", "crypto" : "0.0.3", "express" : "^4.14.0", "mysql" : "^2.12.0", "oauth2orize" : "^1.6.0", "passport" : "^0.3.2", "passport-http" : "^0.3.0", "passport-http-bearer" : "^1.0.1", "passport-oauth2-client-password" : "^0.1.2", "spdy" : "^3.4.4", "sugar" : "^2.0.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "compression": {"type": "string"}, "connect-busboy": {"type": "string"}, "crypto": {"type": "string"}, "express": {"type": "string"}, "mysql": {"type": "string"}, "oauth2orize": {"type": "string"}, "passport": {"type": "string"}, "passport-http": {"type": "string"}, "passport-http-bearer": {"type": "string"}, "passport-oauth2-client-password": {"type": "string"}, "spdy": {"type": "string"}, "sugar": {"type": "string"}}, "required": ["async", "bcrypt", "body-parser", "compression", "connect-busboy", "crypto", "express", "mysql", "oauth2orize", "passport", "passport-http", "passport-http-bearer", "passport-oauth2-client-password", "spdy", "sugar"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1, 4, 2, 5], [3, 8, 4, 9], [5, 12, 6, 13], [13, 16, 14, 1], [9, 14, 10, 15], [15, 10, 16, 11], [11, 6, 12, 7], [7, 2, 8, 3]]
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": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "", "code" : "", "ldc" : [], "metodos" : [{"nombre" : "getLowerBounds", "description" : ""}, {"nombre" : "getUpperBounds", "description" : ""}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "metodos"], "$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"}, "postId": {"type": "integer"}, "userId": {"type": "integer"}, "content": {"type": "string"}, "createAt": {"type": "integer"}}, "required": ["id", "postId", "userId", "content", "createAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 2, "postId" : 3, "userId" : 1, "content" : "IL y en a d'autre dans le genre? haha !", "createAt" : 1522228534831}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "postId": {"type": "integer"}, "userId": {"type": "integer"}, "content": {"type": "string"}, "createAt": {"type": "integer"}}, "required": ["id", "postId", "userId", "content", "createAt"], "$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"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "09", "provinceId" : "31", "regencyId" : "75", "name" : "Ciracas"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"users": {"type": "object", "properties": {"staff_user": {"type": "object", "properties": {"username": {"type": "string"}}, "required": ["username"]}}, "required": ["staff_user"]}}, "required": ["users"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"users" : {"staff_user" : {"username" : "01BYXNKSZQWB81GW6W36W5FB7W"}}}
json_instruct
{"type": "object", "properties": {"users": {"type": "object", "properties": {"staff_user": {"type": "object", "properties": {"username": {"type": "string"}}, "required": ["username"]}}, "required": ["staff_user"]}}, "required": ["users"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "The Southern Sky in Warm Hydrogen", "credit" : "SHASSA Team, NSF", "explanation" : "A robotic telescope with red sunglasses in Chile has been photographing the entire southern sky for years. The result, shown above, is the most complete sky map of the most common visible light emitted from the most abundant element in our Galaxy: hydrogen. A very specific red color emitted by warm ionized hydrogen was observed. Although spectacular emission nebulas glow brightly in this type of red light (H-alpha), a diffuse amount of warm hydrogen is spread throughout our Galaxy and its glow nicely indicates not only where darker hydrogen and other gasses may be located, but also the sometimes- complex history of interstellar gas. Gas tracking the plane of our Galaxy runs across the center, and huge gas clouds, some of which are the expanding shells of long dead stars, are also visible. The above map was derived from the Southern H-Alpha Sky Survey Atlas (SHASSA) and shows that our entire Galaxy is one big emission nebula, albeit at a quite faint level.", "date" : "2002-01-29", "hdurl" : "https://apod.nasa.gov/apod/image/0201/halpha_shassa_big.gif", "service_version" : "v1", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/0201/halpha_shassa.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"builtin" : {"__set__" : true, "elements" : ["__future__", "abc", "argparse", "ast", "builtins", "codecs", "collections", "contextlib", "copy", "dataclasses", "datetime", "difflib", "distutils", "enum", "functools", "importlib", "inspect", "io", "itertools", "json", "multiprocessing", "os", "pathlib", "pickle", "queue", "re", "shutil", "subprocess", "sys", "textwrap", "time", "tokenize", "traceback", "types", "typing", "unittest"]}, "questionable" : {"__set__" : true, "elements" : ["libcst"]}, "required" : {"__set__" : true, "elements" : ["hypothesis", "hypothesmith", "libcst", "mypy_extensions", "pyyaml", "setuptools", "typing_extensions", "typing_inspect"]}}
json_instruct
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404358175, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "1a6da10cc331d2393089345f3bc311d4", "wof:id" : 404358175, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.55583, 45.41389, 5.55583, 45.41389], "geometry" : {"coordinates" : [5.55583, 45.41389], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "925e190e0034400b764c", "c" : {"cms" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_40lhd2hx", "name" : "Tomartos"}, "date" : {"day" : 1584144000, "full" : 1584212548, "month" : 1583020800, "week" : 1583625600}, "id" : "t3_finj9c", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 69173, "fullUrl" : "https://preview.redd.it/hu1gryzerom41.jpg?auto=webp&s=0424a449083b71f71cbfe07f5d9a3ce2016df331", "hash" : "f38661ee01", "height" : 495, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQf/xAAgEAABAwQDAQEAAAAAAAAAAAACAQMEAAURIQYSMVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABcRAQEBAQAAAAAAAAAAAAAAAAEAAlH/2gAMAwEAAhEDEQA/AI7xnjlkcik8ckJhddEo6Rd6Qfv7TcS02+MTrjQsRnRbREUW8KWUXKVPOOEUafIJsiyDPbGdLtPce+09xG6yprjrMgkIBE183mj0PZBL/9k=", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/QDaQM1Chi5--rpx1jC2sICdIIrJYECXyF1ieu8OhgPw.jpg", "url" : "https://preview.redd.it/hu1gryzerom41.jpg?width=640&crop=smart&auto=webp&s=fd8681862759c1605502d8a044fc12b0bae382d7", "width" : 640}, "score" : {"comments" : 5, "downs" : 0, "isCurated" : true, "ratio" : 0.98, "ups" : 52, "value" : 52}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Dwarven Kingdom Entrance - A Series of Fortified Halls Designed to Keep Enemies at Bay", "url" : "https://www.reddit.com/r/dndmaps/comments/finj9c/dwarven_kingdom_entrance_a_series_of_fortified/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "bin": {"type": "object", "properties": {"a": {"type": "string"}, "b": {"type": "string"}}, "required": ["a", "b"]}}, "required": ["private", "name", "version", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "name" : "test", "version" : "0.0.0", "bin" : {"a" : "./bin/a.js", "b" : "./bin/b.js"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "bin": {"type": "object", "properties": {"a": {"type": "string"}, "b": {"type": "string"}}, "required": ["a", "b"]}}, "required": ["private", "name", "version", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/food/fulobster.consumable": {"type": "array", "items": {"type": "string"}}, "monsters/walkers/lobster/lobster.monstertype": {"type": "array", "items": {"type": "string"}}, "objects/food/lobster/lobster.object": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/food/fulobster.consumable", "monsters/walkers/lobster/lobster.monstertype", "objects/food/lobster/lobster.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/generic/food/fulobster.consumable" : ["/shortdescription"], "monsters/walkers/lobster/lobster.monstertype" : ["/shortdescription"], "objects/food/lobster/lobster.object" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u9f99\u867e", "Eng" : "Lobster"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/food/fulobster.consumable": {"type": "array", "items": {"type": "string"}}, "monsters/walkers/lobster/lobster.monstertype": {"type": "array", "items": {"type": "string"}}, "objects/food/lobster/lobster.object": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/food/fulobster.consumable", "monsters/walkers/lobster/lobster.monstertype", "objects/food/lobster/lobster.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"availability": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "id": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}, "required": ["availability", "description", "id", "images", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"availability" : ["http://hilo.arch.ethz.ch/"], "description" : "The HiLo is research and innovation unit constructed at the NEST in Dubendorf. The HiLo is the first application of the Adaptive Solar Facade. My work here involves the integration of the Adaptive Solar Facade into this building.", "id" : "hilo", "images" : ["img/hilo/HiLo.jpg", "img/hilo/170719_HiLo_Render_01.png"], "name" : "HiLo Building"}
json_instruct
{"type": "object", "properties": {"availability": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "id": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}, "required": ["availability", "description", "id", "images", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"kefir.js": {"type": "string"}, "kefir.min.js": {"type": "string"}}, "required": ["kefir.js", "kefir.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"kefir.js" : "sha512-ovKdRpUri9n7agJ3oeGkf2KxOQcrpUW4b6iPL8r3QovfL1Y5FhdLT4MUZoOrZJOpG/pr1tNJK7du/DVIxfkA5Q==", "kefir.min.js" : "sha512-fcKCCumewbUTTKY6wQcbb6JgH2ee7fCrNAJdX1E2o0uGxBLRAu1448veccHaB43cPHGIRJhMrHheWEvCpDZNjw=="}
json_instruct
{"type": "object", "properties": {"kefir.js": {"type": "string"}, "kefir.min.js": {"type": "string"}}, "required": ["kefir.js", "kefir.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Hekaton: SQL server's memory-optimized OLTP engine.", "fields" : ["stored procedure", "online transaction processing", "database engine", "optimistic concurrency control", "multiversion concurrency control"], "abstract" : "Hekaton is a new database engine optimized for memory resident data and OLTP workloads. Hekaton is fully integrated into SQL Server; it is not a separate system. To take advantage of Hekaton, a user simply declares a table memory optimized. Hekaton tables are fully transactional and durable and accessed using T-SQL in the same way as regular SQL Server tables. A query can reference both Hekaton tables and regular tables and a transaction can update data in both types of tables. T-SQL stored procedures that reference only Hekaton tables can be compiled into machine code for further performance improvements. The engine is designed for high con-currency. To achieve this it uses only latch-free data structures and a new optimistic, multiversion concurrency control technique. This paper gives an overview of the design of the Hekaton engine and reports some experimental results.", "citation" : "Citations (277)", "year" : "2013", "departments" : ["Microsoft", "Microsoft", "Microsoft", "Microsoft", "Microsoft"], "conf" : "sigmod", "authors" : ["Cristian Diaconu.....http://dblp.org/pers/hd/d/Diaconu:Cristian", "Craig Freedman.....http://dblp.org/pers/hd/f/Freedman:Craig", "Erik Ismert.....http://dblp.org/pers/hd/i/Ismert:Erik", "Per-\u00c5ke Larson.....http://dblp.org/pers/hd/l/Larson:Per==Aring=ke", "Pravin Mittal.....http://dblp.org/pers/hd/m/Mittal:Pravin", "Ryan Stonecipher.....http://dblp.org/pers/hd/s/Stonecipher:Ryan", "Nitin Verma.....http://dblp.org/pers/hd/v/Verma:Nitin", "Mike Zwilling.....http://dblp.org/pers/hd/z/Zwilling:Mike"], "pages" : 12}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_1mon5exf", "name" : "Archayon"}, "date" : {"day" : 1594339200, "full" : 1594384490, "month" : 1593561600, "week" : 1593907200}, "id" : "t3_hoo5c8", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 473372, "fullUrl" : "https://preview.redd.it/nmfha6umx0a51.png?auto=webp&s=13ec1ba01c5a9fb8dd42e85d41fa6b23929ae7a2", "hash" : "dcecc5d24f", "height" : 377, "lqip" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAIAAAC0SDtlAAAACXBIWXMAAAsTAAALEwEAmpwYAAABoUlEQVQYlRXKS1PaQAAA4PzTHmxPJRQdO47W2vIQspvHgpIApVZkQ0KyJCE8jKJAAuaNSntg2kP/S6ff+aNs8Tgdot3jt+1UjC3002m8jC/n3eJmiBKTiwxu3S8HGvN4k48tYSidUJPGJwUdromwvWuHVi0wq7/uWz7hXm+l2ORji0ss7tlGC1yadQoaOqQmrbNZpxAYaDNpeoRPJ9Kr04zt+p91Lx1Lbh8ucDExBd9AD7iMmSxl1I+XCpyr7Gbajuz6Ztr87eLdsvvXV30DzeSKc51/0pgXG/k6i9kcpaGPK52fK8DVhHAoRiNxe3+1W3YXCvB0YWXUAsJFBCYm7+sQww+Uwh14KnR+FG6vS4F1mYwbq0EtsOquCp8GKDRRYvCpJYQEuL3zHpujFLi/xOWVCkPz4v8wqpuRGBJu0cl7cjHSYWKigIDE5Dy1ovD7VLf03r0pRgPWU1nn+5d552tq8ZEO7ponkQ5c+TwkXEjA86jqExYzNCUdvbk6e6cAGlcyrdM9BWRlJtNnc+3Pb1WYxZUMEQ5kQMuAxoBunO79A7ZkE5Mm14z6AAAAAElFTkSuQmCC", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/uUvlnVx0RwW-NJiU1Q1-9EvFlIEmSo_b3UM1nfM0cMQ.jpg", "url" : "https://preview.redd.it/nmfha6umx0a51.png?width=640&crop=smart&auto=webp&s=0e62f7b74474900a00ab3db5e8bb604fa7ea3c44", "width" : 640}, "score" : {"comments" : 0, "downs" : 0, "isCurated" : false, "ratio" : 0.85, "ups" : 8, "value" : 8}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : [], "title" : "Kingdom of Ridgerun - Small kingdom divided into 3 fiefdoms by river and mountains", "url" : "https://www.reddit.com/r/dndmaps/comments/hoo5c8/kingdom_of_ridgerun_small_kingdom_divided_into_3/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this 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" : 12434, "info" : {"name" : "IT\u7528\u8a9e\u4e8b\u5178 e-Words", "description" : "\u3068\u308a\u3042\u3048\u305a\u90aa\u9b54\u306a\u3082\u306e\u3060\u3051\u6d88\u3057\u307e\u3057\u305f\u3002", "additionalInfo" : null, "format" : "uso", "category" : "e-words", "createdAt" : "2008-11-26T15:22:07.000Z", "updatedAt" : "2008-11-26T15:22:07.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 13988, "name" : "Wathew"}}, "stats" : {"installs" : {"total" : 209, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "12434-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"e-words.jp\") {\r\n\r\n iframe\r\n ,#leftbar>.mside\r\n ,#leftbar>div:first-child+div+div+div+div\r\n ,td[width=\"475\"]>span+div+div\r\n ,#leftbar+td>table\r\n ,td[width=\"475\"]+td+td\r\n ,#contents table[width=\"120\"]\r\n ,related\r\n ,#footer\r\n ,#footer+p\r\n { display:none; }\r\n\r\n td[width=\"475\"]{ font-size:100% !important; }\r\n\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "Attestation_Type": {"type": "string"}, "MLE_Manifests": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Name", "Value"]}}, "MLE_Type": {"type": "string"}, "Version": {"type": "string"}, "OSName": {"type": "string"}, "OSVersion": {"type": "string"}}, "required": ["Name", "Description", "Attestation_Type", "MLE_Manifests", "MLE_Type", "Version", "OSName", "OSVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "VMM MLE A", "Description" : "VMM MLE", "Attestation_Type" : "PCR", "MLE_Manifests" : [{"Name" : "1", "Value" : "abcdefghijklmnop"}, {"Name" : "2", "Value" : "jklmnopabcdefghi"}], "MLE_Type" : "VMM", "Version" : "1.2.3", "OSName" : "RHEL", "OSVersion" : "6.1"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "Attestation_Type": {"type": "string"}, "MLE_Manifests": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Name", "Value"]}}, "MLE_Type": {"type": "string"}, "Version": {"type": "string"}, "OSName": {"type": "string"}, "OSVersion": {"type": "string"}}, "required": ["Name", "Description", "Attestation_Type", "MLE_Manifests", "MLE_Type", "Version", "OSName", "OSVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "social", "main" : "moe.kyokobot.social.Module"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "npmName": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["name", "filename", "version", "description", "repository", "keywords", "author", "license", "homepage", "npmName", "npmFileMap"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bootstrap-drawer", "filename" : "js/drawer.min.js", "version" : "1.0.6", "description" : "A Bootstrap add-on to create drawer (off-canvas) styled navigation", "repository" : {"type" : "git", "url" : "https://github.com/clineamb/bootstrap-drawer.git"}, "keywords" : ["bootstrap-3", "off-canvas", "navigation", "navs", "nav", "drawer", "menu", "html", "css", "less", "javascript", "jquery"], "author" : "Caroline Amaba <her@carolineamaba.com>", "license" : "ISC", "homepage" : "https://clineamb.github.io/bootstrap-drawer/", "npmName" : "bootstrap-drawer", "npmFileMap" : [{"basePath" : "dist", "files" : ["**/*"]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "npmName": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["name", "filename", "version", "description", "repository", "keywords", "author", "license", "homepage", "npmName", "npmFileMap"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "HIS205H1S20201", "code" : "HIS205H1S", "name" : "Topics in Women's History", "description" : "This course introduces students to the diverse experiences of women from a comparative perspective. Students will study how women\u00e2\u20ac\u2122s strategies have shaped the major cultural, economic, political and social processes in the world and how these processes have affected women\u00e2\u20ac\u2122s experiences in their particular societies. By studying women\u00e2\u20ac\u2122s history from both local and global perspectives, students will engage critically with claims that women\u00e2\u20ac\u2122s history is universal. The local focus of the course will rotate between Africa, Asia, Europe, and North America, depending on the expertise of the instructors.", "division" : "Faculty of Arts and Science", "department" : "History", "prerequisites" : "None", "exclusions" : "HIS245Y1", "level" : 200, "campus" : "UTSG", "term" : "2020 Winter", "breadths" : [3], "meeting_sections" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"f" : "\ufff9\ufffato make plans\ufffb\u8d77\u982d\uff0c\u8a08\u5283\uff0c\u8a2d\u8a08\uff0c\u7b56\u5283"}]}], "t" : "sahalaka"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"IssuedDate": {"type": "string"}, "InvoiceNumber": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemTotal": {"type": "string"}}, "required": ["ItemDescription", "ItemTotal"]}}}, "required": ["IssuedDate", "InvoiceNumber", "LineItem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IssuedDate" : "November IS, 1983", "InvoiceNumber" : "1535-2", "LineItem" : [{"ItemDescription" : "Induction of Hepatic Microsomal Enzymes (assay only) with A-32 and B-164 1,700.00/compound", "ItemTotal" : "3,400.00"}]}
json_instruct
{"type": "object", "properties": {"IssuedDate": {"type": "string"}, "InvoiceNumber": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemTotal": {"type": "string"}}, "required": ["ItemDescription", "ItemTotal"]}}}, "required": ["IssuedDate", "InvoiceNumber", "LineItem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}, "summary": {"type": "string"}, "product_name": {"type": "string"}, "product_id": {"type": "string"}}, "required": ["rating", "uuid", "review_date", "helpful", "reviewer_id", "not_helpful", "review_text", "summary", "product_name", "product_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rating" : "5", "uuid" : "736", "review_date" : "2008-12-27", "helpful" : "2", "reviewer_id" : "A3AZI828WJN1CD", "not_helpful" : "2", "review_text" : "This is my second presto pressure cooker in a year. I loved my first one and used it several times a week, but I didn't add enough water once, scorched the heck out of it, and it was never the same. I tried all the thrifty tricks to get out scorched ick but it didn't work. However, I liked and used this one so much I bought another one exactly like my first.I have a Russel Hobbes electric pressure cooker that is larger and really nice for food that cooks longer because I can set it and walk away. However, it's big and bulky. My Presto is my go too pressure cooker for potatoes, makes great cheesecake, I love pressure cooking squash, carrots etc. The construction is heavy and seems well made.", "summary" : "Nice and inexpensive", "product_name" : "Presto 01341 4-Quart Stainless Steel Pressure Cooker", "product_id" : "B00002N602"}
json_instruct
{"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}, "summary": {"type": "string"}, "product_name": {"type": "string"}, "product_id": {"type": "string"}}, "required": ["rating", "uuid", "review_date", "helpful", "reviewer_id", "not_helpful", "review_text", "summary", "product_name", "product_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"translations": {"type": "object", "properties": {"home": {"type": "object", "properties": {"tr": {"type": "string"}, "en": {"type": "string"}, "de": {"type": "string"}}, "required": ["tr", "en", "de"]}, "users": {"type": "object", "properties": {"tr": {"type": "string"}, "en": {"type": "string"}, "de": {"type": "string"}}, "required": ["tr", "en", "de"]}, "user": {"type": "object", "properties": {"tr": {"type": "string"}, "en": {"type": "string"}, "de": {"type": "string"}}, "required": ["tr", "en", "de"]}}, "required": ["home", "users", "user"]}, "pages": {"type": "object", "properties": {"home": {"type": "object", "properties": {"destination": {"type": "string"}, "source": {"type": "string"}}, "required": ["destination", "source"]}, "users": {"type": "object", "properties": {"destination": {"type": "string"}, "source": {"type": "string"}}, "required": ["destination", "source"]}, "category404": {"type": "object", "properties": {"destination": {"type": "string"}, "source": {"type": "string"}}, "required": ["destination", "source"]}, "user": {"type": "object", "properties": {"destination": {"type": "string"}, "source": {"type": "string"}}, "required": ["destination", "source"]}}, "required": ["home", "users", "category404", "user"]}, "options": {"type": "object", "properties": {"defaultLocale": {"type": "string"}, "hideDefaultLocalePrefix": {"type": "boolean"}}, "required": ["defaultLocale", "hideDefaultLocalePrefix"]}}, "required": ["translations", "pages", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"translations" : {"home" : {"tr" : "anasayfa", "en" : "home", "de" : "haus"}, "users" : {"tr" : "kategoriler", "en" : "users", "de" : "kategorien"}, "user" : {"tr" : "kategori", "en" : "user", "de" : "kategory"}}, "pages" : {"home" : {"destination" : "/", "source" : "/t(home)"}, "users" : {"destination" : "/users", "source" : "/t(users)"}, "category404" : {"destination" : "/404", "source" : "/t(user)/:slug/:slug/:slug+"}, "user" : {"destination" : "/user/:slug*", "source" : "/t(user)/:slug*"}}, "options" : {"defaultLocale" : "tr", "hideDefaultLocalePrefix" : false}}
json_instruct
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"home": {"type": "object", "properties": {"tr": {"type": "string"}, "en": {"type": "string"}, "de": {"type": "string"}}, "required": ["tr", "en", "de"]}, "users": {"type": "object", "properties": {"tr": {"type": "string"}, "en": {"type": "string"}, "de": {"type": "string"}}, "required": ["tr", "en", "de"]}, "user": {"type": "object", "properties": {"tr": {"type": "string"}, "en": {"type": "string"}, "de": {"type": "string"}}, "required": ["tr", "en", "de"]}}, "required": ["home", "users", "user"]}, "pages": {"type": "object", "properties": {"home": {"type": "object", "properties": {"destination": {"type": "string"}, "source": {"type": "string"}}, "required": ["destination", "source"]}, "users": {"type": "object", "properties": {"destination": {"type": "string"}, "source": {"type": "string"}}, "required": ["destination", "source"]}, "category404": {"type": "object", "properties": {"destination": {"type": "string"}, "source": {"type": "string"}}, "required": ["destination", "source"]}, "user": {"type": "object", "properties": {"destination": {"type": "string"}, "source": {"type": "string"}}, "required": ["destination", "source"]}}, "required": ["home", "users", "category404", "user"]}, "options": {"type": "object", "properties": {"defaultLocale": {"type": "string"}, "hideDefaultLocalePrefix": {"type": "boolean"}}, "required": ["defaultLocale", "hideDefaultLocalePrefix"]}}, "required": ["translations", "pages", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "orientation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "orientation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"position" : [0.10726759113528485, 0.05146609987414396, 0.0325], "orientation" : [0.0, 0.0, 0.8844892428890794, -0.46656058471918]}
json_instruct
{"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "orientation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "orientation"], "$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": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x98d8d146e644171cd47ff8588987b7bdeef72a87", "tool" : "maian", "start" : 1565122486.6085424, "end" : 1565122956.9853837, "duration" : 470.3768413066864, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"levkopo\\VKApi\\": {"type": "string"}}, "required": ["levkopo\\VKApi\\"]}}, "required": ["psr-0"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/http-client": {"type": "string"}}, "required": ["php", "symfony/http-client"]}}, "required": ["name", "description", "type", "license", "autoload", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "levkopo/vk-api", "description" : "Library for vk api", "type" : "library", "license" : "Apache-2.0", "autoload" : {"psr-0" : {"levkopo\\VKApi\\" : "src/"}}, "authors" : [{"name" : "levkopo", "email" : "levkopoag@gmail.com"}], "require" : {"php" : ">=8.0", "symfony/http-client" : "^5.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"levkopo\\VKApi\\": {"type": "string"}}, "required": ["levkopo\\VKApi\\"]}}, "required": ["psr-0"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/http-client": {"type": "string"}}, "required": ["php", "symfony/http-client"]}}, "required": ["name", "description", "type", "license", "autoload", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "friendly_name": {"type": "string"}}, "required": ["name", "friendly_name"]}}, "required": ["pk", "model", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"pk" : 1, "model" : "products.type", "fields" : {"name" : "white", "friendly_name" : "White"}}, {"pk" : 2, "model" : "products.type", "fields" : {"name" : "red", "friendly_name" : "Red"}}, {"pk" : 3, "model" : "products.type", "fields" : {"name" : "rose", "friendly_name" : "Rose"}}, {"pk" : 4, "model" : "products.type", "fields" : {"name" : "sparkling", "friendly_name" : "Sparkling"}}, {"pk" : 5, "model" : "products.type", "fields" : {"name" : "fortified", "friendly_name" : "Fortified"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "friendly_name": {"type": "string"}}, "required": ["name", "friendly_name"]}}, "required": ["pk", "model", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"label" : "Drink", "normalizedVertices" : [{"x" : 0.6298155, "y" : 0.5827337}, {"x" : 0.7827666, "y" : 0.5827337}, {"x" : 0.7827666, "y" : 0.86420137}, {"x" : 0.6298155, "y" : 0.86420137}], "score" : 0.56381255}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "1014", "provinceId" : "76", "regencyId" : "02", "districtId" : "02", "name" : "Dayanginna"}
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#"}
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" : 101895025, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "00386d5c03e2e2436d4141f1dd6108d1", "wof:id" : 101895025, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.60371755682405, 44.72555433491993, 0.61153242551865, 44.73214782955449], "geometry" : {"coordinates" : [[[0.60842682294066, 44.73214782955449], [0.60857703516041, 44.73125437153737], [0.61108194338669, 44.73148050139127], [0.61153242551865, 44.72880010949422], [0.60777524528771, 44.72846091095653], [0.60822584628795, 44.72578052976837], [0.60572119893317, 44.72555433491993], [0.60527048106519, 44.72823470361243], [0.60401810573535, 44.72812157744517], [0.60371755682405, 44.72990848127733], [0.60496997111295, 44.73002161161145], [0.60466943605797, 44.73180851604013], [0.60842682294066, 44.73214782955449]]], "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u062a\u0648\u0627\u0646\u06cc \u0628\u0631\u0648 \u06a9\u0627\u0631 \u0628\u0633\u062a\u0646 \u0641\u0631\u06cc\u0628", "m2" : "\u06a9\u0647 \u0646\u0627\u062f\u0627\u0646 \u0647\u0645\u0647 \u0631\u0627\u0633\u062a \u0628\u0628\u0646\u062f \u0648 \u0631\u06cc\u0628"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["model", "weight"]}}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : [{"model" : "block/variants/dark_stone", "weight" : 6}, {"model" : "block/variants/dark_stone_0", "weight" : 6}, {"model" : "block/variants/dark_stone_1", "weight" : 12}]}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["model", "weight"]}}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}