input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [45.4774, 35.3666, 0.829271, 41.1815, 42.7522, 0.768265, 39.2474, 43.5147, 0.847209, 38.0892, 54.7716, 0.744639, 38.8598, 64.8307, 0.803013, 42.3415, 42.3694, 0.781285, 42.3716, 54.3654, 0.375276, 48.1498, 60.9679, 0.567536, 43.1268, 63.6636, 0.657732, 42.3637, 63.6804, 0.720476, 48.1449, 79.1672, 0.739527, 46.6162, 95.0597, 0.756431, 44.6746, 63.2844, 0.62328, 41.9586, 79.1814, 0.779046, 28.3973, 88.4506, 0.749304, 45.0685, 33.0669, 0.891733, 0, 0, 0, 41.9478, 34.2152, 0.833497, 0, 0, 0, 28.3967, 94.6553, 0.452213, 29.1699, 93.8958, 0.435926, 26.4518, 88.4549, 0.713149, 52.0469, 97.7692, 0.708612, 50.4954, 98.1584, 0.710777, 45.0746, 96.9963, 0.696651], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[123.75, 44.166666666666664], [123.75, 44.25], [123.875, 44.25], [123.875, 44.166666666666664], [123.75, 44.166666666666664]]]}, "properties" : {"code" : 662326, "url" : "http://madefor.github.io/0410/api/v1/662326.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/662326.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "4ae47175e54838065e560b902d61a0cfceacd1c1"}
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": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"website": {"type": "string"}}, "required": ["website"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"client": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}}, "required": ["client", "main"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schemaVersion" : 1, "id" : "happy-piggies", "version" : "${version}", "name" : "Happy Piggies", "description" : "A simple mod that prevents Zombie Pigmen from being damaged by a sweeping sword attack", "authors" : ["Broman"], "contact" : {"website" : "https://broman.dev"}, "license" : "MIT", "icon" : "assets/happy-piggies/icon.png", "environment" : "*", "entrypoints" : {"client" : ["dev.broman.happypiggies.client.HappyPiggiesClient"], "main" : ["dev.broman.happypiggies.HappyPiggies"]}, "mixins" : ["happy-piggies.mixins.json"], "depends" : {"fabricloader" : ">=0.12.12", "fabric" : "*", "minecraft" : "1.18.1"}}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"website": {"type": "string"}}, "required": ["website"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"client": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}}, "required": ["client", "main"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"From": {"type": "string"}, "To": {"type": "string"}, "ConversionSteps": {"type": "array", "items": {"type": "object", "properties": {"Dictionaries": {"type": "array", "items": {"type": "string"}}}, "required": ["Dictionaries"]}}}, "required": ["From", "To", "ConversionSteps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"From" : "ja-Hani-shinjitai", "To" : "ja-Hani-kyujitai", "ConversionSteps" : [{"Dictionaries" : ["JPShinjitaiPhrases.txt", "JPShinjitaiCharacters.txt", "JPVariants.txt|Reverse"]}]}
json_instruct
{"type": "object", "properties": {"From": {"type": "string"}, "To": {"type": "string"}, "ConversionSteps": {"type": "array", "items": {"type": "object", "properties": {"Dictionaries": {"type": "array", "items": {"type": "string"}}}, "required": ["Dictionaries"]}}}, "required": ["From", "To", "ConversionSteps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Daubeuf-Serville", "dpt" : "Seine-Maritime", "inscrits" : 301, "abs" : 49, "votants" : 252, "blancs" : 4, "nuls" : 0, "exp" : 248, "res" : [{"panneau" : "2", "voix" : 97}, {"panneau" : "9", "voix" : 44}, {"panneau" : "3", "voix" : 42}, {"panneau" : "11", "voix" : 36}, {"panneau" : "4", "voix" : 10}, {"panneau" : "1", "voix" : 9}, {"panneau" : "6", "voix" : 7}, {"panneau" : "5", "voix" : 3}, {"panneau" : "7", "voix" : 0}, {"panneau" : "8", "voix" : 0}, {"panneau" : "10", "voix" : 0}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "name": {"type": "string"}, "geometry": {"type": "string"}, "reference": {"type": "string"}, "organisation": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "name", "geometry", "reference", "organisation", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.192323, 51.359664], [-0.191428, 51.359787], [-0.19128, 51.359442], [-0.190947, 51.359494], [-0.191121, 51.359875], [-0.190758, 51.359939], [-0.190813, 51.360018], [-0.190865, 51.360008], [-0.19126, 51.360922], [-0.191171, 51.360943], [-0.19125, 51.361055], [-0.190808, 51.361153], [-0.19083, 51.361212], [-0.190939, 51.361412], [-0.191415, 51.361299], [-0.191604, 51.361628], [-0.191697, 51.36161], [-0.191915, 51.362098], [-0.192301, 51.362027], [-0.194111, 51.361866], [-0.193784, 51.361376], [-0.19382, 51.361255], [-0.19453, 51.361312], [-0.19489, 51.361307], [-0.19456, 51.360834], [-0.19451, 51.360846], [-0.194292, 51.36032], [-0.193554, 51.36045], [-0.193431, 51.360163], [-0.192631, 51.360302], [-0.192323, 51.359664]]]]}, "properties" : {"geography" : "conservation-area:COA00000239", "name" : "COA00000239", "geometry" : "MULTIPOLYGON (((-0.192323 51.359664,-0.191428 51.359787,-0.191280 51.359442,-0.190947 51.359494,-0.191121 51.359875,-0.190758 51.359939,-0.190813 51.360018,-0.190865 51.360008,-0.191260 51.360922,-0.191171 51.360943,-0.191250 51.361055,-0.190808 51.361153,-0.190830 51.361212,-0.190939 51.361412,-0.191415 51.361299,-0.191604 51.361628,-0.191697 51.361610,-0.191915 51.362098,-0.192301 51.362027,-0.194111 51.361866,-0.193784 51.361376,-0.193820 51.361255,-0.194530 51.361312,-0.194890 51.361307,-0.194560 51.360834,-0.194510 51.360846,-0.194292 51.360320,-0.193554 51.360450,-0.193431 51.360163,-0.192631 51.360302,-0.192323 51.359664)))", "reference" : "COA00000239", "organisation" : "local-authority-eng:STN", "slug" : "/conservation-area/local-authority-eng/STN/COA00000239", "entity" : 473923, "entry-date" : "2020-09-04"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "name": {"type": "string"}, "geometry": {"type": "string"}, "reference": {"type": "string"}, "organisation": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "name", "geometry", "reference", "organisation", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "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": {"@league-of-foundry-developers/foundry-vtt-types": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "prettier-eslint": {"type": "string"}}, "required": ["@league-of-foundry-developers/foundry-vtt-types", "babel-eslint", "eslint", "prettier-eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "walls-have-ears", "version" : "0.0.4", "description" : "A simple-as-possible module to muffle sounds that are behind a wall for a player.", "main" : "scripts/tokenmagic.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "lint" : "eslint --fix scripts/*.js"}, "repository" : {"type" : "git", "url" : "git+https://SebaSOFT@github.com/SebaSOFT/walls-have-ears.git"}, "keywords" : ["foundryvtt", "foundry", "module", "audio"], "author" : "SebaSOFT (sebasoft@gmail.com)", "license" : "MIT", "bugs" : {"url" : "https://github.com/SebaSOFT/walls-have-ears/issues"}, "homepage" : "https://github.com/SebaSOFT/walls-have-ears#readme", "devDependencies" : {"@league-of-foundry-developers/foundry-vtt-types" : "^0.7.10-0", "babel-eslint" : "^10.1.0", "eslint" : "^7.11.0", "prettier-eslint" : "^12.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "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": {"@league-of-foundry-developers/foundry-vtt-types": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "prettier-eslint": {"type": "string"}}, "required": ["@league-of-foundry-developers/foundry-vtt-types", "babel-eslint", "eslint", "prettier-eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "designer": {"type": "string"}, "license": {"type": "string"}, "visibility": {"type": "string"}, "category": {"type": "string"}, "size": {"type": "integer"}, "fonts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "style": {"type": "string"}, "weight": {"type": "integer"}, "filename": {"type": "string"}, "postScriptName": {"type": "string"}, "fullName": {"type": "string"}, "copyright": {"type": "string"}}, "required": ["name", "style", "weight", "filename", "postScriptName", "fullName", "copyright"]}}, "subsets": {"type": "array", "items": {"type": "string"}}, "dateAdded": {"type": "string"}}, "required": ["name", "designer", "license", "visibility", "category", "size", "fonts", "subsets", "dateAdded"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Rokkitt", "designer" : "Vernon Adams", "license" : "OFL", "visibility" : "External", "category" : "Serif", "size" : 27349, "fonts" : [{"name" : "Rokkitt", "style" : "normal", "weight" : 300, "filename" : "Rokkitt-Light.ttf", "postScriptName" : "Rokkitt-Light", "fullName" : "Rokkitt Light", "copyright" : "Copyright (c) 2011, Vernon Adams (vern@newtypography.co.uk) with Reserved Font Names 'Tienne'"}, {"name" : "Rokkitt", "style" : "normal", "weight" : 400, "filename" : "Rokkitt-Regular.ttf", "postScriptName" : "Rokkitt", "fullName" : "Rokkitt", "copyright" : "Copyright (c) 2011, Vernon Adams (vern@newtypography.co.uk) with Reserved Font Names 'Tienne'"}, {"name" : "Rokkitt", "style" : "normal", "weight" : 700, "filename" : "Rokkitt-Bold.ttf", "postScriptName" : "Rokkitt-Bold", "fullName" : "Rokkitt Bold", "copyright" : "Copyright (c) 2011, Vernon Adams (vern@newtypography.co.uk) with Reserved Font Names 'Tienne'"}], "subsets" : ["latin", "menu"], "dateAdded" : "2011-07-27"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "designer": {"type": "string"}, "license": {"type": "string"}, "visibility": {"type": "string"}, "category": {"type": "string"}, "size": {"type": "integer"}, "fonts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "style": {"type": "string"}, "weight": {"type": "integer"}, "filename": {"type": "string"}, "postScriptName": {"type": "string"}, "fullName": {"type": "string"}, "copyright": {"type": "string"}}, "required": ["name", "style", "weight", "filename", "postScriptName", "fullName", "copyright"]}}, "subsets": {"type": "array", "items": {"type": "string"}}, "dateAdded": {"type": "string"}}, "required": ["name", "designer", "license", "visibility", "category", "size", "fonts", "subsets", "dateAdded"], "$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"}, "render_readme": {"type": "boolean"}}, "required": ["name", "render_readme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Sleep As Android", "render_readme" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "render_readme": {"type": "boolean"}}, "required": ["name", "render_readme"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"listing_id": {"type": "string"}, "reviewer_id": {"type": "string"}, "text": {"type": "string"}, "reviewer_name": {"type": "string"}, "listing_longitude": {"type": "string"}, "host_name": {"type": "string"}, "listing_name": {"type": "string"}, "date": {"type": "string"}, "host_id": {"type": "string"}, "id": {"type": "string"}, "listing_latitude": {"type": "string"}}, "required": ["listing_id", "reviewer_id", "text", "reviewer_name", "listing_longitude", "host_name", "listing_name", "date", "host_id", "id", "listing_latitude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"listing_id" : "506306", "reviewer_id" : "3001348", "text" : "Great experience renting with Paul! Clean room, comfortable apartment, great atmosphere, great location. I recommend it for anyone looking for a comfortable spot in close-in Brooklyn. ", "reviewer_name" : "Noah", "listing_longitude" : "-73.98937115554887", "host_name" : "Paul", "listing_name" : "Spacious room in cozy Boerum Hill", "date" : "2014-06-10", "host_id" : "2495797", "id" : "14019072", "listing_latitude" : "40.686986552490545"}
json_instruct
{"type": "object", "properties": {"listing_id": {"type": "string"}, "reviewer_id": {"type": "string"}, "text": {"type": "string"}, "reviewer_name": {"type": "string"}, "listing_longitude": {"type": "string"}, "host_name": {"type": "string"}, "listing_name": {"type": "string"}, "date": {"type": "string"}, "host_id": {"type": "string"}, "id": {"type": "string"}, "listing_latitude": {"type": "string"}}, "required": ["listing_id", "reviewer_id", "text", "reviewer_name", "listing_longitude", "host_name", "listing_name", "date", "host_id", "id", "listing_latitude"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-riingo"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"inferno-server.js": {"type": "string"}, "inferno-server.min.js": {"type": "string"}}, "required": ["inferno-server.js", "inferno-server.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno-server.js" : "sha512-njgQN5BimuoW/oKVAMi8e1fFjchDWcvtRxk62Z1WkrOAw3PBuJq4qzEGQNm2PStww5Se1MGca26DVOxuw2wQVA==", "inferno-server.min.js" : "sha512-iUkxcPP1L4VufP6g4BlhdXr5Jo0kGSwpFbTQhTNwI59RjmQI37gQ8W6ty68gCctNGRRuMd6jw2BYN3qteQbg8A=="}
json_instruct
{"type": "object", "properties": {"inferno-server.js": {"type": "string"}, "inferno-server.min.js": {"type": "string"}}, "required": ["inferno-server.js", "inferno-server.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"numberOfTrainers": {"type": "integer"}}, "required": ["numberOfTrainers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"numberOfTrainers" : 8}
json_instruct
{"type": "object", "properties": {"numberOfTrainers": {"type": "integer"}}, "required": ["numberOfTrainers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"no_of_atoms" : 488, "centre_of_mass" : [31.692683354412107, 15.182332451293362, 38.61985866563419], "maximum_diameter" : {"diameter" : 33.193362184710004, "atom_1" : 165, "atom_2" : 400}, "pore_diameter" : {"diameter" : 10.699695409111067, "atom" : 38}, "pore_volume" : 641.3762386455135, "pore_diameter_opt" : {"diameter" : 10.700460085087533, "atom_1" : 238, "centre_of_mass" : [31.692869483798578, 15.182130124988559, 38.62013262553031]}, "pore_volume_opt" : 641.5137603321562, "windows" : {"diameters" : [4.565159828068454, 4.434498965755779, 4.985890022465208, 4.451464746731247, 4.489596481402897, 4.399644611160724], "centre_of_mass" : [[32.67020888647252, 12.717120289353243, 44.47963056990036], [37.636807571923995, 15.316764633394326, 32.73448859232622], [27.471922401939807, 14.436529023179595, 33.9024702403686], [36.913364579576296, 21.571126848487975, 38.251662889331634], [37.14401849659304, 10.680125005582322, 38.73492459331735], [31.51572551262161, 9.393655829831928, 32.92712415773701]]}}
json_instruct
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210204008001", "text" : "\u5e7f\u573a\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210204008002", "text" : "\u897f\u82d1\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210204008005", "text" : "\u7ea2\u51cc\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210204008008", "text" : "\u5170\u56ed\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210204008009", "text" : "\u5e78\u798f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210204008010", "text" : "\u5170\u9752\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210204008012", "text" : "\u5ddd\u7538\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210204008013", "text" : "\u6587\u82d1\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210204008014", "text" : "\u5bcc\u6c11\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210204008016", "text" : "\u6ee1\u5ead\u82b3\u793e\u533a\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1991, "sex" : "M", "n" : 5, "prop" : 2.36e-06}, {"year" : 1994, "sex" : "M", "n" : 7, "prop" : 3.43e-06}, {"year" : 1995, "sex" : "M", "n" : 8, "prop" : 3.98e-06}, {"year" : 1996, "sex" : "M", "n" : 11, "prop" : 5.49e-06}, {"year" : 1997, "sex" : "M", "n" : 10, "prop" : 5.01e-06}, {"year" : 1998, "sex" : "M", "n" : 21, "prop" : 0}, {"year" : 1999, "sex" : "M", "n" : 28, "prop" : 0}, {"year" : 2000, "sex" : "M", "n" : 41, "prop" : 0}, {"year" : 2001, "sex" : "M", "n" : 70, "prop" : 0}, {"year" : 2002, "sex" : "M", "n" : 107, "prop" : 0.0001}, {"year" : 2003, "sex" : "M", "n" : 158, "prop" : 0.0001}, {"year" : 2004, "sex" : "M", "n" : 194, "prop" : 0.0001}, {"year" : 2005, "sex" : "M", "n" : 179, "prop" : 0.0001}, {"year" : 2006, "sex" : "M", "n" : 199, "prop" : 0.0001}, {"year" : 2007, "sex" : "M", "n" : 205, "prop" : 0.0001}, {"year" : 2008, "sex" : "M", "n" : 203, "prop" : 0.0001}, {"year" : 2009, "sex" : "M", "n" : 241, "prop" : 0.0001}, {"year" : 2010, "sex" : "M", "n" : 216, "prop" : 0.0001}, {"year" : 2011, "sex" : "M", "n" : 249, "prop" : 0.0001}, {"year" : 2012, "sex" : "M", "n" : 243, "prop" : 0.0001}, {"year" : 2013, "sex" : "M", "n" : 229, "prop" : 0.0001}, {"year" : 2014, "sex" : "M", "n" : 242, "prop" : 0.0001}, {"year" : 2015, "sex" : "M", "n" : 103, "prop" : 0.0001}, {"year" : 2016, "sex" : "M", "n" : 126, "prop" : 0.0001}, {"year" : 2017, "sex" : "M", "n" : 92, "prop" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"secret": {"type": "string"}}, "required": ["secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"secret" : "@@bayondcode@dev++code2022.secretHASH@@"}
json_instruct
{"type": "object", "properties": {"secret": {"type": "string"}}, "required": ["secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"askCommunity": {"type": "string"}, "needHelp": {"type": "string"}, "getHelp": {"type": "string"}, "havingIssues": {"type": "string"}, "newIn": {"type": "string"}}, "required": ["askCommunity", "needHelp", "getHelp", "havingIssues", "newIn"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"askCommunity" : "Demandez \u00e0 la communaut\u00e9", "needHelp" : "Besoin d'aide ?", "getHelp" : "Obtenir de l'aide maintenant", "havingIssues" : "Avez-vous des probl\u00e8mes ?", "newIn" : "Nouveau dans"}
json_instruct
{"type": "object", "properties": {"askCommunity": {"type": "string"}, "needHelp": {"type": "string"}, "getHelp": {"type": "string"}, "havingIssues": {"type": "string"}, "newIn": {"type": "string"}}, "required": ["askCommunity", "needHelp", "getHelp", "havingIssues", "newIn"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "name", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "VU-MAP", "name" : "Malampa", "type" : "Province"}, {"code" : "VU-PAM", "name" : "P\u00e9nama", "type" : "Province"}, {"code" : "VU-SAM", "name" : "Sanma", "type" : "Province"}, {"code" : "VU-SEE", "name" : "Sh\u00e9fa", "type" : "Province"}, {"code" : "VU-TAE", "name" : "Taf\u00e9a", "type" : "Province"}, {"code" : "VU-TOB", "name" : "Torba", "type" : "Province"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "name", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"node_wallet": {"type": "string"}, "node_private_key": {"type": "string"}, "management_wallet": {"type": "string"}}, "required": ["node_wallet", "node_private_key", "management_wallet"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"node_wallet" : "0x2f2697b2a7BB4555687EF76f8fb4C3DFB3028E57", "node_private_key" : "b1c53fd90d0172ff60f14f61f7a09555a9b18aa3c371991d77209cfe524e71e6", "management_wallet" : "0x2f2697b2a7BB4555687EF76f8fb4C3DFB3028E57"}
json_instruct
{"type": "object", "properties": {"node_wallet": {"type": "string"}, "node_private_key": {"type": "string"}, "management_wallet": {"type": "string"}}, "required": ["node_wallet", "node_private_key", "management_wallet"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "browserslist": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "browserslist": {"type": "string"}, "postcss": {"type": "string"}, "postcss-cli": {"type": "string"}}, "required": ["autoprefixer", "browserslist", "postcss", "postcss-cli"]}, "devDependencies": {"type": "object", "properties": {"stylelint": {"type": "string"}, "stylelint-config-sass-guidelines": {"type": "string"}}, "required": ["stylelint", "stylelint-config-sass-guidelines"]}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["release"]}}, "required": ["name", "description", "license", "version", "repository", "browserslist", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "chakra", "description" : "A left-handed Hugo theme balancing its energy in left-field", "license" : "MIT", "version" : "0.6.3", "repository" : "https://github.com/krry/chakra-hugo-theme.git", "browserslist" : ["last 1 version", "> 1%", "maintained node versions", "not dead"], "dependencies" : {"autoprefixer" : "^10.2.5", "browserslist" : "^4.16.5", "postcss" : "^8.2.12", "postcss-cli" : "^8.3.1"}, "devDependencies" : {"stylelint" : "^13.7.2", "stylelint-config-sass-guidelines" : "^7.1.0"}, "scripts" : {"release" : "git commit && git tag && git push --tags && git push"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "browserslist": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "browserslist": {"type": "string"}, "postcss": {"type": "string"}, "postcss-cli": {"type": "string"}}, "required": ["autoprefixer", "browserslist", "postcss", "postcss-cli"]}, "devDependencies": {"type": "object", "properties": {"stylelint": {"type": "string"}, "stylelint-config-sass-guidelines": {"type": "string"}}, "required": ["stylelint", "stylelint-config-sass-guidelines"]}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["release"]}}, "required": ["name", "description", "license", "version", "repository", "browserslist", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "difficulty": {"type": "string"}, "from": {"type": "string"}, "description": {"type": "string"}, "answer": {"type": "string"}, "options": {"type": "array", "items": {}}}, "required": ["type", "tag", "difficulty", "from", "description", "answer", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "reply", "tag" : "javascript", "difficulty" : "1", "from" : "https://github.com/qiu-deqing/fe-interview", "description" : "<p>\u8bc4\u4ef7\u4e00\u4e0b\u4e09\u79cd\u65b9\u6cd5\u5b9e\u73b0\u7ee7\u627f\u7684\u4f18\u7f3a\u70b9,\u5e76\u6539\u8fdb</p>\n", "answer" : "<pre><code>function Shape() {}\n\nfunction Rect() {}\n\n// \u65b9\u6cd51\nRect.prototype = new Shape();\n\n// \u65b9\u6cd52\nRect.prototype = Shape.prototype;\n\n// \u65b9\u6cd53\nRect.prototype = Object.create(Shape.prototype);\n\nRect.prototype.area = function () {\n // do something\n};\n</code></pre><p>\u65b9\u6cd51\uff1a</p>\n<ol>\n<li>\u4f18\u70b9\uff1a\u6b63\u786e\u8bbe\u7f6e\u539f\u578b\u94fe\u5b9e\u73b0\u7ee7\u627f</li>\n<li>\u4f18\u70b9\uff1a\u7236\u7c7b\u5b9e\u4f8b\u5c5e\u6027\u5f97\u5230\u7ee7\u627f\uff0c\u539f\u578b\u94fe\u67e5\u627e\u6548\u7387\u63d0\u9ad8\uff0c\u4e5f\u80fd\u4e3a\u4e00\u4e9b\u5c5e\u6027\u63d0\u4f9b\u5408\u7406\u7684\u9ed8\u8ba4\u503c</li>\n<li>\u7f3a\u70b9\uff1a\u7236\u7c7b\u5b9e\u4f8b\u5c5e\u6027\u4e3a\u5f15\u7528\u7c7b\u578b\u65f6\uff0c\u4e0d\u6070\u5f53\u5730\u4fee\u6539\u4f1a\u5bfc\u81f4\u6240\u6709\u5b50\u7c7b\u88ab\u4fee\u6539</li>\n<li>\u7f3a\u70b9\uff1a\u521b\u5efa\u7236\u7c7b\u5b9e\u4f8b\u4f5c\u4e3a\u5b50\u7c7b\u539f\u578b\u65f6\uff0c\u53ef\u80fd\u65e0\u6cd5\u786e\u5b9a\u6784\u9020\u51fd\u6570\u9700\u8981\u7684\u5408\u7406\u53c2\u6570\uff0c\u8fd9\u6837\u63d0\u4f9b\u7684\u53c2\u6570\u7ee7\u627f\u7ed9\u5b50\u7c7b\u6ca1\u6709\u5b9e\u9645\u610f\u4e49\uff0c\u5f53\u5b50\u7c7b\u9700\u8981\u8fd9\u4e9b\u53c2\u6570\u65f6\u5e94\u8be5\u5728\u6784\u9020\u51fd\u6570\u4e2d\u8fdb\u884c\u521d\u59cb\u5316\u548c\u8bbe\u7f6e</li>\n<li>\u603b\u7ed3\uff1a\u7ee7\u627f\u5e94\u8be5\u662f\u7ee7\u627f\u65b9\u6cd5\u800c\u4e0d\u662f\u5c5e\u6027\uff0c\u4e3a\u5b50\u7c7b\u8bbe\u7f6e\u7236\u7c7b\u5b9e\u4f8b\u5c5e\u6027\u5e94\u8be5\u662f\u901a\u8fc7\u5728\u5b50\u7c7b\u6784\u9020\u51fd\u6570\u4e2d\u8c03\u7528\u7236\u7c7b\u6784\u9020\u51fd\u6570\u8fdb\u884c\u521d\u59cb\u5316</li>\n</ol>\n<p>\u65b9\u6cd52\uff1a</p>\n<ol>\n<li>\u4f18\u70b9\uff1a\u6b63\u786e\u8bbe\u7f6e\u539f\u578b\u94fe\u5b9e\u73b0\u7ee7\u627f</li>\n<li>\u7f3a\u70b9\uff1a\u7236\u7c7b\u6784\u9020\u51fd\u6570\u539f\u578b\u4e0e\u5b50\u7c7b\u76f8\u540c\u3002\u4fee\u6539\u5b50\u7c7b\u539f\u578b\u6dfb\u52a0\u65b9\u6cd5\u4f1a\u4fee\u6539\u7236\u7c7b</li>\n</ol>\n<p>\u65b9\u6cd53\uff1a</p>\n<ol>\n<li>\u4f18\u70b9\uff1a\u6b63\u786e\u8bbe\u7f6e\u539f\u578b\u94fe\u4e14\u907f\u514d\u65b9\u6cd51.2\u4e2d\u7684\u7f3a\u70b9</li>\n<li>\u7f3a\u70b9\uff1aES5\u65b9\u6cd5\u9700\u8981\u6ce8\u610f\u517c\u5bb9\u6027</li>\n</ol>\n<p>\u6539\u8fdb\uff1a</p>\n<ol>\n<li>\u6240\u6709\u4e09\u79cd\u65b9\u6cd5\u5e94\u8be5\u5728\u5b50\u7c7b\u6784\u9020\u51fd\u6570\u4e2d\u8c03\u7528\u7236\u7c7b\u6784\u9020\u51fd\u6570\u5b9e\u73b0\u5b9e\u4f8b\u5c5e\u6027\u521d\u59cb\u5316</li>\n</ol>\n<pre><code>function Rect() {\n Shape.call(this);\n}\n</code></pre><ol>\n<li>\u7528\u65b0\u521b\u5efa\u7684\u5bf9\u8c61\u66ff\u4ee3\u5b50\u7c7b\u9ed8\u8ba4\u539f\u578b\uff0c\u8bbe\u7f6e<code>Rect.prototype.constructor = Rect;</code>\u4fdd\u8bc1\u4e00\u81f4\u6027</li>\n<li>\u7b2c\u4e09\u79cd\u65b9\u6cd5\u7684polyfill\uff1a</li>\n</ol>\n<pre><code>function create(obj) {\n if (Object.create) {\n return Object.create(obj);\n }\n\n function f() {};\n f.prototype = obj;\n return new f();\n}\n</code></pre><h2 id=\"-javascript%E7%BC%96%E7%A8%8B%E9%83%A8%E5%88%86\">$javascript\u7f16\u7a0b\u90e8\u5206</h2>\n", "options" : []}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "difficulty": {"type": "string"}, "from": {"type": "string"}, "description": {"type": "string"}, "answer": {"type": "string"}, "options": {"type": "array", "items": {}}}, "required": ["type", "tag", "difficulty", "from", "description", "answer", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "SPA258H1S20201", "code" : "SPA258H1S", "name" : "Introduction to Hispanic Literary Studies", "description" : "Introduction to university literary studies in Spanish and information literacy. Representative selection of Spanish and Spanish American prose, poetry, and drama, with focus on critical terminology and methods of literary analysis. Required for a program degree.", "division" : "Faculty of Arts and Science", "department" : "Spanish and Portuguese", "prerequisites" : "First semester SPA220Y1", "exclusions" : "", "level" : 200, "campus" : "UTSG", "term" : "2020 Winter", "breadths" : [1], "meeting_sections" : [{"code" : "L0101", "instructors" : ["S Munjic"], "times" : [{"day" : "WEDNESDAY", "start" : 36000, "end" : 46800, "duration" : 10800, "location" : "VC 206"}], "size" : 30, "enrolment" : 15}]}
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": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "IF IT RECEIVE NO TESTIMONY NOR EVIDENCE FROM EITHER OF THESE RULES, WE CANNOT TAKE IT FOR A REVELATION, OR SO MUCH AS FOR TRUE,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/13248.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Place the beef, onion, and garlic in a skillet over medium heat. Cook until beef is evenly brown and onion is tender. Drain grease.", "Transfer beef, onion, and garlic to a large pot. Mix in tomatoes, tomato sauce, water, peas, carrots, spinach, bouillon cube, and pepper. Bring to a boil. Reduce heat to low, and cook 1 hour, stirring occasionally. Add more water or tomato sauce as needed.", "Stir macaroni into the soup. Season with Italian seasoning. Continue cooking 10 minutes, or until macaroni is tender."], "image" : "https://imagesvc.meredithcorp.io/v3/mm/image?q=85&c=sc&poi=face&w=672&h=352&url=https%3A%2F%2Fimages.media-allrecipes.com%2Fuserphotos%2F48706.jpg", "ingredients" : ["1\u2009\u00bd pounds ground beef", "1 onion, finely chopped", "1 tablespoon chopped garlic", "2 (14 ounce) cans stewed tomatoes", "1 (15 ounce) can tomato sauce", "2 cups water", "1 (15 ounce) can baby peas", "1 cup finely chopped carrots", "1 (14 ounce) can chopped spinach, drained", "1 beef bouillon cube", "1 teaspoon ground black pepper", "1 cup uncooked elbow macaroni", "2 tablespoons Italian seasoning"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Mama Kathy's Minestrone", "url" : "http://allrecipes.com/recipe/83201/mama-kathys-minestrone/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "image", "ingredients", "language", "source", "tags", "title", "url"], "$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": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x49a1cbb5d28cdedd55b7daa627f658fbd8cf1d23", "tool" : "slither", "start" : 1563475149.9374924, "end" : 1563475153.3432202, "duration" : 3.4057278633117676, "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#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : 117957, "info" : {"name" : "amor doce tema: Hatsune Miku Art Online", "description" : "um tema, super lindo, muito fofo, para o amor doce", "additionalInfo" : null, "format" : "uso", "category" : "amordoce", "createdAt" : "2015-08-23T17:00:49.000Z", "updatedAt" : "2015-08-23T17:00:49.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 297809, "name" : "Niinna Zando"}}, "stats" : {"installs" : {"total" : 42, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "117957-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain(\"amordoce.com\") {\r\n#container{\r\nbackground-image : url(http://i59.tinypic.com/t9d1f8.jpg) !important ;\r\n}\r\n#container.connected #header { background-image : url(http://i57.tinypic.com/dwaq2p.jpg) !important ;\r\n}\r\n.idcard-member { background : url(http://i57.tinypic.com/6zmurc.jpg) no-repeat !important ;\r\n}\r\n}\r\n\r\n@-moz-document regexp(\"http://www.amordoce.com/profil/Mynuke\") {\r\n.idcard-member { background : url(http://pt-br.tinypic.com/r/6zmurc/8) no-repeat !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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"/oauth2/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}}, "required": ["/oauth2/*"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/oauth2/*" : {"target" : "https://sandbox-api.va.gov", "secure" : false, "logLevel" : "debug", "changeOrigin" : true}}
json_instruct
{"type": "object", "properties": {"/oauth2/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}}, "required": ["/oauth2/*"], "$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" : "blindworm", "definition" : "A small, burrowing, snakelike, limbless lizard (Anguis fragilis), with minute eyes, popularly believed to be blind; the slowworm; -- formerly a name for the adder. Newts and blindworms do no wrong. Shak."}
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": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 13800, "source" : "hcc", "verse_id" : 18000, "verse_count" : 1, "reference" : "18:2", "title" : "", "html" : " <p> <i>Ambassadors. </i> Hebrew, \"images,\" (Bochart) in honour of Adonis; (St. Cyril) or rather Ezechias, or Tharaca send to demand troops. (Calmet)&mdash; <i>Bulrushes. </i> Literally, \"paper.\" (Haydock)&mdash; Formed of rushes which grow on the banks of the Nile. (Pliny, [Natural History?] vii. 56., and xiii. 11.)&mdash; <i>Angels. </i> Or messengers.&mdash; <i>Pieces. </i> With factions after the death of Sabacon, or by the inroads of Sennacherib.&mdash; <i>Other. </i> He derides the vanity of the Egyptians. (Calmet)&mdash; <i>Expecting </i> the overflowing of the Nile. (Haydock)&mdash; Hebrew, \"of line,\" (Calmet) with which they marked out each person's property, after the waters had subsided. (Strabo 17.)&mdash; <i>Foot. </i> They worked their dough with their feet, and sent swine to trample on the seed, which required no more cultivation. (Herodotus ii. 14., and 36.)&mdash; <i>Spoiled. </i> The Nile made considerable alterations. </p> ", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}}, "required": ["_id", "names", "releases", "artists"]}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "targetId": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "targetId", "trackCount", "tracks"]}}}, "required": ["source", "trackCount", "tracks", "targets"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "Monique Walker", "trackCount" : 1, "tracks" : [{"_id" : "2213", "names" : ["Come With Me"], "releases" : [{"_id" : "533", "names" : ["Godzilla: The Album"]}], "artists" : [{"_id" : "404", "names" : ["Puff Daddy"]}]}], "targets" : [{"name" : "Jimmy Page", "targetId" : "301", "trackCount" : 1, "tracks" : ["2213"]}, {"name" : "Tom Morello", "targetId" : "848", "trackCount" : 1, "tracks" : ["2213"]}, {"name" : "Sean Combs", "targetId" : "2678", "trackCount" : 1, "tracks" : ["2213"]}, {"name" : "Kenny Hicks", "targetId" : "2680", "trackCount" : 1, "tracks" : ["2213"]}, {"name" : "Paul Logus", "targetId" : "2682", "trackCount" : 1, "tracks" : ["2213"]}, {"name" : "Mario Winans", "targetId" : "2683", "trackCount" : 1, "tracks" : ["2213"]}, {"name" : "Jeffrey Walker", "targetId" : "2684", "trackCount" : 1, "tracks" : ["2213"]}]}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}}, "required": ["_id", "names", "releases", "artists"]}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "targetId": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "targetId", "trackCount", "tracks"]}}}, "required": ["source", "trackCount", "tracks", "targets"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "key": {"type": "string"}, "iv": {"type": "string"}, "tag": {"type": "string"}}, "required": ["version", "key", "iv", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "A", "key" : "RZIcE5VWziSw4EPsfa40xKGM95LAdC/WMMY84g4aOHo=", "iv" : "XO+rDR/+InRDmWxB", "tag" : "SsQh5Pws/rmrVC2b+25v9A=="}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "key": {"type": "string"}, "iv": {"type": "string"}, "tag": {"type": "string"}}, "required": ["version", "key", "iv", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "cpu": {"type": "string"}, "gpu": {"type": "string"}, "gpuDriver": {"type": "string"}, "kernel": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "protonVersion": {"type": "string"}, "ram": {"type": "string"}, "rating": {"type": "string"}, "timestamp": {"type": "integer"}, "title": {"type": "string"}}, "required": ["appId", "cpu", "gpu", "gpuDriver", "kernel", "notes", "os", "protonVersion", "ram", "rating", "timestamp", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"appId" : "314000", "cpu" : "i7-4900MQ CPU @ 2.80GHz", "gpu" : "Intel Open Source Technology Center Mesa DRI Intel(R) Haswell Mobile x86/MMX/SSE2", "gpuDriver" : "3.0 Mesa 18.1.6", "kernel" : "4.17.17-87.current", "notes" : "Crashes, black screen.", "os" : "\"Solus\" (64 bit)", "protonVersion" : "3.7-6", "ram" : "15467 Mb", "rating" : "Borked", "timestamp" : 1536751629, "title" : "Pool Nation FX Lite"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "cpu": {"type": "string"}, "gpu": {"type": "string"}, "gpuDriver": {"type": "string"}, "kernel": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "protonVersion": {"type": "string"}, "ram": {"type": "string"}, "rating": {"type": "string"}, "timestamp": {"type": "integer"}, "title": {"type": "string"}}, "required": ["appId", "cpu", "gpu", "gpuDriver", "kernel", "notes", "os", "protonVersion", "ram", "rating", "timestamp", "title"]}, "$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": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "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" : "0xf5b464dbd43887c3c2f2be7c12db3427d3a57ba7", "tool" : "osiris", "start" : 1564622744.6256745, "end" : 1564622806.1463964, "duration" : 61.52072191238403, "analysis" : [{"errors" : [{"line" : 62, "column" : 13, "message" : "overflow_bugs"}], "file" : "/unique_chucks/14/0xf5b464dbd43887c3c2f2be7c12db3427d3a57ba7.sol", "name" : "ERC20Token"}, {"errors" : [{"line" : 62, "column" : 13, "message" : "overflow_bugs"}, {"line" : 52, "column" : 13, "message" : "overflow_bugs"}], "file" : "/unique_chucks/14/0xf5b464dbd43887c3c2f2be7c12db3427d3a57ba7.sol", "name" : "StandardToken"}, {"errors" : [], "file" : "/unique_chucks/14/0xf5b464dbd43887c3c2f2be7c12db3427d3a57ba7.sol", "name" : "Token"}]}
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": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@impactmarket/core": {"type": "string"}, "@prismicio/client": {"type": "string"}, "axios": {"type": "string"}, "ethers": {"type": "string"}}, "required": ["@impactmarket/core", "@prismicio/client", "axios", "ethers"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-config-universe": {"type": "string"}, "serverless-bundle": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-config-universe", "serverless-bundle"]}}, "required": ["name", "version", "scripts", "author", "license", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@impactmarket/proposals-lambda", "version" : "1.0.0", "scripts" : {"build" : "tsc", "test" : "NODE_ENV=test mocha"}, "author" : "impact-market", "license" : "Apache-2.0", "engines" : {"node" : ">=16.0.0 <17.0.0"}, "dependencies" : {"@impactmarket/core" : "1.0.0", "@prismicio/client" : "6.3.0", "axios" : "0.21.1", "ethers" : "5.5.1"}, "devDependencies" : {"@typescript-eslint/eslint-plugin" : "3.4.0", "@typescript-eslint/parser" : "3.4.0", "eslint" : "7.3.1", "eslint-config-prettier" : "6.11.0", "eslint-config-universe" : "4.0.0", "serverless-bundle" : "4.3.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@impactmarket/core": {"type": "string"}, "@prismicio/client": {"type": "string"}, "axios": {"type": "string"}, "ethers": {"type": "string"}}, "required": ["@impactmarket/core", "@prismicio/client", "axios", "ethers"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-config-universe": {"type": "string"}, "serverless-bundle": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-config-universe", "serverless-bundle"]}}, "required": ["name", "version", "scripts", "author", "license", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"makeContext": {"type": "string"}, "sort": {"type": "string"}}, "required": ["makeContext", "sort"]}, "path": {"type": "string"}, "text": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "text", "typeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"className" : "io.deephaven.engine.table.impl.sort.LongSortKernel", "methods" : {"makeContext" : "Creates a SortKernel for the given chunkType.\n\nNote: Java generics information - <ATTR extends io.deephaven.chunk.attributes.Any,\nKEY_INDICES extends io.deephaven.chunk.attributes.Indices>\n\n:param chunkType: (io.deephaven.chunk.ChunkType) - the type of chunk we are sorting\n:param order: (io.deephaven.engine.table.impl.SortingOrder) - whether we should sort in an ascending or descending direction\n:param size: (int) - how many values we will be sorting\n:param preserveValues: (boolean) - if the output chunk of our sort should contain the values in sorted order; otherwise the\n kernel need only permute the input indices into sorted order\n:return: (io.deephaven.engine.table.impl.sort.LongSortKernel<ATTR,KEY_INDICES>) a SortKernel suitable for the given type, order, and size", "sort" : "**Incompatible overloads text - text from the first overload:**\n\nSort the values in valuesToSort permuting the indexKeys chunk in the same way.\n\n*Overload 1* \n :param indexKeys: io.deephaven.chunk.WritableLongChunk<LongSortKernel.KEY_INDICES>\n :param valuesToSort: io.deephaven.chunk.WritableChunk<LongSortKernel.ATTR>\n \n*Overload 2* \n :param indexKeys: io.deephaven.chunk.WritableLongChunk<LongSortKernel.KEY_INDICES>\n :param valuesToSort: io.deephaven.chunk.WritableChunk<LongSortKernel.ATTR>\n :param offsetsIn: io.deephaven.chunk.IntChunk<? extendsio.deephaven.chunk.attributes.ChunkPositions>\n :param lengthsIn: io.deephaven.chunk.IntChunk<? extendsio.deephaven.chunk.attributes.ChunkLengths>"}, "path" : "io.deephaven.engine.table.impl.sort.LongSortKernel", "text" : "The SortKernel sorts a chunk of primitive value together with a parallel LongChunk of RowKeys.", "typeName" : "interface"}
json_instruct
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"makeContext": {"type": "string"}, "sort": {"type": "string"}}, "required": ["makeContext", "sort"]}, "path": {"type": "string"}, "text": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "text", "typeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"moment-timezone-utils.js": {"type": "string"}, "moment-timezone-utils.min.js": {"type": "string"}, "moment-timezone-with-data-2012-2022.js": {"type": "string"}, "moment-timezone-with-data-2012-2022.min.js": {"type": "string"}, "moment-timezone-with-data.js": {"type": "string"}, "moment-timezone-with-data.min.js": {"type": "string"}, "moment-timezone.js": {"type": "string"}, "moment-timezone.min.js": {"type": "string"}}, "required": ["moment-timezone-utils.js", "moment-timezone-utils.min.js", "moment-timezone-with-data-2012-2022.js", "moment-timezone-with-data-2012-2022.min.js", "moment-timezone-with-data.js", "moment-timezone-with-data.min.js", "moment-timezone.js", "moment-timezone.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"moment-timezone-utils.js" : "sha256-cR/E2g1beZi6QfH8ol3Zz6ClM2pBBW/+Mw/7qhT5xdc=", "moment-timezone-utils.min.js" : "sha256-X02YzPbbNbkEr3+yxxtB/OoLTm4wHAmX4SFU5Bcdp30=", "moment-timezone-with-data-2012-2022.js" : "sha256-Rh5gcB7PdDsbNRRQKMTK+0i194FBtvOcUu5p1qZ/RpA=", "moment-timezone-with-data-2012-2022.min.js" : "sha256-pQNlWZakdoYCCoBWZ5G8hXPqONH7l7QX+MGFoAkiBqs=", "moment-timezone-with-data.js" : "sha256-tuu++JAU5awCjwhyjEw0iYUyzPMMHoQRpzUcMwnNHqw=", "moment-timezone-with-data.min.js" : "sha256-h9eAuKJdF9lNAnZLJEX7ULhAfihRd0emy1Y4Bxqx7Js=", "moment-timezone.js" : "sha256-lPNcPtlOLqHe/ra5YcuTIQy3+B5r/WHS9tzn540oA6A=", "moment-timezone.min.js" : "sha256-l9vxE9yA+GaWiFRGvRokZL4p0+e5E5Hb3i6vTYClPII="}
json_instruct
{"type": "object", "properties": {"moment-timezone-utils.js": {"type": "string"}, "moment-timezone-utils.min.js": {"type": "string"}, "moment-timezone-with-data-2012-2022.js": {"type": "string"}, "moment-timezone-with-data-2012-2022.min.js": {"type": "string"}, "moment-timezone-with-data.js": {"type": "string"}, "moment-timezone-with-data.min.js": {"type": "string"}, "moment-timezone.js": {"type": "string"}, "moment-timezone.min.js": {"type": "string"}}, "required": ["moment-timezone-utils.js", "moment-timezone-utils.min.js", "moment-timezone-with-data-2012-2022.js", "moment-timezone-with-data-2012-2022.min.js", "moment-timezone-with-data.js", "moment-timezone-with-data.min.js", "moment-timezone.js", "moment-timezone.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "REL", "description" : ["In this course students examine Christians' enduring concern over such matters as what happiness", "is; the role, if any, virtues play in the lives of Christians and their lives with God. Topics", "include the early church's response to Greek philosophy, interpretations of sin, Christ's", "humanity, and human flourishing. Students also examine how these theological conversations", "continue to shape modern reflection on what makes a person happy and a life well-lived. Offered", "alternate years. Prerequisite: BTS-B."], "fullname" : "Blessed are the Happy? Virtue, Happiness, & Good Life in Christian Tht", "number" : 205, "section" : "", "semester" : 1, "shortname" : "Blessed are the Happy?", "type" : "R", "year" : 2018}
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": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Hargnies", "circ" : "12\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 466, "abs" : 259, "votants" : 207, "blancs" : 16, "nuls" : 5, "exp" : 186, "res" : [{"nuance" : "FN", "nom" : "M. G\u00e9rard PHILIPPE", "voix" : 97}, {"nuance" : "REM", "nom" : "Mme Anne Laure CATTELOT", "voix" : 89}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"schema": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "long": {"type": "string"}, "features": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "tagline", "long", "features"]}, "logo": {"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"]}, "marketplace": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "support": {"type": "object", "properties": {"docs_url": {"type": "string"}, "learn_more": {"type": "string"}}, "required": ["docs_url", "learn_more"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}}, "required": ["schema", "type", "name", "version", "license", "category", "description", "logo", "marketplace", "support", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema" : "1.0", "type" : "whmcs-addons", "name" : "project_management", "version" : "2.3.0", "license" : "proprietary", "category" : "productivity", "description" : {"name" : "Project Management", "tagline" : "Track and bill for your projects and time.", "long" : "Manage, track and bill for your projects with task management, messaging, file storage and more.", "features" : ["Track Projects and Due Dates", "Centralised file storage and sharing", "Internal private messaging system", "Track and bill for your time", "Ticketing system integration"]}, "logo" : {"filename" : "logo.png"}, "marketplace" : {"url" : "https://marketplace.whmcs.com/product/26"}, "support" : {"docs_url" : "https://docs.whmcs.com/Project_Management", "learn_more" : "https://www.whmcs.com/project-management/"}, "authors" : [{"name" : "WHMCS", "homepage" : "https://www.whmcs.com/"}]}
json_instruct
{"type": "object", "properties": {"schema": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "long": {"type": "string"}, "features": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "tagline", "long", "features"]}, "logo": {"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"]}, "marketplace": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "support": {"type": "object", "properties": {"docs_url": {"type": "string"}, "learn_more": {"type": "string"}}, "required": ["docs_url", "learn_more"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}}, "required": ["schema", "type", "name", "version", "license", "category", "description", "logo", "marketplace", "support", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"country": {"type": "string"}, "edition": {"type": "string"}, "orgPreferences": {"type": "object", "properties": {"enabled": {"type": "array", "items": {}}, "disabled": {"type": "array", "items": {}}}, "required": ["enabled", "disabled"]}, "orgName": {"type": "string"}, "adminEmail": {"type": "string"}, "features": {"type": "array", "items": {"type": "string"}}}, "required": ["country", "edition", "orgPreferences", "orgName", "adminEmail", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"country" : "US", "edition" : "Enterprise", "orgPreferences" : {"enabled" : [], "disabled" : []}, "orgName" : "Iorad Company", "adminEmail" : "jokobodo@kalicode.com", "features" : ["Knowledge"]}
json_instruct
{"type": "object", "properties": {"country": {"type": "string"}, "edition": {"type": "string"}, "orgPreferences": {"type": "object", "properties": {"enabled": {"type": "array", "items": {}}, "disabled": {"type": "array", "items": {}}}, "required": ["enabled", "disabled"]}, "orgName": {"type": "string"}, "adminEmail": {"type": "string"}, "features": {"type": "array", "items": {"type": "string"}}}, "required": ["country", "edition", "orgPreferences", "orgName", "adminEmail", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"pagePath": {"type": "string"}, "lyric": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "parts": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "title", "parts"]}}, "required": ["pagePath", "lyric"]}}, "required": ["pageContext"]}, "staticQueryHashes": {"type": "array", "items": {}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-templates-lyric-js", "path" : "/lyrics/im-fine", "result" : {"pageContext" : {"pagePath" : "/lyrics/im-fine", "lyric" : {"url" : "im-fine", "title" : "I'm Fine", "parts" : ["\n I got one more thing to ask ya\n I got one more thing to say, hey\n But if I say I'm sorry\n If that's it, don't worry\n Cause we're all too late for this apology\n Leave it behind us, behind us\n ", "\n Does it matter now, what I do or say?\n Does it matter? Nah, let it fade away\n I just wanna go to sleep\n ", "\n I'm fine\n I'm far far from fine\n ", "\n I'm fine\n I'm far far from fine\n ", "\n Sitting there with a drink in your hand\n and I don't believe that you don't understand\n How it's me against me\n Again I seem to lose\n Never really stood a chance in this battle with me\n I know my defence\n It's me vs me\n Again I seem to lose\n To lose\n To lose\n ", "\n I'm fine\n I'm far far from fine\n ", "\n I'm fine\n I'm far far from fine\n ", "\n I got one more thing to ask ya\n I got one more thing to say\n "]}}}, "staticQueryHashes" : []}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"pagePath": {"type": "string"}, "lyric": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "parts": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "title", "parts"]}}, "required": ["pagePath", "lyric"]}}, "required": ["pageContext"]}, "staticQueryHashes": {"type": "array", "items": {}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"css/lumx.css": {"type": "string"}, "js/lumx.js": {"type": "string"}, "js/lumx.min.js": {"type": "string"}}, "required": ["css/lumx.css", "js/lumx.js", "js/lumx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/lumx.css" : "sha256-s2v+cthLcbfcpO47IAhQOZ1xbazkihQFsiso7EKeTlc=", "js/lumx.js" : "sha256-AIvcVow/X4c6pncF8YvDAeDOWTj9HCOYDpbzqZ+FJD4=", "js/lumx.min.js" : "sha256-xowt9C9E8w5BNCd06Cr4m3jkFoUGoVl1pJMejOPUINs="}
json_instruct
{"type": "object", "properties": {"css/lumx.css": {"type": "string"}, "js/lumx.js": {"type": "string"}, "js/lumx.min.js": {"type": "string"}}, "required": ["css/lumx.css", "js/lumx.js", "js/lumx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "support": {"type": "object", "properties": {"irc": {"type": "string"}, "issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["irc", "issues", "source"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "description", "type", "minimum-stability", "license", "authors", "support", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "scpwiki/services_json", "description" : "Legacy version of PEAR/Services_JSON for Wikijump use.", "type" : "library", "minimum-stability" : "dev", "license" : "BSD-2-Clause", "authors" : [{"name" : "bluesoul", "email" : "github@nags.me", "role" : "maintainer"}], "support" : {"irc" : "irc://irc.synirc.net/site11", "issues" : "https://scuttle.atlassian.net/browse/HELP", "source" : "https://github.com/scpwiki/Services_JSON"}, "autoload" : {"classmap" : ["JSON.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "support": {"type": "object", "properties": {"irc": {"type": "string"}, "issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["irc", "issues", "source"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "description", "type", "minimum-stability", "license", "authors", "support", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localities" : ["Tesuque Pueblo, NM", "Seton Village, NM", "Hyde Park Estates, NM", "Jacona, NM", "Sf, NM", "Pojoaque, NM", "Cuyamungue, NM", "Chupadero, NM", "Agua Fria, NM", "Nambe, NM", "Santa Fe, NM", "San Ildefonso Pueblo, NM"], "state" : "NM", "postal_code" : "87501", "locality" : "Santa Fe, NM", "lat" : 35.744137, "region" : {"fips" : "35", "abbr" : "NM", "name" : "New Mexico"}, "city" : "Santa Fe", "type" : "STANDARD", "lng" : -105.856809, "counties" : [{"fips" : "049", "name" : "Santa Fe County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"require": {"type": "object", "properties": {"weglot/weglot-php": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}}, "required": ["weglot/weglot-php", "vlucas/phpdotenv"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"weglot/weglot-php" : "^0.2", "vlucas/phpdotenv" : "^2.4"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"weglot/weglot-php": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}}, "required": ["weglot/weglot-php", "vlucas/phpdotenv"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"vue-router.common.js": {"type": "string"}, "vue-router.esm.js": {"type": "string"}, "vue-router.js": {"type": "string"}, "vue-router.min.js": {"type": "string"}}, "required": ["vue-router.common.js", "vue-router.esm.js", "vue-router.js", "vue-router.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vue-router.common.js" : "sha512-BLcn/GIBAP/NzXBySd76/x3pURnW6qAAhBfGPwdWBBDdY42pQfnd3pvD5kJw6NWJYGeAZSd/yidEBpN9RIhlRA==", "vue-router.esm.js" : "sha512-JYuPlo1zSyGgH3W9YYECU1fKYm4I43geh3ZlKfAgHO7v2UxyE8L3PVuFa0xqt3nMF3KmN/pBdheWk5FOSVIYIA==", "vue-router.js" : "sha512-MIhJcHcl08Aj2Gqr5mDsG0wyjr2nGSN11pkvbW2SPviQZqRKYrToiXBS/QsGjvWxmi5GW/CNEAcPDyZLpoFnKA==", "vue-router.min.js" : "sha512-d3bJM1F6vG3DBIYyj8fMN3h6p15Vo3nD+gBXEL4c3ttm+TjaS/F/2UfD54ZqZ6cPXt+ua/EINGng3Gm2cL1fUg=="}
json_instruct
{"type": "object", "properties": {"vue-router.common.js": {"type": "string"}, "vue-router.esm.js": {"type": "string"}, "vue-router.js": {"type": "string"}, "vue-router.min.js": {"type": "string"}}, "required": ["vue-router.common.js", "vue-router.esm.js", "vue-router.js", "vue-router.min.js"], "$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"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "display": {"type": "string"}}, "required": ["name", "short_name", "icons", "start_url", "background_color", "theme_color", "display"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mm-to-pt | converter", "short_name" : "mm-to-pt", "icons" : [{"src" : "/img/meta/icon-192.png", "sizes" : "192x192", "type" : "image/png"}, {"src" : "/img/meta/icon-256.png", "sizes" : "256x256", "type" : "image/png"}, {"src" : "/img/meta/icon-512.png", "sizes" : "512x512", "type" : "image/png"}], "start_url" : "index.html", "background_color" : "#FFFFFF", "theme_color" : "#F39C12", "display" : "minimal-ui"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "display": {"type": "string"}}, "required": ["name", "short_name", "icons", "start_url", "background_color", "theme_color", "display"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dev": {"type": "integer"}, "gtm": {"type": "integer"}, "lab": {"type": "integer"}, "ltm": {"type": "integer"}, "prod": {"type": "integer"}}, "required": ["dev", "gtm", "lab", "ltm", "prod"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dev" : 31, "gtm" : 29, "lab" : 32, "ltm" : 28, "prod" : 30}
json_instruct
{"type": "object", "properties": {"dev": {"type": "integer"}, "gtm": {"type": "integer"}, "lab": {"type": "integer"}, "ltm": {"type": "integer"}, "prod": {"type": "integer"}}, "required": ["dev", "gtm", "lab", "ltm", "prod"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"textAngular-rangy.min.js": {"type": "string"}, "textAngular-sanitize.js": {"type": "string"}, "textAngular-sanitize.min.js": {"type": "string"}, "textAngular.css": {"type": "string"}, "textAngular.js": {"type": "string"}, "textAngular.min.css": {"type": "string"}, "textAngular.min.js": {"type": "string"}, "textAngular.umd.js": {"type": "string"}, "textAngular.umd.min.js": {"type": "string"}, "textAngularSetup.js": {"type": "string"}, "textAngularSetup.min.js": {"type": "string"}}, "required": ["textAngular-rangy.min.js", "textAngular-sanitize.js", "textAngular-sanitize.min.js", "textAngular.css", "textAngular.js", "textAngular.min.css", "textAngular.min.js", "textAngular.umd.js", "textAngular.umd.min.js", "textAngularSetup.js", "textAngularSetup.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"textAngular-rangy.min.js" : "sha512-mvZCiDbI1U3iOSwLgGF8SttE3fSgU7PBI4R4nQdGeKuWmJlLMzkaKGV9pKKpHqZVmtbFL523lp42u2OLBPeFgQ==", "textAngular-sanitize.js" : "sha512-ckwAX/LtgHcdf2V3UptE03W/ZjJXbEGQdy4Gg1CSmMekmf+XLOKu+CJ4JmN475zkQ1VvD+8iPCDLqaRLKOlohQ==", "textAngular-sanitize.min.js" : "sha512-5w25s4wUxOw/s0f03O1mm9weN0U+zB0ismSgqJF8Yed/CykYquOd5vjZxz/jJkNN4wUQBtEvad+bjjPnwJL/2Q==", "textAngular.css" : "sha512-hn+9FIayE6g+0ngRnAMcVtjMaXNynmbGkA8iSf33LXY/tK9d1fonlwZLAqQjDFCqplUsRpXwuOhqDVEqW6VjVA==", "textAngular.js" : "sha512-5wuDdaDL98107MmSa1H1sVfMYF42ko1p0O9gI4gaiWcI0bd4ISKGDLqplLtIHdJLlxFAZpqWuFEtiKnJBZRCCQ==", "textAngular.min.css" : "sha512-2L/8fZDeXvLFGVsbmLGekFwL6zzywBWw8xzlRYmaEDqbWSw13HXfLacw0YqgacsU3tytA0FulHJYFywp3Ecz/A==", "textAngular.min.js" : "sha512-z/3TAgmiQ8yaRjZcbos/ii9aLgRTCOugh5a7OCYbovqVqwNrrV3qN9dy+JpCHMwETNOZ8h+XhqC7r0bWBaHmaw==", "textAngular.umd.js" : "sha512-z/weGu3fOFElmvjIhGIxoCEWWam+kryU6B0FX12hw7iWsWmzRjmtGTjuZQ1tt/zVYI43jyvxI8ga+XNmdE9rgg==", "textAngular.umd.min.js" : "sha512-PXcNacDkkvyrOadq2JL0lbcDdgFzIqmJDv3igRKHOcdIfjNerFNPjY4ojEQ18IjrfMARucTp85Uie1lr3JiMwg==", "textAngularSetup.js" : "sha512-3k1S1Kj6PlHrjLuI3Ijdu1CXpmoWnNc6XupNdifCMkN6Ysbr683HALvLGIqWRAl9WkX4RR4PIt90LP8a9v86iw==", "textAngularSetup.min.js" : "sha512-yqN6EeES9Akejt58elp+qZ3tgIM5HXirx7/tL4iGwEkzLwgloxxSBbmbhd2RP+2yejvq/ldsfMGlTXJKfEI34w=="}
json_instruct
{"type": "object", "properties": {"textAngular-rangy.min.js": {"type": "string"}, "textAngular-sanitize.js": {"type": "string"}, "textAngular-sanitize.min.js": {"type": "string"}, "textAngular.css": {"type": "string"}, "textAngular.js": {"type": "string"}, "textAngular.min.css": {"type": "string"}, "textAngular.min.js": {"type": "string"}, "textAngular.umd.js": {"type": "string"}, "textAngular.umd.min.js": {"type": "string"}, "textAngularSetup.js": {"type": "string"}, "textAngularSetup.min.js": {"type": "string"}}, "required": ["textAngular-rangy.min.js", "textAngular-sanitize.js", "textAngular-sanitize.min.js", "textAngular.css", "textAngular.js", "textAngular.min.css", "textAngular.min.js", "textAngular.umd.js", "textAngular.umd.min.js", "textAngularSetup.js", "textAngularSetup.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"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"hub": {"type": "string"}}, "required": ["hub"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "browser": {"type": "object", "properties": {"request": {"type": "string"}, "secp256k1": {"type": "string"}}, "required": ["request", "secp256k1"]}, "dependencies": {"type": "object", "properties": {"intervalue-relay": {"type": "string"}, "request": {"type": "string"}}, "required": ["intervalue-relay", "request"]}}, "required": ["name", "description", "author", "version", "main", "keywords", "scripts", "license", "repository", "bugs", "browser", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "intervalue-hub", "description" : "InterValue Hub 1.0 testnet", "author" : "InterValue", "version" : "1.0.0", "main" : "start.js", "keywords" : ["hub", "intervalue", "messaging", "chat"], "scripts" : {"hub" : "node start.js"}, "license" : "MIT", "repository" : {"url" : "git://github.com/intervalue/intervalue-hub-1.0-testnet.git", "type" : "git"}, "bugs" : {"url" : "https://github.com/intervalue/intervalue-hub-1.0-testnet/issues"}, "browser" : {"request" : "browser-request", "secp256k1" : "secp256k1/js"}, "dependencies" : {"intervalue-relay" : "git+https://github.com/intervalue/intervalue-relay-1.0-testnet.git", "request" : "^2.81.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"hub": {"type": "string"}}, "required": ["hub"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "browser": {"type": "object", "properties": {"request": {"type": "string"}, "secp256k1": {"type": "string"}}, "required": ["request", "secp256k1"]}, "dependencies": {"type": "object", "properties": {"intervalue-relay": {"type": "string"}, "request": {"type": "string"}}, "required": ["intervalue-relay", "request"]}}, "required": ["name", "description", "author", "version", "main", "keywords", "scripts", "license", "repository", "bugs", "browser", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"fileVersion": {"type": "integer"}, "versions": {"type": "object", "properties": {"common": {"type": "string"}, "derelict-gl3": {"type": "string"}, "derelict-glfw3": {"type": "string"}, "derelict-util": {"type": "string"}, "fonts": {"type": "string"}, "logging": {"type": "string"}, "maths": {"type": "string"}, "resources": {"type": "string"}}, "required": ["common", "derelict-gl3", "derelict-glfw3", "derelict-util", "fonts", "logging", "maths", "resources"]}}, "required": ["fileVersion", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fileVersion" : 1, "versions" : {"common" : "~master", "derelict-gl3" : "2.0.0-beta.7", "derelict-glfw3" : "4.0.0-beta.1", "derelict-util" : "3.0.0-beta.2", "fonts" : "~master", "logging" : "~master", "maths" : "~master", "resources" : "~master"}}
json_instruct
{"type": "object", "properties": {"fileVersion": {"type": "integer"}, "versions": {"type": "object", "properties": {"common": {"type": "string"}, "derelict-gl3": {"type": "string"}, "derelict-glfw3": {"type": "string"}, "derelict-util": {"type": "string"}, "fonts": {"type": "string"}, "logging": {"type": "string"}, "maths": {"type": "string"}, "resources": {"type": "string"}}, "required": ["common", "derelict-gl3", "derelict-glfw3", "derelict-util", "fonts", "logging", "maths", "resources"]}}, "required": ["fileVersion", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"action": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "node": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"key": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "dir": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "nodes": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "items"]}, "modifiedIndex": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "createdIndex": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["key", "dir", "nodes", "modifiedIndex", "createdIndex"]}}, "required": ["id", "description", "type", "properties"]}}, "required": ["action", "node"]}}, "required": ["id", "$schema", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "EtcdDirectoryListing", "$schema" : "http://json-schema.org/draft-04/schema#", "description" : "The etcd Manifest used for recursive directory listings", "type" : "object", "properties" : {"action" : {"type" : "string"}, "node" : {"id" : "EtcdNode", "description" : "Etcd key-value node", "type" : "object", "properties" : {"key" : {"type" : "string"}, "dir" : {"type" : "boolean"}, "nodes" : {"type" : "array", "items" : {"$ref" : "#/properties/node"}}, "modifiedIndex" : {"type" : "integer"}, "createdIndex" : {"type" : "integer"}}}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"action": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "node": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"key": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "dir": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "nodes": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "items"]}, "modifiedIndex": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "createdIndex": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["key", "dir", "nodes", "modifiedIndex", "createdIndex"]}}, "required": ["id", "description", "type", "properties"]}}, "required": ["action", "node"]}}, "required": ["id", "$schema", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "publish": {"type": "boolean"}, "position": {"type": "integer"}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["_id", "publish", "position", "contacts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"_id" : "contacts", "publish" : true, "position" : 1, "contacts" : [{"text" : "Should you wish to donate for our campaign"}, {"text" : "Should you wish to join our voluntary team on this campaign"}, {"text" : "Should you wish to represent us polling stations"}, {"text" : "Should you wish to join a vote monitoring squad"}, {"text" : "Should you wish to susbcribe for CRM membership"}, {"text" : "Should you wish to report an abuse you have suffered due to your pro-CRM political convictions"}, {"text" : "Should you wish to contact us for any other reason"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "publish": {"type": "boolean"}, "position": {"type": "integer"}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["_id", "publish", "position", "contacts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"usdjpy": {"type": "integer"}}, "required": ["usdjpy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"usdjpy" : 100}
json_instruct
{"type": "object", "properties": {"usdjpy": {"type": "integer"}}, "required": ["usdjpy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "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" : "/* This file is generated by createIcons.js any changes will be lost. */\nimport createIcon from '../createIcon';\nvar GemIcon = createIcon({\n name: 'GemIcon',\n height: 512,\n width: 576,\n svgPath: 'M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z',\n yOffset: '',\n xOffset: '',\n transform: ''\n});\nexport default GemIcon;", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$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": "string"}, "description": {"type": "string"}, "defaultMessage": {"type": "string"}}, "required": ["id", "description", "defaultMessage"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "demoSubmitJobModal.link.title", "description" : "Title of link to further information.", "defaultMessage" : "Find out how to access Job Poster review and publishing features."}, {"id" : "demoSubmitJobModal.title", "description" : "Title of modal explaining that demo managers cannot submit jobs.", "defaultMessage" : "Looks like you're using a demo account!"}, {"id" : "demoSubmitJobModal.explanation", "description" : "Summary explanation of why user cannot submit job.", "defaultMessage" : "Job Poster review and publishing is only available to Talent Cloud's partner departments."}, {"id" : "demoSubmitJobModal.link", "description" : "Explanation of where to find more information.", "defaultMessage" : "<a>Find out if you can access these features</a>."}, {"id" : "demoSubmitJobModal.cancel", "description" : "Cancel button of Demo Submit Job modal.", "defaultMessage" : "Go back"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "defaultMessage": {"type": "string"}}, "required": ["id", "description", "defaultMessage"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"*.{ts,tsx,jsx,js,json,md}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{ts,tsx,jsx,js,json,md}"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"*.{ts,tsx,jsx,js,json,md}" : ["prettier --write"]}
json_instruct
{"type": "object", "properties": {"*.{ts,tsx,jsx,js,json,md}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{ts,tsx,jsx,js,json,md}"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "KRIDAY", "frequency" : 0, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "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": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "_id": {"type": "string"}, "_from": {"type": "string"}, "nbbpm": {"type": "object", "properties": {"compatibility": {"type": "string"}}, "required": ["compatibility"]}}, "required": ["name", "version", "description", "deprecated", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "readme", "readmeFilename", "_id", "_from", "nbbpm"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nodebb-plugin-beep", "version" : "0.4.6", "description" : "NodeBB Censor Curse Words Plugin", "deprecated" : false, "main" : "index.js", "scripts" : {"test" : "node tests"}, "repository" : {"type" : "git", "url" : "https://github.com/ninenine/nodebb-plugin-beep"}, "keywords" : ["nodebb", "plugin", "beep", "censor", "curse", "words"], "author" : {"name" : "Davis Wainaina", "email" : "davisjwn@gmail.com"}, "license" : "BSD-2-Clause", "bugs" : {"url" : "https://github.com/ninenine/nodebb-plugin-beep/issues"}, "readme" : "", "readmeFilename" : "README.md", "_id" : "nodebb-plugin-beep@0.4.4", "_from" : "nodebb-plugin-beep@0.4.4", "nbbpm" : {"compatibility" : "^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^1.0.0 || ^1.1.0 || ^1.13.0 || ^1.16.1 "}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "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": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "_id": {"type": "string"}, "_from": {"type": "string"}, "nbbpm": {"type": "object", "properties": {"compatibility": {"type": "string"}}, "required": ["compatibility"]}}, "required": ["name", "version", "description", "deprecated", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "readme", "readmeFilename", "_id", "_from", "nbbpm"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "vanillaextension:block/gold_ore_slab"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "With the Repubs openly threatening corporations, the question is who do they think they rep?", "created" : "Tue, 06 Apr 2021 15:17:37 GMT", "type" : "outline", "flInCalendar" : true}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 22369, "cartId" : "87e7948a-3553-4370-a285-e9dee81e4afa", "preferredProducts" : [2941, 2455, 3636, 3385, 256, 1421, 2772, 1117, 4570], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "NumberOfEmployees": {"type": "integer"}, "Phone": {"type": "string"}, "Type": {"type": "string"}, "CreatedDate": {"type": "string"}, "Id": {"type": "string"}, "LastModifiedById": {"type": "string"}, "LastModifiedDate": {"type": "string"}, "SystemModstamp": {"type": "string"}}, "required": ["Name", "NumberOfEmployees", "Phone", "Type", "CreatedDate", "Id", "LastModifiedById", "LastModifiedDate", "SystemModstamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Name" : "Alpha Dynamics", "NumberOfEmployees" : 1000, "Phone" : "3362227000", "Type" : "Technology Partner", "CreatedDate" : "2020-07-13T07:17:48.000Z", "Id" : "0019A00000E8zAWQAZ", "LastModifiedById" : "0059A000002n8mpQAA", "LastModifiedDate" : "2020-07-13T07:17:48.000Z", "SystemModstamp" : "2020-07-13T07:17:48.000Z"}, {"Name" : "Burlington Textiles", "NumberOfEmployees" : 10, "Phone" : "6179658855", "Type" : "Customer - Direct", "CreatedDate" : "2020-07-13T07:17:48.000Z", "Id" : "0019A00000E8zAYQAZ", "LastModifiedById" : "0059A000002n8mpQAA", "LastModifiedDate" : "2020-07-13T07:17:48.000Z", "SystemModstamp" : "2020-07-13T07:17:48.000Z"}, {"Name" : "Edge Communications", "NumberOfEmployees" : 300, "Phone" : "4158563255", "Type" : "Customer - Direct", "CreatedDate" : "2020-07-13T07:17:48.000Z", "Id" : "0019A00000E8zAfQAJ", "LastModifiedById" : "0059A000002n8mpQAA", "LastModifiedDate" : "2020-07-13T11:58:29.000Z", "SystemModstamp" : "2020-07-13T11:58:29.000Z"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "NumberOfEmployees": {"type": "integer"}, "Phone": {"type": "string"}, "Type": {"type": "string"}, "CreatedDate": {"type": "string"}, "Id": {"type": "string"}, "LastModifiedById": {"type": "string"}, "LastModifiedDate": {"type": "string"}, "SystemModstamp": {"type": "string"}}, "required": ["Name", "NumberOfEmployees", "Phone", "Type", "CreatedDate", "Id", "LastModifiedById", "LastModifiedDate", "SystemModstamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "path": {"type": "string"}, "short": {"type": "string"}, "definition": {"type": "string"}, "comment": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "string"}, "type": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "targetProfile": {"type": "string"}}, "required": ["code", "targetProfile"]}}, "isSummary": {"type": "boolean"}, "mapping": {"type": "array", "items": {"type": "object", "properties": {"identity": {"type": "string"}, "map": {"type": "string"}}, "required": ["identity", "map"]}}}, "required": ["id", "path", "short", "definition", "comment", "min", "max", "type", "isSummary", "mapping"]}}}, "required": ["resourceType", "id", "meta", "url", "status", "experimental", "stringency", "element"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "DataElement", "id" : "ClinicalImpression.problem", "meta" : {"lastUpdated" : "2019-10-24T11:53:00+11:00"}, "url" : "http://hl7.org/fhir/DataElement/ClinicalImpression.problem", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"id" : "ClinicalImpression.problem", "path" : "ClinicalImpression.problem", "short" : "Relevant impressions of patient state", "definition" : "This a list of the relevant problems/conditions for a patient.", "comment" : "e.g. The patient is a pregnant, and cardiac congestive failure, \u200eAdenocarcinoma, and is allergic to penicillin.", "min" : 0, "max" : "*", "type" : [{"code" : "Reference", "targetProfile" : "http://hl7.org/fhir/StructureDefinition/Condition"}, {"code" : "Reference", "targetProfile" : "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance"}], "isSummary" : true, "mapping" : [{"identity" : "v2", "map" : "PRB-3 / IAM-7"}, {"identity" : "w5", "map" : "why"}]}]}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "path": {"type": "string"}, "short": {"type": "string"}, "definition": {"type": "string"}, "comment": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "string"}, "type": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "targetProfile": {"type": "string"}}, "required": ["code", "targetProfile"]}}, "isSummary": {"type": "boolean"}, "mapping": {"type": "array", "items": {"type": "object", "properties": {"identity": {"type": "string"}, "map": {"type": "string"}}, "required": ["identity", "map"]}}}, "required": ["id", "path", "short", "definition", "comment", "min", "max", "type", "isSummary", "mapping"]}}}, "required": ["resourceType", "id", "meta", "url", "status", "experimental", "stringency", "element"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"(0, 0)" : "linda wild", "(1, 0)" : "date", "(1, 1)" : "tournament", "(1, 2)" : "surface", "(1, 3)" : "opponent in the final", "(1, 4)" : "score", "(2, 0)" : "july 26 , 1993", "(2, 1)" : "san juan , puerto rico", "(2, 2)" : "hard", "(2, 3)" : "ann grossman", "(2, 4)" : "6 - 3 , 5 - 7 , 6 - 3", "(3, 0)" : "september 27 , 1993", "(3, 1)" : "sapporo , japan", "(3, 2)" : "carpet (i)", "(3, 3)" : "irina sp\u00eerlea", "(3, 4)" : "6 - 4 , 6 - 3", "(4, 0)" : "september 11 , 1995", "(4, 1)" : "nagoya , japan", "(4, 2)" : "carpet (i)", "(4, 3)" : "sandra kleinov\u00e1", "(4, 4)" : "6 - 4 , 6 - 2", "(5, 0)" : "september 25 , 1995", "(5, 1)" : "beijing , china", "(5, 2)" : "hard", "(5, 3)" : "wang shi - ting", "(5, 4)" : "7 - 5 , 6 - 2", "(6, 0)" : "april 8 , 1996", "(6, 1)" : "jakarta , indonesia", "(6, 2)" : "hard", "(6, 3)" : "yayuk basuki", "(6, 4)" : "walkover"}
json_instruct
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 23012, "cartId" : "6461e63a-09e0-4dba-ad8f-15ef5863f404", "preferredProducts" : [3331, 2270, 2030], "productReviews" : [{"productId" : 1476, "reviewText" : "this Practical is gracious.", "reviewDate" : "2018-05-01T18:14:41.4268161+03:00"}, {"productId" : 1488, "reviewText" : "My co-worker Rey has one of these. He says it looks uneven.", "reviewDate" : "2019-02-02T06:09:42.5296977+02:00"}, {"productId" : 1329, "reviewText" : "heard about this on mbube radio, decided to give it a try.", "reviewDate" : "2019-05-18T15:07:49.8330439+03:00"}, {"productId" : 726, "reviewText" : "My porcupine loves to play with it.", "reviewDate" : "2019-12-23T00:01:11.3062365+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Origny", "dpt" : "C\u00f4te-d'Or", "inscrits" : 34, "abs" : 6, "votants" : 28, "blancs" : 2, "nuls" : 0, "exp" : 26, "res" : [{"panneau" : "1", "voix" : 25}, {"panneau" : "2", "voix" : 1}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"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": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "ee0e18a0-f879-45bc-be07-34b2a2fe2997", "befores" : [{"name" : "json_groups", "status" : "passed", "start" : 1618231278064, "stop" : 1618231278064}], "start" : 1618231278064, "stop" : 1618231280381}
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": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "430725103001", "text" : "\u70ed\u6c34\u5751\u793e\u533a"}, {"id" : "430725103002", "text" : "\u68e0\u68a8\u5c97\u793e\u533a"}, {"id" : "430725103003", "text" : "\u90dd\u4ed9\u576a\u793e\u533a"}, {"id" : "430725103202", "text" : "\u51e4\u9e23\u6751"}, {"id" : "430725103204", "text" : "\u5f70\u5584\u6751"}, {"id" : "430725103206", "text" : "\u9f99\u5bb6\u5634\u6751"}, {"id" : "430725103207", "text" : "\u8363\u7984\u6751"}, {"id" : "430725103208", "text" : "\u5927\u7530\u6751"}, {"id" : "430725103211", "text" : "\u6e29\u6cc9\u6751"}, {"id" : "430725103212", "text" : "\u6c38\u51e4\u6751"}, {"id" : "430725103214", "text" : "\u6843\u5b50\u6751"}, {"id" : "430725103215", "text" : "\u9a6c\u5bb6\u5830\u6751"}, {"id" : "430725103217", "text" : "\u660e\u6708\u6751"}, {"id" : "430725103218", "text" : "\u592a\u5e73\u5bfa\u6751"}, {"id" : "430725103219", "text" : "\u590f\u5bb6\u5cea\u6751"}, {"id" : "430725103221", "text" : "\u83d6\u84b2\u6751"}, {"id" : "430725103222", "text" : "\u5c71\u6cb3\u6751"}, {"id" : "430725103226", "text" : "\u4f1a\u540c\u6751"}, {"id" : "430725103231", "text" : "\u4e91\u76d8\u5c71\u6751"}, {"id" : "430725103232", "text" : "\u767d\u9e64\u6751"}, {"id" : "430725103233", "text" : "\u6208\u5c14\u6f6d\u6751"}, {"id" : "430725103234", "text" : "\u90ed\u5bb6\u57ad\u6751"}, {"id" : "430725103235", "text" : "\u5218\u576a\u6751"}, {"id" : "430725103236", "text" : "\u66b4\u5bb6\u6751"}, {"id" : "430725103237", "text" : "\u5929\u4f1a\u6751"}, {"id" : "430725103239", "text" : "\u5ca9\u6865\u576a\u6751"}, {"id" : "430725103240", "text" : "\u548c\u5e73\u6751"}]
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"riot.js": {"type": "string"}, "riot.min.js": {"type": "string"}}, "required": ["riot.js", "riot.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"riot.js" : "sha256-kevW54yQePQ0LrvdeZiNbAtyB3WuHClEFi2+AS1pW8s=", "riot.min.js" : "sha256-EX5eDA84AbZs6RiVnro5tTADwhzcarZ9FOIcBBw5I+M="}
json_instruct
{"type": "object", "properties": {"riot.js": {"type": "string"}, "riot.min.js": {"type": "string"}}, "required": ["riot.js", "riot.min.js"], "$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#"}
["./fonts/google/supermercado-one/files/supermercado-one-latin-400-normal.woff", "./fonts/google/supermercado-one/files/supermercado-one-latin-400-normal.woff2", "./fonts/google/supermercado-one/files/supermercado-one-all-400-normal.woff"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron-prebuilt": {"type": "string"}, "gulp": {"type": "string"}, "gulp-electron": {"type": "string"}, "gulp-nodemon": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["electron-prebuilt", "gulp", "gulp-electron", "gulp-nodemon", "gulp-sass", "gulp-sourcemaps", "nodemon"]}, "dependencies": {"type": "object", "properties": {"bootstrap-sass": {"type": "string"}, "classie": {"type": "string"}, "humanize": {"type": "string"}, "knox": {"type": "string"}, "node-dir": {"type": "string"}}, "required": ["bootstrap-sass", "classie", "humanize", "knox", "node-dir"]}}, "required": ["name", "productName", "version", "description", "main", "scripts", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "boda-uploader", "productName" : "Boda Uploader", "version" : "1.0.0", "description" : "Electron S3 Uploader", "main" : "main.js", "scripts" : {"start" : "nodemon --watch main.js --watch frontend/app.js --exec 'electron' main.js & gulp sass:watch"}, "repository" : {"type" : "git", "url" : "git+https://github.com/beldar/node-uploader.git"}, "author" : "Marti Planellas", "license" : "CC0-1.0", "devDependencies" : {"electron-prebuilt" : "^0.37.0", "gulp" : "^3.9.1", "gulp-electron" : "0.0.17", "gulp-nodemon" : "^2.0.6", "gulp-sass" : "^2.2.0", "gulp-sourcemaps" : "^1.6.0", "nodemon" : "^1.9.1"}, "dependencies" : {"bootstrap-sass" : "^3.3.6", "classie" : "^1.0.0", "humanize" : "0.0.9", "knox" : "^0.9.2", "node-dir" : "^0.1.11"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron-prebuilt": {"type": "string"}, "gulp": {"type": "string"}, "gulp-electron": {"type": "string"}, "gulp-nodemon": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["electron-prebuilt", "gulp", "gulp-electron", "gulp-nodemon", "gulp-sass", "gulp-sourcemaps", "nodemon"]}, "dependencies": {"type": "object", "properties": {"bootstrap-sass": {"type": "string"}, "classie": {"type": "string"}, "humanize": {"type": "string"}, "knox": {"type": "string"}, "node-dir": {"type": "string"}}, "required": ["bootstrap-sass", "classie", "humanize", "knox", "node-dir"]}}, "required": ["name", "productName", "version", "description", "main", "scripts", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-08-01T04:00:00Z", "Temp" : 20, "RelHum" : 45, "WindSpeed" : 2, "WindDir" : 102}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "string"}}, "required": ["code", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 200, "message" : "\u8bf7\u6c42\u6210\u529f", "data" : "<img alt=\"\u7535\u8bdd\u533b\u751f\" src=\"http://www.cignacmb.com/shop/huodong/event/images/2015081701.jpg\">"}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "string"}}, "required": ["code", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "titleShort": {"type": "string"}, "subtitle": {"type": "string"}, "subtitleShort": {"type": "string"}, "newDevTitle": {"type": "string"}, "newDevTitleShort": {"type": "string"}, "newOpsTitle": {"type": "string"}, "newOpsTitleShort": {"type": "string"}}, "required": ["title", "titleShort", "subtitle", "subtitleShort", "newDevTitle", "newDevTitleShort", "newOpsTitle", "newOpsTitleShort"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "ai visions", "titleShort" : "ai", "subtitle" : "live innovation network", "subtitleShort" : "visions", "newDevTitle" : "new vision", "newDevTitleShort" : "vis", "newOpsTitle" : "new ops", "newOpsTitleShort" : "ops"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "titleShort": {"type": "string"}, "subtitle": {"type": "string"}, "subtitleShort": {"type": "string"}, "newDevTitle": {"type": "string"}, "newDevTitleShort": {"type": "string"}, "newOpsTitle": {"type": "string"}, "newOpsTitleShort": {"type": "string"}}, "required": ["title", "titleShort", "subtitle", "subtitleShort", "newDevTitle", "newDevTitleShort", "newOpsTitle", "newOpsTitleShort"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "license": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"tarsy": {"type": "string"}, "uglifyjs": {"type": "string"}}, "required": ["tarsy", "uglifyjs"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "license", "author", "dependencies", "devDependencies", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "IArray", "version" : "1.2.1", "description" : "Immutable Array", "main" : "IArray.js", "scripts" : {"test" : "tarsy test", "build" : "uglifyjs IArray.js -c -m -o IArray.min.js"}, "license" : "MIT", "author" : "Glenn Crownover <glenn@bluejava.com> (http://www.bluejava.com)", "dependencies" : {}, "devDependencies" : {"tarsy" : "^0.5.1", "uglifyjs" : "^2.4.10"}, "homepage" : "https://gitlab.com/bluejava/IArray"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "license": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"tarsy": {"type": "string"}, "uglifyjs": {"type": "string"}}, "required": ["tarsy", "uglifyjs"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "license", "author", "dependencies", "devDependencies", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "string"}}, "required": ["name", "age"]}}}, "required": ["users"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"users" : [{"name" : "Avinash", "age" : "24"}, {"name" : "kamalesh", "age" : "34"}, {"name" : "rohit", "age" : "29"}, {"name" : "rohit", "age" : "29"}, {"name" : "rohit", "age" : "30"}, {"name" : "rohit", "age" : "30"}, {"name" : "rohit", "age" : "30"}, {"name" : "rohit", "age" : "30"}]}
json_instruct
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "string"}}, "required": ["name", "age"]}}}, "required": ["users"], "$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"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Ratpoison", "description" : "A window manager for X", "url" : "http://www.nongnu.org/ratpoison/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$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"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 17180, "source" : "brewster", "verse_id" : 18698, "verse_count" : 1, "reference" : "52:1", "title" : "", "html" : "<p><b>(<a class=\"ref\">2 Nephi 8:24</a>).</b>\"<i>There shall no more come into thee the uncircumcised and the unclean.</i>\" Circumcision was a token of the covenant people of Israel. Isaiah uses this description to emphasize that in the day when the earth is cleansed of the ungodly, none but the covenant people of Christ will enter into holy places. (See <a class=\"ref\">Joel 3:17; Zechariah 14:20-21</a>.)</p>", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"server": {"type": "boolean"}, "ui": {"type": "boolean"}, "bind_addr": {"type": "string"}, "client_addr": {"type": "string"}, "bootstrap_expect": {"type": "integer"}, "retry_join": {"type": "array", "items": {"type": "string"}}, "autopilot": {"type": "object", "properties": {"cleanup_dead_servers": {"type": "boolean"}}, "required": ["cleanup_dead_servers"]}, "telemetry": {"type": "object", "properties": {"statsd_address": {"type": "string"}, "disable_hostname": {"type": "boolean"}, "prefix_filter": {"type": "array", "items": {"type": "string"}}}, "required": ["statsd_address", "disable_hostname", "prefix_filter"]}}, "required": ["server", "ui", "bind_addr", "client_addr", "bootstrap_expect", "retry_join", "autopilot", "telemetry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"server" : true, "ui" : true, "bind_addr" : "0.0.0.0", "client_addr" : "0.0.0.0", "bootstrap_expect" : 3, "retry_join" : ["consul0"], "autopilot" : {"cleanup_dead_servers" : false}, "telemetry" : {"statsd_address" : "metrics:8125", "disable_hostname" : true, "prefix_filter" : ["-consul.health.service", "-consul.http"]}}
json_instruct
{"type": "object", "properties": {"server": {"type": "boolean"}, "ui": {"type": "boolean"}, "bind_addr": {"type": "string"}, "client_addr": {"type": "string"}, "bootstrap_expect": {"type": "integer"}, "retry_join": {"type": "array", "items": {"type": "string"}}, "autopilot": {"type": "object", "properties": {"cleanup_dead_servers": {"type": "boolean"}}, "required": ["cleanup_dead_servers"]}, "telemetry": {"type": "object", "properties": {"statsd_address": {"type": "string"}, "disable_hostname": {"type": "boolean"}, "prefix_filter": {"type": "array", "items": {"type": "string"}}}, "required": ["statsd_address", "disable_hostname", "prefix_filter"]}}, "required": ["server", "ui", "bind_addr", "client_addr", "bootstrap_expect", "retry_join", "autopilot", "telemetry"], "$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#"}
[[1921, 5], [1946, 5], [1954, 13], [1956, 5], [1958, 5], [1962, 14], [1963, 10], [1964, 7], [1965, 5], [1970, 9], [1973, 6], [1974, 6], [1979, 5], [1980, 6], [1981, 6], [1984, 7], [1985, 6], [1986, 5], [1987, 5], [1988, 9], [1990, 8], [1996, 7], [1997, 5], [1998, 8], [2003, 9], [2006, 8], [2007, 7], [2008, 8], [2009, 6], [2010, 9], [2011, 5], [2012, 16], [2013, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"file_num" : 759, "data" : [{"id" : 760, "content" : "\u4e0d\u8981\u5e74\u7eaa\u8f7b\u8f7b\uff0c\u5c31\u89c9\u5f97\u4f60\u5df2\u7ecf\u5230\u4e86\u4f4e\u8c37\uff0c\u4f60\u8fd8\u6709\u5f88\u5927\u7684\u4e0b\u964d\u7a7a\u95f4\u3002"}]}
json_instruct
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@context": {"type": "string"}, "aggregated_by": {"type": "array", "items": {"type": "object", "properties": {"aggregates": {"type": "array", "items": {"type": "string"}}, "classified_as": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "related": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "label", "type"]}}, "type": {"type": "string"}}, "required": ["aggregates", "classified_as", "id", "related", "type"]}}, "id": {"type": "string"}, "type": {"type": "string"}}, "required": ["@context", "aggregated_by", "id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@context" : "https://linked.art/ns/v1/linked-art.json", "aggregated_by" : [{"aggregates" : ["http://data.okeeffemuseum.org/library/13024", "http://data.okeeffemuseum.org/library/12823", "http://data.okeeffemuseum.org/library/7545", "http://data.okeeffemuseum.org/library/932", "http://data.okeeffemuseum.org/library/11700", "http://data.okeeffemuseum.org/library/11429", "http://data.okeeffemuseum.org/library/12527", "http://data.okeeffemuseum.org/library/12598", "http://data.okeeffemuseum.org/library/12888", "http://data.okeeffemuseum.org/library/13124", "http://data.okeeffemuseum.org/library/13082", "http://data.okeeffemuseum.org/library/12673", "http://data.okeeffemuseum.org/library/7786", "http://data.okeeffemuseum.org/library/12301", "http://data.okeeffemuseum.org/library/12375", "http://data.okeeffemuseum.org/library/12687", "http://data.okeeffemuseum.org/library/11862"], "classified_as" : ["aat:300417473", "relationships:roles"], "id" : "http://data.okeeffemuseum.org/person/viking-press/relationships/http:/id.loc.gov/vocabulary/relators/pbl", "related" : [{"id" : "relators:pbl", "label" : "Publisher", "type" : "Type"}], "type" : "Aggregation"}], "id" : "http://data.okeeffemuseum.org/person/viking-press", "type" : "Actor"}
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "aggregated_by": {"type": "array", "items": {"type": "object", "properties": {"aggregates": {"type": "array", "items": {"type": "string"}}, "classified_as": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "related": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "label", "type"]}}, "type": {"type": "string"}}, "required": ["aggregates", "classified_as", "id", "related", "type"]}}, "id": {"type": "string"}, "type": {"type": "string"}}, "required": ["@context", "aggregated_by", "id", "type"], "$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"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hexo": {"type": "string"}, "hexo-deployer-git": {"type": "string"}, "hexo-front-matter-excerpt": {"type": "string"}, "hexo-generator-archive": {"type": "string"}, "hexo-generator-category": {"type": "string"}, "hexo-generator-index": {"type": "string"}, "hexo-generator-tag": {"type": "string"}, "hexo-render-pug": {"type": "string"}, "hexo-renderer-marked": {"type": "string"}, "hexo-renderer-stylus": {"type": "string"}, "hexo-server": {"type": "string"}}, "required": ["hexo", "hexo-deployer-git", "hexo-front-matter-excerpt", "hexo-generator-archive", "hexo-generator-category", "hexo-generator-index", "hexo-generator-tag", "hexo-render-pug", "hexo-renderer-marked", "hexo-renderer-stylus", "hexo-server"]}}, "required": ["name", "version", "private", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hexo-theme-curry", "version" : "1.0.0", "private" : true, "description" : "hexo theme curry", "dependencies" : {"hexo" : "^3.2.0", "hexo-deployer-git" : "^0.3.1", "hexo-front-matter-excerpt" : "^0.2.0", "hexo-generator-archive" : "^0.1.4", "hexo-generator-category" : "^0.1.3", "hexo-generator-index" : "^0.2.0", "hexo-generator-tag" : "^0.2.0", "hexo-render-pug" : "^2.1.0", "hexo-renderer-marked" : "^0.3.2", "hexo-renderer-stylus" : "^0.3.1", "hexo-server" : "^0.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hexo": {"type": "string"}, "hexo-deployer-git": {"type": "string"}, "hexo-front-matter-excerpt": {"type": "string"}, "hexo-generator-archive": {"type": "string"}, "hexo-generator-category": {"type": "string"}, "hexo-generator-index": {"type": "string"}, "hexo-generator-tag": {"type": "string"}, "hexo-render-pug": {"type": "string"}, "hexo-renderer-marked": {"type": "string"}, "hexo-renderer-stylus": {"type": "string"}, "hexo-server": {"type": "string"}}, "required": ["hexo", "hexo-deployer-git", "hexo-front-matter-excerpt", "hexo-generator-archive", "hexo-generator-category", "hexo-generator-index", "hexo-generator-tag", "hexo-render-pug", "hexo-renderer-marked", "hexo-renderer-stylus", "hexo-server"]}}, "required": ["name", "version", "private", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "A Cython interface to the hidapi from https://github.com/libusb/hidapi", "home" : "https://github.com/trezor/cython-hidapi", "license" : ""}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"accept_reject_signatureResult": {"type": "object", "properties": {"aceptacion": {"type": "array", "items": {"type": "object", "properties": {"Acepta": {"type": "object", "properties": {"status": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["status", "uuid"]}}, "required": ["Acepta"]}}, "rechazo": {"type": "array", "items": {"type": "object", "properties": {"Rechaza": {"type": "object", "properties": {"status": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["status", "uuid"]}}, "required": ["Rechaza"]}}, "error": {"type": "string"}}, "required": ["aceptacion", "rechazo", "error"]}}, "required": ["accept_reject_signatureResult"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accept_reject_signatureResult" : {"aceptacion" : [{"Acepta" : {"status" : "1001", "uuid" : "12345678-1234-1234-1234-000000000001"}}], "rechazo" : [{"Rechaza" : {"status" : "1002", "uuid" : "12345678-1234-1234-1234-000000000002"}}], "error" : "predefined-error"}}
json_instruct
{"type": "object", "properties": {"accept_reject_signatureResult": {"type": "object", "properties": {"aceptacion": {"type": "array", "items": {"type": "object", "properties": {"Acepta": {"type": "object", "properties": {"status": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["status", "uuid"]}}, "required": ["Acepta"]}}, "rechazo": {"type": "array", "items": {"type": "object", "properties": {"Rechaza": {"type": "object", "properties": {"status": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["status", "uuid"]}}, "required": ["Rechaza"]}}, "error": {"type": "string"}}, "required": ["aceptacion", "rechazo", "error"]}}, "required": ["accept_reject_signatureResult"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"0dad411c9eeeb7faf91fe1239f377053": {"type": "string"}, "477f6bc8e5730e08b4b4f9d2b76e9e09": {"type": "string"}, "6a4a64b256cc6c71a4f041b1949d9591": {"type": "string"}, "e3754d2933e680229f6317b0db99b5df": {"type": "string"}, "fd8574ea2b57b9b8cf5164811a138fb4": {"type": "string"}}, "required": ["0dad411c9eeeb7faf91fe1239f377053", "477f6bc8e5730e08b4b4f9d2b76e9e09", "6a4a64b256cc6c71a4f041b1949d9591", "e3754d2933e680229f6317b0db99b5df", "fd8574ea2b57b9b8cf5164811a138fb4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"0dad411c9eeeb7faf91fe1239f377053" : "Ignorando {0} pois ele n\u00e3o \u00e9 um modelo de {{LoopBack}}", "477f6bc8e5730e08b4b4f9d2b76e9e09" : "Ignorando modelo {0} pois ele n\u00e3o deve ser publicado", "6a4a64b256cc6c71a4f041b1949d9591" : "Propriedade do terminal n\u00e3o suportada: {0}", "e3754d2933e680229f6317b0db99b5df" : "Aviso: escopo {0}.{1} n\u00e3o possui a propriedade {{_targetClass}}.\nO c\u00f3digo {{Angular}} para este escopo n\u00e3o ser\u00e1 gerado.\nFa\u00e7a upgrade para a vers\u00e3o mais recente de\n{{loopback-datasource-juggler}} para corrigir o problema.", "fd8574ea2b57b9b8cf5164811a138fb4" : "Aviso: escopo {0}.{1} destina-se \u00e0 classe {2}, a qual n\u00e3o \u00e9 exposta \nvia remota. O c\u00f3digo {{Angular}} para este escopo n\u00e3o ser\u00e1 gerado."}
json_instruct
{"type": "object", "properties": {"0dad411c9eeeb7faf91fe1239f377053": {"type": "string"}, "477f6bc8e5730e08b4b4f9d2b76e9e09": {"type": "string"}, "6a4a64b256cc6c71a4f041b1949d9591": {"type": "string"}, "e3754d2933e680229f6317b0db99b5df": {"type": "string"}, "fd8574ea2b57b9b8cf5164811a138fb4": {"type": "string"}}, "required": ["0dad411c9eeeb7faf91fe1239f377053", "477f6bc8e5730e08b4b4f9d2b76e9e09", "6a4a64b256cc6c71a4f041b1949d9591", "e3754d2933e680229f6317b0db99b5df", "fd8574ea2b57b9b8cf5164811a138fb4"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Fuse, safety", "number" : "0105", "class" : "1"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "selftext": {"type": "string"}}, "required": ["id", "title", "selftext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "nt7npk", "title" : "Train yard rust console edition", "selftext" : "I just need to ask a question and for my question to be answered, some other console rust players may want this to be answered also. Why/did train yard get removed from rust console edition? :/"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "selftext": {"type": "string"}}, "required": ["id", "title", "selftext"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "config": {"type": "object", "properties": {"optimize-autoloader": {"type": "boolean"}, "preferred-install": {"type": "string"}, "sort-packages": {"type": "boolean"}}, "required": ["optimize-autoloader", "preferred-install", "sort-packages"]}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lint": {"type": "array", "items": {"type": "string"}}}, "required": ["lint"]}}, "required": ["name", "type", "license", "description", "homepage", "authors", "keywords", "support", "autoload", "require", "config", "minimum-stability", "prefer-stable", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "aderaaij/cfye-wp-headless-theme", "type" : "wordpress-theme", "license" : "MIT", "description" : "WordPress starter theme with a modern development workflow", "homepage" : "https://github.com/aderaaij/wp-headless-theme", "authors" : [{"name" : "Arden de Raaij", "email" : "a.de.raaij@gmail.com", "homepage" : "https://arden.nl"}], "keywords" : ["wordpress"], "support" : {"issues" : "https://github.com/aderaaij/cfye-wp-headless-theme/issues"}, "autoload" : {"psr-4" : {"App\\" : "app/"}}, "require" : {"php" : "^7.1"}, "config" : {"optimize-autoloader" : true, "preferred-install" : "dist", "sort-packages" : true}, "minimum-stability" : "dev", "prefer-stable" : true, "scripts" : {"lint" : ["phpcs --ignore=index.php,vendor,resources,storage,dist --extensions=php --standard=PSR12 ."]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "config": {"type": "object", "properties": {"optimize-autoloader": {"type": "boolean"}, "preferred-install": {"type": "string"}, "sort-packages": {"type": "boolean"}}, "required": ["optimize-autoloader", "preferred-install", "sort-packages"]}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lint": {"type": "array", "items": {"type": "string"}}}, "required": ["lint"]}}, "required": ["name", "type", "license", "description", "homepage", "authors", "keywords", "support", "autoload", "require", "config", "minimum-stability", "prefer-stable", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"6103": {"type": "string"}, "6101": {"type": "string"}}, "required": ["6103", "6101"]}, "timeto": {"type": "object", "properties": {"6103": {"type": "number"}, "6101": {"type": "number"}}, "required": ["6103", "6101"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 3557, "title" : ["[Fearling Pass, Cobbled Road]"], "description" : ["Here at the bank of the Mistydeep River stands a large limestone bridge that arches the flowing dark expanse. A gatehouse sits off to one side of the approach, next to a cantilevered portcullis ready to seal off the town at first threat. From this gateway, the walls of Ta'Vaalor glisten brightly in the sun, the occasional tower campanile poking above. The river circles the fortified town like a giant moat, and promises a treacherous crossing for those who make an attempt at unassisted points.", "Here at the bank of the Mistydeep River stands a large limestone bridge that arches the flowing dark expanse. A gatehouse sits off to one side of the approach, next to a cantilevered portcullis ready to seal off the town at first threat. From this gateway, the walls of Ta'Vaalor glisten brightly in the moonlight, the occasional tower campanile poking above. The river circles the fortified town like a giant moat, and promises a treacherous crossing for those who make an attempt at unassisted points."], "paths" : ["Obvious paths: northwest"], "location" : "Fearling Pass", "wayto" : {"6103" : "go bridge", "6101" : "northwest"}, "timeto" : {"6103" : 0.2, "6101" : 0.2}, "image" : "en-fearling-1264234799.png", "image_coords" : [905, 793, 915, 803]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"6103": {"type": "string"}, "6101": {"type": "string"}}, "required": ["6103", "6101"]}, "timeto": {"type": "object", "properties": {"6103": {"type": "number"}, "6101": {"type": "number"}}, "required": ["6103", "6101"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "null"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Group portrait of young men, including two wearing light colored overcoats squatting in foreground, and others posed with outstretched arms, gathered on sidewalk, possibly in front of Pittsburgh Courier Newspaper printing plant, Centre Avenue", "creation_date" : "c. 1961", "creation_date_earliest" : "1958-01-01", "creation_date_latest" : "1964-01-01", "medium" : "black and white: Kodak Safety Film", "accession_number" : "2001.35.56389", "id" : "cmoa:things/8b4adfd1-21d7-4458-ad78-10c3ec7066b6", "credit_line" : "Heinz Family Fund", "date_acquired" : "2001-10-04", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 5.0, "item_height" : 4.0, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://teenie.cmoa.org/CollectionSearch.aspx?itemIRN=71408", "provenance_text" : null, "classification" : "Photographic Negative", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=89014&size=ZoomLarge"}], "creator" : [{"artist_id" : "cmoa:parties/c6f0eebf-b566-4532-b704-ce6ad6cb421c", "party_type" : "Person", "full_name" : "Charles \"Teenie\" Harris", "cited_name" : "Harris, Charles \"Teenie\"", "role" : null, "nationality" : "American", "birth_date" : "1908-01-01", "death_date" : "1998-01-01", "birth_place" : "Pittsburgh PA", "death_place" : "Pittsburgh PA"}]}
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"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "null"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "scrag-necked", "definition" : "Having a scraggy neck."}
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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "site-address": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "name": {"type": "string"}, "start-date": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "site-plan-url": {"type": "string"}, "point": {"type": "string"}, "ownership-status": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["site", "site-address", "organisation", "planning-permission-status", "name", "start-date", "minimum-net-dwellings", "hectares", "site-plan-url", "point", "ownership-status", "maximum-net-dwellings", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.49258, 52.938042]}, "properties" : {"site" : "DER/0299", "site-address" : "The Boiler House (Leylands), The Boiler House/Maintenance Building, Leylands Estate, Broadway, Derby", "organisation" : "local-authority-eng:DER", "planning-permission-status" : "pending decision", "name" : "DER/0299", "start-date" : "2017-11-14", "minimum-net-dwellings" : "12", "hectares" : "0.1", "site-plan-url" : "https://maps.derby.gov.uk/webmap/Map.aspx?x=434200&y=337970&resolution=2&epsg=27700&mapname=publicmaps&baseLayer=Colour&datalayers=Brownfield%20Sites%2CselectFeaturesControl_container", "point" : "POINT(-1.49258 52.938042)", "ownership-status" : "not owned by a public authority", "maximum-net-dwellings" : "12", "slug" : "/brownfield-land/local-authority-eng/DER/DER-0299", "entity" : 481204, "entry-date" : "2019-10-30"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "site-address": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "name": {"type": "string"}, "start-date": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "site-plan-url": {"type": "string"}, "point": {"type": "string"}, "ownership-status": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["site", "site-address", "organisation", "planning-permission-status", "name", "start-date", "minimum-net-dwellings", "hectares", "site-plan-url", "point", "ownership-status", "maximum-net-dwellings", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-10-11T09:00:00+03:00", "Temp" : 25.6, "RelHum" : 67, "WindSpeed" : 2.1, "WindDir" : 295}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "repository", "bugs", "homepage", "author", "license", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@leancodepl/api-proxy", "description" : "LeanCode contacts generator nest api proxy with auth token forwarder", "version" : "0.3.1", "repository" : {"type" : "git", "url" : "git+https://github.com/leancodepl/pdf-generator.git"}, "bugs" : {"url" : "https://github.com/leancodepl/pdf-generator/issues"}, "homepage" : "https://github.com/leancodepl/pdf-generator/tree/main/packages/api-proxy#readme", "author" : "LeanCode", "license" : "Apache-2.0", "keywords" : ["LeanCode", "typescript", "strongly", "typed", "contactsgenerator"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "repository", "bugs", "homepage", "author", "license", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "version": {"type": "integer"}, "projects": {"type": "object", "properties": {"ngx-konami": {"type": "object", "properties": {"root": {"type": "string"}, "sourceRoot": {"type": "string"}, "projectType": {"type": "string"}, "architect": {"type": "object", "properties": {"build": {"type": "object", "properties": {"builder": {"type": "string"}, "options": {"type": "object", "properties": {"aot": {"type": "boolean"}, "tsConfig": {"type": "string"}}, "required": ["aot", "tsConfig"]}}, "required": ["builder", "options"]}}, "required": ["build"]}}, "required": ["root", "sourceRoot", "projectType", "architect"]}}, "required": ["ngx-konami"]}, "defaultProject": {"type": "string"}}, "required": ["$schema", "version", "projects", "defaultProject"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "./node_modules/@angular/cli/lib/config/schema.json", "version" : 1, "projects" : {"ngx-konami" : {"root" : "projects/ngx-konami", "sourceRoot" : "projects/ngx-konami/src", "projectType" : "library", "architect" : {"build" : {"builder" : "@angular-devkit/build-angular:browser", "options" : {"aot" : true, "tsConfig" : "src/tsconfig.lib.json"}}}}}, "defaultProject" : "ngx-konami"}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "version": {"type": "integer"}, "projects": {"type": "object", "properties": {"ngx-konami": {"type": "object", "properties": {"root": {"type": "string"}, "sourceRoot": {"type": "string"}, "projectType": {"type": "string"}, "architect": {"type": "object", "properties": {"build": {"type": "object", "properties": {"builder": {"type": "string"}, "options": {"type": "object", "properties": {"aot": {"type": "boolean"}, "tsConfig": {"type": "string"}}, "required": ["aot", "tsConfig"]}}, "required": ["builder", "options"]}}, "required": ["build"]}}, "required": ["root", "sourceRoot", "projectType", "architect"]}}, "required": ["ngx-konami"]}, "defaultProject": {"type": "string"}}, "required": ["$schema", "version", "projects", "defaultProject"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "\u6607\u5cf0\u91d1\u5c6c\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99649358", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08410007146186", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u9e7f\u6e2f\u93ae\u6771\u77f3\u91cc\u6d77\u6d74\u8def\uff12\uff11\uff12\u5df7\uff13\uff19\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5f70\u5316\u7e23\u9e7f\u6e2f\u93ae\u6771\u77f3\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u8b1d\u65ed\u6607\u3000", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "28050613", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0840822", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0840908", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["251\u91d1\u5c6c\u624b\u5de5\u5177\u53ca\u6a21\u5177", "259\u5176\u4ed6\u91d1\u5c6c\u88fd\u54c1"]}
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#"}