input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", ...
[{"manufacturer" : "USA111", "market_name" : "iRULU_V4", "codename" : "iRULU", "model" : "V4"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "...
{"id" : 2295, "source" : "ldsces", "verse_id" : 17916, "verse_count" : 2, "reference" : "13:9\u201310", "title" : "Many Prophets Have Spoken of the Signs in the Heavens", "html" : " <p>A very dramatic sign of the coming of the Lord will be the great wonders to be manifest in the heavens (compare <a class=\"ref\">D&amp;...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "integer"}}, "required": ["id", "source", "verse_id"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap":...
{"name" : "Magical Something", "number" : "43930492", "is_illegal" : false, "text" : "Each time a Spell Card is activated, place 1 Spell Counter on this card when that Spell Card resolves. This card's Level is increased by the number of Spell Counters on this card. You can remove 3 Spell Counters from this card, then t...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provin...
[{"id" : "2001", "provinceId" : "35", "regencyId" : "03", "districtId" : "09", "name" : "Masaran"}, {"id" : "2002", "provinceId" : "35", "regencyId" : "03", "districtId" : "09", "name" : "Sengon"}, {"id" : "2003", "provinceId" : "35", "regencyId" : "03", "districtId" : "09", "name" : "Surenlor"}, {"id" : "2004", "provi...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.or...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"label": {"type": "string"}, "id": {"type": "string"}, "_sink": {"type": "string"}, "_sinkLabel": {"type": "string"}, "_vertexId": {"type": "string"}, "_vertexLabel": {"type": "string"}, "_isEdge": {"type": "boolean"}, "_rid": ...
{"label" : "seenIn", "id" : "1dcb3ff2-03a0-4dc8-a01a-b330cc2d318c", "_sink" : "f20bb16a-1582-4069-b743-28c15fe3659b", "_sinkLabel" : "comic", "_vertexId" : "fadc52a5-3910-4e18-9c99-916d2e70399d", "_vertexLabel" : "hero", "_isEdge" : true, "_rid" : "VyAjAPMRAABkBQAAAAAAAA==", "_self" : "dbs/VyAjAA==/colls/VyAjAPMRAAA=/d...
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "id": {"type": "string"}, "_sink": {"type": "string"}, "_sinkLabel": {"type": "string"}, "_vertexId": {"type": "string"}, "_vertexLabel": {"type": "string"}, "_isEdge": {"type": "boolean"}, "_rid": {"type": "string"}, "_self": {"type": "string"}, "_etag": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 40333, "cartId" : "54e55659-f51a-4218-b77b-7d369111b39d", "preferredProducts" : [788], "productReviews" : [{"productId" : 3936, "reviewText" : "It only works when I'm Mauritania.", "reviewDate" : "2020-01-01T00:09:40.2512211+02:00"}, {"productId" : 3895, "reviewText" : "heard about this on gypsy jazz radio,...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "ha...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [230.312, 129.229, 1, 237.541, 143.732, 1, 222.248, 142.715, 1, 202.473, 117.62, 1, 181.855, 99.6585, 1, 254.466, 141.555, 1, 274.533, 114.215, 1, 287.762, 87.3092, 1, 212.306, 202.372, 1, 220.239, 251.016, 1, 218.781, 293.714, 1, 237.115, 206.798, 1, 237.49, 255.986...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"colorList": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}}}, "required": ["colorList"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"colorList" : [{"color" : "black-block"}, {"color" : "white-block"}, {"color" : "lightBlue-block"}, {"color" : "blue-block"}, {"color" : "deepBlue-block"}, {"color" : "darkBlue-block"}, {"color" : "gold-block"}, {"color" : "bronze-block"}, {"color" : "orange-block"}, {"color" : "deepOrange-block"}]}
json_instruct
{"type": "object", "properties": {"colorList": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}}}, "required": ["colorList"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"coords": {"type": "object", "properties": {"timestamp": {"type": "string"}, "lon": {"type": "integer"}, "hdg": {"type": "integer"}, "relative_alt": {"type": "integer"}, "lat": {"type": "integer"}, "alt": {"ty...
{"coords" : {"timestamp" : "2017_04_22_10_31_19_850639", "lon" : 350616201, "hdg" : 9383, "relative_alt" : 1036320, "lat" : 327539968, "alt" : 850270}, "data" : [5150, 3400, 2325, 1670, 1220, 985, 825, 575, 445, 370, 315, 250, 185, 165, 105, 58, 58, 24, 10, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"coords": {"type": "object", "properties": {"timestamp": {"type": "string"}, "lon": {"type": "integer"}, "hdg": {"type": "integer"}, "relative_alt": {"type": "integer"}, "lat": {"type": "integer"}, "alt": {"type": "integer"}}, "required": ["timestamp", "lon", "hdg", "relative_alt", "la...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "6c807b13e9a11fc23789", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"vue-ellipsis": {"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "string"}}, "defaults": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["attri...
{"vue-ellipsis" : {"attributes" : ["text", "visibleLine", "visibleHeight", "maxLine", "maxHeight", "ellipsis", "ellipsisNode", "endExcludes", "useInnerHtml", "reflowOnResize", "onReflow", "onEllipsisClick"], "defaults" : ["text", "visibleLine"], "description" : "A high performance and customized ellipsis component for ...
json_instruct
{"type": "object", "properties": {"vue-ellipsis": {"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "string"}}, "defaults": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["attributes", "defaults", "description"]}}, "required": ["vue-ell...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "34", "name" : ["29", "G\u00fcm\u00fc\u015fhane"]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["title", "url", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "\u7ed9\u81ea\u5df1\u5f81\u53cb", "url" : "https://bbs.byr.cn/article/Friends/2009450", "count" : 85}, {"title" : "[\u66f4\u65b0\u7167\u7247]\u5341\u5e74\u4e00\u77ac\u95f4\uff0c\u5b8f\u798f\u8fd8\u6709byr\u5417", "url" : "https://bbs.byr.cn/article/Feeling/3172276", "count" : 33}, {"title" : "&lt;\u6821\u56...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["title", "url", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7e0d523ebfc7cef28671d839f830c98d5717c3a9"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "BUT THE WEAKNESS OR FALLACY OF SUCH A LOOSE DISCOURSE IT SHOWS, BY THE ARTIFICIAL FORM IT IS PUT INTO,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/12450.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"anncomplete": {"type": "boolean"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "id", "url"]}}, ...
{"anncomplete" : true, "sources" : [{"name" : "PMID", "id" : "16444273", "url" : "http://www.ncbi.nlm.nih.gov/pubmed/16444273"}], "entities" : [{"classId" : "e_1", "part" : "s1p1", "offsets" : [{"start" : 13, "text" : "ABCC11"}], "confidence" : {"state" : "", "who" : ["user:abojchevski"], "prob" : 1}, "fields" : {}, "n...
json_instruct
{"type": "object", "properties": {"anncomplete": {"type": "boolean"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "id", "url"]}}, "entities": {"type": "array", "items": {"type": "object", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9e89917876e4b21c619e6323786b40401755b74c"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"type": "string"}, "...
{"expireTime" : 9007200871446949000, "key" : "c5be0fb83aa75d0695e9cdf56017ac3f", "val" : {"name" : "IMAGE_PROCESSING", "inputPaths" : ["/Users/joetargett/Desktop/app/presentation/src/images/golden-circle.png"], "outputDir" : "/Users/joetargett/Desktop/app/presentation/public/static/1f944bfb406a3f0d1a0c5150683cb748", "a...
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"type": "string"}, "args": {"type": "object", "properties": {"isLazy": {"type":...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "adults": {"type": "integer"}, "children": {"type": "integer"}, "price": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}, "thumbnailsList": {"...
[{"name" : "\u5bb6\u5ead\u623f\uff084 \u4f4d\u6210\u4eba\uff09 (Family Room (4 Adults))", "adults" : 4, "children" : 0, "price" : 2881, "images" : ["//pix6.agoda.net/hotelImages/462/462860/462860_13072919150014142408.jpg?s=1024x768", "//pix6.agoda.net/hotelImages/462/462860/462860_13072919170014142410.jpg?s=1024x768", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "adults": {"type": "integer"}, "children": {"type": "integer"}, "price": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}, "thumbnailsList": {"type": "array", "items": {"type": "object", "properties": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"946769397230": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subject...
{"946769397230" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9WSUxMX1VQREFURS1FUV9WaWxsYWdlLmh0bWwtYW5hbHl0aWNzLTk0Njc2OTM5NzE2NA==.json"}, "946769398785" : {"type" : "st"}, "946769398786" : {"type"...
json_instruct
{"type": "object", "properties": {"946769397230": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946769398785": {"type": "object", "properties": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"selectize": {"type": "string"}, "ng-file-upload-shim": {"type": "string"}, "ng-file-upload": {"type": "str...
{"name" : "formlyTemplate", "version" : "1.0.0", "dependencies" : {"selectize" : "https://github.com/brianreavis/selectize.js.git#~0.12.1", "ng-file-upload-shim" : "~10.1.11", "ng-file-upload" : "~10.1.11", "angular-youtube-mb" : "https://github.com/brandly/angular-youtube-embed.git#~1.1.1"}, "devDependencies" : {}, "a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"selectize": {"type": "string"}, "ng-file-upload-shim": {"type": "string"}, "ng-file-upload": {"type": "string"}, "angular-youtube-mb": {"type": "string"}}, "required": ["select...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "in...
{"lastUpdated" : 1655019279666, "username" : "Matiasgamerss45", "scores" : [{"xp" : 15835, "rank" : 469, "cardId" : 495}, {"xp" : 6807, "rank" : 458, "cardId" : 392}, {"xp" : 5039, "rank" : 439, "cardId" : 237}, {"xp" : 15494, "rank" : 350, "cardId" : 114}, {"xp" : 11143, "rank" : 403, "cardId" : 19}, {"xp" : 3671, "ra...
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"network": {"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "string"}}}, "required": ["servers"]}, "files": {"type": "array", "items": {"type": "object", "properties": {"paths": {"ty...
{"network" : {"servers" : ["127.0.0.1:5055"]}, "files" : [{"paths" : ["/tmp/123.log"]}, {"paths" : ["/private/tmp/123.log"]}]}
json_instruct
{"type": "object", "properties": {"network": {"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "string"}}}, "required": ["servers"]}, "files": {"type": "array", "items": {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "string"}}}, "required": ["paths"]}}}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[38.449, -4.142], [38.535, -4.109], [38.947, -3.962], [39.036, -3.762], [38.931, -3.698], [38.969, -3.636], [39.057, -3.686], [39.088, -3.572], [39.146, -3.572], [39.121, -3.622], [39.138, -3.647], [39.155, -3.653], [39.199, -3.723], [39.281, -3.7...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
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" : "encrinus", "definition" : "A genus of fossil encrinoidea, from the Mesozoic rocks."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "funding": {"type": "string"}...
{"name" : "atocha", "version" : "1.2.2", "description" : "Tiny exec() with Promises and trim()", "homepage" : "https://github.com/franciscop/atocha#readme", "repository" : "https://github.com/franciscop/atocha.git", "bugs" : "https://github.com/franciscop/atocha/issues", "funding" : "https://www.paypal.me/franciscopres...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "funding": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scrip...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {"type": "object", "properties": {"byte_offset": {"type": "integer"}, "previous": {"type": "string"}}, "requi...
{"num_states" : 244134380, "batch_size" : 40000000, "index" : [{"byte_offset" : 67907873, "previous" : "5401240012105"}, {"byte_offset" : 137454390, "previous" : "22040541043311"}, {"byte_offset" : 208479425, "previous" : "102245221420214"}, {"byte_offset" : 280908122, "previous" : "221323412142025"}, {"byte_offset" : ...
json_instruct
{"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {"type": "object", "properties": {"byte_offset": {"type": "integer"}, "previous": {"type": "string"}}, "required": ["byte_offset", "previous"]}}}, "required": ["num_states", "batch...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "outputs": {"type": "array", "items": {"type": "boolean"}}}, "required"...
{"fn_name" : "canReorderDoubled", "inputs" : [[[3, 1, 3, 6]]], "outputs" : [false]}
json_instruct
{"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "outputs": {"type": "array", "items": {"type": "boolean"}}}, "required": ["fn_name", "inputs", "outputs"], "$schema": "http://json-schema.or...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"locomotive": {"type": "string"}, "express": {"type": "string"}, "ejs": {"ty...
{"name" : "colabeo", "version" : "0.0.1", "private" : true, "dependencies" : {"locomotive" : ">= 0.1.0", "express" : ">= 2.4.7", "ejs" : ">= 0.8.5", "passport" : ">= 0.1.6", "passport-local" : ">= 0.1.0", "bcrypt" : ">= 0.5.0", "parse" : ">=1.2.13", "sendgrid" : ">=0.4.5", "connect-flash" : ">=0.1.1", "firebase" : "~0....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"locomotive": {"type": "string"}, "express": {"type": "string"}, "ejs": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"t...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ractive.js" : "sha256-NoHcV9kbmexNwH3gpUA2PpAGOEhic/DB9aVZSPgDj+I=", "ractive.min.js" : "sha256-cRfcSXb1lP4eRxiz92wFUPQghEpM3iJVTaN5HiXgVZU="}
json_instruct
{"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"...
{"uuid" : "fe9fd02d-3f84-433f-89f0-f48c001f047f", "befores" : [{"name" : "data", "status" : "passed", "start" : 1635703661259, "stop" : 1635703661259}], "start" : 1635703661259, "stop" : 1635703661324}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "author": {"type": "string"},...
{"name" : "pouetdl", "version" : "1.0.0", "description" : "A command-line tool to fetch pouet.net productions metainformation and store as CSV", "main" : "lib/index.js", "bin" : "bin/index.js", "preferGlobal" : true, "author" : "Andrzej Lichnerowicz <andrzej@lichnerowicz.pl>", "license" : "Unlicense", "engine" : {"node...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "author": {"type": "string"}, "license": {"type": "string"}, "engine": {"type": "object", "propertie...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[126.38654836211757, 128.1512811502722, 132.85723525201797, 134.62196804017265]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default...
{"Logging" : {"LogLevel" : {"Default" : "Debug", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "Kafka" : {"BootstrapServer" : "localhost:9092", "Topic" : "Workshop"}, "AllowedHosts" : "*"}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "strin...
{"id" : 17259, "source" : "brewster", "verse_id" : 18734, "verse_count" : 1, "reference" : "54:10", "title" : "", "html" : "<p><b>(<a class=\"ref\">3 Nephi 22:10</a>).</b>\"<i>For the mountains shall depart, and the hills be removed.</i>\" The Lord's covenant with Israel will still be in place when mountains and hills ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"files.eol": {"type": "string"}, "editor.formatOnType": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "terminal.integrated.copyOnSelection": {"type": "boolean"}, "terminal.integrated.shell.window...
{"files.eol" : "\n", "editor.formatOnType" : true, "editor.formatOnSave" : true, "terminal.integrated.copyOnSelection" : true, "terminal.integrated.shell.windows" : "C:/WINDOWS/System32/wsl.exe", "python.formatting.provider" : "black", "python.linting.flake8Enabled" : true, "python.pythonPath" : "C:\\Python37\\python.e...
json_instruct
{"type": "object", "properties": {"files.eol": {"type": "string"}, "editor.formatOnType": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "terminal.integrated.copyOnSelection": {"type": "boolean"}, "terminal.integrated.shell.windows": {"type": "string"}, "python.formatting.provider": {"type": "string"}...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["slack-map"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["In a large bowl, whip egg whites until stiff. Beat in the yolks one at a time, beating well after each addition. Stir in the confectioners' sugar, baking powder and anise oil. Mix in the flour 1 cup at a time, mixing well after each, until dough is fairly stiff. On a lightly floured surface, roll out ...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "8104023003", "district_id" : "8104023", "name" : "BATU JUNGKU"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/d...
{"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "A four-legged tripod will foal\nStaggered by light\nNose-dive and nuzzle\nAnd they're off!"}}
json_instruct
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}, "label": {"type": "string"}}, "required": ["_id", "_isa", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "concerns_children_psychological", "_isa" : "radio_group:yes-no-required", "label" : "Have your children ever been psychologically abused?"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}, "label": {"type": "string"}}, "required": ["_id", "_isa", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type"...
{"name" : "challenge-sql", "version" : "1.0.0", "description" : "Sample challenge with SQL", "author" : "Givery", "main" : "app/main.js", "dependencies" : {"chai" : "^3.3.0", "knex" : "^0.8.6", "sqlite3" : "^3.1.0"}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "knex": {"type": "string"}, "sqlite3": {"type": "string"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "xwalk_version": {"type": "string"}, "start_url": {"type": "string"}, "orientation": {"type": "string"}, "display": {"type": "string"}, "xwalk_launch_screen": {"type": "object", "pr...
{"name" : "Space Dodge", "xwalk_version" : "0.0.1", "start_url" : "index.html", "orientation" : "landscape", "display" : "fullscreen", "xwalk_launch_screen" : {"ready_when" : "custom", "landscape" : {"background_color" : "#11f", "image" : "fg.png"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "xwalk_version": {"type": "string"}, "start_url": {"type": "string"}, "orientation": {"type": "string"}, "display": {"type": "string"}, "xwalk_launch_screen": {"type": "object", "properties": {"ready_when": {"type": "string"}, "landscape": {"type": "object",...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"mode": {"type": "string"}, "noTimestamp": {"type": "boolean"}}, "required": ["mode", "noTimestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"mode" : "slideExpiration", "noTimestamp" : true}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"mode": {"type": "string"}, "noTimestamp": {"type": "boolean"}}, "required": ["mode", "noTimestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "files"]}}}, "required": ["modules"], ...
{"modules" : [{"name" : "toaster", "files" : ["assets/vendor/angularjs-toaster/toaster.js", "assets/vendor/angularjs-toaster/toaster.css"]}, {"name" : "ui.select", "files" : ["common/directive/select.js", "assets/css/select.min.css", "common/directive/uiselectremote.directive.js", "common/directive/uiselectviewvalue.di...
json_instruct
{"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "files"]}}}, "required": ["modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01007282": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"},...
{"type" : "Topology", "objects" : {"E01007282" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00036933", "LAD11CD" : "E08000015"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01007282": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"900740036": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900740037": {"type": "object", "properties": {"nama": {"type...
{"900740036" : {"nama" : "TPS 1", "dapil" : [7401, 17405, 2741104]}, "900740037" : {"nama" : "TPS 2", "dapil" : [7401, 17405, 2741104]}}
json_instruct
{"type": "object", "properties": {"900740036": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900740037": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/sobre": {"type": "boolean"}}, "required": ["pages/sobre"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "67759ce0be65f0f90355", "c" : {"pages/sobre" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/sobre": {"type": "boolean"}}, "required": ["pages/sobre"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"s_Acc": {"type": "number"}, "s_IoU": {"type": "number"}, "s_mIoU": {"type": "number"}, "t_Acc": {"type": "number"}, "t_IoU": {"type": "number"}, "t_mIoU": {"type": "number"}, "bn_loss": {"type": "number"}, "s_adv": {"type": "n...
{"s_Acc" : 0.8885165282452923, "s_IoU" : 0.75176586028466, "s_mIoU" : 0.8317934893556278, "t_Acc" : 0.41818004282367466, "t_IoU" : 0.3600147534487628, "t_mIoU" : 0.6009499535230726, "bn_loss" : 0.1426462084054947, "s_adv" : 0.27078863097862765, "t_adv" : 0.8295430257916451}
json_instruct
{"type": "object", "properties": {"s_Acc": {"type": "number"}, "s_IoU": {"type": "number"}, "s_mIoU": {"type": "number"}, "t_Acc": {"type": "number"}, "t_IoU": {"type": "number"}, "t_mIoU": {"type": "number"}, "bn_loss": {"type": "number"}, "s_adv": {"type": "number"}, "t_adv": {"type": "number"}}, "required": ["s_Acc"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": ...
{"assessment" : [{"name" : "Mid-Trimester Exam", "weight" : 25}, {"name" : "ePortfolio & LinkedIn Profile", "weight" : 10}, {"name" : "Lab Workbook", "weight" : 12}, {"name" : "Lab report", "weight" : 13}, {"name" : "End of Trimester Exam", "weight" : 40}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"sourceHash": {"type": "integer"}, "sourceString": {"type": "string"}, "blacklisted": {"type": "boolean"}, "acquisitionInfo": {"type": "object", "properties": {"runOnlyAcquisitionRewardSite": {"type": "boolean"}}, ...
{"sourceHash" : 1771326504, "sourceString" : "Source: Complete activities and earn rank-up packages on the Tangled Shore.", "blacklisted" : false, "acquisitionInfo" : {"runOnlyAcquisitionRewardSite" : false}, "index" : 4350, "presentationNodeType" : 2, "traitHashes" : [], "redacted" : false, "stateInfo" : {"requirement...
json_instruct
{"type": "object", "properties": {"sourceHash": {"type": "integer"}, "sourceString": {"type": "string"}, "blacklisted": {"type": "boolean"}, "acquisitionInfo": {"type": "object", "properties": {"runOnlyAcquisitionRewardSite": {"type": "boolean"}}, "required": ["runOnlyAcquisitionRewardSite"]}, "index": {"type": "intege...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type"...
{"data" : {"id" : 84996, "title" : "jim and carole", "primoId" : "", "slug" : "", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1541466030008.png", "content" : "jim and carole", "imageType" : "gallery_selfie", "date" : "2018-11-06 12:00:30", "dateText" : "", "timestamp" : "", "i...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "pfunc_time_error": {"type": "string"}, "pfunc_time_too_long": {"type": "string"}, ...
{"@metadata" : {"authors" : ["Asoxor", "Lost Whispers", "Muhammed taha", "\u00c9pine"]}, "pfunc_time_error" : "\u06be\u06d5\u06b5\u06d5: \u06a9\u0627\u062a \u0646\u0627\u062f\u0631\u0648\u0633\u062a\u06d5.", "pfunc_time_too_long" : "\u06be\u06d5\u06b5\u06d5: \u0628\u0627\u0646\u06af\u06a9\u0631\u062f\u0646\u06cc #time\...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "pfunc_time_error": {"type": "string"}, "pfunc_time_too_long": {"type": "string"}, "pfunc_expr_unrecognised_word": {"type": "string"}, "pfunc_expr_unexpe...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo...
{"id" : 85927053, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b9bb031a8bdcb609bf49a02ea6aadd38", "wof:id" : 85927053, "wof:repo" : "whosonfirst-data-admin-kr"}, "bbox" : [127.08722, 37.14583, 127.08722, 37.14583], "geometry" : {"coordinate...
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": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"95151\"": {"type": "string"}, "\"95121\"": {"type": "string"}, "\"95003\"": {"...
{"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"95151\"" : "Beranci", "\"95121\"" : "Dobrusevo", "\"95003\"" : "Dolno Srpci", "\"95054\"" : "Mogila"}, "hits" : "3707"}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"95151\"": {"type": "string"}, "\"95121\"": {"type": "string"}, "\"95003\"": {"type": "string"}, "\"95054\"": {"type": "string"}}, "required": ["\"95151\"",...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "...
{"type" : "Feature", "properties" : {"name" : "Taylor County", "fips" : "55119", "state_code" : 55, "county_code" : 119, "population" : 20343, "countrylevel_id" : "fips:55119", "census_data" : {"COUNTYNS" : "01581119", "AFFGEOID" : "0500000US55119", "LSAD" : "06", "ALAND" : 2525318793, "AWATER" : 24686414}}, "geometry"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d...
Using the following JSON schema, generate a compatible JSON instance: {"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"]}},...
[{"label" : "Woman", "normalizedVertices" : [{"x" : 0.3364304, "y" : 0.15097842}, {"x" : 0.7134519, "y" : 0.15097842}, {"x" : 0.7134519, "y" : 0.76384515}, {"x" : 0.3364304, "y" : 0.76384515}], "score" : 0.86818707}]
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", "normalizedVertice...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "...
{"private" : true, "name" : "GoogleAppScript", "version" : "1.0.0", "description" : "", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "Alessandro Rizzotto", "license" : "ISC", "dependencies" : {"babel-core" : "^6.22.1", "babel-plugin-transform-es3-member-expression-li...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type...
{"id" : 404407901, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a8309e6c386edc22e6e3600ddfd235a8", "wof:id" : 404407901, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.01016891158816, 47.14676767987793, 5.04644814916808, 47.1721321512108]...
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": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "pm2-server-monitor", "version" : "1.0.0", "description" : "", "main" : "lib/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/eshengsky/pm2-server-monitor.git"}, "author" : "eshengsky@163.com", "license" : "MIT", "...
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": "s...
Generate a valid JSON object that conforms to the following 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", "item...
{"title" : "Semi-automatic stereo extraction from video footage.", "fields" : ["contextual image classification", "block matching algorithm", "motion compensation", "stereoscopy", "multiview video coding"], "abstract" : "We present a semi-automatic system that converts conventional video shots to stereoscopic video pai...
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": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "st...
{"name" : "Oberschule am Roten Berg", "id" : "NI-37382-2", "address" : "Schulstr. 16, 49205\u00a0Hasbergen", "school_type" : "Oberschule", "phone" : "05405 6187100", "full_time_school" : true, "email" : "verwaltung@sarb-hasbergen.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 7.948325, "lat" : 52.234442}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"N": {"type": "integer"}, "M": {"type": "integer"}, "seed": {"type": "integer"}, "sea_level": {"type": "number"}}, "required": ["N", "M", "seed", "sea_level"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"N" : 400, "M" : 1000, "seed" : 11, "sea_level" : 0.2}
json_instruct
{"type": "object", "properties": {"N": {"type": "integer"}, "M": {"type": "integer"}, "seed": {"type": "integer"}, "sea_level": {"type": "number"}}, "required": ["N", "M", "seed", "sea_level"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}}, "required": ["ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/sch...
{"ConnectionStrings" : {"DefaultConnection" : "Server=WINDOWS-1TDC0VN;Database=Moon;Integrated Security=true;"}}
json_instruct
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}}, "required": ["ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index.js" : "function multiplesOf3and5(number) {\n let sum = 0, i = 3;\n while (i < number){\n if (i % 3 == 0 || i % 5 == 0) sum += i;\n i++;\n }\n return sum;\n}\n\nmultiplesOf3and5(1000);"}
json_instruct
{"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "ident": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "string"}, "category": {"type": "string"}}, "required": ["type", "ident", "n...
{"type" : "MOD_INFO", "ident" : "Forgotten_Races", "name" : "Forgotten Races", "description" : "Human civilization is gone. Long hidden creatures once relegated to myth and legend step forth from the shadows to reclaim the world.", "authors" : "Malkeus", "category" : "creatures"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ident": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "string"}, "category": {"type": "string"}}, "required": ["type", "ident", "name", "description", "authors", "category"], "$schema": "http://json-s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-96.767726, 35.984533], [-96.767137, 36.053331], [-96.755414, 36.051205], [-96.747624, 36.051352], [-96.741309, 36.053164], [-96.740966, 36.058366], [-96.745593, 36.069832], [-96.746229, 36.073393], [-96.74564, 36.075688]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"range": {"type": "string"}, "majorDimension": {"type": "string"}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["range", "majorDimension", "values"], "$schema": "http://jso...
{"range" : "'\u8a55\u4fa1\u70b9'!A2:J35", "majorDimension" : "ROWS", "values" : [["\u7d76\u4e16\u306e\u9e97\u4eba", "go", "el", "ad", "pu", "wa", "\u30e2\u30c0\u30f3\u30c1\u30e3\u30a4\u30ca", "", "\u306a\u3057"], ["", "1.33", "1.33", "1", "1.33", "0.67", "A", "1"], ["\u30b5\u30de\u30fc\u30b9\u30c8\u30fc\u30ea\u30fc", "...
json_instruct
{"type": "object", "properties": {"range": {"type": "string"}, "majorDimension": {"type": "string"}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["range", "majorDimension", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "req...
{"text" : "The Board shall approve providers of alcohol training and education certification programs for the purposes of:", "historical" : "D.C. Law 13-298 amended and enacted into law Title 25 of the District of Columbia Official Code.\n\nLegislative History of Laws\n\nFor D.C. Law 13-298, see notes following \u00a7 ...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "objec...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-89.361437, 36.191893], [-89.359569, 36.192582], [-89.343482, 36.190288], [-89.322979, 36.189106], [-89.31721, 36.192256], [-89.316423, 36.194038], [-89.313525, 36.194233], [-89.31122, 36.197899], [-89.309705, 36.198244],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"900039932": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900039933": {"type": "object", "properties": {"nama": {"t...
{"900039932" : {"nama" : "TPS 1", "dapil" : [1202, 11208, 2121403]}, "900039933" : {"nama" : "TPS 2", "dapil" : [1202, 11208, 2121403]}, "900039934" : {"nama" : "TPS 3", "dapil" : [1202, 11208, 2121403]}}
json_instruct
{"type": "object", "properties": {"900039932": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900039933": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "halter-sack", "definition" : "A term of reproach, implying that one is fit to be hanged. [Obs.] Beau. & Fl."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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"...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Sayaw, Barili, Cebu, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.cebu.barili.sayaw", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "region_reference" :...
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": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["devorbitus", "eval", "renpy", "renutil"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["io...
{"name" : "ILPDFKit", "version" : "1.1.7", "summary" : "A PDF toolset for iOS with an emphasis on form filling.", "description" : "A simple toolkit for filling out and saving PDF forms, and extracting PDF data.", "platforms" : {"ios" : "9.0"}, "homepage" : "https://github.com/derekblair/ILPDFKit", "license" : "MIT", "a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "homepage": {"type": "string"}, "license": {"type": "string"}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type":...
{"ref" : {"min" : 1.9434674978256226, "max" : 94.0568618774414, "mean" : 47.7689325299289}, "ref_regrid" : {"min" : 1.9434674978256226, "max" : 94.0568618774414, "mean" : 47.7689325299289, "std" : 21.886935801306013}, "test" : {"min" : 0.9168329834938049, "max" : 94.30069732666016, "mean" : 47.678655533922296}, "test_r...
json_instruct
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "numbe...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"billing_account": {"type": "object", "properties": {"id": {"type": "integer"}, "guid": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "contact_person": {"type": "null"}, "contact_n...
{"billing_account" : {"id" : 1, "guid" : "AC336001", "name" : "Danny", "email" : "danny@example.com", "contact_person" : null, "contact_number" : null, "addresses" : []}}
json_instruct
{"type": "object", "properties": {"billing_account": {"type": "object", "properties": {"id": {"type": "integer"}, "guid": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "contact_person": {"type": "null"}, "contact_number": {"type": "null"}, "addresses": {"type": "array", "items": {}}}, "re...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"...
{"nom" : "Hu\u00eatre", "circ" : "2\u00e8me circonscription", "dpt" : "Loiret", "inscrits" : 200, "abs" : 95, "votants" : 105, "blancs" : 3, "nuls" : 0, "exp" : 102, "res" : [{"nuance" : "LR", "nom" : "M. Serge GROUARD", "voix" : 72}, {"nuance" : "REM", "nom" : "Mme Caroline JANVIER", "voix" : 30}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pageProps": {"type": "object", "properties": {"title": {"type": "string"}, "slug": {"type": "string"}, "date": {"type": "string"}, "tag": {"type": "string"}, "content": {"type": "string"}}, "required": ["titl...
{"pageProps" : {"title" : "v0.3.0", "slug" : "v0.3.0", "date" : "2018-03-01T07:33:02.000Z", "tag" : "v0.3.0", "content" : " \n### Enhancements\r\n\r\n- We added the ability to \"Pin\" a document to a collection. You can use this to welcome team members, make sure they see the most important documents first, or somet...
json_instruct
{"type": "object", "properties": {"pageProps": {"type": "object", "properties": {"title": {"type": "string"}, "slug": {"type": "string"}, "date": {"type": "string"}, "tag": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "slug", "date", "tag", "content"]}, "__N_SSG": {"type": "boolean"}}, "req...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft...
[{"package" : "ntjoin", "downloads" : 10500, "count" : 6280}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri...
{"latest_version" : ["0.1.2"], "meta" : {"description" : "Tool for StagYY output files processing", "homepage" : "https://github.com/mulvrova/StagPy", "license" : "GPLv2"}, "versions" : {"0.1.0" : {"sha256" : "c742d9e816ed44cc3aa9251e885869dc284ae570c5e63e2a1800c421dedb3f9a", "url" : "https://files.pythonhosted.org/pac...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, ...
{"relation" : [["", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"], ["Name", "Intro", "J\u00e1 N\u00e3o Tens Nada a Ver", "N\u00e3o Est\u00e1s Aqui!...", "Poder Ver-Te Outra Vez (Aqui)", "Ser Loucura Em Ti", "Naveguei Nos Teus Sonhos", "\u00c9s Meu Sol!... (\u00c9s Paz)", "Estar Onde N\u00e3o Estou", "No Teu Vazio\...
json_instruct
{"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tab...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rmse" : [25.67155915700307]}
json_instruct
{"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "requir...
{"latest_version" : ["0.8.3"], "meta" : {"description" : "Tools to create dictionaries in aarddict format", "homepage" : "http://aarddict.org", "license" : "GPL 3"}, "versions" : {"0.7.4" : {"sha256" : "32baed47d32ac68a8942cb169e917816aac6260cbcc1873dd3b640793a2057a3", "url" : "https://files.pythonhosted.org/packages/6...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Create a JSON structure that matches this 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\u540d\u7a31" : "\u9f0e\u946b\u4f01\u696d\u793e", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T0701426", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u5f70\u5316\u5e02\u5357\u7f8e\u91cc\u5d19\u7f8e\u8def518\u4e4b2\u865f", "\u5de5\u5ee0\u5e02\u93ae...
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": "st...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "130204007001", "text" : "\u665f\u51b6\u7b2c\u4e00\u793e\u533a"}, {"id" : "130204007002", "text" : "\u665f\u51b6\u7b2c\u4e8c\u793e\u533a"}, {"id" : "130204007003", "text" : "\u5174\u76db\u7b2c\u4e00\u793e\u533a"}, {"id" : "130204007004", "text" : "\u5174\u76db\u7b2c\u4e8c\u793e\u533a"}, {"id" : "130204007006",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "author": {"type": "string"}, "src": {"type": "string"}, "category": {"type": "string"}}, "required": ["content", "author", "src", "category"]}, "$schema": "h...
[{"content" : "there is no theory, simply analysis", "author" : "", "src" : "", "category" : "Mysticism"}, {"content" : "The guilt kills before the sin", "author" : "", "src" : "", "category" : "Reality"}, {"content" : "There is a clear difference between wanting to know and actually knowing", "author" : "", "src" : ""...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "author": {"type": "string"}, "src": {"type": "string"}, "category": {"type": "string"}}, "required": ["content", "author", "src", "category"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rekindle:block/steel_fence_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"client_id": {"type": "string"}, "client_secret": {"type": "string"}, "base": {"type": "string"}, "redirect": {"type": "string"}, "callback": {"type": "string"}, "port_exposed": {"type": "boolean"}, "port": {"type": "integer"},...
{"client_id" : "<clientid>", "client_secret" : "<secret>", "base" : "http://localhost", "redirect" : "/auth/twitch", "callback" : "/auth/twitch/callback", "port_exposed" : true, "port" : 0, "server" : "irc-ws.chat.twitch.tv", "channels" : ["<channelname>"], "file_path" : "<absolutepathtothisfile>", "access_token" : "<t...
json_instruct
{"type": "object", "properties": {"client_id": {"type": "string"}, "client_secret": {"type": "string"}, "base": {"type": "string"}, "redirect": {"type": "string"}, "callback": {"type": "string"}, "port_exposed": {"type": "boolean"}, "port": {"type": "integer"}, "server": {"type": "string"}, "channels": {"type": "array"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {...
{"name" : "Startup", "version" : "0.1.10", "summary" : "Swift library that provides a declarative API for defining startup operations", "description" : "Startup is library that provides declarative components for defining apps startup operations.", "homepage" : "https://github.com/pepibumur/Startup", "license" : {"type...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type"...
{"id" : 28733, "uid" : 359374, "uname" : "\u5c0f\u4ed9\u6709\u793c\u4e86", "face" : "http://i0.hdslb.com/bfs/face/5d2c92beb774a4bb30762538bb102d23670ae9c0.gif", "originContentModify" : "\u6a31\u5a4a\u53bb\u6b7b", "originType" : 1, "reasonType" : 9, "punishTime" : 1496174396000, "punishType" : 2, "moralNum" : 0, "blocke...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "in...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schem...
{"code" : "BTT004", "lang" : "de", "description" : "\nDurchschnittliche Bettenauslastung\n\nErl\u00e4uterung f\u00fcr folgende Statistik(en):\n23111 Grunddaten der Krankenh\u00e4user\n23112 Grunddaten der Vorsorge- oder Rehabilitationseinr.\n\nBegriffsinhalt:\nDer Wert \"Durchschnittliche Bettenauslastung\" gibt in von...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i...
{"id" : 1126022195, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "dd0cbdfc998371d395105342e010a4dc", "wof:id" : 1126022195, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.31143, 44.16143, 6.31143, 44.16143], "geometry" : {"coordinates" : [6.31143, 44.1614...
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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["skiff-dispatcher", "sombrero-node"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "strin...
{"name" : "terraform", "pkg_version" : "1.1.9", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/terraform/blobs/sha256:94cbe9a25c0a856b8ba554db1a7a79acfc08a545e13a1c86b7faa582d0ace7df"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/terraform/blobs/sha256:bdd424b...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "propert...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index.js": {"type": "string"}, "styles.css": {"type": "string"}, "styles.js": {"type": "string"}, "webpack-runtime.js": {"type": "string"}}, "required": ["index.js", "styles.css", "styles.js", "webpack-runtim...
{"index.js" : "/index.485c.js", "styles.css" : "/styles.1ffc.css", "styles.js" : "/styles.a180.js", "webpack-runtime.js" : "/webpack-runtime.f563.js"}
json_instruct
{"type": "object", "properties": {"index.js": {"type": "string"}, "styles.css": {"type": "string"}, "styles.js": {"type": "string"}, "webpack-runtime.js": {"type": "string"}}, "required": ["index.js", "styles.css", "styles.js", "webpack-runtime.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}...
{"title" : "Bull", "creation_date" : "20th century", "creation_date_earliest" : "1923-01-01", "creation_date_latest" : "1950-01-01", "medium" : "lithograph on paper", "accession_number" : "50.2", "id" : "cmoa:things/fa23db68-12cf-4e37-972a-69b301a6d58a", "credit_line" : "Leisser Art Fund", "date_acquired" : "1950-10-11...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"m-session-expired": {"type": "object", "properties": {"message": {"type": "string"}, "directions-1": {"type": "string"}, "directions-2": {"type": "string"}, "back-to-portal": {"type": "string"}}, "required": ["messa...
{"m-session-expired" : {"message" : "Votre session de travail est expir\u00e9e.", "directions-1" : "En raison d'une trop grande p\u00e9riode d'inactivit\u00e9 ou parce que vous vous \u00eates d\u00e9connect\u00e9 d\u2019un syst\u00e8me partenaire, votre session de travail a \u00e9t\u00e9 interrompue.", "directions-2" :...
json_instruct
{"type": "object", "properties": {"m-session-expired": {"type": "object", "properties": {"message": {"type": "string"}, "directions-1": {"type": "string"}, "directions-2": {"type": "string"}, "back-to-portal": {"type": "string"}}, "required": ["message", "directions-1", "directions-2", "back-to-portal"]}}, "required": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"ty...
{"name" : "dative", "description" : "dat-drive your package management with", "keywords" : ["dat", "cli", "package", "tool", "npm", "install", "update"], "version" : "0.0.0", "repository" : {"type" : "git", "url" : "git://github.com/orlin/dative.git"}, "author" : "Orlin M Bozhinov <om@soundsapiens.com>", "contributors"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "strin...
{"name" : "Business Academy Smilevski", "alt_name" : "Biznis Akademija Smilevski (BAS)", "country" : "Macedonia", "state" : null, "address" : {"street" : "bul. Avnoj 74a", "city" : "Skopje", "province" : null, "postal_code" : "1000"}, "contact" : {"telephone" : "+389 2 2455-754", "website" : "http://www.bas.edu.mk/", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}},...