input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"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" : "AHDY", "frequency" : 1, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vulnerabilities": {"type": "integer"}, "direct_dependencies": {"type": "integer"}, "transitive_dependencies": {"type": "integer"}}, "required": ["vulnerabilities", "direct_dependencies", "transitive_dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vulnerabilities" : 2, "direct_dependencies" : 2, "transitive_dependencies" : 0}
json_instruct
{"type": "object", "properties": {"vulnerabilities": {"type": "integer"}, "direct_dependencies": {"type": "integer"}, "transitive_dependencies": {"type": "integer"}}, "required": ["vulnerabilities", "direct_dependencies", "transitive_dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var _jsxFileName = \"/Users/davidlondono/Desktop/React/react/pokedex/src/CaughtPokemon.jsx\";\nimport React from \"react\";\nconst date = new Date().toLocaleDateString();\n\nconst CaughtPokemon = props => {\n return React.createElement(\"p\", {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 6\n },\n __self: this\n }, \"Caught 0 Pokemon on \", props.date);\n};\n\nexport default CaughtPokemon;", "map" : {"version" : 3, "sources" : ["/Users/davidlondono/Desktop/React/react/pokedex/src/CaughtPokemon.jsx"], "names" : ["React", "date", "Date", "toLocaleDateString", "CaughtPokemon", "props"], "mappings" : ";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AAEA,MAAMC,IAAI,GAAG,IAAIC,IAAJ,GAAWC,kBAAX,EAAb;;AAEA,MAAMC,aAAa,GAAGC,KAAK,IAAI;AAC7B,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,6BAAwBA,KAAK,CAACJ,IAA9B,CAAP;AACD,CAFD;;AAIA,eAAeG,aAAf", "sourcesContent" : ["import React from \"react\";\n\nconst date = new Date().toLocaleDateString();\n\nconst CaughtPokemon = props => {\n return <p>Caught 0 Pokemon on {props.date}</p>;\n};\n\nexport default CaughtPokemon;\n"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station_g" : [{"pref_cd" : 13, "line_cd" : 28006, "line_name" : "\u6771\u4eac\u30e1\u30c8\u30ed\u6709\u697d\u753a\u7dda", "station_cd" : 2800623, "station_name" : "\u8fb0\u5df3"}]}
json_instruct
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"LICENSE": {"type": "string"}, "README.md": {"type": "string"}, "manifests/init.pp": {"type": "string"}, "manifests/params.pp": {"type": "string"}, "metadata.json": {"type": "string"}, "templates/configfile.erb": {"type": "string"}}, "required": ["LICENSE", "README.md", "manifests/init.pp", "manifests/params.pp", "metadata.json", "templates/configfile.erb"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LICENSE" : "50d908cf666418ed04b9f5858b168530", "README.md" : "64330b031dc48207c7ac958e3f17980a", "manifests/init.pp" : "1413150c16964517431d83d4e132c12f", "manifests/params.pp" : "d462ee898414bd753e2f0ec481a11543", "metadata.json" : "b61915a4c5392692c8fad234d85499a0", "templates/configfile.erb" : "62eb3a4bb4cce7d59e17c17e6cbc7a2e"}
json_instruct
{"type": "object", "properties": {"LICENSE": {"type": "string"}, "README.md": {"type": "string"}, "manifests/init.pp": {"type": "string"}, "manifests/params.pp": {"type": "string"}, "metadata.json": {"type": "string"}, "templates/configfile.erb": {"type": "string"}}, "required": ["LICENSE", "README.md", "manifests/init.pp", "manifests/params.pp", "metadata.json", "templates/configfile.erb"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : [465.876, 7.67771, 0.412776, 536, 118.684, 0.854259, 439.935, 129.739, 0.789369, 399.387, 336.42, 0.767765, 358.622, 521.166, 0.831816, 631.989, 107.577, 0.832489, 646.684, 310.621, 0.811699, 628.187, 502.752, 0.851589, 488.025, 473.191, 0.627234, 425.085, 473.096, 0.604248, 421.432, 775.979, 0.74512, 450.859, 1075.05, 0.751149, 554.403, 476.864, 0.601971, 591.331, 753.838, 0.783506, 643.078, 1097.2, 0.732242, 451.093, 7.64915, 0.210362, 484.153, 7.66171, 0.127347, 0, 0, 0, 554.333, 7.68068, 0.383232, 698.317, 1204.22, 0.494372, 709.438, 1182.12, 0.532441, 628.154, 1115.75, 0.715847, 399.188, 1170.97, 0.709835, 380.821, 1159.89, 0.66318, 473.156, 1093.47, 0.769445], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["pokecube:pikachu", "pokecube:raichu", "pokecube:raichu_alola", "pokecube:buneary", "pokecube:lopunny", "pokecube:lopunny_mega", "pokecube:bunnelby", "pokecube:diggersby", "pokecube:scorbunny", "pokecube:raboot", "pokecube:cinderace", "pokecube:morpeko", "pokecube:morpeko_hangry"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200877222932000, "key" : "/static/a9523a051a07fb5c0379df0ce8c00c56/9d55c/about.webp", "val" : "f94084bf1f1af9a071318c4c07573f12"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101897369, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "54a6ba35652e785c930bc4f4d7ef4c35", "wof:id" : 101897369, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.19794819616334, 43.82408735102126, 4.20688125674883, 43.83148927067322], "geometry" : {"coordinates" : [[[4.20492078258445, 43.83148927067322], [4.20501118278645, 43.83059016444645], [4.20624869357346, 43.83065982649288], [4.20642944457092, 43.82886160927262], [4.20519197198928, 43.82879194974043], [4.20546312779447, 43.8260946220505], [4.20670054307368, 43.82616427781147], [4.20688125674883, 43.82436605308305], [4.20193176446827, 43.82408735102126], [4.20184133310363, 43.8249864587317], [4.19812918468989, 43.82477727253445], [4.19794819616334, 43.82657547815279], [4.20042303549076, 43.82671495549664], [4.19997068977733, 43.8312104689827], [4.20492078258445, 43.83148927067322]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ids": {"type": "array", "items": {"type": "integer"}}}, "required": ["ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ids" : [3026, 3036, 3126, 9050, 9054, 9044, 9066, 9070, 9750, 9754, 9781, 9916, 9920, 9970, 9981]}
json_instruct
{"type": "object", "properties": {"ids": {"type": "array", "items": {"type": "integer"}}}, "required": ["ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "power": {"type": "string"}, "ability": {"type": "string"}, "deploy": {"type": "string"}, "forfeit": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "characteristics": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "power", "ability", "deploy", "forfeit", "icons", "characteristics", "gametext", "lore"]}, "combo": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "combo", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1890, "gempId" : "6_31", "side" : "Light", "rarity" : "R", "set" : "6", "printings" : [{"set" : "6"}], "front" : {"title" : "\u2022Palejo Reshad", "imageUrl" : "https://res.starwarsccg.org/cards/JabbasPalace-Light/large/palejoreshad.gif", "type" : "Character", "subType" : "Alien", "uniqueness" : "*", "destiny" : "2", "power" : "1", "ability" : "2", "deploy" : "2", "forfeit" : "2", "icons" : ["Pilot"], "characteristics" : ["Corellian"], "gametext" : "Adds 2 to power of anything he pilots. While at Audience Chamber, all your Corellians are power and forfeit +1 (+2 if non-unique) and your Force generation at the Corellia system is +2.", "lore" : "Corellian spice trader. Makes a large profit by selling spice in Jabba's court. Secretly uses part of the profit to help fund the Rebellion."}, "combo" : ["Palejo Reshad + Corellia"], "legacy" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "power": {"type": "string"}, "ability": {"type": "string"}, "deploy": {"type": "string"}, "forfeit": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "characteristics": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "power", "ability", "deploy", "forfeit", "icons", "characteristics", "gametext", "lore"]}, "combo": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "combo", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 13, "n_trials" : 80, "objective" : "markowitz_return_on_cube", "white" : "optuna_random", "black" : "scipy_lbfgsb", "traceback" : ["passing", "passing"], "best_val" : [1944.6215885136944, 1898.2237570464695], "best_x" : [[0.5533192719965211, 0.47874426688814686, 0.7646552285632255, 0.7758200747508525, 0.9680530164157086, 0.3470746196480312, 0.8815899871813727, 0.44559767251547966, 0.4942159617338253, 0.8044049612211047, 0.813155041253231, 0.948879292135017, 0.18379886681338298], [0.0, 0.0, 9.497127202917836e-10, 9.497127202917836e-10, 9.497127202917836e-10, 9.497127202917836e-10, 1.4707388502826252e-09, 0.0, 9.497127202917836e-10, 9.497127202917836e-10, 0.0, 0.0, 0.0]], "feval_count" : [80, 701], "n_trials_instructed" : [80, 23], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Item": {"type": "string"}, "Template": {"type": "string"}, "Save": {"type": "string"}, "SaveAndDistributeFields": {"type": "string"}, "IsImplemented": {"type": "string"}, "IsNotImplementedTooltip": {"type": "string"}, "MarkAsImplemented": {"type": "string"}, "Cancel": {"type": "string"}, "Delete": {"type": "string"}, "Name": {"type": "string"}, "DropImageHere": {"type": "string"}, "ReferencedInAikaQuests": {"type": "string"}, "MentionedInKirjaPages": {"type": "string"}, "MarkedInKartaMaps": {"type": "string"}, "MarkedInMapNTimes": {"type": "string"}, "ReferencedInTaleDialogs": {"type": "string"}, "ReferencedInNpcInventories": {"type": "string"}, "AreYouSure": {"type": "string"}, "AreYouSureYouWantToDeleteTheObject": {"type": "string"}, "AreYouSureYouWantToDeleteTheTemplate": {"type": "string"}, "Yes": {"type": "string"}, "No": {"type": "string"}, "Error": {"type": "string"}, "ErrorOccured": {"type": "string"}, "Locked": {"type": "string"}, "LockedTemplatePrefix": {"type": "string"}, "LockedObjectPrefix": {"type": "string"}, "LockedPostfix": {"type": "string"}, "RichTextLocale": {"type": "string"}, "DropzoneLocale": {"type": "string"}}, "required": ["Item", "Template", "Save", "SaveAndDistributeFields", "IsImplemented", "IsNotImplementedTooltip", "MarkAsImplemented", "Cancel", "Delete", "Name", "DropImageHere", "ReferencedInAikaQuests", "MentionedInKirjaPages", "MarkedInKartaMaps", "MarkedInMapNTimes", "ReferencedInTaleDialogs", "ReferencedInNpcInventories", "AreYouSure", "AreYouSureYouWantToDeleteTheObject", "AreYouSureYouWantToDeleteTheTemplate", "Yes", "No", "Error", "ErrorOccured", "Locked", "LockedTemplatePrefix", "LockedObjectPrefix", "LockedPostfix", "RichTextLocale", "DropzoneLocale"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Item" : "Item", "Template" : "Template", "Save" : "Save", "SaveAndDistributeFields" : "Save & distribute fields to items", "IsImplemented" : "Implemented", "IsNotImplementedTooltip" : "Item is not implemented.", "MarkAsImplemented" : "Mark as implemented", "Cancel" : "Cancel", "Delete" : "Delete", "Name" : "Name", "DropImageHere" : "Drop image for item here or click to choose an image", "ReferencedInAikaQuests" : "Referenced in Aika quests:", "MentionedInKirjaPages" : "Mentioned in Kirja pages:", "MarkedInKartaMaps" : "Marked in Karta maps:", "MarkedInMapNTimes" : "Item is marked in the map {{0}} times. No zoom on marker is possible.", "ReferencedInTaleDialogs" : "Referenced in Tale dialogs:", "ReferencedInNpcInventories" : "In npc inventory:", "AreYouSure" : "Are you sure?", "AreYouSureYouWantToDeleteTheObject" : "Are you sure you want to delete the item?", "AreYouSureYouWantToDeleteTheTemplate" : "Are you sure you want to delete the template?", "Yes" : "Yes", "No" : "No", "Error" : "Error:", "ErrorOccured" : "An error occured.", "Locked" : "Locked", "LockedTemplatePrefix" : "The template is currently beeing edited by ", "LockedObjectPrefix" : "The item is currently beeing edited by ", "LockedPostfix" : ".", "RichTextLocale" : "en", "DropzoneLocale" : "en"}
json_instruct
{"type": "object", "properties": {"Item": {"type": "string"}, "Template": {"type": "string"}, "Save": {"type": "string"}, "SaveAndDistributeFields": {"type": "string"}, "IsImplemented": {"type": "string"}, "IsNotImplementedTooltip": {"type": "string"}, "MarkAsImplemented": {"type": "string"}, "Cancel": {"type": "string"}, "Delete": {"type": "string"}, "Name": {"type": "string"}, "DropImageHere": {"type": "string"}, "ReferencedInAikaQuests": {"type": "string"}, "MentionedInKirjaPages": {"type": "string"}, "MarkedInKartaMaps": {"type": "string"}, "MarkedInMapNTimes": {"type": "string"}, "ReferencedInTaleDialogs": {"type": "string"}, "ReferencedInNpcInventories": {"type": "string"}, "AreYouSure": {"type": "string"}, "AreYouSureYouWantToDeleteTheObject": {"type": "string"}, "AreYouSureYouWantToDeleteTheTemplate": {"type": "string"}, "Yes": {"type": "string"}, "No": {"type": "string"}, "Error": {"type": "string"}, "ErrorOccured": {"type": "string"}, "Locked": {"type": "string"}, "LockedTemplatePrefix": {"type": "string"}, "LockedObjectPrefix": {"type": "string"}, "LockedPostfix": {"type": "string"}, "RichTextLocale": {"type": "string"}, "DropzoneLocale": {"type": "string"}}, "required": ["Item", "Template", "Save", "SaveAndDistributeFields", "IsImplemented", "IsNotImplementedTooltip", "MarkAsImplemented", "Cancel", "Delete", "Name", "DropImageHere", "ReferencedInAikaQuests", "MentionedInKirjaPages", "MarkedInKartaMaps", "MarkedInMapNTimes", "ReferencedInTaleDialogs", "ReferencedInNpcInventories", "AreYouSure", "AreYouSureYouWantToDeleteTheObject", "AreYouSureYouWantToDeleteTheTemplate", "Yes", "No", "Error", "ErrorOccured", "Locked", "LockedTemplatePrefix", "LockedObjectPrefix", "LockedPostfix", "RichTextLocale", "DropzoneLocale"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"TITLE": {"type": "string"}, "NUMBER": {"type": "integer"}, "DESCRIPTION": {"type": "string"}, "CONTENT": {"type": "string"}, "IMAGE": {"type": "string"}, "ITUNES_IMAGE": {"type": "string"}, "FILE": {"type": "string"}, "DATE": {"type": "string"}, "EXPLICIT": {"type": "boolean"}}, "required": ["TITLE", "NUMBER", "DESCRIPTION", "CONTENT", "IMAGE", "ITUNES_IMAGE", "FILE", "DATE", "EXPLICIT"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TITLE" : "Episode 60 - Don\u2019t Vote for Rabid Women", "NUMBER" : 60, "DESCRIPTION" : "This week, I am joined by Joshua Ferguson of Hourly Struggle fame. We talk about why the LP deserves to die, why you shouldn\u2019t vote for Jo Jorgensen, the case for defensive voting, labels of no utility, bump stocks, and the lack of nuance in low-status tyrants.", "CONTENT" : "This week, I am joined by Joshua Ferguson of Hourly Struggle fame. We talk about why the LP deserves to die, why you shouldn\u2019t vote for Jo Jorgensen, the case for defensive voting, labels of no utility, bump stocks, and the lack of nuance in low-status tyrants.", "IMAGE" : "mlga_0060.png", "ITUNES_IMAGE" : "mlga_0060.png", "FILE" : "mlga_0060.mp3", "DATE" : "2020-09-12T02:15:25.206Z", "EXPLICIT" : true}
json_instruct
{"type": "object", "properties": {"TITLE": {"type": "string"}, "NUMBER": {"type": "integer"}, "DESCRIPTION": {"type": "string"}, "CONTENT": {"type": "string"}, "IMAGE": {"type": "string"}, "ITUNES_IMAGE": {"type": "string"}, "FILE": {"type": "string"}, "DATE": {"type": "string"}, "EXPLICIT": {"type": "boolean"}}, "required": ["TITLE", "NUMBER", "DESCRIPTION", "CONTENT", "IMAGE", "ITUNES_IMAGE", "FILE", "DATE", "EXPLICIT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Dominican University", "alt_name" : null, "country" : "United States", "state" : "Illinois", "address" : {"street" : "7900 West Division Street", "city" : "River Forest", "province" : "Illinois", "postal_code" : "60305-1099"}, "contact" : {"telephone" : "+1(708) 366-2490", "website" : "http://www.dom.edu", "email" : "registrar@dom.edu", "fax" : "+1(708) 524-5990"}, "funding" : "Private", "languages" : null, "academic_year" : "August to May. Also Summer Session", "accrediting_agency" : "North Central Association of Colleges and Schools; Professional accreditation"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "Laize-Clinchamps", "circ" : "6\u00e8me circonscription", "dpt" : "Calvados", "inscrits" : 1308, "abs" : 695, "votants" : 613, "blancs" : 86, "nuls" : 28, "exp" : 499, "res" : [{"nuance" : "REM", "nom" : "M. Alain TOURRET", "voix" : 335}, {"nuance" : "FN", "nom" : "M. Jean-Philippe ROY", "voix" : 164}]}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"obj": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["obj", "lib"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"obj" : ["deps/rocksdb-6.10.2/librocksdb.a"], "lib" : ["z"]}
json_instruct
{"type": "object", "properties": {"obj": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["obj", "lib"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"900040197": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900040198": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900040199": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900040197", "900040198", "900040199"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900040197" : {"nama" : "TPS 1", "dapil" : [1202, 11208, 2121401]}, "900040198" : {"nama" : "TPS 2", "dapil" : [1202, 11208, 2121401]}, "900040199" : {"nama" : "TPS 3", "dapil" : [1202, 11208, 2121401]}}
json_instruct
{"type": "object", "properties": {"900040197": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900040198": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900040199": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900040197", "900040198", "900040199"], "$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"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 75372290, "name" : "Total Defense Shogun", "is_illegal" : false, "is_custom" : false, "text" : "This card is changed to Defense Position when it is Normal Summoned or Flip Summoned successfully. This card can attack while it is in Defense Position. If this card attacks while in Defense Position, apply the ATK of this card for damage calculation.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/75372290.jpg"], "type" : "Monster", "attribute" : "DARK", "atk" : 1550, "species" : "Warrior", "monster_type" : "", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 2500, "level" : 6, "is_tuner" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"mix_id": {"type": "integer"}, "mix_sid": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "slug": {"type": "string"}, "url": {"type": "string"}, "image_url": {"type": "null"}, "description": {"type": "null"}, "flavors": {"type": "object", "properties": {"count": {"type": "integer"}, "url": {"type": "string"}}, "required": ["count", "url"]}}, "required": ["mix_id", "mix_sid", "id", "name", "abbreviation", "created_at", "updated_at", "slug", "url", "image_url", "description", "flavors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mix_id" : 2087571407632, "mix_sid" : "qn0m474g", "id" : 19, "name" : "Totally Wicked", "abbreviation" : "TW", "created_at" : "2016-03-28T07:47:35.000-04:00", "updated_at" : "2020-11-16T06:47:47.000-05:00", "slug" : "tw-totally-wicked", "url" : "https://www.totallywicked-eliquid.com", "image_url" : null, "description" : null, "flavors" : {"count" : 95, "url" : "/api/v2/vendors/19/flavors"}}
json_instruct
{"type": "object", "properties": {"mix_id": {"type": "integer"}, "mix_sid": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "slug": {"type": "string"}, "url": {"type": "string"}, "image_url": {"type": "null"}, "description": {"type": "null"}, "flavors": {"type": "object", "properties": {"count": {"type": "integer"}, "url": {"type": "string"}}, "required": ["count", "url"]}}, "required": ["mix_id", "mix_sid", "id", "name", "abbreviation", "created_at", "updated_at", "slug", "url", "image_url", "description", "flavors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101783897, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "2276dc9346ce2a22fe76e2a11820dc47", "wof:id" : 101783897, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [26.968145, 47.253661, 26.986372, 47.276051], "geometry" : {"coordinates" : [[[26.979236, 47.275846], [26.978945, 47.274973], [26.981531, 47.274562], [26.981239, 47.273689], [26.982532, 47.273484], [26.981074, 47.269119], [26.982367, 47.268914], [26.982076, 47.26804], [26.984661, 47.26763], [26.984078, 47.265884], [26.985371, 47.265679], [26.985079, 47.264806], [26.986372, 47.2646], [26.986081, 47.263727], [26.984788, 47.263933], [26.984205, 47.262186], [26.975155, 47.263622], [26.97399, 47.26013], [26.975282, 47.259925], [26.974991, 47.259052], [26.977576, 47.258642], [26.977285, 47.257769], [26.978578, 47.257563], [26.978286, 47.25669], [26.979579, 47.256485], [26.979287, 47.255612], [26.98058, 47.255407], [26.979997, 47.253661], [26.978705, 47.253866], [26.978996, 47.254739], [26.976411, 47.255149], [26.976702, 47.256022], [26.97541, 47.256227], [26.975701, 47.257101], [26.974408, 47.257306], [26.9747, 47.258179], [26.973407, 47.258384], [26.973698, 47.259257], [26.972406, 47.259462], [26.972988, 47.261208], [26.970403, 47.261618], [26.970694, 47.262491], [26.969401, 47.262696], [26.969693, 47.26357], [26.970985, 47.263364], [26.971568, 47.265111], [26.972861, 47.264906], [26.973735, 47.267525], [26.972442, 47.26773], [26.972734, 47.268603], [26.970148, 47.269013], [26.970439, 47.269886], [26.969146, 47.270091], [26.969438, 47.270964], [26.968145, 47.271169], [26.968727, 47.272916], [26.97002, 47.272711], [26.970312, 47.273584], [26.971605, 47.273379], [26.972188, 47.275125], [26.976067, 47.27451], [26.976358, 47.275383], [26.977652, 47.275178], [26.977943, 47.276051], [26.979236, 47.275846]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "ownership-status": {"type": "string"}, "start-date": {"type": "string"}, "site-address": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "hectares": {"type": "string"}, "name": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "deliverable": {"type": "string"}, "planning-permission-history": {"type": "string"}, "planning-permission-type": {"type": "string"}, "end-date": {"type": "string"}, "planning-permission-date": {"type": "string"}}, "required": ["point", "maximum-net-dwellings", "ownership-status", "start-date", "site-address", "organisation", "planning-permission-status", "site", "site-plan-url", "notes", "hectares", "name", "minimum-net-dwellings", "slug", "entity", "entry-date", "deliverable", "planning-permission-history", "planning-permission-type", "end-date", "planning-permission-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.104761, 51.422833]}, "properties" : {"point" : "POINT(-0.104761 51.422833)", "maximum-net-dwellings" : "6", "ownership-status" : "not owned by a public authority", "start-date" : "2017-12-15", "site-address" : "260 Knight's Hill", "organisation" : "local-authority-eng:LBH", "planning-permission-status" : "permissioned", "site" : "BLR018", "site-plan-url" : "http://lambethopenmappingdata-lambethcouncil.opendata.arcgis.com/datasets/brownfield-land-register", "notes" : "\u201cErection of a three storey building comprising office (B1 use class) on ground floor, 9 self-contained residential flats on first and second floors (C3 use class), the creation of a service access, associated hard and soft landscaping, cycle parking and refuse and recycling storage.", "hectares" : "0.11", "name" : "BLR018", "minimum-net-dwellings" : "6", "slug" : "/brownfield-land/local-authority-eng/LBH/BLR018", "entity" : 485400, "entry-date" : "2018-12-17", "deliverable" : "yes", "planning-permission-history" : "https://planning.lambeth.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=OL66ZMBOKQK00", "planning-permission-type" : "full planning permission", "end-date" : "2020-12-15", "planning-permission-date" : "2017-05-05"}}
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": {"point": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "ownership-status": {"type": "string"}, "start-date": {"type": "string"}, "site-address": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "hectares": {"type": "string"}, "name": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "deliverable": {"type": "string"}, "planning-permission-history": {"type": "string"}, "planning-permission-type": {"type": "string"}, "end-date": {"type": "string"}, "planning-permission-date": {"type": "string"}}, "required": ["point", "maximum-net-dwellings", "ownership-status", "start-date", "site-address", "organisation", "planning-permission-status", "site", "site-plan-url", "notes", "hectares", "name", "minimum-net-dwellings", "slug", "entity", "entry-date", "deliverable", "planning-permission-history", "planning-permission-type", "end-date", "planning-permission-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Arbitration", "definitions" : ["The use of an arbitrator to settle a dispute."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "integer"}, "2": {"type": "array", "items": {"type": "string"}}}, "required": ["0", "1", "2"]}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"baseObjects" : ["[\"!\",\"T\",\"vr\",\"<V\",\"F[\"]", "[\"!\",\"T\",\"vr\",\"<V\",\"F[\"]", "[\"!\",\"T\",\"vr\",\"<V\",\"F[\"]", "[\"!\",\"T\",\"vr\",\"<V\",\"F[\"]"], "returnObjects" : ["false", "false", "false", "false"], "callbackArgs" : [{"0" : "!", "1" : 0, "2" : ["!", "T", "vr", "<V", "F["]}, {"0" : "!", "1" : 0, "2" : ["!", "T", "vr", "<V", "F["]}, {"0" : "!", "1" : 0, "2" : ["!", "T", "vr", "<V", "F["]}, {"0" : "!", "1" : 0, "2" : ["!", "T", "vr", "<V", "F["]}]}
json_instruct
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "integer"}, "2": {"type": "array", "items": {"type": "string"}}}, "required": ["0", "1", "2"]}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "primer": {"type": "string"}, "type": {"type": "string"}, "primary": {"type": "array", "items": {"type": "string"}}, "secondary": {"type": "array", "items": {"type": "string"}}, "equipment": {"type": "array", "items": {"type": "string"}}, "steps": {"type": "array", "items": {"type": "string"}}, "tips": {"type": "array", "items": {}}, "references": {"type": "array", "items": {}}}, "required": ["id", "name", "title", "primer", "type", "primary", "secondary", "equipment", "steps", "tips", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0244", "name" : "seated-inner-biceps-curl-with-dumbbell", "title" : "Seated Inner Biceps Curl with Dumbbell", "primer" : "This exercise works the inner biceps.", "type" : "isolation", "primary" : ["biceps brachii"], "secondary" : ["forearm"], "equipment" : ["dumbbell"], "steps" : ["Sit on the edge of a bench with your feet firmly planted on the floor.", "Keep your back straight and your abs drawn in.", "Grasp a dumbbell in each arm with your palms facing each other and fully extend your arms along your sides.", "Curl your arms up and out, turning your palms up and out as you lift.", "Slowly lower the dumbbells to the starting position."], "tips" : [], "references" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "primer": {"type": "string"}, "type": {"type": "string"}, "primary": {"type": "array", "items": {"type": "string"}}, "secondary": {"type": "array", "items": {"type": "string"}}, "equipment": {"type": "array", "items": {"type": "string"}}, "steps": {"type": "array", "items": {"type": "string"}}, "tips": {"type": "array", "items": {}}, "references": {"type": "array", "items": {}}}, "required": ["id", "name", "title", "primer", "type", "primary", "secondary", "equipment", "steps", "tips", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"botocore": {"type": "string"}, "colorama": {"type": "string"}, "docutils": {"type": "string"}, "jmespath": {"type": "string"}, "pyasn1": {"type": "string"}, "python-dateutil": {"type": "string"}, "pyyaml": {"type": "string"}, "rsa": {"type": "string"}, "s3transfer": {"type": "string"}, "six": {"type": "string"}, "urllib3": {"type": "string"}}, "required": ["botocore", "colorama", "docutils", "jmespath", "pyasn1", "python-dateutil", "pyyaml", "rsa", "s3transfer", "six", "urllib3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"botocore" : "1.21.31", "colorama" : "0.4.3", "docutils" : "0.15.2", "jmespath" : "0.10.0", "pyasn1" : "0.4.8", "python-dateutil" : "2.8.2", "pyyaml" : "5.4.1", "rsa" : "4.7.2", "s3transfer" : "0.5.0", "six" : "1.16.0", "urllib3" : "1.26.6"}
json_instruct
{"type": "object", "properties": {"botocore": {"type": "string"}, "colorama": {"type": "string"}, "docutils": {"type": "string"}, "jmespath": {"type": "string"}, "pyasn1": {"type": "string"}, "python-dateutil": {"type": "string"}, "pyyaml": {"type": "string"}, "rsa": {"type": "string"}, "s3transfer": {"type": "string"}, "six": {"type": "string"}, "urllib3": {"type": "string"}}, "required": ["botocore", "colorama", "docutils", "jmespath", "pyasn1", "python-dateutil", "pyyaml", "rsa", "s3transfer", "six", "urllib3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "east": {"type": "string"}, "north": {"type": "string"}, "west": {"type": "string"}, "south": {"type": "string"}, "down": {"type": "string"}, "up": {"type": "string"}}, "required": ["particle", "east", "north", "west", "south", "down", "up"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "block/cube", "textures" : {"particle" : "#east", "east" : "ophiuchus:blocks/psi_plates/psimetal_plate_white_psi_1", "north" : "ophiuchus:blocks/psi_plates/psimetal_plate_white_psi_0", "west" : "ophiuchus:blocks/psi_plates/psimetal_plate_white_psi_1", "south" : "ophiuchus:blocks/psi_plates/psimetal_plate_white_psi_0", "down" : "psi:blocks/psimetal_plate_white", "up" : "psi:blocks/psimetal_plate_white"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "east": {"type": "string"}, "north": {"type": "string"}, "west": {"type": "string"}, "south": {"type": "string"}, "down": {"type": "string"}, "up": {"type": "string"}}, "required": ["particle", "east", "north", "west", "south", "down", "up"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"description": {"type": "string"}, "origamiType": {"type": "string"}, "origamiCategory": {"type": "string"}, "origamiVersion": {"type": "integer"}, "support": {"type": "string"}, "supportStatus": {"type": "string"}, "browserFeatures": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "optional": {"type": "array", "items": {"type": "string"}}}, "required": ["required", "optional"]}, "ci": {"type": "object", "properties": {"circle": {"type": "string"}}, "required": ["circle"]}}, "required": ["description", "origamiType", "origamiCategory", "origamiVersion", "support", "supportStatus", "browserFeatures", "ci"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Utility for moderating listeners for browser events on window", "origamiType" : "module", "origamiCategory" : "utilities", "origamiVersion" : 1, "support" : "https://github.com/Financial-Times/o-viewport/issues", "supportStatus" : "active", "browserFeatures" : {"required" : ["customevent"], "optional" : ["matchmedia"]}, "ci" : {"circle" : "https://circleci.com/api/v1/project/Financial-Times/o-viewport"}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "origamiType": {"type": "string"}, "origamiCategory": {"type": "string"}, "origamiVersion": {"type": "integer"}, "support": {"type": "string"}, "supportStatus": {"type": "string"}, "browserFeatures": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "optional": {"type": "array", "items": {"type": "string"}}}, "required": ["required", "optional"]}, "ci": {"type": "object", "properties": {"circle": {"type": "string"}}, "required": ["circle"]}}, "required": ["description", "origamiType", "origamiCategory", "origamiVersion", "support", "supportStatus", "browserFeatures", "ci"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"900679761": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679762": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679763": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679764": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900679761", "900679762", "900679763", "900679764"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900679761" : {"nama" : "TPS 1", "dapil" : [6301, 16304, 2630501]}, "900679762" : {"nama" : "TPS 2", "dapil" : [6301, 16304, 2630501]}, "900679763" : {"nama" : "TPS 3", "dapil" : [6301, 16304, 2630501]}, "900679764" : {"nama" : "TPS 4", "dapil" : [6301, 16304, 2630501]}}
json_instruct
{"type": "object", "properties": {"900679761": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679762": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679763": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679764": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900679761", "900679762", "900679763", "900679764"], "$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"}, "homepage": {"type": "string"}, "public": {"type": "boolean"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:prod": {"type": "string"}, "watch": {"type": "string"}, "zip": {"type": "string"}}, "required": ["build", "build:prod", "watch", "zip"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "css-loader": {"type": "string"}, "css-minimizer-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["clean-webpack-plugin", "copy-webpack-plugin", "css-loader", "css-minimizer-webpack-plugin", "mini-css-extract-plugin", "sass", "sass-loader", "style-loader", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}, "resolutions": {"type": "object", "properties": {"js-yaml": {"type": "string"}, "mem": {"type": "string"}}, "required": ["js-yaml", "mem"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "homepage", "public", "author", "scripts", "keywords", "repository", "bugs", "devDependencies", "dependencies", "resolutions", "engines", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "chrome-extension-extension-switch", "version" : "1.6.0", "description" : "Provides a switch to toggle statuses of installed extensions.", "homepage" : "https://chrome.google.com/webstore/detail/extension-switch/gnphfcibcphlpedmaccolafjonmckcdn", "public" : false, "author" : "Goto Hayato", "scripts" : {"build" : "webpack --color", "build:prod" : "NODE_ENV=production webpack --color", "watch" : "webpack -d --progress --color --watch", "zip" : "zip -r dist.zip dist"}, "keywords" : ["chrome", "extension", "chrome-extension", "webpack"], "repository" : {"type" : "git", "url" : "https://github.com/gh640/chrome-extension-extension-switch"}, "bugs" : {"url" : "https://github.com/gh640/chrome-extension-extension-switch/issues"}, "devDependencies" : {"clean-webpack-plugin" : "^3.0.0", "copy-webpack-plugin" : "^9.0.0", "css-loader" : "^5.2.6", "css-minimizer-webpack-plugin" : "^3.0.1", "mini-css-extract-plugin" : "^1.4.1", "sass" : "^1.34.1", "sass-loader" : "^12.1.0", "style-loader" : "^2.0.0", "webpack" : "^5.38.1", "webpack-cli" : "^4.7.2"}, "dependencies" : {"vue" : "^2.6.10"}, "resolutions" : {"js-yaml" : "^3.13.1", "mem" : "^4.0.0"}, "engines" : {"node" : ">=14.0.0"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "public": {"type": "boolean"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:prod": {"type": "string"}, "watch": {"type": "string"}, "zip": {"type": "string"}}, "required": ["build", "build:prod", "watch", "zip"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "css-loader": {"type": "string"}, "css-minimizer-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["clean-webpack-plugin", "copy-webpack-plugin", "css-loader", "css-minimizer-webpack-plugin", "mini-css-extract-plugin", "sass", "sass-loader", "style-loader", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}, "resolutions": {"type": "object", "properties": {"js-yaml": {"type": "string"}, "mem": {"type": "string"}}, "required": ["js-yaml", "mem"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "homepage", "public", "author", "scripts", "keywords", "repository", "bugs", "devDependencies", "dependencies", "resolutions", "engines", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x2159f7b517f133de851e29ad7b2dadc6f6f7ef4631e68c4b4acea026cdea7dee", "parentHash" : "0x3e083195ddc783d32e2158182bbc9d92702ddc1f3d0c82d9f82c7884ebaa9faf", "number" : 28846, "timestamp" : 1438632768, "nonce" : "0xebf48079e52fcf03", "difficulty" : 1135281371274, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbcB2E3693d246E1fc00348754334BadEb88b2a11", "extraData" : "0x476574682f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "string"}, "static/css/2.5a2f7233.chunk.css": {"type": "string"}, "static/js/2.bb80aa41.chunk.js": {"type": "string"}, "static/js/2.bb80aa41.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.7082418583fe00ff85d6c73956b48772.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.5a2f7233.chunk.css.map": {"type": "string"}, "static/css/main.5e485a4b.chunk.css.map": {"type": "string"}, "static/media/financeLogin.svg": {"type": "string"}, "static/media/financeRegister.svg": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime~main.js", "runtime~main.js.map", "static/css/2.5a2f7233.chunk.css", "static/js/2.bb80aa41.chunk.js", "static/js/2.bb80aa41.chunk.js.map", "index.html", "precache-manifest.7082418583fe00ff85d6c73956b48772.js", "service-worker.js", "static/css/2.5a2f7233.chunk.css.map", "static/css/main.5e485a4b.chunk.css.map", "static/media/financeLogin.svg", "static/media/financeRegister.svg"]}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/app/static/css/main.5e485a4b.chunk.css", "main.js" : "/app/static/js/main.b6a7281d.chunk.js", "main.js.map" : "/app/static/js/main.b6a7281d.chunk.js.map", "runtime~main.js" : "/app/static/js/runtime~main.d465ad9e.js", "runtime~main.js.map" : "/app/static/js/runtime~main.d465ad9e.js.map", "static/css/2.5a2f7233.chunk.css" : "/app/static/css/2.5a2f7233.chunk.css", "static/js/2.bb80aa41.chunk.js" : "/app/static/js/2.bb80aa41.chunk.js", "static/js/2.bb80aa41.chunk.js.map" : "/app/static/js/2.bb80aa41.chunk.js.map", "index.html" : "/app/index.html", "precache-manifest.7082418583fe00ff85d6c73956b48772.js" : "/app/precache-manifest.7082418583fe00ff85d6c73956b48772.js", "service-worker.js" : "/app/service-worker.js", "static/css/2.5a2f7233.chunk.css.map" : "/app/static/css/2.5a2f7233.chunk.css.map", "static/css/main.5e485a4b.chunk.css.map" : "/app/static/css/main.5e485a4b.chunk.css.map", "static/media/financeLogin.svg" : "/app/static/media/financeLogin.799b67eb.svg", "static/media/financeRegister.svg" : "/app/static/media/financeRegister.ffcbb5a3.svg"}}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "string"}, "static/css/2.5a2f7233.chunk.css": {"type": "string"}, "static/js/2.bb80aa41.chunk.js": {"type": "string"}, "static/js/2.bb80aa41.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.7082418583fe00ff85d6c73956b48772.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.5a2f7233.chunk.css.map": {"type": "string"}, "static/css/main.5e485a4b.chunk.css.map": {"type": "string"}, "static/media/financeLogin.svg": {"type": "string"}, "static/media/financeRegister.svg": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime~main.js", "runtime~main.js.map", "static/css/2.5a2f7233.chunk.css", "static/js/2.bb80aa41.chunk.js", "static/js/2.bb80aa41.chunk.js.map", "index.html", "precache-manifest.7082418583fe00ff85d6c73956b48772.js", "service-worker.js", "static/css/2.5a2f7233.chunk.css.map", "static/css/main.5e485a4b.chunk.css.map", "static/media/financeLogin.svg", "static/media/financeRegister.svg"]}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"internal_username": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "type": {"type": "string"}, "server": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "site": {"type": "string"}, "endpoint": {"type": "string"}, "port": {"type": "integer"}, "protocol": {"type": "string"}}, "required": ["id", "name", "site", "endpoint", "port", "protocol"]}, "default": {"type": "boolean"}}, "required": ["internal_username", "username", "password", "type", "server", "default"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"internal_username" : "sysowner", "username" : "username", "password" : "password", "type" : "X509", "server" : {"id" : "myproxy.teragrid.org", "name" : "XSEDE MyProxy Server", "site" : "ncsa.uiuc.edu", "endpoint" : "myproxy.teragrid.org", "port" : 7512, "protocol" : "MYPROXY"}, "default" : false}
json_instruct
{"type": "object", "properties": {"internal_username": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "type": {"type": "string"}, "server": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "site": {"type": "string"}, "endpoint": {"type": "string"}, "port": {"type": "integer"}, "protocol": {"type": "string"}}, "required": ["id", "name", "site", "endpoint", "port", "protocol"]}, "default": {"type": "boolean"}}, "required": ["internal_username", "username", "password", "type", "server", "default"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "notify-module", "main" : "eu.pixelstube.notify.bootstrap.bungee.BungeeModule"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"bootstrap-sass": {"type": "string"}, "browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-sass": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["bootstrap-sass", "browser-sync", "gulp", "gulp-concat", "gulp-sass", "jquery"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "version", "description", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "default-theme", "private" : true, "version" : "1.0.0", "description" : "Default theme for IdentityBase frontend.", "scripts" : {}, "author" : "Russlan Akiev", "license" : "MIT", "devDependencies" : {"bootstrap-sass" : "3.3.7", "browser-sync" : "2.18.8", "gulp" : "3.9.1", "gulp-concat" : "2.6.1", "gulp-sass" : "3.1.0", "jquery" : "3.2.1"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"bootstrap-sass": {"type": "string"}, "browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-sass": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["bootstrap-sass", "browser-sync", "gulp", "gulp-concat", "gulp-sass", "jquery"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "version", "description", "scripts", "author", "license", "devDependencies", "dependencies"], "$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"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DESCRIPTION" : "Size rasgele bir tilki resmi verir.", "USAGE" : "fox"}
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "readmeUrl": {"type": "string"}, "logoUrl": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "core": {"type": "boolean"}, "tech": {"type": "string"}}, "required": ["title", "description", "thumbnailUrl", "readmeUrl", "logoUrl", "categories", "core", "tech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Bynder", "description" : "<strong>The Bynder Image Selector</strong> allows to search images in Bynder DAM and use them in your website.", "thumbnailUrl" : "../assets/Bynder.gif", "readmeUrl" : "https://github.com/Kentico/kontent-custom-element-sample-bynder", "logoUrl" : "https://assets-us-01.kc-usercontent.com/4e9bdd7a-2db8-4c33-a13a-0c368ec2f108/ae5a2041-c677-43de-98a7-f743d728c43b/bynder.png", "categories" : ["DAM", "Images"], "core" : true, "tech" : "Vanilla JS"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "readmeUrl": {"type": "string"}, "logoUrl": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "core": {"type": "boolean"}, "tech": {"type": "string"}}, "required": ["title", "description", "thumbnailUrl", "readmeUrl", "logoUrl", "categories", "core", "tech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ipaddress": {"type": "string"}, "port": {"type": "string"}, "certPaths": {"type": "object", "properties": {"privateKey": {"type": "string"}, "publicKey": {"type": "string"}}, "required": ["privateKey", "publicKey"]}, "dataStore": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "fileStore": {"type": "object", "properties": {"root": {"type": "string"}, "hashAlgorithm": {"type": "string"}}, "required": ["root", "hashAlgorithm"]}}, "required": ["ipaddress", "port", "certPaths", "dataStore", "fileStore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ipaddress" : "", "port" : "6443", "certPaths" : {"privateKey" : "/data/certs/key.pem", "publicKey" : "/data/certs/certificate.pem"}, "dataStore" : {"type" : "fileStore"}, "fileStore" : {"root" : "/Users/markg/dscStore/modules", "hashAlgorithm" : "sha256"}}
json_instruct
{"type": "object", "properties": {"ipaddress": {"type": "string"}, "port": {"type": "string"}, "certPaths": {"type": "object", "properties": {"privateKey": {"type": "string"}, "publicKey": {"type": "string"}}, "required": ["privateKey", "publicKey"]}, "dataStore": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "fileStore": {"type": "object", "properties": {"root": {"type": "string"}, "hashAlgorithm": {"type": "string"}}, "required": ["root", "hashAlgorithm"]}}, "required": ["ipaddress", "port", "certPaths", "dataStore", "fileStore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"MAXLEN": {"type": "integer"}, "INVERT": {"type": "boolean"}, "NGRAM": {"type": "integer"}, "BASE_CODEC_INPUT": {"type": "boolean"}, "PAD_WORDS_INPUT": {"type": "boolean"}}, "required": ["MAXLEN", "INVERT", "NGRAM", "BASE_CODEC_INPUT", "PAD_WORDS_INPUT"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MAXLEN" : 32, "INVERT" : true, "NGRAM" : 5, "BASE_CODEC_INPUT" : true, "PAD_WORDS_INPUT" : false}
json_instruct
{"type": "object", "properties": {"MAXLEN": {"type": "integer"}, "INVERT": {"type": "boolean"}, "NGRAM": {"type": "integer"}, "BASE_CODEC_INPUT": {"type": "boolean"}, "PAD_WORDS_INPUT": {"type": "boolean"}}, "required": ["MAXLEN", "INVERT", "NGRAM", "BASE_CODEC_INPUT", "PAD_WORDS_INPUT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x16ea4e590b3e8446266b24ad3d3caae2533d78f1", "tool" : "oyente", "start" : 1563644572.013654, "end" : 1563644597.5573425, "duration" : 25.543688535690308, "analysis" : [{"errors" : [{"line" : 94, "column" : 9, "level" : "Warning", "message" : "Integer Underflow."}, {"line" : 177, "column" : 86, "level" : "Warning", "message" : "Integer Overflow."}], "file" : "/unique_chucks/29/0x16ea4e590b3e8446266b24ad3d3caae2533d78f1.sol", "name" : "TMBToken", "evm_code_coverage" : "86.1%", "integer_underflow" : true, "integer_overflow" : true, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : true, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}]}
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"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6210020012", "district_id" : "6210020", "name" : "PANTIK"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "build-dev": {"type": "string"}, "lint": {"type": "string"}}, "required": ["serve", "build", "build-dev", "lint"]}, "dependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "axios": {"type": "string"}, "bulma": {"type": "string"}, "chart.js": {"type": "string"}, "dateformat": {"type": "string"}, "lodash": {"type": "string"}, "tinycolor2": {"type": "string"}, "v-tooltip": {"type": "string"}, "vue": {"type": "string"}, "vue-chartjs": {"type": "string"}, "vue-class-component": {"type": "string"}, "vue-clipboards": {"type": "string"}, "vue-good-table": {"type": "string"}, "vue-property-decorator": {"type": "string"}, "vue-router": {"type": "string"}, "vuex": {"type": "string"}, "vuex-typex": {"type": "string"}}, "required": ["@types/lodash", "axios", "bulma", "chart.js", "dateformat", "lodash", "tinycolor2", "v-tooltip", "vue", "vue-chartjs", "vue-class-component", "vue-clipboards", "vue-good-table", "vue-property-decorator", "vue-router", "vuex", "vuex-typex"]}, "devDependencies": {"type": "object", "properties": {"@vue/cli-plugin-babel": {"type": "string"}, "@vue/cli-plugin-typescript": {"type": "string"}, "@vue/cli-service": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "typescript": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["@vue/cli-plugin-babel", "@vue/cli-plugin-typescript", "@vue/cli-service", "node-sass", "sass-loader", "typescript", "vue-template-compiler"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Modix.Frontend", "version" : "0.1.0", "private" : true, "scripts" : {"serve" : "vue-cli-service serve", "build" : "vue-cli-service build --dest ../wwwroot", "build-dev" : "vue-cli-service build --dest ../wwwroot --mode development", "lint" : "vue-cli-service lint"}, "dependencies" : {"@types/lodash" : "^4.14.116", "axios" : "^0.18.0", "bulma" : "^0.7.1", "chart.js" : "^2.7.2", "dateformat" : "^3.0.3", "lodash" : "^4.17.11", "tinycolor2" : "^1.4.1", "v-tooltip" : "^2.0.0-rc.33", "vue" : "^2.5.17", "vue-chartjs" : "^3.4.0", "vue-class-component" : "^6.2.0", "vue-clipboards" : "^1.2.4", "vue-good-table" : "^2.14.1", "vue-property-decorator" : "^7.1.1", "vue-router" : "^3.0.1", "vuex" : "^3.0.1", "vuex-typex" : "^3.0.1"}, "devDependencies" : {"@vue/cli-plugin-babel" : "^3.0.3", "@vue/cli-plugin-typescript" : "^3.0.3", "@vue/cli-service" : "^3.0.3", "node-sass" : "^4.9.3", "sass-loader" : "^7.1.0", "typescript" : "^3.0.3", "vue-template-compiler" : "^2.5.17"}, "browserslist" : ["> 1%", "last 2 versions", "not ie <= 8"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "build-dev": {"type": "string"}, "lint": {"type": "string"}}, "required": ["serve", "build", "build-dev", "lint"]}, "dependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "axios": {"type": "string"}, "bulma": {"type": "string"}, "chart.js": {"type": "string"}, "dateformat": {"type": "string"}, "lodash": {"type": "string"}, "tinycolor2": {"type": "string"}, "v-tooltip": {"type": "string"}, "vue": {"type": "string"}, "vue-chartjs": {"type": "string"}, "vue-class-component": {"type": "string"}, "vue-clipboards": {"type": "string"}, "vue-good-table": {"type": "string"}, "vue-property-decorator": {"type": "string"}, "vue-router": {"type": "string"}, "vuex": {"type": "string"}, "vuex-typex": {"type": "string"}}, "required": ["@types/lodash", "axios", "bulma", "chart.js", "dateformat", "lodash", "tinycolor2", "v-tooltip", "vue", "vue-chartjs", "vue-class-component", "vue-clipboards", "vue-good-table", "vue-property-decorator", "vue-router", "vuex", "vuex-typex"]}, "devDependencies": {"type": "object", "properties": {"@vue/cli-plugin-babel": {"type": "string"}, "@vue/cli-plugin-typescript": {"type": "string"}, "@vue/cli-service": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "typescript": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["@vue/cli-plugin-babel", "@vue/cli-plugin-typescript", "@vue/cli-service", "node-sass", "sass-loader", "typescript", "vue-template-compiler"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "browserslist"], "$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"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:docs": {"type": "string"}, "dev": {"type": "string"}, "dev:docs": {"type": "string"}, "fmt": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "build:docs", "dev", "dev:docs", "fmt", "lint"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-tsdoc": {"type": "string"}, "eslint-plugin-unicorn": {"type": "string"}, "prettier": {"type": "string"}, "typedoc": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/react", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-plugin-tsdoc", "eslint-plugin-unicorn", "prettier", "typedoc", "typescript"]}, "dependencies": {"type": "object", "properties": {"swr": {"type": "string"}}, "required": ["swr"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "types", "files", "description", "author", "license", "scripts", "devDependencies", "dependencies", "repository", "homepage", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "use-github", "version" : "0.1.2", "main" : "lib/index.js", "types" : "lib/index.d.ts", "files" : ["lib/**/*"], "description" : "React hooks for fetching GitHub data", "author" : "Eliaz Bobadilla <eliaz.bobadilladev@gmail.com>", "license" : "MIT", "scripts" : {"build" : "tsc", "build:docs" : "typedoc --out docs src", "dev" : "tsc --watch", "dev:docs" : "typedoc --watch --out docs src", "fmt" : "prettier --write 'src/**/*.ts'", "lint" : "eslint 'src/**/*.ts' && prettier --check 'src/**/*.ts'"}, "devDependencies" : {"@types/react" : "^17.0.39", "@typescript-eslint/eslint-plugin" : "^5.12.1", "@typescript-eslint/parser" : "^5.12.1", "eslint" : "^8.10.0", "eslint-plugin-tsdoc" : "^0.2.14", "eslint-plugin-unicorn" : "^41.0.0", "prettier" : "^2.5.1", "typedoc" : "^0.22.12", "typescript" : "^4.5.5"}, "dependencies" : {"swr" : "^1.2.2"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Ultirequiem/use-github.git"}, "homepage" : "https://use-github.netlify.app", "keywords" : ["react", "github", "hook", "hooks"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:docs": {"type": "string"}, "dev": {"type": "string"}, "dev:docs": {"type": "string"}, "fmt": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "build:docs", "dev", "dev:docs", "fmt", "lint"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-tsdoc": {"type": "string"}, "eslint-plugin-unicorn": {"type": "string"}, "prettier": {"type": "string"}, "typedoc": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/react", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-plugin-tsdoc", "eslint-plugin-unicorn", "prettier", "typedoc", "typescript"]}, "dependencies": {"type": "object", "properties": {"swr": {"type": "string"}}, "required": ["swr"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "types", "files", "description", "author", "license", "scripts", "devDependencies", "dependencies", "repository", "homepage", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "dependencies": {"type": "object", "properties": {"ioredis": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "swr": {"type": "string"}, "unfetch": {"type": "string"}}, "required": ["ioredis", "next", "react", "react-dom", "swr", "unfetch"]}, "devDependencies": {"type": "object", "properties": {"@tailwindcss/forms": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "prettier": {"type": "string"}, "prettier-plugin-tailwindcss": {"type": "string"}, "tailwindcss": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@tailwindcss/forms", "@types/node", "@types/react", "autoprefixer", "postcss", "prettier", "prettier-plugin-tailwindcss", "tailwindcss", "typescript"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "next-caching-with-redis", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "next dev", "build" : "next build", "start" : "next start"}, "dependencies" : {"ioredis" : "^5.0.4", "next" : "^12.1.6", "react" : "^18.1.0", "react-dom" : "^18.1.0", "swr" : "^1.3.0", "unfetch" : "^4.2.0"}, "devDependencies" : {"@tailwindcss/forms" : "^0.5.1", "@types/node" : "^17.0.33", "@types/react" : "^18.0.9", "autoprefixer" : "^10.4.7", "postcss" : "^8.4.13", "prettier" : "^2.6.2", "prettier-plugin-tailwindcss" : "^0.1.10", "tailwindcss" : "^3.0.24", "typescript" : "^4.6.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "dependencies": {"type": "object", "properties": {"ioredis": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "swr": {"type": "string"}, "unfetch": {"type": "string"}}, "required": ["ioredis", "next", "react", "react-dom", "swr", "unfetch"]}, "devDependencies": {"type": "object", "properties": {"@tailwindcss/forms": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "prettier": {"type": "string"}, "prettier-plugin-tailwindcss": {"type": "string"}, "tailwindcss": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@tailwindcss/forms", "@types/node", "@types/react", "autoprefixer", "postcss", "prettier", "prettier-plugin-tailwindcss", "tailwindcss", "typescript"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["80-89", "70-79"], "SERIES_NAME" : ["FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2013, 2013], "Y_PREVALENCE_1000PP" : [0.04873, 0.02623]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201303, "Y_PREVALENCE_1000PP" : 0.00148}, "OBS_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "OBSERVATIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 33}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : "FEMALE", "MIN_VALUE" : 64, "P10_VALUE" : 71, "P25_VALUE" : 78, "MEDIAN_VALUE" : 83, "P75_VALUE" : 90, "P90_VALUE" : 93, "MAX_VALUE" : 95}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1802012011, "parent" : 1802012, "name" : "TULUNG SARI", "latitude" : null, "longitude" : null, "postal" : [35686], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}}, "required": ["id", "card_title", "house", "card_type", "front_image", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "325209e4-246e-443c-b974-8592fb393a7e", "card_title" : "N\u00e3o Acabei com Voc\u00ea", "house" : "Dis", "card_type" : "Action", "front_image" : "https://cdn.keyforgegame.com/media/card_front/pt/452_082_V82MH9MVX6VC_pt.png", "card_text" : "Jogar: Embaralhe qualquer n\u00famero \rde criaturas de sua pilha de descarte \rno seu baralho.", "traits" : "", "amber" : 1, "power" : null, "armor" : null, "rarity" : "Common", "flavor_text" : "", "card_number" : "082", "expansion" : 452, "is_maverick" : false, "is_anomaly" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}}, "required": ["id", "card_title", "house", "card_type", "front_image", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"path": {"type": "string"}, "enabled": {"type": "boolean"}, "chance": {"type": "number"}, "child": {"type": "string"}, "parent1": {"type": "string"}, "parent2": {"type": "string"}}, "required": ["path", "enabled", "chance", "child", "parent1", "parent2"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"path" : "mod_harvestcraft/mutations/kiwi_mutation.json", "enabled" : true, "chance" : 0.5, "child" : "kiwi_plant", "parent1" : "cantaloupe_plant", "parent2" : "strawberry_plant"}
json_instruct
{"type": "object", "properties": {"path": {"type": "string"}, "enabled": {"type": "boolean"}, "chance": {"type": "number"}, "child": {"type": "string"}, "parent1": {"type": "string"}, "parent2": {"type": "string"}}, "required": ["path", "enabled", "chance", "child", "parent1", "parent2"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"b0ee3d82b00ce1ebceb23bc5f2c0804f\"", "Last-Modified" : "Sun, 17 Nov 2019 02:45:44 GMT", "base" : {"repo" : {"name" : "kubernetes-feedstock"}}, "closed_at" : "2019-11-17T02:45:44Z", "created_at" : "2019-11-13T19:20:57Z", "head" : {"ref" : "1.16.3"}, "html_url" : "https://github.com/conda-forge/kubernetes-feedstock/pull/61", "id" : 340624380, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2019-11-17T02:45:44Z", "number" : 61, "state" : "closed", "updated_at" : "2019-11-17T02:45:44Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3e1c596a82c1cfaaafbaa58a6695c13040e15e05"}
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": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["atom-text-editor"]}, "menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["label", "submenu"]}}}, "required": ["context-menu", "menu"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"context-menu" : {"atom-text-editor" : [{"label" : "Case Types", "submenu" : [{"label" : "camelCase", "command" : "my-plugin:CamelCase"}, {"label" : "snake_case", "command" : "my-plugin:SnakeCase"}, {"label" : "kebab-case", "command" : "my-plugin:KebabCase"}, {"label" : "PascalCase", "command" : "my-plugin:PascalCase"}, {"label" : "UPPER_CASE", "command" : "my-plugin:UpperCase"}]}]}, "menu" : [{"label" : "Packages", "submenu" : [{"label" : "Case Types", "submenu" : [{"label" : "camelCase", "command" : "my-plugin:CamelCase"}, {"label" : "snake_case", "command" : "my-plugin:SnakeCase"}, {"label" : "kebab-case", "command" : "my-plugin:KebabCase"}, {"label" : "PascalCase", "command" : "my-plugin:PascalCase"}, {"label" : "UPPER_CASE", "command" : "my-plugin:UpperCase"}]}]}]}
json_instruct
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["atom-text-editor"]}, "menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["label", "submenu"]}}}, "required": ["context-menu", "menu"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "subscriptionId": {"type": "string"}, "tenantId": {"type": "string"}, "activeDirectoryEndpointUrl": {"type": "string"}, "resourceManagerEndpointUrl": {"type": "string"}, "activeDirectoryGraphResourceId": {"type": "string"}, "sqlManagementEndpointUrl": {"type": "string"}, "galleryEndpointUrl": {"type": "string"}, "managementEndpointUrl": {"type": "string"}}, "required": ["clientId", "clientSecret", "subscriptionId", "tenantId", "activeDirectoryEndpointUrl", "resourceManagerEndpointUrl", "activeDirectoryGraphResourceId", "sqlManagementEndpointUrl", "galleryEndpointUrl", "managementEndpointUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"clientId" : "mockclientid", "clientSecret" : "mockclientsecret", "subscriptionId" : "mocksubscriptionid", "tenantId" : "mocktenantid", "activeDirectoryEndpointUrl" : "https://login.microsoftonline.com", "resourceManagerEndpointUrl" : "https://management.azure.com/", "activeDirectoryGraphResourceId" : "https://graph.windows.net/", "sqlManagementEndpointUrl" : "https://management.core.windows.net:8443/", "galleryEndpointUrl" : "https://gallery.azure.com/", "managementEndpointUrl" : "https://management.core.windows.net/"}
json_instruct
{"type": "object", "properties": {"clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "subscriptionId": {"type": "string"}, "tenantId": {"type": "string"}, "activeDirectoryEndpointUrl": {"type": "string"}, "resourceManagerEndpointUrl": {"type": "string"}, "activeDirectoryGraphResourceId": {"type": "string"}, "sqlManagementEndpointUrl": {"type": "string"}, "galleryEndpointUrl": {"type": "string"}, "managementEndpointUrl": {"type": "string"}}, "required": ["clientId", "clientSecret", "subscriptionId", "tenantId", "activeDirectoryEndpointUrl", "resourceManagerEndpointUrl", "activeDirectoryGraphResourceId", "sqlManagementEndpointUrl", "galleryEndpointUrl", "managementEndpointUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"jobId": {"type": "string"}, "lastUpdateDateTime": {"type": "string"}, "createdDateTime": {"type": "string"}, "expirationDateTime": {"type": "string"}, "status": {"type": "string"}, "errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "tasks": {"type": "object", "properties": {"completed": {"type": "integer"}, "failed": {"type": "integer"}, "inProgress": {"type": "integer"}, "total": {"type": "integer"}, "entityRecognitionTasks": {"type": "array", "items": {"type": "object", "properties": {"lastUpdateDateTime": {"type": "string"}, "taskName": {"type": "string"}, "state": {"type": "string"}}, "required": ["lastUpdateDateTime", "taskName", "state"]}}}, "required": ["completed", "failed", "inProgress", "total", "entityRecognitionTasks"]}}, "required": ["jobId", "lastUpdateDateTime", "createdDateTime", "expirationDateTime", "status", "errors", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jobId" : "59678d1c-109e-4d93-a42f-05eb5e063525", "lastUpdateDateTime" : "2021-10-21T23:02:34Z", "createdDateTime" : "2021-10-21T23:02:27Z", "expirationDateTime" : "2021-10-22T23:02:27Z", "status" : "failed", "errors" : [{"code" : "InternalServerError", "message" : "1 out of 1 job tasks failed. Failed job tasks : v3.1/entities/general."}], "tasks" : {"completed" : 0, "failed" : 1, "inProgress" : 0, "total" : 1, "entityRecognitionTasks" : [{"lastUpdateDateTime" : "2021-03-03T22:39:37.1716697Z", "taskName" : "0", "state" : "failed"}]}}
json_instruct
{"type": "object", "properties": {"jobId": {"type": "string"}, "lastUpdateDateTime": {"type": "string"}, "createdDateTime": {"type": "string"}, "expirationDateTime": {"type": "string"}, "status": {"type": "string"}, "errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "tasks": {"type": "object", "properties": {"completed": {"type": "integer"}, "failed": {"type": "integer"}, "inProgress": {"type": "integer"}, "total": {"type": "integer"}, "entityRecognitionTasks": {"type": "array", "items": {"type": "object", "properties": {"lastUpdateDateTime": {"type": "string"}, "taskName": {"type": "string"}, "state": {"type": "string"}}, "required": ["lastUpdateDateTime", "taskName", "state"]}}}, "required": ["completed", "failed", "inProgress", "total", "entityRecognitionTasks"]}}, "required": ["jobId", "lastUpdateDateTime", "createdDateTime", "expirationDateTime", "status", "errors", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18615765", "tms:id" : "176409", "accession_number" : "1980-78-3-1/99", "title" : "Sample Book, 1959\u201361", "url" : "http://collection.cooperhewitt.org/objects/18615765/", "department_id" : "35347503", "period_id" : null, "media_id" : "35414653", "type_id" : "35247403", "date" : "1959\u201361", "year_start" : "1959", "year_end" : "1961", "year_acquired" : "1980", "decade" : "1950", "woe:country" : "23424853", "medium" : "Machine-printed", "markings" : null, "signed" : null, "inscribed" : null, "provenance" : null, "dimensions" : "31 x 31 x 3 cm (12 3/16 x 12 3/16 x 1 3/16 in. )", "creditline" : "Gift of Various Donors", "description" : "Collection of florals, stripes and all-over abstract designs. Each design appears in multiple colorways.", "justification" : null, "type" : {"id" : "35247403", "name" : "sample book"}, "images" : [], "participants" : [{"person_id" : "18046751", "role_id" : "35236657", "person_name" : "Braendli", "role_name" : "Manufacturer", "person_url" : "http://collection.cooperhewitt.org/people/18046751/", "role_url" : "http://collection.cooperhewitt.org/roles/35236657/"}], "tombstone" : {"epitaph" : "Sample Book, 1959\u201361.\n1959\u201361. Machine-printed. Gift of Various Donors. 1980-78-3-1/99."}, "colors" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "description": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_onSubmit": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_onSubmit_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_errorMessage": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_errorMessage_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}}, "required": ["name", "description", "props_onSubmit", "props_onSubmit_desc", "props_errorMessage", "props_errorMessage_desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : {"en" : "Form", "ru" : "\u0424\u043e\u0440\u043c\u0430"}, "description" : {"en" : "", "ru" : ""}, "props_onSubmit" : {"en" : "Submit", "ru" : "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0444\u043e\u0440\u043c\u044b"}, "props_onSubmit_desc" : {"en" : "", "ru" : ""}, "props_errorMessage" : {"en" : "Error message", "ru" : ""}, "props_errorMessage_desc" : {"en" : "", "ru" : ""}}
json_instruct
{"type": "object", "properties": {"name": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "description": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_onSubmit": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_onSubmit_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_errorMessage": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_errorMessage_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}}, "required": ["name", "description", "props_onSubmit", "props_onSubmit_desc", "props_errorMessage", "props_errorMessage_desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : [66.7769, 55.9147, 0.839783, 67.1419, 62.8924, 0.884534, 61.3422, 63.2821, 0.85726, 60.5713, 72.1898, 0.810954, 60.9534, 79.9515, 0.792324, 72.5834, 62.5007, 0.827756, 73.3708, 70.6542, 0.780391, 74.1289, 79.5514, 0.743317, 67.5426, 78.7885, 0.780124, 64.4398, 79.1571, 0.783219, 66.7591, 93.1249, 0.808995, 66.7725, 107.063, 0.83012, 70.6438, 78.7813, 0.763821, 72.1927, 92.7322, 0.769407, 71.0285, 106.294, 0.763268, 65.6134, 54.7421, 0.845781, 67.5424, 54.3806, 0.867786, 64.04, 54.7682, 0.76751, 69.8592, 54.7493, 0.760229, 72.1904, 109.003, 0.619224, 73.3531, 107.848, 0.670473, 70.2637, 107.447, 0.570671, 67.5477, 109.78, 0.673884, 65.9911, 109.397, 0.635285, 66.7742, 107.479, 0.673504], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d811-81", "text" : "Dr. Harry J. Skornia\n-2-\nMarch 5, 1959\nPlease be assured that we will sincerely appreciate your continued\ncooperation and that we will endeavor to report the NAEB activities\nin a way that will do credit to the fine work that your organization\nis doing.\nHBP:dc"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[5, 25], [25, 5], [2, 25], [12, 25], [30, 25], [14, 25], [23, 25], [25, 9], [25, 14], [23, 25], [20, 14], [21, 25], [6, 15], [25, 0], [28, 5], [6, 23], [25, 24], [25, 17], [25, 12], [25, 11], [10, 12], [25, 5], [8, 25], [0, 25], [9, 25], [25, 14], [23, 25], [23, 25], [5, 25], [14, 27], [19, 7], [5, 25], [1, 25], [26, 25], [3, 5], [18, 22], [25, 9], [23, 13], [25, 1], [25, 5], [4, 14], [4, 25], [25, 12], [25, 12], [12, 25], [16, 29], [14, 25], [12, 25], [5, 25], [25, 13]], "features" : {"0" : "2", "1" : "2", "2" : "1", "3" : "1", "4" : "2", "5" : "9", "6" : "2", "7" : "1", "8" : "1", "9" : "3", "10" : "1", "11" : "1", "12" : "7", "13" : "2", "14" : "7", "15" : "1", "16" : "1", "17" : "1", "18" : "1", "19" : "1", "20" : "1", "21" : "1", "22" : "1", "23" : "6", "24" : "1", "25" : "38", "26" : "1", "27" : "1", "28" : "1", "29" : "1", "30" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x6d6c497f25d1a422bc8fe7079fceb9ce55db13ae", "tool" : "honeybadger", "start" : 1565889808.2910726, "end" : 1565890079.378235, "duration" : 271.0871624946594, "analysis" : [{"errors" : [], "file" : "/unique_chucks/22/0x6d6c497f25d1a422bc8fe7079fceb9ce55db13ae.sol", "name" : "Ownable"}, {"errors" : [], "file" : "/unique_chucks/22/0x6d6c497f25d1a422bc8fe7079fceb9ce55db13ae.sol", "name" : "Pausable"}, {"errors" : [], "file" : "/unique_chucks/22/0x6d6c497f25d1a422bc8fe7079fceb9ce55db13ae.sol", "name" : "SRATOKEN"}, {"errors" : [], "file" : "/unique_chucks/22/0x6d6c497f25d1a422bc8fe7079fceb9ce55db13ae.sol", "name" : "SafeMath"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "kilomothan", "h" : [{"d" : [{"f" : "\u5c31\u628a\u67d0\u67d0\u5305\u570d\u3001\u570d\u653b\u3002", "e" : ["\ufff9`Kilomot~`han~ `to~ `nangra~ `koya~ `tamdaw~ `a~ `mikidkid~ `a~ `pasadak~ `pa~`tayra to~`ya~ `hongti~.\ufffa\ufffb\u4ed6\u5011\u5c31\u99ac\u4e0a\u628a\u90a3\u500b\u4eba\u5305\u570d\u8d77\u4f86\uff0c\u62c9\u51fa\u53bb\u626d\u9001\u5230\u7687\u5e1d\u90a3\u5152\u3002"]}]}], "stem" : "kilomot"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"coffee-loader": {"type": "string"}, "coffeescript": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["coffee-loader", "coffeescript", "webpack"]}, "dependencies": {"type": "object", "properties": {"@cfworker/web": {"type": "string"}}, "required": ["@cfworker/web"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "setuapi-cf", "version" : "1.0.0", "description" : "A setu api", "main" : "index.js", "author" : "Anillc", "license" : "MIT", "private" : true, "devDependencies" : {"coffee-loader" : "^1.0.0", "coffeescript" : "^2.5.1", "webpack" : "^4.43.0"}, "dependencies" : {"@cfworker/web" : "^1.2.17"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"coffee-loader": {"type": "string"}, "coffeescript": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["coffee-loader", "coffeescript", "webpack"]}, "dependencies": {"type": "object", "properties": {"@cfworker/web": {"type": "string"}}, "required": ["@cfworker/web"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"neos/flow": {"type": "string"}, "webonyx/graphql-php": {"type": "string"}}, "required": ["neos/flow", "webonyx/graphql-php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Wwwision\\GraphQL\\": {"type": "string"}}, "required": ["Wwwision\\GraphQL\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Wwwision\\GraphQL\\Tests\\": {"type": "string"}}, "required": ["Wwwision\\GraphQL\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"neos": {"type": "object", "properties": {"package-key": {"type": "string"}}, "required": ["package-key"]}}, "required": ["neos"]}}, "required": ["description", "type", "name", "license", "require", "autoload", "autoload-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Base package to create GraphQL endpoints with Flow", "type" : "neos-package", "name" : "wwwision/graphql", "license" : "MIT", "require" : {"neos/flow" : "^4.0 || ^5.0", "webonyx/graphql-php" : "^0.12.0"}, "autoload" : {"psr-4" : {"Wwwision\\GraphQL\\" : "Classes"}}, "autoload-dev" : {"psr-4" : {"Wwwision\\GraphQL\\Tests\\" : "Tests"}}, "extra" : {"neos" : {"package-key" : "Wwwision.GraphQL"}}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"neos/flow": {"type": "string"}, "webonyx/graphql-php": {"type": "string"}}, "required": ["neos/flow", "webonyx/graphql-php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Wwwision\\GraphQL\\": {"type": "string"}}, "required": ["Wwwision\\GraphQL\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Wwwision\\GraphQL\\Tests\\": {"type": "string"}}, "required": ["Wwwision\\GraphQL\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"neos": {"type": "object", "properties": {"package-key": {"type": "string"}}, "required": ["package-key"]}}, "required": ["neos"]}}, "required": ["description", "type", "name", "license", "require", "autoload", "autoload-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3506141008, "parent" : 3506141, "name" : "BLARU", "latitude" : null, "longitude" : null, "postal" : [64196, 64219], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vendor" : "liberica", "filename" : "bellsoft-jre8u212-windows-amd64.msi", "release_type" : "ga", "version" : "8u212", "java_version" : "8u212", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "x86_64", "file_type" : "msi", "image_type" : "jre", "features" : [], "url" : "https://github.com/bell-sw/Liberica/releases/download/8u212/bellsoft-jre8u212-windows-amd64.msi", "md5" : "27a5034d7e6016b2e8fce2275c57b48e", "md5_file" : "bellsoft-jre8u212-windows-amd64.msi.md5", "sha1" : "5034206d3497c763b7e0965eca09f875524addd8", "sha1_file" : "bellsoft-jre8u212-windows-amd64.msi.sha1", "sha256" : "c25c8e3691303171350ca9d507db10b14f0486f492fd32cdc4c55d420a43b011", "sha256_file" : "bellsoft-jre8u212-windows-amd64.msi.sha256", "sha512" : "81db351e328d076b6bef3e2ddef9ecb32e272c06b066be68621bf091ba4c452994466931f46c044e3957edb8e665b4fc5139d7013c5330be1a277bce9e4ea72b", "sha512_file" : "bellsoft-jre8u212-windows-amd64.msi.sha512", "size" : 72323072}
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "string"}, "poolId": {"type": "integer"}, "chainId": {"type": "integer"}, "lp0": {"type": "object", "properties": {"address": {"type": "string"}, "oracle": {"type": "string"}, "oracleId": {"type": "string"}, "decimals": {"type": "string"}}, "required": ["address", "oracle", "oracleId", "decimals"]}, "lp1": {"type": "object", "properties": {"address": {"type": "string"}, "oracle": {"type": "string"}, "oracleId": {"type": "string"}, "decimals": {"type": "string"}}, "required": ["address", "oracle", "oracleId", "decimals"]}}, "required": ["name", "address", "decimals", "poolId", "chainId", "lp0", "lp1"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ripae-pmatic-matic", "address" : "0x05eFa0Ed56DDdB4E950E3F5a54e349A137d4edC9", "decimals" : "1e18", "poolId" : 0, "chainId" : 137, "lp0" : {"address" : "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270", "oracle" : "tokens", "oracleId" : "WMATIC", "decimals" : "1e18"}, "lp1" : {"address" : "0xA0dF47432d9d88bcc040E9ee66dDC7E17A882715", "oracle" : "tokens", "oracleId" : "pMATIC", "decimals" : "1e18"}}, {"name" : "ripae-pae-matic", "address" : "0x07D53b147eF96FAD1896D1156755A9Da7E06098E", "decimals" : "1e18", "poolId" : 1, "chainId" : 137, "lp0" : {"address" : "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270", "oracle" : "tokens", "oracleId" : "WMATIC", "decimals" : "1e18"}, "lp1" : {"address" : "0x8063037ea50E4a066bF1430EA1E3e609CD5cEf6B", "oracle" : "tokens", "oracleId" : "PAE", "decimals" : "1e18"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "string"}, "poolId": {"type": "integer"}, "chainId": {"type": "integer"}, "lp0": {"type": "object", "properties": {"address": {"type": "string"}, "oracle": {"type": "string"}, "oracleId": {"type": "string"}, "decimals": {"type": "string"}}, "required": ["address", "oracle", "oracleId", "decimals"]}, "lp1": {"type": "object", "properties": {"address": {"type": "string"}, "oracle": {"type": "string"}, "oracleId": {"type": "string"}, "decimals": {"type": "string"}}, "required": ["address", "oracle", "oracleId", "decimals"]}}, "required": ["name", "address", "decimals", "poolId", "chainId", "lp0", "lp1"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "tmax": {"type": "integer"}}, "required": ["id", "tmax"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "req-id", "tmax" : -2}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tmax": {"type": "integer"}}, "required": ["id", "tmax"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}, "required": ["JobIndex", "OperationIndex", "StartTime"]}}}, "required": ["Status", "TimeLimitReached", "RunningTime", "StartTimes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.0686311", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 172.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 49.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 152.0}, {"JobIndex" : 3, "OperationIndex" : 0, "StartTime" : 220.0}, {"JobIndex" : 4, "OperationIndex" : 0, "StartTime" : 533.0}, {"JobIndex" : 5, "OperationIndex" : 0, "StartTime" : 496.0}, {"JobIndex" : 6, "OperationIndex" : 0, "StartTime" : 283.0}, {"JobIndex" : 7, "OperationIndex" : 0, "StartTime" : 6.0}, {"JobIndex" : 8, "OperationIndex" : 0, "StartTime" : 130.0}, {"JobIndex" : 9, "OperationIndex" : 0, "StartTime" : 305.0}, {"JobIndex" : 10, "OperationIndex" : 0, "StartTime" : 338.0}, {"JobIndex" : 11, "OperationIndex" : 0, "StartTime" : 448.0}, {"JobIndex" : 12, "OperationIndex" : 0, "StartTime" : 382.0}, {"JobIndex" : 13, "OperationIndex" : 0, "StartTime" : 254.0}, {"JobIndex" : 14, "OperationIndex" : 0, "StartTime" : 405.0}, {"JobIndex" : 16, "OperationIndex" : 0, "StartTime" : 558.0}, {"JobIndex" : 17, "OperationIndex" : 0, "StartTime" : 100.0}, {"JobIndex" : 18, "OperationIndex" : 0, "StartTime" : 477.0}, {"JobIndex" : 19, "OperationIndex" : 0, "StartTime" : 371.0}, {"JobIndex" : 20, "OperationIndex" : 0, "StartTime" : 115.0}, {"JobIndex" : 22, "OperationIndex" : 0, "StartTime" : 131.0}, {"JobIndex" : 23, "OperationIndex" : 0, "StartTime" : 189.0}, {"JobIndex" : 25, "OperationIndex" : 0, "StartTime" : 546.0}, {"JobIndex" : 26, "OperationIndex" : 0, "StartTime" : 101.0}, {"JobIndex" : 27, "OperationIndex" : 0, "StartTime" : 6.0}, {"JobIndex" : 28, "OperationIndex" : 0, "StartTime" : 387.0}, {"JobIndex" : 29, "OperationIndex" : 0, "StartTime" : 447.0}, {"JobIndex" : 15, "OperationIndex" : 0, "StartTime" : 270.0}, {"JobIndex" : 21, "OperationIndex" : 0, "StartTime" : 510.0}, {"JobIndex" : 24, "OperationIndex" : 0, "StartTime" : 570.0}]}
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}, "required": ["JobIndex", "OperationIndex", "StartTime"]}}}, "required": ["Status", "TimeLimitReached", "RunningTime", "StartTimes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x167599d146b5aac9c28647c9929a749027ff1d19", "tool" : "honeybadger", "start" : 1565890284.9452822, "end" : 1565890385.2157624, "duration" : 100.27048015594482, "analysis" : [{"errors" : [], "file" : "/unique_chucks/12/0x167599d146b5aac9c28647c9929a749027ff1d19.sol", "name" : "ChessCash"}, {"errors" : [], "file" : "/unique_chucks/12/0x167599d146b5aac9c28647c9929a749027ff1d19.sol", "name" : "Owned"}, {"errors" : [], "file" : "/unique_chucks/12/0x167599d146b5aac9c28647c9929a749027ff1d19.sol", "name" : "SafeMath"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "copyright": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "authors", "description", "copyright", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dbuild", "authors" : ["Remi Thebault"], "description" : "Write D code to build C/C++ packages", "copyright" : "Copyright \u00a9 2018, Remi Thebault", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "copyright": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "authors", "description", "copyright", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "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" : "Puygros", "dpt" : "Savoie", "inscrits" : 313, "abs" : 37, "votants" : 276, "blancs" : 18, "nuls" : 6, "exp" : 252, "res" : [{"panneau" : "1", "voix" : 131}, {"panneau" : "2", "voix" : 121}]}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "AppLayout", "version" : "0.0.0", "private" : true, "main" : "./AppLayout.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run:ios": {"type": "string"}}, "required": ["run:ios"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cordova-ios": {"type": "string"}, "cordova-plugin-decimal-keyboard-wkwebview": {"type": "string"}}, "required": ["cordova-ios", "cordova-plugin-decimal-keyboard-wkwebview"]}, "devDependencies": {"type": "object", "properties": {"cordova-plugin-whitelist": {"type": "string"}}, "required": ["cordova-plugin-whitelist"]}, "cordova": {"type": "object", "properties": {"plugins": {"type": "object", "properties": {"cordova-plugin-whitelist": {"type": "object", "properties": {}, "required": []}, "cordova-plugin-decimal-keyboard-wkwebview": {"type": "object", "properties": {}, "required": []}}, "required": ["cordova-plugin-whitelist", "cordova-plugin-decimal-keyboard-wkwebview"]}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins", "platforms"]}}, "required": ["name", "displayName", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies", "cordova"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "com.frs.hayseed", "displayName" : "Hayseed", "version" : "1.0.0", "description" : "A sample Apache Cordova application that responds to the deviceready event.", "main" : "index.js", "scripts" : {"run:ios" : "cordova run ios --target=\"iPhone-5s, 11.4\""}, "keywords" : ["ecosystem:cordova"], "author" : "Apache Cordova Team", "license" : "Apache-2.0", "dependencies" : {"cordova-ios" : "^5.1.1", "cordova-plugin-decimal-keyboard-wkwebview" : "git+https://github.com/MaximBelov/cordova-plugin-decimal-keyboard-wkwebview.git#1.0.8"}, "devDependencies" : {"cordova-plugin-whitelist" : "^1.3.4"}, "cordova" : {"plugins" : {"cordova-plugin-whitelist" : {}, "cordova-plugin-decimal-keyboard-wkwebview" : {}}, "platforms" : ["ios"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run:ios": {"type": "string"}}, "required": ["run:ios"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cordova-ios": {"type": "string"}, "cordova-plugin-decimal-keyboard-wkwebview": {"type": "string"}}, "required": ["cordova-ios", "cordova-plugin-decimal-keyboard-wkwebview"]}, "devDependencies": {"type": "object", "properties": {"cordova-plugin-whitelist": {"type": "string"}}, "required": ["cordova-plugin-whitelist"]}, "cordova": {"type": "object", "properties": {"plugins": {"type": "object", "properties": {"cordova-plugin-whitelist": {"type": "object", "properties": {}, "required": []}, "cordova-plugin-decimal-keyboard-wkwebview": {"type": "object", "properties": {}, "required": []}}, "required": ["cordova-plugin-whitelist", "cordova-plugin-decimal-keyboard-wkwebview"]}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins", "platforms"]}}, "required": ["name", "displayName", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies", "cordova"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u9ad8\u7aef", "\u9ad8\u6863", "\u9ad8\u9636"], "key" : "high-end"}, {"value" : ["\u9ad8\u4e3b\u673a\u6392\u6c14\u6e29\u5ea6", "\u4e3b\u673a\u6392\u6c14\u6e29\u5ea6\u9ad8"], "key" : "High Air-end Discharge Temperature"}, {"value" : ["\u7cbe\u54c1\u94a2\u6750"], "key" : "high-end steel"}], "query" : "high-end", "translation" : ["\u9ad8\u7aef"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=high-end"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=high-end"}, "basic" : {"us-phonetic" : "'ha\u026a\u025bnd", "phonetic" : "'ha\u026a\u025bnd", "uk-phonetic" : "'hai'end", "explains" : ["adj. \u9ad8\u7aef\u7684\uff1b\u9ad8\u6863\u7684"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-9hmw-v25p-4898", "modified" : "2022-05-02T03:22:19Z", "published" : "2022-05-02T03:22:19Z", "aliases" : ["CVE-2009-1170"], "details" : "Unspecified vulnerability in Sun OpenSolaris snv_100 through snv_101 allows local users, with privileges in a non-global zone, to execute arbitrary code in the global zone when a global-zone user is using mdb on a non-global zone process.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-1170"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/49468"}, {"type" : "WEB", "url" : "http://sunsolve.sun.com/search/document.do?assetkey=1-66-255608-1"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/34272"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id?1021944"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2009/0877"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "key_ability": {"type": "string"}, "actions": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["type", "name", "description", "key_ability", "actions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "skill", "name" : "performance", "description" : "You are skilled at a form of performance, using your talents to impress a crowd or make a living", "key_ability" : "charisma", "actions" : [["actions:skills:perform"], ["actions:skills:earn_income"]]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "key_ability": {"type": "string"}, "actions": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["type", "name", "description", "key_ability", "actions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "super": {"type": "null"}, "template": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "outer": {"type": "null"}, "properties": {"type": "object", "properties": {"CompressionSettings": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "ImportedSize": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["type", "value"]}, "LODGroup": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "LightingGuid": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}}, "required": ["type", "value"]}, "NeverStream": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "boolean"}}, "required": ["type", "value"]}}, "required": ["CompressionSettings", "ImportedSize", "LODGroup", "LightingGuid", "NeverStream"]}}, "required": ["name", "class", "super", "template", "outer", "properties"]}}}, "required": ["file_name", "guid", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"file_name" : "FactoryGame/Content/FactoryGame/Buildable/Factory/TradingPost/UI/Hub_ProgressBarShip.uasset", "guid" : {"a" : 3839312049, "b" : 1119925358, "c" : 708072863, "d" : 3414442744}, "exports" : [{"name" : "Hub_ProgressBarShip", "class" : {"package" : "/Script/Engine", "name" : "Texture2D"}, "super" : null, "template" : {"package" : "/Script/Engine", "name" : "Default__Texture2D"}, "outer" : null, "properties" : {"CompressionSettings" : {"type" : "ByteProperty", "value" : "TC_EditorIcon"}, "ImportedSize" : {"type" : "IntPoint", "value" : {"x" : 47, "y" : 26}}, "LODGroup" : {"type" : "ByteProperty", "value" : "TEXTUREGROUP_UI"}, "LightingGuid" : {"type" : "Guid", "value" : {"a" : 3745280811, "b" : 1090492509, "c" : 2297844663, "d" : 1604285551}}, "NeverStream" : {"type" : "BoolProperty", "value" : true}}}]}
json_instruct
{"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "super": {"type": "null"}, "template": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "outer": {"type": "null"}, "properties": {"type": "object", "properties": {"CompressionSettings": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "ImportedSize": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["type", "value"]}, "LODGroup": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "LightingGuid": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}}, "required": ["type", "value"]}, "NeverStream": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "boolean"}}, "required": ["type", "value"]}}, "required": ["CompressionSettings", "ImportedSize", "LODGroup", "LightingGuid", "NeverStream"]}}, "required": ["name", "class", "super", "template", "outer", "properties"]}}}, "required": ["file_name", "guid", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"repository": {"type": "string"}}, "required": ["repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repository" : "https://github.com/schlomo/project.git"}
json_instruct
{"type": "object", "properties": {"repository": {"type": "string"}}, "required": ["repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"TCP_RTT": {"type": "object", "properties": {"defaultAggregate": {"type": "string"}, "defaultResolutionMS": {"type": "integer"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "displayNameShort": {"type": "string"}, "unit": {"type": "string"}}, "required": ["defaultAggregate", "defaultResolutionMS", "description", "displayName", "displayNameShort", "unit"]}}, "required": ["TCP_RTT"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TCP_RTT" : {"defaultAggregate" : "AVG", "defaultResolutionMS" : 5000, "description" : "TCP Round Trip Time", "displayName" : "TCP RTT", "displayNameShort" : "TCP RTT", "unit" : "duration"}}
json_instruct
{"type": "object", "properties": {"TCP_RTT": {"type": "object", "properties": {"defaultAggregate": {"type": "string"}, "defaultResolutionMS": {"type": "integer"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "displayNameShort": {"type": "string"}, "unit": {"type": "string"}}, "required": ["defaultAggregate", "defaultResolutionMS", "description", "displayName", "displayNameShort", "unit"]}}, "required": ["TCP_RTT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["activityBar.background", "titleBar.activeBackground", "titleBar.activeForeground"]}}, "required": ["workbench.colorCustomizations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"workbench.colorCustomizations" : {"activityBar.background" : "#332E0F", "titleBar.activeBackground" : "#474015", "titleBar.activeForeground" : "#FBFAF2"}}
json_instruct
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["activityBar.background", "titleBar.activeBackground", "titleBar.activeForeground"]}}, "required": ["workbench.colorCustomizations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import { useLayoutEffect, useEffect } from 'react'; // suppress the useLayoutEffect warning on server side.\n\nexport var useIsomorphicLayoutEffect = typeof window !== 'undefined' ? useLayoutEffect : useEffect;", "map" : {"version" : 3, "sources" : ["D:/Pusher/client/node_modules/react-dnd/dist/esm/hooks/useIsomorphicLayoutEffect.js"], "names" : ["useLayoutEffect", "useEffect", "useIsomorphicLayoutEffect", "window"], "mappings" : "AAAA,SAASA,eAAT,EAA0BC,SAA1B,QAA2C,OAA3C,C,CAAoD;;AAEpD,OAAO,IAAIC,yBAAyB,GAAG,OAAOC,MAAP,KAAkB,WAAlB,GAAgCH,eAAhC,GAAkDC,SAAlF", "sourcesContent" : ["import { useLayoutEffect, useEffect } from 'react'; // suppress the useLayoutEffect warning on server side.\n\nexport var useIsomorphicLayoutEffect = typeof window !== 'undefined' ? useLayoutEffect : useEffect;"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"195bDYuWKkZxLjy6kzyo47WFMRbAH9rNeG": {"type": "string"}}, "required": ["195bDYuWKkZxLjy6kzyo47WFMRbAH9rNeG"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "HKq0oL7uNmSjIFBR6CedW+nUoW21rJ+oaMZsxfcupUeSJumAv+OjIWMQsfua+Bf9iIxQGeMlFMC/LVXX6fnZzmU=", "cert_user_id" : "h4de5@zeroid.bit", "files" : {"data.json" : {"sha512" : "7864b3457055b3e5a70883b7f673ec5cddb663d7c719968976156e1fd0c6f8f3", "size" : 459}}, "inner_path" : "data/users/195bDYuWKkZxLjy6kzyo47WFMRbAH9rNeG/content.json", "modified" : 1482788881.845, "signs" : {"195bDYuWKkZxLjy6kzyo47WFMRbAH9rNeG" : "G/GLNpxFBGeArdfz8EXQnrClyfZ0fYbk2Ert1Uc+LXb2vri0iHZ5sJ7x4m8gKBnTrIK1ygmPqi4ys53oDcz4zSE="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"195bDYuWKkZxLjy6kzyo47WFMRbAH9rNeG": {"type": "string"}}, "required": ["195bDYuWKkZxLjy6kzyo47WFMRbAH9rNeG"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "installer": {"type": "object", "properties": {"args": {"type": "array", "items": {"type": "string"}}}, "required": ["args"]}, "uninstaller": {"type": "object", "properties": {"file": {"type": "string"}, "args": {"type": "string"}}, "required": ["file", "args"]}, "env_add_path": {"type": "string"}, "checkver": {"type": "object", "properties": {"github": {"type": "string"}}, "required": ["github"]}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit", "32bit"]}}, "required": ["architecture"]}}, "required": ["homepage", "description", "version", "license", "architecture", "installer", "uninstaller", "env_add_path", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"homepage" : "https://coq.inria.fr/", "description" : "Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.", "version" : "8.9.0", "license" : "LGPL-2.1-only", "architecture" : {"64bit" : {"url" : "https://github.com/coq/coq/releases/download/V8.9.0/coq-8.9.0-installer-windows-x86_64.exe", "hash" : "26e11e8b14dd870525b229dde169f4f2e2c0fea9ee4704b5358554f553d83918"}, "32bit" : {"url" : "https://github.com/coq/coq/releases/download/V8.9.0/coq-8.9.0-installer-windows-i686.exe", "hash" : "f09433a6429f3801b10fba227b4f859f7d87f894379cc7266a240af0d8a2e01c"}}, "installer" : {"args" : ["/S", "/D=$dir"]}, "uninstaller" : {"file" : "Uninstall.exe", "args" : "/S"}, "env_add_path" : "bin", "checkver" : {"github" : "https://github.com/coq/coq"}, "autoupdate" : {"architecture" : {"64bit" : {"url" : "https://github.com/coq/coq/releases/download/V$version/coq-$version-installer-windows-x86_64.exe"}, "32bit" : {"url" : "https://github.com/coq/coq/releases/download/V$version/coq-$version-installer-windows-i686.exe"}}}}
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "installer": {"type": "object", "properties": {"args": {"type": "array", "items": {"type": "string"}}}, "required": ["args"]}, "uninstaller": {"type": "object", "properties": {"file": {"type": "string"}, "args": {"type": "string"}}, "required": ["file", "args"]}, "env_add_path": {"type": "string"}, "checkver": {"type": "object", "properties": {"github": {"type": "string"}}, "required": ["github"]}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit", "32bit"]}}, "required": ["architecture"]}}, "required": ["homepage", "description", "version", "license", "architecture", "installer", "uninstaller", "env_add_path", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"900765639": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900765640": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900765639", "900765640"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900765639" : {"nama" : "TPS 1", "dapil" : [9101, 19106, 2912101]}, "900765640" : {"nama" : "TPS 2", "dapil" : [9101, 19106, 2912101]}}
json_instruct
{"type": "object", "properties": {"900765639": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900765640": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900765639", "900765640"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"scientific_name": {"type": "string"}, "primary": {"type": "boolean"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus": {"type": "string"}, "species": {"type": "string"}, "authority": {"type": "string"}, "infra_name": {"type": "null"}, "infra_rank": {"type": "null"}, "infra_authority": {"type": "null"}, "stock_name": {"type": "null"}, "species_id": {"type": "integer"}, "main_common_name": {"type": "null"}, "modified_year": {"type": "integer"}, "category": {"type": "string"}, "criteria": {"type": "null"}, "assessmentid": {"type": "string"}, "trend_id": {"type": "integer"}, "biome_marine": {"type": "boolean"}, "biome_freshwater": {"type": "boolean"}, "biome_terrestrial": {"type": "boolean"}, "taxonomicnotes": {"type": "string"}, "rationale": {"type": "string"}, "assessor": {"type": "string"}, "evaluator": {"type": "string"}}, "required": ["scientific_name", "primary", "kingdom", "phylum", "class", "order", "family", "genus", "species", "authority", "infra_name", "infra_rank", "infra_authority", "stock_name", "species_id", "main_common_name", "modified_year", "category", "criteria", "assessmentid", "trend_id", "biome_marine", "biome_freshwater", "biome_terrestrial", "taxonomicnotes", "rationale", "assessor", "evaluator"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"scientific_name" : "Pogostemon stellatus", "primary" : true, "kingdom" : "PLANTAE", "phylum" : "TRACHEOPHYTA", "class" : "MAGNOLIOPSIDA", "order" : "LAMIALES", "family" : "LABIATAE", "genus" : "Pogostemon", "species" : "stellatus", "authority" : "(Lour.) Kuntze", "infra_name" : null, "infra_rank" : null, "infra_authority" : null, "stock_name" : null, "species_id" : 177402, "main_common_name" : null, "modified_year" : 2011, "category" : "LC", "criteria" : null, "assessmentid" : "7429640", "trend_id" : 3, "biome_marine" : false, "biome_freshwater" : true, "biome_terrestrial" : true, "taxonomicnotes" : "<em><br/></em>", "rationale" : "The species is widely distributed in warm tropical parts of Asia. It is common and gregarious in wetlands and has no known threats, and is assessed as Least Concern.", "assessor" : "Watve, A.", "evaluator" : "Narasimhan, D., Ravikumar, K. & Juffe Bignoli, D."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"scientific_name": {"type": "string"}, "primary": {"type": "boolean"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus": {"type": "string"}, "species": {"type": "string"}, "authority": {"type": "string"}, "infra_name": {"type": "null"}, "infra_rank": {"type": "null"}, "infra_authority": {"type": "null"}, "stock_name": {"type": "null"}, "species_id": {"type": "integer"}, "main_common_name": {"type": "null"}, "modified_year": {"type": "integer"}, "category": {"type": "string"}, "criteria": {"type": "null"}, "assessmentid": {"type": "string"}, "trend_id": {"type": "integer"}, "biome_marine": {"type": "boolean"}, "biome_freshwater": {"type": "boolean"}, "biome_terrestrial": {"type": "boolean"}, "taxonomicnotes": {"type": "string"}, "rationale": {"type": "string"}, "assessor": {"type": "string"}, "evaluator": {"type": "string"}}, "required": ["scientific_name", "primary", "kingdom", "phylum", "class", "order", "family", "genus", "species", "authority", "infra_name", "infra_rank", "infra_authority", "stock_name", "species_id", "main_common_name", "modified_year", "category", "criteria", "assessmentid", "trend_id", "biome_marine", "biome_freshwater", "biome_terrestrial", "taxonomicnotes", "rationale", "assessor", "evaluator"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "0xb6f55148de521272cfedb771b2b04b82bd715a4d", "tool" : "honeybadger", "start" : 1565856445.016945, "end" : 1565856446.8997815, "duration" : 1.8828365802764893, "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "requestify": {"type": "string"}}, "required": ["dotenv", "requestify"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cf-godaddy-proxy", "version" : "1.0.0", "description" : "Godaddy proxy cloud function", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "kolloldas", "license" : "ISC", "dependencies" : {"dotenv" : "^4.0.0", "requestify" : "^0.2.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "requestify": {"type": "string"}}, "required": ["dotenv", "requestify"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"ibakurov": {"type": "string"}}, "required": ["ibakurov"]}, "social_media_url": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"Memebox-TweetsUI": {"type": "array", "items": {"type": "string"}}}, "required": ["Memebox-TweetsUI"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_version": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "source", "source_files", "resource_bundles", "platforms", "swift_version", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Memebox-TweetsUI", "version" : "0.0.5", "summary" : "The UI implementation of the tweets in Memembox eco-system", "description" : "This layout should be used by all apps who want to have a similar look and feel to Memebox iOS app.", "homepage" : "https://github.com/ibakurov/Memebox-TweetsUI", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"ibakurov" : "bakurov.illya@gmail.com"}, "social_media_url" : "http://twitter.com/ibakurov", "source" : {"git" : "https://github.com/ibakurov/Memebox-TweetsUI.git", "tag" : "0.0.5"}, "source_files" : "Memebox-TweetsUI/Classes/**/*.{swift}", "resource_bundles" : {"Memebox-TweetsUI" : ["Memebox-TweetsUI/Views/**/*.{xib}", "Memebox-TweetsUI/Views/Design/**/*.{png}", "Memebox-TweetsUI/Views/Fonts/**/*.{ttf,otf}"]}, "platforms" : {"ios" : "10.0"}, "swift_version" : "4.2", "frameworks" : ["UIKit", "SafariServices"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"ibakurov": {"type": "string"}}, "required": ["ibakurov"]}, "social_media_url": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"Memebox-TweetsUI": {"type": "array", "items": {"type": "string"}}}, "required": ["Memebox-TweetsUI"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_version": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "source", "source_files", "resource_bundles", "platforms", "swift_version", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"gt_ill": {"type": "array", "items": {"type": "number"}}}, "required": ["gt_ill"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gt_ill" : [0.30805, 0.313863, 0.121939]}
json_instruct
{"type": "object", "properties": {"gt_ill": {"type": "array", "items": {"type": "number"}}}, "required": ["gt_ill"], "$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"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "room1", "name" : "Living room"}, {"id" : "room2", "name" : "Master bedroom"}, {"id" : "room3", "name" : "Guest room"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"key.narratorbind.narrator": {"type": "string"}}, "required": ["key.narratorbind.narrator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key.narratorbind.narrator" : "Narrator"}
json_instruct
{"type": "object", "properties": {"key.narratorbind.narrator": {"type": "string"}}, "required": ["key.narratorbind.narrator"], "$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"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "francescogabbrielli/aws-ses-wrapper": {"type": "string"}, "swiftmailer/swiftmailer": {"type": "string"}, "aws/aws-sdk-php": {"type": "string"}, "html2text/html2text": {"type": "string"}}, "required": ["php", "francescogabbrielli/aws-ses-wrapper", "swiftmailer/swiftmailer", "aws/aws-sdk-php", "html2text/html2text"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-0"]}}, "required": ["name", "type", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "francescogabbrielli/swift-aws-ses-transport", "type" : "library", "description" : "Add AWS SES support via PHP Api v2 and v3 to Swiftmailer", "keywords" : ["email", "swiftmailer", "SES", "AWS"], "license" : "MIT", "authors" : [{"name" : "Francesco Gabbrielli"}], "require" : {"php" : ">=5.4.0", "francescogabbrielli/aws-ses-wrapper" : "*", "swiftmailer/swiftmailer" : ">4.1.0", "aws/aws-sdk-php" : "*", "html2text/html2text" : "^4.2"}, "autoload" : {"psr-0" : {"" : "classes/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "francescogabbrielli/aws-ses-wrapper": {"type": "string"}, "swiftmailer/swiftmailer": {"type": "string"}, "aws/aws-sdk-php": {"type": "string"}, "html2text/html2text": {"type": "string"}}, "required": ["php", "francescogabbrielli/aws-ses-wrapper", "swiftmailer/swiftmailer", "aws/aws-sdk-php", "html2text/html2text"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-0"]}}, "required": ["name", "type", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"set.prefix": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "permission": {"type": "string"}, "description": {"type": "string"}, "default_administrators": {"type": "boolean"}, "default_permissions": {"type": "array", "items": {"type": "string"}}, "allow_edit_permissions_properties": {"type": "boolean"}}, "required": ["id", "name", "permission", "description", "default_administrators", "default_permissions", "allow_edit_permissions_properties"]}}, "required": ["set.prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"set.prefix" : {"id" : 0, "name" : "setPrefix", "permission" : "set.prefix", "description" : "With this permission the user can modify the guild prefix.", "default_administrators" : true, "default_permissions" : ["manageMessages", "manageGuild", "administrator"], "allow_edit_permissions_properties" : true}}
json_instruct
{"type": "object", "properties": {"set.prefix": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "permission": {"type": "string"}, "description": {"type": "string"}, "default_administrators": {"type": "boolean"}, "default_permissions": {"type": "array", "items": {"type": "string"}}, "allow_edit_permissions_properties": {"type": "boolean"}}, "required": ["id", "name", "permission", "description", "default_administrators", "default_permissions", "allow_edit_permissions_properties"]}}, "required": ["set.prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Jose, Tuy, Batangas, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.batangas.tuy.san-jose", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_reference" : "41", "region_name" : "CALABARZON (Region IV-A)", "province_id" : "12", "province_reference" : "12", "province_name" : "Batangas", "city_id" : "1388", "city_reference" : "187", "city_name" : "Tuy", "barangay_id" : "40649", "barangay_reference" : "4382", "barangay_name" : "San Jose"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.792343, 14.06168], [120.793892, 14.05995], [120.79406, 14.05888], [120.794312, 14.05767], [120.794113, 14.05689], [120.793663, 14.0553], [120.79361, 14.05419], [120.793831, 14.05373], [120.793938, 14.05236], [120.794159, 14.05173], [120.794708, 14.05114], [120.795479, 14.04945], [120.795822, 14.04833], [120.796219, 14.04795], [120.796837, 14.0477], [120.797836, 14.04812], [120.798927, 14.04843], [120.799797, 14.04844], [120.800507, 14.04826], [120.801361, 14.04749], [120.800377, 14.0459], [120.79892, 14.0435], [120.797943, 14.04182], [120.796257, 14.03922], [120.794296, 14.03651], [120.792297, 14.03409], [120.791199, 14.03335], [120.790207, 14.0324], [120.789726, 14.03105], [120.789803, 14.02989], [120.789864, 14.02771], [120.789658, 14.02589], [120.789017, 14.02748], [120.788002, 14.02931], [120.78685, 14.03126], [120.785843, 14.03237], [120.783997, 14.03407], [120.783096, 14.03474], [120.781448, 14.03582], [120.779091, 14.03713], [120.776878, 14.03793], [120.774971, 14.0386], [120.772537, 14.03878], [120.775078, 14.03992], [120.776009, 14.04066], [120.776932, 14.04163], [120.778458, 14.04344], [120.78154, 14.0476], [120.781693, 14.04795], [120.782356, 14.04902], [120.783257, 14.05041], [120.784348, 14.05337], [120.784798, 14.05544], [120.78492, 14.05669], [120.78685, 14.05768], [120.788979, 14.05922], [120.790718, 14.06029], [120.792343, 14.06168]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"search_page_ids": {"type": "string"}}, "required": ["search_page_ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"search_page_ids" : "[{\"page_id\": \"page_id_here\"}]"}
json_instruct
{"type": "object", "properties": {"search_page_ids": {"type": "string"}}, "required": ["search_page_ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"people": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "isRestricted": {"type": "boolean"}, "restrictList": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "id", "isRestricted", "restrictList"]}}}, "required": ["people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"people" : [{"name" : "Michael", "id" : 10, "isRestricted" : true, "restrictList" : [11, 20, 21]}, {"name" : "Rachel", "id" : 11, "isRestricted" : false, "restrictList" : []}, {"name" : "Brian", "id" : 20, "isRestricted" : false, "restrictList" : []}, {"name" : "Amber", "id" : 21, "isRestricted" : false, "restrictList" : []}, {"name" : "Robbie", "id" : 30, "isRestricted" : false, "restrictList" : []}, {"name" : "Katie", "id" : 31, "isRestricted" : false, "restrictList" : []}]}
json_instruct
{"type": "object", "properties": {"people": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "isRestricted": {"type": "boolean"}, "restrictList": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "id", "isRestricted", "restrictList"]}}}, "required": ["people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_massj": {"type": "string"}, "pl_masse": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, "pl_dens": {"type": "string"}, "pl_astflag": {"type": "string"}, "pl_pnum": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "st_age": {"type": "string"}, "pl_hostname": {"type": "string"}, "st_mass": {"type": "string"}, "pl_tranflag": {"type": "string"}, "pl_rade": {"type": "string"}, "pl_radj": {"type": "string"}, "pl_name": {"type": "string"}, "pl_rvflag": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_telescope": {"type": "string"}, "pl_omflag": {"type": "string"}, "pl_orbper": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_cbflag", "pl_disc", "st_rad", "pl_imgflag", "pl_massj", "pl_masse", "pl_facility", "st_teff", "pl_dens", "pl_astflag", "pl_pnum", "st_optmag", "ra", "pl_discmethod", "st_age", "pl_hostname", "st_mass", "pl_tranflag", "pl_rade", "pl_radj", "pl_name", "pl_rvflag", "rowupdate", "pl_telescope", "pl_omflag", "pl_orbper", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pl_cbflag" : "0", "pl_disc" : "2014", "st_rad" : "1.11", "pl_imgflag" : "0", "pl_massj" : "0.01100", "pl_masse" : "3.55000", "pl_facility" : "Kepler", "st_teff" : "5539.00", "pl_dens" : "2.18000", "pl_astflag" : "0", "pl_pnum" : "1", "st_optmag" : "12.899", "ra" : "285.661662", "pl_discmethod" : "Transit", "st_age" : "2.790", "pl_hostname" : "Kepler-98", "st_mass" : "0.99", "pl_tranflag" : "1", "pl_rade" : "1.990", "pl_radj" : "0.178", "pl_name" : "Kepler-98 b", "pl_rvflag" : "1", "rowupdate" : "2014-05-14", "pl_telescope" : "0.95 m Kepler Telescope", "pl_omflag" : "0", "pl_orbper" : "1.54168000", "dec" : "37.964506"}
json_instruct
{"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_massj": {"type": "string"}, "pl_masse": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, "pl_dens": {"type": "string"}, "pl_astflag": {"type": "string"}, "pl_pnum": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "st_age": {"type": "string"}, "pl_hostname": {"type": "string"}, "st_mass": {"type": "string"}, "pl_tranflag": {"type": "string"}, "pl_rade": {"type": "string"}, "pl_radj": {"type": "string"}, "pl_name": {"type": "string"}, "pl_rvflag": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_telescope": {"type": "string"}, "pl_omflag": {"type": "string"}, "pl_orbper": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_cbflag", "pl_disc", "st_rad", "pl_imgflag", "pl_massj", "pl_masse", "pl_facility", "st_teff", "pl_dens", "pl_astflag", "pl_pnum", "st_optmag", "ra", "pl_discmethod", "st_age", "pl_hostname", "st_mass", "pl_tranflag", "pl_rade", "pl_radj", "pl_name", "pl_rvflag", "rowupdate", "pl_telescope", "pl_omflag", "pl_orbper", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"minHR": {"type": "integer"}, "maxHR": {"type": "integer"}, "confidence": {"type": "integer"}, "stepGoal": {"type": "integer"}, "stepDistanceGoal": {"type": "integer"}, "stepLength": {"type": "number"}, "batteryWarn": {"type": "integer"}, "showWidgets": {"type": "boolean"}, "weatherCircleData": {"type": "string"}, "circleCount": {"type": "integer"}, "circle1": {"type": "string"}, "circle2": {"type": "string"}, "circle3": {"type": "string"}, "circle4": {"type": "string"}, "circle1color": {"type": "string"}, "circle2color": {"type": "string"}, "circle3color": {"type": "string"}, "circle4color": {"type": "string"}, "circle1colorizeIcon": {"type": "boolean"}, "circle2colorizeIcon": {"type": "boolean"}, "circle3colorizeIcon": {"type": "boolean"}, "circle4colorizeIcon": {"type": "boolean"}, "hrmValidity": {"type": "integer"}, "updateInterval": {"type": "integer"}}, "required": ["minHR", "maxHR", "confidence", "stepGoal", "stepDistanceGoal", "stepLength", "batteryWarn", "showWidgets", "weatherCircleData", "circleCount", "circle1", "circle2", "circle3", "circle4", "circle1color", "circle2color", "circle3color", "circle4color", "circle1colorizeIcon", "circle2colorizeIcon", "circle3colorizeIcon", "circle4colorizeIcon", "hrmValidity", "updateInterval"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"minHR" : 40, "maxHR" : 200, "confidence" : 0, "stepGoal" : 10000, "stepDistanceGoal" : 8000, "stepLength" : 0.8, "batteryWarn" : 30, "showWidgets" : false, "weatherCircleData" : "humidity", "circleCount" : 3, "circle1" : "hr", "circle2" : "steps", "circle3" : "battery", "circle4" : "weather", "circle1color" : "green-red", "circle2color" : "#0000ff", "circle3color" : "red-green", "circle4color" : "#ffff00", "circle1colorizeIcon" : true, "circle2colorizeIcon" : true, "circle3colorizeIcon" : true, "circle4colorizeIcon" : false, "hrmValidity" : 60, "updateInterval" : 60}
json_instruct
{"type": "object", "properties": {"minHR": {"type": "integer"}, "maxHR": {"type": "integer"}, "confidence": {"type": "integer"}, "stepGoal": {"type": "integer"}, "stepDistanceGoal": {"type": "integer"}, "stepLength": {"type": "number"}, "batteryWarn": {"type": "integer"}, "showWidgets": {"type": "boolean"}, "weatherCircleData": {"type": "string"}, "circleCount": {"type": "integer"}, "circle1": {"type": "string"}, "circle2": {"type": "string"}, "circle3": {"type": "string"}, "circle4": {"type": "string"}, "circle1color": {"type": "string"}, "circle2color": {"type": "string"}, "circle3color": {"type": "string"}, "circle4color": {"type": "string"}, "circle1colorizeIcon": {"type": "boolean"}, "circle2colorizeIcon": {"type": "boolean"}, "circle3colorizeIcon": {"type": "boolean"}, "circle4colorizeIcon": {"type": "boolean"}, "hrmValidity": {"type": "integer"}, "updateInterval": {"type": "integer"}}, "required": ["minHR", "maxHR", "confidence", "stepGoal", "stepDistanceGoal", "stepLength", "batteryWarn", "showWidgets", "weatherCircleData", "circleCount", "circle1", "circle2", "circle3", "circle4", "circle1color", "circle2color", "circle3color", "circle4color", "circle1colorizeIcon", "circle2colorizeIcon", "circle3colorizeIcon", "circle4colorizeIcon", "hrmValidity", "updateInterval"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"notes": {"type": "string"}, "hectares": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-date": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "point": {"type": "string"}, "planning-permission-type": {"type": "string"}, "site-plan-url": {"type": "string"}, "start-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["notes", "hectares", "ownership-status", "minimum-net-dwellings", "planning-permission-date", "planning-permission-status", "site", "name", "organisation", "deliverable", "point", "planning-permission-type", "site-plan-url", "start-date", "maximum-net-dwellings", "site-address", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.680128, 51.54538]}, "properties" : {"notes" : "6 x 1 Bed Houses", "hectares" : "0.084", "ownership-status" : "not owned by a public authority", "minimum-net-dwellings" : "6", "planning-permission-date" : "2016-07-06", "planning-permission-status" : "permissioned", "site" : "BR23", "name" : "BR23", "organisation" : "local-authority-eng:SOS", "deliverable" : "yes", "point" : "POINT(0.680128 51.54538)", "planning-permission-type" : "full planning permission", "site-plan-url" : "http://www.southend.gov.uk/downloads/200160/local_planning_framework", "start-date" : "2017-03-31", "maximum-net-dwellings" : "6", "site-address" : "700 (Chalkwell Park House) London Road, Westcliff-on-Sea, Essex, SS0 9HQ", "slug" : "/brownfield-land/local-authority-eng/SOS/BR23", "entity" : 494336, "entry-date" : "2017-03-31"}}
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": {"notes": {"type": "string"}, "hectares": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-date": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "point": {"type": "string"}, "planning-permission-type": {"type": "string"}, "site-plan-url": {"type": "string"}, "start-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["notes", "hectares", "ownership-status", "minimum-net-dwellings", "planning-permission-date", "planning-permission-status", "site", "name", "organisation", "deliverable", "point", "planning-permission-type", "site-plan-url", "start-date", "maximum-net-dwellings", "site-address", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "summary": {"type": "string"}, "authors": {"type": "object", "properties": {"Jay Chae": {"type": "string"}}, "required": ["Jay Chae"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "commit": {"type": "string"}}, "required": ["git", "commit"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "homepage", "version", "license", "summary", "authors", "source", "platforms", "source_files", "public_header_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "JCInfiniteGalleryView", "homepage" : "https://github.com/wayfare/JCInfiniteGalleryView", "version" : "0.0.1", "license" : {"type" : "MIT", "file" : "LICENSE"}, "summary" : "In app oauth login to Instagram.", "authors" : {"Jay Chae" : "jaychae2@gmail.com"}, "source" : {"git" : "https://github.com/wayfare/JCInfiniteGalleryView.git", "commit" : "60dcc6390908f8d1f6929472344b3e1ab62776e0"}, "platforms" : {"ios" : "6.0"}, "source_files" : "JCInfiniteGalleryView/JCInfiniteGalleryView.{h,m}", "public_header_files" : "JCInfiniteGalleryView/*.h", "requires_arc" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "summary": {"type": "string"}, "authors": {"type": "object", "properties": {"Jay Chae": {"type": "string"}}, "required": ["Jay Chae"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "commit": {"type": "string"}}, "required": ["git", "commit"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "homepage", "version", "license", "summary", "authors", "source", "platforms", "source_files", "public_header_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1010", "provinceId" : "32", "regencyId" : "05", "districtId" : "01", "name" : "Sukanegla"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}