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": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "ioredis": {"type": "string"}}, "required": ["axios", "ioredis"]}, "description": {"type": "string"}, "devDependencies":... | {"author" : "Volkov Labs", "dependencies" : {"axios" : "^0.24.0", "ioredis" : "^4.28.2"}, "description" : "How many times Redis Data Source for Grafana was downloaded?", "devDependencies" : {"@types/node" : "^16.11.12"}, "license" : "Apache-2.0", "name" : "grafana-plugin-stats", "scripts" : {"redis-cli" : "docker exec ... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "ioredis": {"type": "string"}}, "required": ["axios", "ioredis"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by... | {"generated_at" : "2017-01-27T09:37:36.604843", "required_by" : ["pynetworktables2js", "robotpy-wpilib-utilities", "wpilib", "roborio-webdash"], "requires" : [], "package" : "pynetworktables"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "ch... | {"code" : 5313110016, "parent" : 5313110, "name" : "SATAR TACIK", "latitude" : null, "longitude" : null, "postal" : [86518], "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", "n... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "... | [{"molecule_structure" : "circular", "definition" : "Malvastrum yellow vein Yunnan virus, complete genome", "virus_id" : "74bc286f", "isolate_id" : "l1kfjuvu", "_id" : "NC_006631", "host" : "Malvastrum coromandelianum"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {... | {"\u5de5\u5ee0\u540d\u7a31" : "\u8d85\u54c1\u53ec\u96c6\u4ee4\u98df\u54c1\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99692977", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e09\u91cd\u5340\u4e2d\u8208\u5317\u8857\u516d\uff10\u5df7\u... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Generate sample JSON data that conforms to the following 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"}, "... | {"id" : 404341505, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "f9f4909ee4d631ae823f9f3fd60e40f9", "wof:id" : 404341505, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-6.05775, 40.503, -6.05775, 40.503], "geometry" : {"coordinates" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"an6.93:0.1": {"type": "string"}, "an6.93:0.2": {"type": "string"}, "an6.93:0.3": {"type": "string"}, "an6.93:1.1": {"type": "string"}, "an6.93:1.2": {"type": "string"}, "an6.93:1.3": {"type": "string"}, "an6.93... | {"an6.93:0.1" : "A\u1e45guttara Nik\u0101ya 6 ", "an6.93:0.2" : "9. S\u012btivagga ", "an6.93:0.3" : "93. Dutiyaabhabba\u1e6d\u1e6dh\u0101nasutta ", "an6.93:1.1" : "\u201cChayim\u0101ni, bhikkhave, abhabba\u1e6d\u1e6dh\u0101n\u0101ni. ", "an6.93:1.2" : "Katam\u0101ni cha? ", "an6.93:1.3" : "Abhabbo di\u1e6d\u1e6dhisamp... | json_instruct | {"type": "object", "properties": {"an6.93:0.1": {"type": "string"}, "an6.93:0.2": {"type": "string"}, "an6.93:0.3": {"type": "string"}, "an6.93:1.1": {"type": "string"}, "an6.93:1.2": {"type": "string"}, "an6.93:1.3": {"type": "string"}, "an6.93:1.4": {"type": "string"}, "an6.93:1.5": {"type": "string"}}, "required": [... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"gamename": {"type": "string"}, "gamenickname": {"type": "string"}, "gameexecutable": {"type": "string"}, "gamerun_appid": {"type": "string"}, "winevariable": {"type": "string"}, "gamekey... | [{"gamename" : "World of Warcraft", "gamenickname" : "wow", "gameexecutable" : "Wow.exe", "gamerun_appid" : "battlenet://wow", "winevariable" : "WINEESYNC=1", "gamekeywords" : "World of Warcraft, world of warcraft, wow, mmorpg, mmo, rpg, blizzard, battlenet", "launcher" : "Battle.net", "launchernickname" : "battlenet",... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"gamename": {"type": "string"}, "gamenickname": {"type": "string"}, "gameexecutable": {"type": "string"}, "gamerun_appid": {"type": "string"}, "winevariable": {"type": "string"}, "gamekeywords": {"type": "string"}, "launcher": {"type": "string"}, "launchernic... |
Generate a valid JSON object that conforms to the following schema:
{"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": "stri... | {"vendor" : "sapmachine", "filename" : "sapmachine-jdk-15-ea.19_windows-x64_bin.msi", "release_type" : "ea", "version" : "15-ea.19", "java_version" : "15-ea.19", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "x86_64", "file_type" : "msi", "image_type" : "jdk", "features" : [], "url" : "https://github.com/S... | 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": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "r... | {"solution_size" : 51, "ok" : true, "resemblance" : 0.21875, "problem_id" : 2621, "solution_spec_hash" : "f728b5dcfb9b30b43698caebf8c4b01b1185f71f"} | json_instruct | {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://j... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[50, 164], [72, 168], [73, 175], [77, 144], [94, 117], [93, 162], [101, 99], [126, 140], [62, 196], [72, 83], [59, 64], [69, 202], [66, 118], [93, 123], [148, 149], [116, 162], [104, 140], [78, 183], [107, 119], [106, 124], [88, 101], [73, 70], [59, 179], [142, 125], [63, 221], [92, 78], [113, 32], [108,... | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc12... | {"\uc774\ub984" : "\uc774\uc758\uc0c1", "\ud55c\ubb38\uba85" : "\uf9e1\u5b9c\u76f8", "\uc0dd\ub144\uc6d4\uc77c" : "1889-09-25", "\uc815\ub2f9" : "\ub300\ud55c\ub3c5\ub9bd\ucd09\uc131\uad6d\ubbfc\ud68c", "\uc120\uac70\uad6c" : "\ucda9\ubd81 \uc74c\uc131", "\ub2f9\uc120\ud69f\uc218" : "\ucd08\uc120", "\ub2f9\uc120\ub300\... | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, ... | {"name" : "react-wise-router", "version" : "1.2.3", "description" : "Authentication, Authorisation and Permissions validation for react-router-dom", "main" : "./dist/esm/index.js", "types" : "./dist/esm/index.d.ts", "repository" : "https://github.com/MurphyAdam/react-wise-router", "author" : "Majdi Mahfoud <elm.majidi@... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type":... | {"parent" : "gamedataAISubAction_Record", "name" : "gamedataAISubActionCompleteCommand_Record", "flags" : 66, "funcs" : [{"fullName" : "CheckOneTimeExecutionFlag", "shortName" : "CheckOneTimeExecutionFlag", "return" : {"type" : "Bool", "flags" : 64}, "index" : 6398, "flags" : 1}, {"fullName" : "Commands", "shortName" :... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "return": {"type": "object", "properties": {"type": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.25, 34.333333333333336], [152.25, 34.416666666666664], [152.375, 34.416666666666664], [152.375, 34.333333333333336], [152.25, 34.333333333333336]]]}, "properties" : {"code" : 515242, "url" : "http://madefor.github.io/0410/api/v1/515242.geojso... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"sentiment": {"type": "string"}}, "required": ["sentiment"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"sentiment" : "^5.0.2"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"sentiment": {"type": "string"}}, "required": ["sentiment"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"PSII-L": {"type": "string"}, "PSII reaction center subunit VI": {"type": "string"}, "Intron maturase": {"type": "string"}, "PSII-T": {"type": "string"}, "DPOR subunit B": {"type": "string"}, "LI-POR subunit B": {"... | {"PSII-L" : "Q71L51", "PSII reaction center subunit VI" : "Q71L52", "Intron maturase" : "Q8MEX5", "PSII-T" : "Q71L87", "DPOR subunit B" : "Q33093", "LI-POR subunit B" : "Q33093", "Q71L51" : "Q71L51", "PSBL_STAER" : "Q71L51", "Photosystem II reaction center protein L" : "Q71L51", "psbL" : "Q71L51", "Q71L52" : "Q71L52", ... | json_instruct | {"type": "object", "properties": {"PSII-L": {"type": "string"}, "PSII reaction center subunit VI": {"type": "string"}, "Intron maturase": {"type": "string"}, "PSII-T": {"type": "string"}, "DPOR subunit B": {"type": "string"}, "LI-POR subunit B": {"type": "string"}, "Q71L51": {"type": "string"}, "PSBL_STAER": {"type": "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@context": {"type": "object", "properties": {"@vocab": {"type": "string"}, "@language": {"type": "string"}, "description": {"type": "string"}}, "required": ["@vocab", "@language", "description"]}, "@id": {"type": "string"},... | {"@context" : {"@vocab" : "http://www.w3.org/2004/02/skos/core#", "@language" : "en", "description" : "http://purl.org/dc/terms/description"}, "@id" : "http://rightsstatements.org/vocab/NoC-OKLR/1.0/", "prefLabel" : "No Copyright - Other Known Legal Restrictions", "description" : "This Rights Statement indicates that t... | json_instruct | {"type": "object", "properties": {"@context": {"type": "object", "properties": {"@vocab": {"type": "string"}, "@language": {"type": "string"}, "description": {"type": "string"}}, "required": ["@vocab", "@language", "description"]}, "@id": {"type": "string"}, "prefLabel": {"type": "string"}, "description": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ImageDescription": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "st... | {"ImageDescription" : "DV IMAGE", "Make" : "AIPTEK", "Model" : "DV 5700", "Orientation" : 1, "XResolution" : 1, "YResolution" : 1, "Software" : "COACHWare 1.0", "ModifyDate" : "2006:08:02 22:19:51", "YCbCrPositioning" : 2, "Copyright" : "Copyright 2002", "ExifOffset" : 246, "Compression" : 6, "ThumbnailOffset" : 916, "... | json_instruct | {"type": "object", "properties": {"ImageDescription": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "YCbCrPositioni... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, ... | {"name" : "hashdo-analytics-keen", "description" : "#Do analytics implementation to send events to Keen IO.", "version" : "0.1.73", "author" : "HashDo <info@hashdo.com>", "license" : "Apache-2.0", "keywords" : ["hashdo", "cards", "analytics"], "repository" : {"type" : "git", "url" : "https://github.com/UXFoundry/hashdo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-sche... | [{"year" : 1915, "sex" : "F", "n" : 7, "prop" : 6.84e-06}, {"year" : 1921, "sex" : "F", "n" : 5, "prop" : 3.91e-06}, {"year" : 1926, "sex" : "F", "n" : 6, "prop" : 4.88e-06}, {"year" : 1927, "sex" : "F", "n" : 6, "prop" : 4.85e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Hello": {"type": "string"}, "File": {"type": "string"}, "Exit": {"type": "string"}, "Edit": {"type": "string"}, "Undo": {"type": "string"}, "Redo": {"type": "string"}, "Cut": {"type": "string"}, "Copy": {"type": "st... | {"Hello" : "Bonjour", "File" : "Fichier", "Exit" : "Quitter", "Edit" : "\u00c9diter", "Undo" : "Annuler", "Redo" : "R\u00e9tablir", "Cut" : "Couper", "Copy" : "Copier", "Paste" : "Coller", "Delete" : "Effacer", "Select All" : "Tout s\u00e9lectionner", "View" : "Vue", "Reload" : "Recharger", "Force Reload" : "Rechargeme... | json_instruct | {"type": "object", "properties": {"Hello": {"type": "string"}, "File": {"type": "string"}, "Exit": {"type": "string"}, "Edit": {"type": "string"}, "Undo": {"type": "string"}, "Redo": {"type": "string"}, "Cut": {"type": "string"}, "Copy": {"type": "string"}, "Paste": {"type": "string"}, "Delete": {"type": "string"}, "Se... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object... | {"localities" : ["East Blue Hill, ME", "E Blue Hill, ME", "Surry, ME"], "state" : "ME", "postal_code" : "04629", "locality" : "East Blue Hill, ME", "lat" : 44.422694, "region" : {"fips" : "23", "abbr" : "ME", "name" : "Maine"}, "city" : "East Blue Hill", "type" : "POBOX", "lng" : -68.506049, "counties" : [{"fips" : "00... | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lisi"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["130105016003", "\u4e7e\u5143\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["130105016004", "\u7eb3\u5e15\u6eaa\u8c37\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["130105016005", "\u7ecf\u8d38\u5c45\u59d4\u4f1a", "111", "0"], ["130105016006", "\u5b66\u5e9c\u8def\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["1301050... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "rotation_period": {"type": "string"}, "orbital_period": {"type": "string"}, "diameter": {"type": "string"}, "climate": {"type": "string"}, "gravity": {"type": "string"}, "terrain": {"typ... | {"name" : "Troiken", "rotation_period" : "unknown", "orbital_period" : "unknown", "diameter" : "unknown", "climate" : "unknown", "gravity" : "unknown", "terrain" : "desert, tundra, rainforests, mountains", "surface_water" : "unknown", "population" : "unknown", "residents" : ["https://swapi.co/api/people/49/"], "films" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "rotation_period": {"type": "string"}, "orbital_period": {"type": "string"}, "diameter": {"type": "string"}, "climate": {"type": "string"}, "gravity": {"type": "string"}, "terrain": {"type": "string"}, "surface_water": {"type": "string"}, "population": {"typ... |
Based on the schema below, produce a valid JSON object:
{"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"... | {"schema_version" : "1.2.0", "id" : "GHSA-j2pp-2c3q-43g3", "modified" : "2022-05-04T00:29:32Z", "published" : "2022-05-04T00:29:32Z", "aliases" : ["CVE-2012-0337"], "details" : "SQL injection vulnerability in the web component in Cisco Unified MeetingPlace 7.1 allows remote authenticated users to execute arbitrary SQL ... | 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": "a... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset... | {"name" : "html5_rtsp_player.js.example", "version" : "0.0.1", "private" : true, "devDependencies" : {"babel-core" : "^6.5.2", "babel-loader" : "^6.2.3", "babel-preset-es2015" : "^6.5.0", "babel-preset-stage-0" : "^6.5.0", "babel-preset-stage-1" : "^6.5.0", "babel-preset-stage-2" : "^6.5.0", "babel-preset-stage-3" : "^... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontvi... | {"image_name" : "lesion1074.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "267.0,191.0,267.0,197.0,270.0,202.0,275.0,206.0,279.0,209.0,284.0,210.0,287.0,210.0,288.0,204.... | json_instruct | {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"regio... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "enabled": {"type": "integer"}, "engine": {"type": "string"}}, "required": ["name", "enabled", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "interpreters", "enabled" : 1, "engine" : "node >= 10.0.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "enabled": {"type": "integer"}, "engine": {"type": "string"}}, "required": ["name", "enabled", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ... | {"directions" : ["Sprinkle yeast over water in large bowl. Let stand a few minutes, then stir and dissolve yeast. Add sugar, salt, margarine, 1/2 cup Parmesan cheese, oregano and 3 cups of the flour. Beat at slow speed for 2 minutes. Beat in rest of flour; cover the bowl with a sheet of wax paper and a kitchen towe... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "sh... | {"department" : "MSCS", "description" : ["This elementary introduction to the geometry of four-dimensional Euclidean space begins with an", "examination of lower-dimensional spaces and their relationships to one another. Generic objects", "are examined with the goal of understanding how a four-dimensional counterpart ... | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"main": {"type": "object", "properties": {"nav": {"type": "object", "properties": {"top": {"type": "object", "properties": {"help": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "cart": {"type": "strin... | {"main" : {"nav" : {"top" : {"help" : "Need Help?", "en" : "English", "fr" : "Fran\u00e7ais", "cart" : "My Cart"}, "ext" : {"welcome" : "Welcome", "glasses" : "Glasses", "customize" : "Customize", "tryon" : "Try On", "order" : "Review Order"}}, "welcome" : {"header" : "A personalized eyewear shopping experience", "btn"... | json_instruct | {"type": "object", "properties": {"main": {"type": "object", "properties": {"nav": {"type": "object", "properties": {"top": {"type": "object", "properties": {"help": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "cart": {"type": "string"}}, "required": ["help", "en", "fr", "cart"]}, "ext": {"t... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "st... | {"citations" : [{"textCitation" : "[See funfvex on Metamath](http://us.metamath.org/mpegif/funfvex.html)"}], "names" : ["funfvex"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wfun", "#T_cF", "#T_wa", "#T_cA", "#T_wcel", "#T_cdm", "#T_cF", "#T_wi", "#T_cF", "#T_cfv", "#T_cA", "#T_wcel", "#T_cvv"], "metaLanguag... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "levels": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "cost": {"type": "integer"}}, "required": ["xp", "cost"]}}, "bonuses": {"type": "object", "properties": {... | {"id" : "bloodmagic:poison_resist", "levels" : [{"xp" : 1200, "cost" : 2}, {"xp" : 3600, "cost" : 6}, {"xp" : 12000, "cost" : 14}, {"xp" : 24000, "cost" : 25}, {"xp" : 30000, "cost" : 40}], "bonuses" : {"cooldown" : [1200, 800, 600, 300, 100], "max_cure" : [0, 1, 2, 2, 3]}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "levels": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "cost": {"type": "integer"}}, "required": ["xp", "cost"]}}, "bonuses": {"type": "object", "properties": {"cooldown": {"type": "array", "items": {"type": "integer"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Chumby", "description" : "A little device that runs Flash applications.", "url" : "http://www.chumby.com/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_si... | {"batch_size" : 61, "depth" : 4, "dropout" : 0.23099348069728637, "ffn_hidden_size" : 1214, "ffn_num_layers" : 3, "final_lr" : 0.00011129185554338046, "hidden_size" : 1456, "init_lr" : 0.00014541293079084445, "max_lr" : 0.0005116922435395622, "warmup_epochs" : 5} | json_instruct | {"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"type": "integer"}, "init_lr": {"type": "number"}, "max_lr": {"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jodit.min.css" : "sha512-A73j0y+xBGNbU6qHE7XZB504wr1LQ1iJHWtYRj2rT/ZKqD8PZJZqD31G7FnVv1+iIWAwkZx9whV8evizGlLPoA==", "jodit.min.js" : "sha512-aqubhYacfd/b0aM3qVhKornP+dfhhi29BE47mB9HnJUPJL1nH4nwyfJm8MCSmLpObCYsVd5wLNi4O5RaAjPzSg=="} | json_instruct | {"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ... | {"userId" : 59738, "cartId" : "714c739c-cae7-44b3-ae22-05d2565f8375", "preferredProducts" : [3618, 1012, 3406, 2899, 2337, 4861, 1635, 112], "productReviews" : [{"productId" : 1869, "reviewText" : "this Checking Account is brown.", "reviewDate" : "2017-01-29T14:22:48.2224474+02:00"}, {"productId" : 4752, "reviewText" :... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions":... | {"accession_number" : "2009.592", "actors" : [], "creation_date" : "about 1800", "credit_line" : "Gift of Francine and Roger Hurwitz", "cultures" : [], "dimensions" : "9 5/8 x 8 7/8 in. (image and sheet)", "dynasty" : null, "images" : [], "irn" : 68078, "materials" : "pen and red ink and black ink wash on cream wove pa... | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array... |
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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties"... | {"name" : "@verdaccio/file-locking", "version" : "4.0.0", "description" : "library that handle file locking", "main" : "lib/index.js", "keywords" : ["lock", "fs"], "dependencies" : {"lockfile" : "1.0.4", "lodash" : "4.17.11"}, "devDependencies" : {"@verdaccio/types" : "4.2.0"}, "author" : "Juan Picado <juanpicado19@gma... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"lockfile": {"type": "string"}, "lodash": {"type": "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "req... | [{"review_id" : "9595866", "movie_id" : "114833", "author" : "ske4****", "review" : "\ub2e4\uc2dc\ub294 \uc774\ub7f0 \ud504\ub85c \ub9cc\ub4e4\uc9c0 \ub9d0\uc5b4\uc57c \ud55c\ub2e4!", "rating" : "1", "date" : "15.01.15"}, {"review_id" : "8047294", "movie_id" : "114833", "author" : "iwil****", "review" : "2\ud68c\uc778\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]... |
Create a JSON structure that matches this schema definition:
{"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... | {"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_return_on_cube", "white" : "hyperopt_tpe", "black" : "platypus_spea2", "traceback" : ["passing", "passing"], "best_val" : [3535.563326181571, 3920.2937102449787], "best_x" : [[0.7867857839122769, 0.4976928520483645, 0.6029936962615363, 0.24328847741004858, 0.71318... | 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": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId",... | {"userId" : 19200, "cartId" : "8e23076d-e7bd-40c3-a094-b4650b2444af", "preferredProducts" : [2407, 4752], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"... | {"name" : "replico", "description" : "A REPL with support for await", "version" : "1.0.1", "author" : "Jean Ponchon <jean.ponchon@novadiscovery.com>", "repository" : {"type" : "git", "url" : "https://github.com/nopnop/replico.git"}, "bugs" : {"url" : "https://github.com/nopnop/replico/issues"}, "homepage" : "https://gi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript... | {"title" : "MMD Lucia Call on me R18", "author" : "Spacebear7778", "description" : "FULLundefinedVIDEOundefinedHEREundefined(undefinedinstantundefinedaccessundefined84+undefineduncensoredundefinedfullundefinedvideosundefinedforundefined5$undefinedpledge)<br><aundefinedhref='https://www.patreon.com/posts/29802391'>https... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "provider": {"type": "string"}, "host": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "multiTenant": {"typ... | {"type" : "php", "provider" : "apache", "host" : "stratos.com", "displayName" : "PHP", "description" : "PHP Cartridge", "version" : "7", "multiTenant" : "false", "portMapping" : [{"protocol" : "http", "port" : "80", "proxyPort" : "8280"}], "deployment" : {}, "iaasProvider" : [{"type" : "openstack", "imageId" : "RegionO... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "provider": {"type": "string"}, "host": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "multiTenant": {"type": "string"}, "portMapping": {"type": "array", "items": {"type": "object", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type... | {"name" : "fleshgrinder/stringable", "description" : "Interface for easy identification of classes that implement the magic __toString method.", "license" : "MIT", "authors" : [{"name" : "Richard Fussenegger", "email" : "fleshgrinder@users.noreply.github.com"}], "autoload" : {"psr-4" : {"Fleshgrinder\\Core\\" : "src/"}... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, ... | {"categories" : ["Manual"], "desc" : "\n", "details" : {"authors" : "Edward C. Baig, Bob LeVitus", "format" : "pdf", "isbn-10" : "1118583876", "isbn-13" : "978-1118583876", "pages" : "384 pages", "publication date" : "December 17, 2012", "publisher" : "For Dummies", "size" : "53.00Mb"}, "img" : "http://23.95.221.108/co... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "stri... | {"name" : "decorating", "description" : "decorating: Literally decorating your terminal with decorators", "license" : {"key" : "mit", "name" : "MIT License", "spdx_id" : "MIT", "url" : "https://api.github.com/licenses/mit"}, "starNum" : 253, "folkNum" : 13, "watchNum" : 253, "topic" : ["animation", "decorating", "decor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "PurchasePrice": {"type": "string"}, "ShowHair": {"type": "boolean"}, "IgnoreHairstyleOffset": {"type": "boolean"}}, "required": ["Name", "Description", ... | {"Name" : "Bee Ears Hat", "Description" : "A Cute Pair of Buzzy Bee Ears!", "PurchasePrice" : "1000", "ShowHair" : true, "IgnoreHairstyleOffset" : true} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "PurchasePrice": {"type": "string"}, "ShowHair": {"type": "boolean"}, "IgnoreHairstyleOffset": {"type": "boolean"}}, "required": ["Name", "Description", "PurchasePrice", "ShowHair", "IgnoreHairstyleOffset"], "$schema": "htt... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "strin... | {"name" : "triion/tinymcebundle", "description" : "This Bundle integrates TinyMCE WYSIWYG editor into a Symfony4 project as bundle only.", "keywords" : ["wysiwyg", "tinymce", "editor", "symfony4", "bundle", "tinymce v4.8.2"], "homepage" : "https://github.com/triion/TinyMCEBundle", "type" : "symfony-bundle", "license" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "130902002004", "text" : "\u6b23\u6021\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130902002007", "text" : "\u6ca7\u8fd0\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130902002008", "text" : "\u8377\u82b1\u6c60\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130902002009", "text" : "\u7ad9\u4e1c\u793e\u533a\u5c45\u6c11\u5... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"host": {"type": "string"}, "watchOptions": {"type": "object", "properties": {"usePolling": {"type": "boolean"}}, "required": ["usePolling"]}}, "required": ["host", "watchOptions"], "$schema": "http://json-schema.or... | {"host" : "0.0.0.0", "watchOptions" : {"usePolling" : true}} | json_instruct | {"type": "object", "properties": {"host": {"type": "string"}, "watchOptions": {"type": "object", "properties": {"usePolling": {"type": "boolean"}}, "required": ["usePolling"]}}, "required": ["host", "watchOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"disqus": {"type": "object", "properties": {"shortName": {"type": "string"}}, "required": ["shortName"]}, ... | {"plugins" : ["disqus", "edit-link"], "pluginsConfig" : {"disqus" : {"shortName" : "oskarsdevresources"}, "edit-link" : {"base" : "https://github.com/OskarKlintrot/Resources/blob/master/", "label" : "Edit This Page"}}} | json_instruct | {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"disqus": {"type": "object", "properties": {"shortName": {"type": "string"}}, "required": ["shortName"]}, "edit-link": {"type": "object", "properties": {"base": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "350521114201", "text" : "\u8f8b\u5ddd\u6751\u59d4\u4f1a"}, {"id" : "350521114202", "text" : "\u5927\u6f58\u6751\u59d4\u4f1a"}, {"id" : "350521114203", "text" : "\u540e\u4efb\u6751\u59d4\u4f1a"}, {"id" : "350521114204", "text" : "\u793e\u5751\u6751\u59d4\u4f1a"}, {"id" : "350521114205", "text" : "\u8bb8\u539d\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "refer": {"type": "string"}, "color": {"type": "string"}, "gridXY": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "scale": {"t... | {"name" : "Skid", "refer" : "skid", "color" : "#FFFFFF", "gridXY" : [603, 535], "offset" : [0, 41], "scale" : [0.78, 0.78]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "refer": {"type": "string"}, "color": {"type": "string"}, "gridXY": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["name", "re... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"argv": {"type": "array", "items": {"type": "string"}}, "display_name": {"type": "string"}, "language": {"type": "string"}, "name": {"type": "string"}}, "required": ["argv", "display_name", "language", "name"], "$schema": "http:/... | {"argv" : ["/go/bin/gopherlab", "{connection_file}"], "display_name" : "Go (gopherlab)", "language" : "go", "name" : "go"} | json_instruct | {"type": "object", "properties": {"argv": {"type": "array", "items": {"type": "string"}}, "display_name": {"type": "string"}, "language": {"type": "string"}, "name": {"type": "string"}}, "required": ["argv", "display_name", "language", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-0... | {"backbone.marionette.js" : "sha512-tmNAk2LUzqsf623tcEnR86wyR1yDxEHF3/M7Qyz6cjIhhxkE2IcK26RLzqNn3acG7Emcnbl0iKF2Krsyu3FxsA==", "backbone.marionette.min.js" : "sha512-W9GQ6eAz8NtEbS4pUxRzxCkoVyVQAaA4z8BK3MqZuZ/gXwqNl1mVE6elaAOzbH1m0ngPRDx+b3gGBgPpYsSqXg=="} | json_instruct | {"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"SourceFile": {"type": "string"}, "ExifToolVersion": {"type": "number"}, "FileName": {"type": "string"}, "Directory": {"type": "string"}, "FileSize": {"type": "string"}, "FileModifyDate":... | [{"SourceFile" : "D:/Projekte/nodejs/exiftool-wrapper/test/testfiles/iWork.numbers", "ExifToolVersion" : 10.19, "FileName" : "iWork.numbers", "Directory" : "D:/Projekte/nodejs/exiftool-wrapper/test/testfiles", "FileSize" : "1359 bytes", "FileModifyDate" : "2016:05:02 08:19:08+02:00", "FileAccessDate" : "2016:06:14 05:3... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"SourceFile": {"type": "string"}, "ExifToolVersion": {"type": "number"}, "FileName": {"type": "string"}, "Directory": {"type": "string"}, "FileSize": {"type": "string"}, "FileModifyDate": {"type": "string"}, "FileAccessDate": {"type": "string"}, "FileCreateDa... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["sta... | {"name" : "payment", "version" : "0.0.1", "description" : "", "main" : "index.js", "scripts" : {"start" : "ts-node-dev src/index.ts"}, "author" : "Meet Patel", "license" : "MIT", "devDependencies" : {"@types/amqplib" : "^0.5.17", "@types/cors" : "^2.8.10", "@types/express" : "^4.17.11", "@types/express-rate-limit" : "^... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dev... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schem... | {"Time" : "2020-10-22T04:00:00Z", "Temp" : 17.5, "RelHum" : 90, "WindSpeed" : 0.7, "WindDir" : 324} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"lunr.js": {"type": "string"}, "lunr.min.js": {"type": "string"}}, "required": ["lunr.js", "lunr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lunr.js" : "sha512-LHREgcuSwftFgQvJk7FOdxOAM6TEYrgDZpeWbXsKmtsCTOPq4MvSYSDIGL+HzYxePmzJNdbNrsLMb2hiI2VCsg==", "lunr.min.js" : "sha512-ncf+52CpQRzSQbMy9tg+Fsm8wFA1ppxZqTAsyBXJOjWfoJaMIdFArltUqKFpR2uS5BeMyIYcCNTNUr+3F49fCg=="} | json_instruct | {"type": "object", "properties": {"lunr.js": {"type": "string"}, "lunr.min.js": {"type": "string"}}, "required": ["lunr.js", "lunr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro... | {"userId" : 60216, "cartId" : "3d0f76d3-f637-4f1b-ab08-375e52cbaea6", "preferredProducts" : [521, 2451, 462, 4987], "productReviews" : [{"productId" : 4683, "reviewText" : "My bass loves to play with it.", "reviewDate" : "2018-12-19T01:46:40.0469424+02:00"}, {"productId" : 4668, "reviewText" : "i use it usually when i'... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "homepage": {"ty... | {"name" : "whistle.inspect", "version" : "2.0.1", "description" : "\u96c6\u6210eruda\u548cvConsole\u7b49\u8c03\u8bd5H5\u9875\u9762\u5de5\u5177\u7684\u63d2\u4ef6", "scripts" : {"build" : "node ./src/build"}, "homepage" : "https://github.com/whistle-plugins/whistle.inspect", "keywords" : ["whistle", "eruda", "vConsole", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "format": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "format", "e... | {"copyright" : "pushandplay", "url" : "http://pushandplay.ru", "format" : "txt", "email" : "hello@pushandplay.ru", "gravatar" : true, "theme" : "default"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "format": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "format", "email", "gravatar", "theme"], "$schema": "http://json-schema... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "string"}, "first_name": {"type": "string"}, "img": {"type": "string"}, "last_name": {"type": "string"}, "name": {"type": "string"}, "nationali... | {"birth_date" : "1937-04-17", "birth_place" : "Verkhopeniye, Kursk Region, Russia", "died" : "2015-10-19", "first_name" : "Eduard Nikolayevich", "img" : "https://www.worldspaceflight.com/bios/photos/russia/stepanov-e.jpg", "last_name" : "Stepanov", "name" : "Eduard Nikolayevich Stepanov", "nationality" : "Russian", "no... | json_instruct | {"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "string"}, "first_name": {"type": "string"}, "img": {"type": "string"}, "last_name": {"type": "string"}, "name": {"type": "string"}, "nationality": {"type": "string"}, "notes": {"type": "string"}, "se... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://jso... | {"PRODUCT_NAME" : "Domaine Sainter Leocadie", "MANUFACTURER" : "Echerenet Company Limited", "BRANDNAME" : "Minervoirs Red", "WEIGHT" : "750ml"} | json_instruct | {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"Classification": {"type": "string"}, "Properties": {"type": "object", "properties": {"spark.network.timeout": {"type": "string"}, "spark.executor.heartbeatInterval": {"type": "string"}, "spark.dynami... | [{"Classification" : "spark-defaults", "Properties" : {"spark.network.timeout" : "800s", "spark.executor.heartbeatInterval" : "60s", "spark.dynamicAllocation.enabled" : "false", "spark.driver.memory" : "5.5g", "spark.executor.memory" : "5.5g", "spark.executor.cores" : "1", "spark.executor.instances" : "2", "spark.rdd.c... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Classification": {"type": "string"}, "Properties": {"type": "object", "properties": {"spark.network.timeout": {"type": "string"}, "spark.executor.heartbeatInterval": {"type": "string"}, "spark.dynamicAllocation.enabled": {"type": "string"}, "spark.driver.mem... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors":... | {"name" : "ppokatilo/bencode", "type" : "library", "description" : "Bencode library for PHP", "keywords" : ["serialize", "bencode"], "homepage" : "http://github.com/SHyx0rmZ/php-bencode", "license" : "MIT", "authors" : [{"name" : "Patrick Pokatilo", "email" : "mail@shyxormz.net"}], "require" : {"php" : ">=5.4"}, "requi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Orders": {"type": "object", "properties": {"LastUpdateDate": {"type": "string"}}, "required": ["LastUpdateDate"]}}, "required": ["Orders"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Orders" : {"LastUpdateDate" : "2121-07-01T00:00:00Z"}} | json_instruct | {"type": "object", "properties": {"Orders": {"type": "object", "properties": {"LastUpdateDate": {"type": "string"}}, "required": ["LastUpdateDate"]}}, "required": ["Orders"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "... | {"name" : "koa1-json-mask", "version" : "0.0.1", "repository" : {"type" : "git", "url" : "https://github.com/SensitiveMix/koa1-json-mask.git"}, "bugs" : {"url" : "https://github.com/SensitiveMix/koa1-json-mask/issues"}, "homepage" : "https://github.com/SensitiveMix/koa1-json-mask#readme", "description" : "Middleware al... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"irc": {"type": "string"}, "moment-timezone": {"type": "string"}, "node-fetch": {"type": "string"}, "request": {"type": "string"}, "tinyurl": {"type": "string"}}, "r... | {"dependencies" : {"irc" : "^0.5.2", "moment-timezone" : "^0.5.31", "node-fetch" : "^2.6.0", "request" : "^2.88.2", "tinyurl" : "^1.1.5"}, "scripts" : {"start" : "node irc.js"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"irc": {"type": "string"}, "moment-timezone": {"type": "string"}, "node-fetch": {"type": "string"}, "request": {"type": "string"}, "tinyurl": {"type": "string"}}, "required": ["irc", "moment-timezone", "node-fetch", "request", "tinyurl"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dimensions": {"type": "integer"}, "export_name": {"type": "string"}, "clusters": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "cardinality": {"type": "string"}, "density": ... | {"dimensions" : 2, "export_name" : "same_cardinality_same_density_2d", "clusters" : [{"type" : "poisson", "cardinality" : "5", "density" : "5"}, {"type" : "poisson", "cardinality" : "5", "density" : "5"}, {"type" : "poisson", "cardinality" : "5", "density" : "5"}, {"type" : "poisson", "cardinality" : "5", "density" : "... | json_instruct | {"type": "object", "properties": {"dimensions": {"type": "integer"}, "export_name": {"type": "string"}, "clusters": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "cardinality": {"type": "string"}, "density": {"type": "string"}}, "required": ["type", "cardinality", "density"]}}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "... | {"name" : "SGKeyValues", "version" : "0.0.1", "summary" : "SGKeyValues.", "description" : "A short description of SGKeyValues.", "homepage" : "http://www.71ant.com", "license" : "MIT", "authors" : {"ShangenZhang" : "zhangsg506@13322.com"}, "platforms" : {"ios" : null}, "source" : {"git" : "http://git.71sino.com/iOSofSo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ShangenZhang": {"type": "string"}}, "required": ["Sh... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Behold the White Rider (4U88)", "text" : "Set:\tThe Two Towers\nKind:\tFree People\nCulture:\tGandalf\nTwilight:\t2\nCard Type:\tCondition\nGame Text:\tPlays to your support area. Each time Gandalf wins a skirmish, you may place a [Gandalf] token here. Skirmish: Wound a minion skirmishing Gandalf for each [... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "date": {"type": "string"}}, "required": ["author", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "lightningterror", "date" : "2019-06-18T00:00:00"} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "date": {"type": "string"}}, "required": ["author", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "stri... | {"name" : "webpack-plugin-import-retry", "version" : "1.0.2", "description" : "webpack plugin to modify webpack_require module to retry import async chunk again", "main" : "src/index.js", "scripts" : {"lint" : "eslint . --fix", "test" : "mocha --reporter spec test/*.js && eslint .", "clean" : "rm -fr test/tmp"}, "autho... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "clean": {"type": "string"}}, "required": ["lint", "test", "cle... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDepend... | {"name" : "hacker-case", "version" : "1.0.0", "private" : "true", "author" : "Christophe Porteneuve <christophe@delicious-insights.com>", "scripts" : {"test" : "mocha"}, "devDependencies" : {"chai" : "^3.4.1", "mocha" : "^2.3.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "5304103001", "nama" : "SUNI"}, {"id" : "5304103002", "nama" : "NOEBANA"}, {"id" : "5304103003", "nama" : "FATUMNASI"}, {"id" : "5304103004", "nama" : "MELLA"}, {"id" : "5304103005", "nama" : "MNELA PETU"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "r... | {"name" : "selenium-node-webdriver", "version" : "0.1.2", "author" : "Lon Ingram <lon@waterfallmobile.com>", "description" : "Node.js WebDriver client from the Selenium project", "license" : "http://www.apache.org/licenses/LICENSE-2.0", "keywords" : ["webdriver", "phantomjs", "phantom", "selenium"], "repository" : {"ty... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "strin... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"cell_code": {"type": "string"}, "... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"cell_code" : "1kmE3937N3115", "taxa" : {"2007" : {"n" : 1, "min_coord_uncertainty" : 1000.0}}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[4.52195089599863, 51.01677733813548], [4.520889426481258, 51.02573727712664], [4.5351092... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"cell_code": {"type": "string"}, "taxa": {"type": "object", "properties": {"2007": {"type": "object", "proper... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity",... | {"type" : "Feature", "id" : "node/9310984646", "properties" : {"amenity" : "marketplace", "name" : "\u00c9den z\u00f6lds\u00e9g gy\u00fcm\u00f6lcs sziget", "id" : "node/9310984646"}, "geometry" : {"type" : "Point", "coordinates" : [17.6339301, 47.6865873]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"template": {"type": "string"}, "description": {"type": "string"}, "execution_order": {"type": "integer"}, "enabled": {"type": "boolean"}, "action": {"type": "string"}, "find": {"type": "string"}, "replace": {"type": "string"}}, ... | {"template" : "report_content_profile_post", "description" : "Show profile post date", "execution_order" : 6905, "enabled" : true, "action" : "preg_replace", "find" : "#(<div class=\"block-row block-row--separated block-row--minor.*?\".*?>)(.*?)(<\\/div>)#s", "replace" : "$1$2\n<xf:macro template=\"svReportImprov_repor... | json_instruct | {"type": "object", "properties": {"template": {"type": "string"}, "description": {"type": "string"}, "execution_order": {"type": "integer"}, "enabled": {"type": "boolean"}, "action": {"type": "string"}, "find": {"type": "string"}, "replace": {"type": "string"}}, "required": ["template", "description", "execution_order"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long... | {"place_name" : "Torrey", "state_name" : "Utah", "state_abbrv" : "UT", "lat" : "38.2969", "long" : "-111.4138"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "url": {"type": "string"}, "specificationVersion": {"typ... | {"name" : "Streadata.io API Gallery - FullContact", "description" : "This is a repository of fullcontact APIs, self-contained as a Github repository, with HTML and YAML representations of the APIs and their surrounding operations.", "image" : "http://template.streamdata.gallery/assets/fullcontact.png", "created" : "201... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "url": {"type": "string"}, "specificationVersion": {"type": "string"}, "apis": {"type": "array", "items": {"type": "object", "prope... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"min/tiny-slider.helper.ie8.js": {"type": "string"}, "min/tiny-slider.js": {"type": "string"}, "tiny-slider.css": {"type": "string"}, "tiny-slider.helper.ie8.js": {"type": "string"}, "tiny-slider.js": {"type":... | {"min/tiny-slider.helper.ie8.js" : "sha256-A/pZmcxZrbc4SyIbUQ0zgk66OY4MxWGazpHRVOw+zQE=", "min/tiny-slider.js" : "sha256-gxRQvFBDz0gcet7MBK/D+hws/X1J/SEG3MpEihnq9t8=", "tiny-slider.css" : "sha256-IblFv5rfQCM179xTD2KJ508M/MJV6UNqIqylL7yLRRk=", "tiny-slider.helper.ie8.js" : "sha256-aAmDqB+gWFQFF6xFLzF5wrjOvld9CeX+xMh5uKZ... | json_instruct | {"type": "object", "properties": {"min/tiny-slider.helper.ie8.js": {"type": "string"}, "min/tiny-slider.js": {"type": "string"}, "tiny-slider.css": {"type": "string"}, "tiny-slider.helper.ie8.js": {"type": "string"}, "tiny-slider.js": {"type": "string"}}, "required": ["min/tiny-slider.helper.ie8.js", "min/tiny-slider.j... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": ... | {"name" : "limes", "version" : "6.0.8", "description" : "limes authenticates users.", "contributors" : [{"name" : "Golo Roden", "email" : "golo.roden@thenativeweb.io"}, {"name" : "Matthias Wagler", "email" : "matthias.wagler@thenativeweb.io"}, {"name" : "Hannes Leutloff", "email" : "hannes.leutloff@thenativeweb.io"}], ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "main": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "p... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"weedutiin" : {"title" : "weedutiin", "channel_id" : 110170079, "link" : "http:... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"weedutiin": {"type": "object", "properties": {"title": {"type... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"widgetLabel": {"type": "string"}, "hint": {"type": "string"}, "unsupported": {"type": "string"}, "distance": {"type": "string"}, "newMeasurement": {"type": "string"}, "mode": {"type": "string"}, "modes": {"ty... | {"widgetLabel" : "Pomiar odleg\u0142o\u015bci", "hint" : "Rozpocznij pomiar, klikaj\u0105c na mapie, aby umiejscowi\u0107 pierwszy punkt.", "unsupported" : "Pomiar odleg\u0142o\u015bci 2D jest obs\u0142ugiwany tylko w komponencie MapView.", "distance" : "Odleg\u0142o\u015b\u0107", "newMeasurement" : "Nowy pomiar", "mod... | json_instruct | {"type": "object", "properties": {"widgetLabel": {"type": "string"}, "hint": {"type": "string"}, "unsupported": {"type": "string"}, "distance": {"type": "string"}, "newMeasurement": {"type": "string"}, "mode": {"type": "string"}, "modes": {"type": "object", "properties": {"auto": {"type": "string"}, "planar": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http... | {"country" : "Oakland, CA, USA", "github" : "ideaseed", "home" : "https://www.acquia.com/", "name" : "Jenn Sramek", "twitter" : "Ideaseed"} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "string"}, "publishedAt": {"type": "integer"}, "ranking": {"type": "object", "properties": {"likes": {"type": "integer"}, "views": {"... | {"description" : "Let's have some fun! Chris and Dave will take us home with a live recording of their popular podcast about development, design, performance, accessibility, tooling, a little bit of everything!", "duration" : 2318, "id" : "0YlGiPwX6ys", "publishedAt" : 1571439141, "ranking" : {"likes" : 23, "views" : 1... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "string"}, "publishedAt": {"type": "integer"}, "ranking": {"type": "object", "properties": {"likes": {"type": "integer"}, "views": {"type": "integer"}}, "required": ["likes", "views"]}, "tags": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin... | [{"namaKab" : "BENGKAYANG", "originalFilename" : "FOTO 4 X 6 C.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 56137, "noUrut" : 1, "nama" : "YOSUA SUGARA, SE., MM", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BENGKAYANG", "originalFilename" : "FOTO 4 X 6 B.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 107716, "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "region2loc1lloc28", "type" : "HAS", "start" : "primordia", "end" : "loc28"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"owners": {"type": "array", "items": {"type": "string"}}, "prefix": {"type": "string"}}, "required": ["owners", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"owners" : ["402367348364935169", "556553668619403294"], "prefix" : "X"} | json_instruct | {"type": "object", "properties": {"owners": {"type": "array", "items": {"type": "string"}}, "prefix": {"type": "string"}}, "required": ["owners", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite... | {"directions" : ["Heat oil in heavy medium saucepan over medium-high heat. Add shallots and saut\u00e9 5 minutes. Add red peppers with their liquid. Stir in sugar; saut\u00e9 2 minutes. Add 2 cups broth and simmer 5 minutes. Cool soup slightly. Working in batches, puree soup in blender. Return soup to pan. Bring to sim... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}},... | {"name" : "rdash-ui", "description" : "Bloat free responsive admin style dashboard.", "version" : "1.0.1", "homepage" : "https://rdash.github.io/rdash-ui/", "repository" : {"type" : "git", "url" : "git://github.com/rdash/rdash-ui.git"}, "license" : "MIT", "keywords" : ["responsive", "dashboard", "admin"], "main" : ["di... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "strin... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"module": {"type": "string"}, "template": {"type": "string"}, "differences": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {}}}, "required": ["module", "template", "differences", "tags"], "$schema": "htt... | {"module" : "chai-xml", "template" : "module", "differences" : [], "tags" : []} | json_instruct | {"type": "object", "properties": {"module": {"type": "string"}, "template": {"type": "string"}, "differences": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {}}}, "required": ["module", "template", "differences", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"HP": {"type": "string"}, "Armor": {"type": "string"}, "Firepower": {"type": "string"}, "Torpedo": {"type": "string"}, "Speed": {"type": "string"}, "Bombing": {"type": "string"}, "AA": {"type": "string"}, "ASW": {"... | {"HP" : "\ub0b4\uad6c", "Armor" : "\uc7a5\uac11", "Firepower" : "\ud654\ub825", "Torpedo" : "\ub1cc\uc7a5", "Speed" : "\uc18d\ub825", "Bombing" : "\ud3ed\uc7a5", "AA" : "\ub300\uacf5", "ASW" : "\ub300\uc7a0", "Accuracy" : "\uba85\uc911", "Torpedo Accuracy" : "\ub1cc\uaca9\uba85\uc911", "Evasion" : "\ud68c\ud53c", "Torp... | json_instruct | {"type": "object", "properties": {"HP": {"type": "string"}, "Armor": {"type": "string"}, "Firepower": {"type": "string"}, "Torpedo": {"type": "string"}, "Speed": {"type": "string"}, "Bombing": {"type": "string"}, "AA": {"type": "string"}, "ASW": {"type": "string"}, "Accuracy": {"type": "string"}, "Torpedo Accuracy": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"display_name": {"type": "string"}, "metadata": {"type": "object", "properties": {"language": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "code": {"ty... | {"display_name" : "sc111", "metadata" : {"language" : "python", "description" : "Display all symmetry mates in one unit cell. Uses supercell.py in $HOME/Scripts/PyMOLscripts/. Change to your path to supercell.py.", "tags" : ["pymol", "sc111", "molecular representation", "display symmetry mates", "sc111"], "code" : ["cm... | json_instruct | {"type": "object", "properties": {"display_name": {"type": "string"}, "metadata": {"type": "object", "properties": {"language": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "code": {"type": "array", "items": {"type": "string"}}}, "required": ["language",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.