input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "req... | {"h" : [{"d" : [{"e" : ["\ufff9`Misa'ayamay~ `kako~ `to~ `talangawan~.\ufffa\ufffb\u6211\u5728\u6bba\u516c\u96de\u4e86\u3002"], "f" : "\u6b63\u5728\u6bba\u9ce5\u3001\u6bba\u96de\u3002"}, {"e" : ["\ufff9`O~ `cima~ `ko~ `misa'ayamay~ `to~ `tawinaan~ `a~ `koko'~ `ako~?\ufffa\ufffb\u662f\u8ab0\u6bba\u6211\u7684\u6bcd\u96de... | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "... | {"title" : "Inquiry into the Effects of Ardent Spirits upon the Human Body and Mind, with an Account of the Means of Preventing, and of the Remedies for Curing Them", "description" : "Written when the United States extended only to the Mississippi River, by one of the signers of the Declaration of Independence, this sh... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}, "test-jest": {"type": "string"}, "test-pw": {"type": "string"}, "te... | {"name" : "tests", "private" : true, "scripts" : {"dev" : "vite", "test" : "npm run test-jest && npm run test-pw", "test-jest" : "jest", "test-pw" : "npx playwright test", "test-pw-debug" : "cross-env PWDEBUG=1 npm run test-pw"}, "devDependencies" : {"@playwright/test" : "^1.19.2", "@types/jest" : "^27.4.1", "cross-env... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}, "test-jest": {"type": "string"}, "test-pw": {"type": "string"}, "test-pw-debug": {"type": "string"}}, "required": ["dev", "tes... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.286807, 34.076474], [-118.283044, 34.076126], [-118.284372, 34.074043], [-118.284334, 34.068528], [-118.286799, 34.068982], [-118.286807, 34.076474]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 7534}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"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" : "7407020001", "district_id" : "7407020", "name" : "WAITII BARAT"}, {"id" : "7407020002", "district_id" : "7407020", "name" : "WAITII"}, {"id" : "7407020003", "district_id" : "7407020", "name" : "LAMANGGAU"}, {"id" : "7407020013", "district_id" : "7407020", "name" : "PATUA"}, {"id" : "7407020014", "district_id"... | json_instruct | {"type": "array", "items": {"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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [".git", "test"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "i... | {"name" : "my-package", "main" : "index.js", "description" : "this is circle size ", "version" : "1.0.0", "keywords" : ["circle", "yanyunchangfeng"], "maintainers" : [{"name" : "yanyunchangfeng", "email" : "yanyunchangfeng@gmail.com", "url" : "https://zhuanlan.zhihu.com/yanyunchangfeng"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "moblocks:block/furnitures/coffee_tables/items/nether_brick_coffee_table_item"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d80a40bcd007aec4f29bf6d3f9135d65c2de88bf"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {".js" : "d95c1cc7b55cbd82ef5e2af0172e21dac6c2a1ea.js"} | json_instruct | {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"para-0.0.8-py3-none-any.whl": {"type": "string"}, "para-0.0.8.tar.gz": {"type": "string"}}, "required": ["para-0.0.8-py3-none-any.whl", "para-0.0.8.tar.gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"para-0.0.8-py3-none-any.whl" : "c63b030658cafd84f8fabfc000142324d51c7440e50ef5012fd1a54972ca25f4", "para-0.0.8.tar.gz" : "46c3232ae9d8ea9d886cfd08cdd112892202bed8645f40b6255597ba4cfef217"} | json_instruct | {"type": "object", "properties": {"para-0.0.8-py3-none-any.whl": {"type": "string"}, "para-0.0.8.tar.gz": {"type": "string"}}, "required": ["para-0.0.8-py3-none-any.whl", "para-0.0.8.tar.gz"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Name": {"type": "string"}, "Brawn": {"type": "integer"}, "Agility": {"type": "integer"}, "Intellect": {"type": "integer"}, "Cunning": {"type": "integer"}, "Willpower": {"type": "integer"}, "Presence": {"type": "integer"}, "Soa... | {"Name" : "Howler", "Brawn" : 4, "Agility" : 3, "Intellect" : 1, "Cunning" : 2, "Willpower" : 3, "Presence" : 2, "Soak" : 5, "WoundThreshold" : 14, "StrainThreshold" : 13, "MeleeDefense" : 0, "RangedDefense" : 0, "Talents" : null, "Abilities" : [], "Skills" : ["Coordination", "Athletics", "Medicine", "Perception", "Ste... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Brawn": {"type": "integer"}, "Agility": {"type": "integer"}, "Intellect": {"type": "integer"}, "Cunning": {"type": "integer"}, "Willpower": {"type": "integer"}, "Presence": {"type": "integer"}, "Soak": {"type": "integer"}, "WoundThreshold": {"type": "intege... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"leaderboardDescription": {"type": "string"}, "leaderboardExplainer_level": {"type": "string"}, "leaderboardExplainer_messages": {"type": "string"}, "leaderboardExtendedUsage": {"type": "string"}, "leaderboard... | {"leaderboardDescription" : "", "leaderboardExplainer_level" : "", "leaderboardExplainer_messages" : "", "leaderboardExtendedUsage" : "", "leaderboardFooter" : "", "leaderboardNoData_level" : "", "leaderboardNoData_messages" : "", "level" : "Nivel", "levelDescription" : "Vista tu nivel en el servidor y la cantidad de e... | json_instruct | {"type": "object", "properties": {"leaderboardDescription": {"type": "string"}, "leaderboardExplainer_level": {"type": "string"}, "leaderboardExplainer_messages": {"type": "string"}, "leaderboardExtendedUsage": {"type": "string"}, "leaderboardFooter": {"type": "string"}, "leaderboardNoData_level": {"type": "string"}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"bottom": {"type": "string"}, "top": {"type": "string"}}, "required": ["bottom", "top"]}}, "required": ["parent", "textures"], "$schema... | {"parent" : "cch:item/door_item", "textures" : {"bottom" : "block/birch_door_bottom", "top" : "block/birch_door_top"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"bottom": {"type": "string"}, "top": {"type": "string"}}, "required": ["bottom", "top"]}}, "required": ["parent", "textures"], "$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"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", ... | {"name" : "gulp-bower-test", "description" : "Temperary bower.json file for testing", "main" : "index.js", "authors" : ["Crevil <https://github.com/Crevil>"], "license" : "MIT", "keywords" : ["gulp", "gulp-bower"], "homepage" : "git://github.com/zont/gulp-bower.git", "moduleType" : [], "private" : true, "ignore" : ["**... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Dashboard.h1": {"type": "string"}, "Dashboard.h2-1": {"type": "string"}, "Dashboard.h2-2": {"type": "string"}, "Dashboard.h3-1": {"type": "string"}, "Dashboard.h3-2": {"type": "string"}, "Dashboard.p-1": {"type": "st... | {"Dashboard.h1" : "Suicrux.", "Dashboard.h2-1" : "Intro", "Dashboard.h2-2" : "How it works?", "Dashboard.h3-1" : "Suicrux.", "Dashboard.h3-2" : "Suicrux.", "Dashboard.p-1" : "In progress.", "Dashboard.p-2" : "In progress.", "Tags.title" : "Tags", "Tags.search_placeholder" : "Search", "Tags.search" : "Search", "Tags.add... | json_instruct | {"type": "object", "properties": {"Dashboard.h1": {"type": "string"}, "Dashboard.h2-1": {"type": "string"}, "Dashboard.h2-2": {"type": "string"}, "Dashboard.h3-1": {"type": "string"}, "Dashboard.h3-2": {"type": "string"}, "Dashboard.p-1": {"type": "string"}, "Dashboard.p-2": {"type": "string"}, "Tags.title": {"type": "... |
Create an example JSON object that satisfies this 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"... | {"code" : 3529040, "parent" : 3529, "name" : "GILIGENTENG", "latitude" : null, "longitude" : null, "postal" : [69482], "children" : [3529040001, 3529040002, 3529040003, 3529040004, 3529040005, 3529040006, 3529040007, 3529040008]} | 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": {"type": "integer"}}}, "required": ["co... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["babel-preset-mahalo"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "req... | {"name" : "yaegi", "pkg_version" : "0.12.0", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/yaegi/blobs/sha256:827d118bcd1e205c6fc7e5e31bd6efaec628c16c4e7289b86426922d4d2e9506"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/yaegi/blobs/sha256:3dca5101dd81e62436... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "propert... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd... | {"templmd5" : "523d4615240572e66d3c9373d01f37cd", "number" : "391", "title" : "Azienda Usl #Parma cerca con urgenza medici da assumere", "BACKCOLOR" : "black", "FRONTCOLOR" : "white", "filemd5" : "e80dc393300e6713b6a49bbfa88be899"} | json_instruct | {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "h... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "plugin_name": {"type": "string"}, "short_description": {"type": "string"}}, "required": ["author", "email", "plugin_name", "short_description"], "$schema": "... | {"author" : "", "email" : "", "plugin_name" : "", "short_description" : ""} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "plugin_name": {"type": "string"}, "short_description": {"type": "string"}}, "required": ["author", "email", "plugin_name", "short_description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"working": {"type": "array", "items": {"type": "integer"}}, "writehierarchy": {"type": "array", "items": {"type": "integer"}}, "writexmlschema": {"type": "array", "items": {"type": "integer"}}, "winner": {"type": "ar... | {"working" : [34865153], "writehierarchy" : [25100299, 32571403, 36306955, 38469643], "writexmlschema" : [25100296, 30474248, 30408712, 32571400, 36306952, 38469640], "winner" : [6160385, 9895937, 22020097, 27918337, 29032449, 36831233], "window" : [1048577, 1572865, 2228227, 6684673, 7602178, 11206657, 11796481, 11993... | json_instruct | {"type": "object", "properties": {"working": {"type": "array", "items": {"type": "integer"}}, "writehierarchy": {"type": "array", "items": {"type": "integer"}}, "writexmlschema": {"type": "array", "items": {"type": "integer"}}, "winner": {"type": "array", "items": {"type": "integer"}}, "window": {"type": "array", "item... |
Generate a valid JSON object that conforms to the following 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"}}, "b... | {"n_dim" : 5, "n_trials" : 340, "objective" : "deap_combo1_on_cube", "white" : "optuna_random_clone", "black" : "pymoo_nelder", "traceback" : ["passing", "passing"], "best_val" : [9.017236892847514, 0.4795675765698373], "best_x" : [[0.38853160085278726, 0.5754108119962519, 0.39838968420882637, 0.6821127318329976, 0.458... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"yang_message": {"type": "object", "properties": {"interfaces": {"type": "object", "properties": {"interface": {"type": "object", "properties": {"FastEthernet0/2": {"type": "object", "properties": {"state": {"type": "object"... | {"yang_message" : {"interfaces" : {"interface" : {"FastEthernet0/2" : {"state" : {"oper_status" : "UP"}}}}}, "message_details" : {"severity" : 5, "facility" : 23, "messageId" : "1440", "pri" : "189", "host" : "test-switch1", "tag" : "LINEPROTO-5-UPDOWN", "time" : "13:35:45", "timeZone" : null, "date" : "Jun 1", "messa... | json_instruct | {"type": "object", "properties": {"yang_message": {"type": "object", "properties": {"interfaces": {"type": "object", "properties": {"interface": {"type": "object", "properties": {"FastEthernet0/2": {"type": "object", "properties": {"state": {"type": "object", "properties": {"oper_status": {"type": "string"}}, "required... |
Create an example JSON object that satisfies this schema:
{"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" : "1705031015", "district_id" : "1705031", "name" : "MEKAR SARI"} | 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#"} |
Please provide a valid JSON object following this 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"}, ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Taltal, Masinloc, Zambales, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.zambales.masinloc.taltal", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "region_re... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/sc... | {"symbol" : "LKR", "name" : "Polkalokr", "decimals" : 18, "address" : "0x80ce3027a70e0a928d9268994e9b85d03bd4cdcf"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location":... | {"id" : 12347, "title" : ["[Wyvern Keep, City Clerk]"], "description" : ["Thick walnut bookshelves run from the floor to the ceiling on all the walls of this spacious office. The shelves even extend above the doorsill, making use of every bit of available wall space. Heavy tomes, ledgers, and volume after volume of l... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"10313"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"MusicVol": {"type": "integer"}, "fullscreen": {"type": "boolean"}, "resolution": {"type": "integer"}, "sfxVol": {"type": "integer"}}, "required": ["MusicVol", "fullscreen", "resolution", "sfxVol"], "$schema": "http://json-sche... | {"MusicVol" : 0, "fullscreen" : false, "resolution" : 1, "sfxVol" : -8} | json_instruct | {"type": "object", "properties": {"MusicVol": {"type": "integer"}, "fullscreen": {"type": "boolean"}, "resolution": {"type": "integer"}, "sfxVol": {"type": "integer"}}, "required": ["MusicVol", "fullscreen", "resolution", "sfxVol"], "$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"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "ob... | {"name" : "sass-hsv", "version" : "1.0.2", "license" : "MIT", "description" : "A simple helper to introduce HSV/HSB model support to SASS", "keywords" : ["sass", "hsv", "hsl"], "repository" : {"type" : "git", "url" : "https://gitlab.com/sandfox/sass-hsv"}, "homepage" : "https://sandfox.dev/js/sass-hsv.html", "author" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "key": {"type": "string"}}, "required": ["src", "key"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"src" : "../../images/img01.png", "key" : "01"}, {"src" : "../../images/img02.png", "key" : "02"}, {"src" : "../../images/img03.png", "key" : "03"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "key": {"type": "string"}}, "required": ["src", "key"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d849-13", "text" : "-- /he Sul cu^_\nSCRIPT ORE;\nMOS'IC:\nANNCR:\nMUSIC;\nLSRCH:\nMUSIC;\nAWNCR;\nMUSIC;\n7&\nJOHN LERCH\nREPORT FROM JAPAN\nTHEME. ESTABLISH (5 SECONDS) UNDER\nREPORT FROM JAPAN (EMPHASIS) A program of infor\u00ac\nmation and commentary treating current issues in\njapan. This program is produ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {}}, "types": {"type": "array", "items": {"type": "string"}}, "src-repo": {"type": "string"}, "last-tag": {"type": "string"}, ... | {"js" : ["js/dataTables.rowReorder.js", "js/dataTables.rowReorder.min.js"], "css" : [], "types" : ["types/types.d.ts"], "src-repo" : "http://github.com/DataTables/RowReorder", "last-tag" : "1.2.8", "last-sync" : "89ad12411c77cee65855542fc71eb3f782472ee1"} | json_instruct | {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {}}, "types": {"type": "array", "items": {"type": "string"}}, "src-repo": {"type": "string"}, "last-tag": {"type": "string"}, "last-sync": {"type": "string"}}, "required": ["js", "css", "types", "sr... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": [... | {"h" : [{"d" : [{"e" : ["\ufff9`Kofiten~ `ko~ `takamayan~.\ufffa\ufffb\u628a\u624b\u8896\u6263\u7dca\u3002"], "f" : "\u628a(\u9215\u6263)\u6263\u7dca\uff0c\u641e\u4e00\u81f4\u4e86\u3002"}]}], "stem" : "kofit", "t" : "kofiten"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:babel": {... | {"name" : "@karrotmarket/gatsby-transformer-job-post", "version" : "0.0.1", "private" : true, "scripts" : {"test" : "jest", "build" : "concurrently \"yarn:build:*\"", "build:babel" : "babel gatsby -d . -x .ts --presets gatsby-package", "build:dts" : "tsc --emitDeclarationOnly --skipLibCheck", "prepack" : "yarn build"},... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:babel": {"type": "string"}, "build:dts": {"type": "string"}, "prepack": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"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" : "1109120023", "district_id" : "1109120", "name" : "BUCUE"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#... | [{"name" : "RANYA", "frequency" : 2069, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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"... | {"name" : "MentalCounselsdk", "version" : "1.0.32", "summary" : "Base sdk for project MentalCounsel.", "description" : "A sdk for better develop the project MentalCounsel.", "homepage" : "https://github.com/lianghuajian/MentalCounselsdk", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"lianghuajian" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"codestyle": {"type": "object", "properties": {"service": {"type": "string"}, "secret": {"type": "string"}, "events": {"type": "object", "properties": {"push": {"type": "string"}, "pull_request": {"type": "strin... | {"codestyle" : {"service" : "github", "secret" : "supersecretsecret", "events" : {"push" : "/home/stylebot/check_push.sh", "pull_request" : "/home/stylebot/check_pr.sh"}}, "ci" : {"service" : "travis", "apiRoot" : "https://api.travis-ci.com", "states" : {"passed" : "/home/deploybot/destroy_the_world.sh", "failed" : "/h... | json_instruct | {"type": "object", "properties": {"codestyle": {"type": "object", "properties": {"service": {"type": "string"}, "secret": {"type": "string"}, "events": {"type": "object", "properties": {"push": {"type": "string"}, "pull_request": {"type": "string"}}, "required": ["push", "pull_request"]}}, "required": ["service", "secr... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "firebase-admin": {"type": "string"}, "firebase-functions": {"type": "string... | {"name" : "functions", "description" : "Cloud Functions for Firebase", "dependencies" : {"cors" : "^2.8.4", "firebase-admin" : "^8.7.0", "firebase-functions" : "^3.3.0", "nodemailer" : "^4.6.8", "sanitize" : "^2.1.0"}, "devDependencies" : {"tslint" : "~5.19.0", "typescript" : "~3.6.2"}, "engines" : {"node" : "10"}, "pr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "firebase-admin": {"type": "string"}, "firebase-functions": {"type": "string"}, "nodemailer": {"type": "string"}, "sanitize": {"type": "string"}}... |
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-schem... | {"word" : "Attorney", "definitions" : ["A person, typically a lawyer, appointed to act for another in business or legal matters.", "A lawyer.", "A solicitor."], "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required":... | {"t" : "mahomikay", "h" : [{"d" : [{"f" : "\uff08\u6307\u8eab\u9ad4\uff09\u865b\u507d\u4e86\uff0c\u8870\u5f31\u4e86\u3002"}, {"f" : "\u6307\u865b\u5f31\u3001\u8870\u5f31\u7684\uff08\u8eab\u9ad4\uff09\u3002", "e" : ["\ufff9`Mahomik~`ay~ `ko~ `tireng~ `no~ `faki~.\ufffa\ufffb\u723a\u723a\u7684\u8eab\u9ad4\u5f88\u865b\u5f... | 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"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "NOR COULD MY MEMORY RETAIN THEM IN THAT ORDER.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/11617.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "i... | {"status" : 200, "data" : {"totalSubs" : 3181, "subsInEachSource" : {"feedly" : 2501, "inoreader" : 680, "feedsPub" : 0}, "failedSources" : {}}, "lastModified" : 1615522430339} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ID": {"type": "string"}, "Name": {"type": "string"}, "Tags": {"type": "array", "items": {"type": "string"}}, "Address": {"type": "string"}, "Port": {"type": "integer"}}, "required": ["ID", "Name", "Tags", "Ad... | {"ID" : "example2", "Name" : "example2", "Tags" : ["specific", "v1"], "Address" : "127.0.0.1", "Port" : 8000} | json_instruct | {"type": "object", "properties": {"ID": {"type": "string"}, "Name": {"type": "string"}, "Tags": {"type": "array", "items": {"type": "string"}}, "Address": {"type": "string"}, "Port": {"type": "integer"}}, "required": ["ID", "Name", "Tags", "Address", "Port"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"classmap-authoritative": {"type": "boolean"}}, "required": [... | {"name" : "openfaas/function-php8", "description" : "Template for function in PHP 8", "type" : "project", "license" : "proprietary", "config" : {"classmap-authoritative" : true}, "autoload" : {"psr-4" : {"App\\" : "src/"}}, "require" : {"php" : "^8.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"classmap-authoritative": {"type": "boolean"}}, "required": ["classmap-authoritative"]}, "autoload": {"type": "object", ... |
Please provide a valid JSON object following this schema:
{"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" : "arbiter/arbiter", "type" : "library", "description" : "An Action system for Action-Domain-Responder.", "keywords" : ["adr", "action domain responder"], "homepage" : "https://github.com/arbiterphp/Arbiter.Arbiter", "license" : "MIT", "authors" : [{"name" : "Arbiter.Arbiter Contributors", "homepage" : "https:/... | 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": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"displayName": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"naughtyattributes": {"type": "string"... | {"displayName" : "unity-data-binding", "name" : "unitydatabinding", "version" : "1.0.0", "description" : "unity-data-binding", "dependencies" : {"naughtyattributes" : "2.0.8", "unirx" : "6.2.2"}, "author" : "crowdoka", "license" : "MIT", "bugs" : {"url" : "https://github.com/crowdoka/unity-data-binding/issues"}, "homep... | json_instruct | {"type": "object", "properties": {"displayName": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"naughtyattributes": {"type": "string"}, "unirx": {"type": "string"}}, "required": ["naughtyattributes", "u... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-c... | {"devDependencies" : {"eslint" : "^7.32.0", "eslint-config-airbnb-base" : "^14.2.1", "eslint-plugin-import" : "^2.25.2"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["devDependencies"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"actual": {"type": "number"}, "country": {"type": "string"}, "currency": {"type": "string"}, "forecast": {"type": "number"}, "name": {"type": "string"}, "previous": {"type": "number"}, "timestamp": {"... | [{"actual" : 87.3, "country" : "Germany", "currency" : "EUR", "forecast" : 87.5, "name" : "German Ifo Business Climate Index", "previous" : 87.7, "timestamp" : 1038301200, "volatility" : 2}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"actual": {"type": "number"}, "country": {"type": "string"}, "currency": {"type": "string"}, "forecast": {"type": "number"}, "name": {"type": "string"}, "previous": {"type": "number"}, "timestamp": {"type": "integer"}, "volatility": {"type": "integer"}}, "req... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "template": {"type": "object", "properties": {"forceLanguage": {"type": "string"}}, "required": ["forceL... | {"title" : "Silent Auction API Documentation", "name" : "Silent Auction API", "version" : "1.0.0", "description" : "Sellers can post items for auction, buyers can bid on items!", "template" : {"forceLanguage" : "en"}, "url" : "https://silent-auction-bw.herokuapp.com"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "template": {"type": "object", "properties": {"forceLanguage": {"type": "string"}}, "required": ["forceLanguage"]}, "url": {"type": "string"}}, "required": ["title... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "... | {"id" : 9384, "source" : "benson", "verse_id" : 18517, "verse_count" : 3, "reference" : "43:11\u201313", "title" : "", "html" : " <p> <a class=\"isa\" verses=\"eyIxODUxNyI6M30=\">Isaiah 43:11-13</a>. <i>Besides me there is no saviour \u2014 </i> None that can and does save his worshippers: wherein is implied, that the ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "descrip... | {"accountLinkingWhitelistedDomains" : null, "asin" : "B01MTRY21F", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "This skill tells you a random famous quote every time you want to. Perfect when you need motivation.", "enablement" : null, "exampleInteractions" : ["Al... | json_instruct | {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type":... | {"collections" : [{"fullName" : "KaVE.RS.Commons.Settings.KaVE.RS.Commons.Settings.ModelStoreSettings", "methods" : [{"name" : "KaVE.RS.Commons.Settings.KaVE.RS.Commons.Settings.ModelStoreSettings()", "type" : "CTOR", "count" : 4}]}]} | json_instruct | {"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name"... |
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" : [[36, 48], [38, 51], [40, 48], [30, 31], [36, 37], [50, 15], [54, 13], [48, 54], [51, 19], [29, 42], [12, 62], [43, 52], [53, 42], [33, 65], [9, 70], [19, 67], [53, 34], [52, 30], [41, 68], [17, 73], [51, 31], [48, 27], [45, 78], [53, 75], [61, 79], [63, 37], [68, 40], [63, 40], [63, 37], [74, 79], [69, 6... | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"imports": {"type": "array", "items": {"type": "string"}}, "props": {"type": "object", "properties": {}, "required": []}}, "required": ["imports", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"imports" : ["../base/all.json"], "props" : {}} | json_instruct | {"type": "object", "properties": {"imports": {"type": "array", "items": {"type": "string"}}, "props": {"type": "object", "properties": {}, "required": []}}, "required": ["imports", "props"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type"... | {"station" : [{"pref_cd" : 27, "line_cd" : 99622, "line_name" : "\u5927\u962a\u30e1\u30c8\u30ed\u5343\u65e5\u524d\u7dda", "station_cd" : 9962204, "station_g_cd" : 9962204, "station_name" : "\u897f\u9577\u5800", "lon" : 135.487223, "lat" : 34.675256}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"qrious.js": {"type": "string"}, "qrious.min.js": {"type": "string"}}, "required": ["qrious.js", "qrious.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"qrious.js" : "sha512-htfScewKHBtgVZnAtjDLznsdGwfcKj1ZdLwyFaSC5A5viWWTuZvd+JuLsqGE0eGS3G4AvoH7YNHFdwacQoPiQg==", "qrious.min.js" : "sha512-Y4w6VSw4RFo7JF4+8kj2zTFv3rIp1DMRfkq/59rAbLXypkuBv9WPpbKyzzihUmUdnGkcn85BPKEec7hRl0+AsA=="} | json_instruct | {"type": "object", "properties": {"qrious.js": {"type": "string"}, "qrious.min.js": {"type": "string"}}, "required": ["qrious.js", "qrious.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}... | {"name" : "ol3", "filename" : "ol.js", "description" : "Build tools and sources for developing OpenLayers based mapping applications", "homepage" : "http://openlayers.org/", "license" : "BSD-2-Clause", "keywords" : ["map", "openlayers", "maps"], "repository" : {"type" : "git", "url" : "https://github.com/openlayers/ol3... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "fb148563208b77109057063c00104b6c0bf84b02"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d362-44", "text" : "Smlmm&vry Budget jar to Part-od July 1, 1%!? -\nSatnay (Detail below)\nSSEarles and M\u00abw\nik.*@\nSplice and l&penaes\u00a9\nMMMMliii Wagmmm\ntom*\nmi aaa\u00bb\u00ab\nTSfector\nAssociate Biiwfcor\nSM&ptMijr\nC3tarl**$texia\nRetirement (8.133? of salaries)\n\u2022forioamte Conpcnootion (... | json_instruct | {"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": {"clicked": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "value": {"type": "boolean"}, "reflectToAttribute": {"type": "boolean"}, "observer": {"type": "string"}}, "require... | {"clicked" : {"name" : "clicked", "type" : "Boolean", "value" : false, "reflectToAttribute" : true, "observer" : "_clickedChanged"}} | json_instruct | {"type": "object", "properties": {"clicked": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "value": {"type": "boolean"}, "reflectToAttribute": {"type": "boolean"}, "observer": {"type": "string"}}, "required": ["name", "type", "value", "reflectToAttribute", "observer"]}}, "req... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "st... | {"name" : "Crypto Cavemen", "symbol" : "CAVE", "type" : "SPL", "decimals" : 6, "description" : "The Crypto Cavemen Club is an exclusive NFT community comprised of the world's most prehistoric generation of humans.", "website" : "https://cryptocavemen.io/", "explorer" : "https://solscan.io/token/4SZjjNABoqhbd4hnapbvoEPE... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "links": {"ty... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}}, "required": ["copyright", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Whizark", "url" : "https://github.com/whizark"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}}, "required": ["copyright", "url"], "$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"}, "typings": {"type": "null"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"t... | {"name" : "@types/fast-json-patch", "version" : "1.1.5", "typings" : null, "description" : "Stub TypeScript definitions entry for JSON-Patch, which provides its own types definitions", "main" : "", "scripts" : {}, "author" : "", "repository" : "https://github.com/Starcounter-Jack/JSON-Patch", "license" : "MIT", "depend... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "typings": {"type": "null"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "repository": {"type": "string"}, "licen... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInPa... | {"dependencies" : [{"name" : "/Users/miguelangel.duran/Dev/react-slidy/package.json", "includedInParent" : true, "mtime" : 1521561109568}, {"name" : "/Users/miguelangel.duran/Dev/react-slidy/.babelrc", "includedInParent" : true, "mtime" : 1520271563719}, {"name" : "/Users/miguelangel.duran/Dev/react-slidy/node_modules/... | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-122.346681, 37.811027], [-122.34093, 37.81953], [-122.341039, 37.826457], [-122.317478, 37.832307], [-122.312273, 37.832201], [-122.318746, 37.835417], [-122.319421, 37.836799], [-122.28113, 37.827462], [-122.293994, 37.... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type... | {"id" : 1125906949, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "2e2ccff65a35cac7cb8633a86eeddb5e", "wof:id" : 1125906949, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.88447, 44.96609, 0.88447, 44.96609], "geometry" : {"coordinates" : [0.88447, 44.9660... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"},... | {"uuid" : "2d872ff5-2926-4d6a-8510-ae64623446a3", "children" : ["f483dac4-9630-44c3-9e1b-453b45892cd2"], "befores" : [{"name" : "check_ui", "status" : "passed", "start" : 1635095471284, "stop" : 1635095471284}], "start" : 1635095471284, "stop" : 1635095472849} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "require... |
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": {"error... | {"contract" : "0x678042580304a7f32dd03b027d90083818dc16a1", "tool" : "honeybadger", "start" : 1565814575.2244756, "end" : 1565814584.4254231, "duration" : 9.200947523117065, "analysis" : [{"errors" : [], "file" : "/unique_chucks/45/0x678042580304a7f32dd03b027d90083818dc16a1.sol", "name" : "EtherealFoundationOwned"}, {"... | 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": "strin... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/sc... | {"title" : "\u831c\u3055\u3059-TV\u52a8\u753b\u300a\u590f\u76ee\u53cb\u4eba\u5e10 \u4f0d\u300b\u7247\u5c3e\u66f2", "author" : "Aimer", "musicType" : "\u52a8\u6f2b", "musicNo" : "0007203"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "integer"}, "isRoot": {"type": "boolean"}, "tools": {"type": "object", "properties": {"cake.tool": {"type": "object", "properties": {"version": {"type": "string"}, "commands": {"type": "array... | {"version" : 1, "isRoot" : true, "tools" : {"cake.tool" : {"version" : "1.0.0-rc0002", "commands" : ["dotnet-cake"]}, "dotnet-format" : {"version" : "5.0.147901", "commands" : ["dotnet-format"]}, "Codecov.Tool" : {"version" : "1.12.3", "commands" : ["codecov"]}}} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "isRoot": {"type": "boolean"}, "tools": {"type": "object", "properties": {"cake.tool": {"type": "object", "properties": {"version": {"type": "string"}, "commands": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "commands"]}, "do... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "tournament": {"type": "string"}, "type": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "visitor": {"type": "string"}, "visitorScore": {"type": "string"}... | {"id" : "waterloo_ringette_u14a_2", "tournament" : "waterloo_ringette", "type" : "RR", "date" : "Fri Jan 10", "time" : "9:00A", "visitor" : "Oshawa", "visitorScore" : "1", "home" : "West Ottawa - F", "homeScore" : "5", "status" : "Official", "isoDate" : 1578628800000, "tournamentName" : "Waterloo"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "tournament": {"type": "string"}, "type": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "visitor": {"type": "string"}, "visitorScore": {"type": "string"}, "home": {"type": "string"}, "homeScore": {"type": "string"}, "status": {"ty... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"},... | [{"results" : [{"tech" : 3, "pts" : 633, "connections" : 184830, "capacity" : 441138, "investments" : 2425172}, {"tech" : 1, "pts" : 14, "connections" : 8593, "capacity" : 7164, "investments" : 1031919}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "insurmountability", "definition" : "The state or quality of being insurmountable."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["purescript-featurespec"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type"... | {"cam/image_array" : "2620_cam-image_array_.jpg", "user/angle" : 0.986, "user/throttle" : 0.368, "user/mode" : "user", "pos/pos_x" : 63.00759, "pos/pos_y" : 0.5540763, "pos/pos_z" : 79.85011, "pos/speed" : 10.34668, "pos/cte" : -3.368897, "milliseconds" : 142255} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["040424"], "\uc81c\uc548\uc77c\uc790" : ["1958-06-27"], "\uc81c\uc548\uc790" : ["\uc5c4\uc0c1\uc12d\uc758\uc6d0\uc67814\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c4\ub300(1958~1960)\uc81c29\ud68c"]... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "objec... | {"status" : 3, "startTimes" : [7, 4, 60, 101, 18, 47, 115, 88, 75, 43], "objectiveValue" : 309.0, "solverRuntimeInMilliseconds" : 0, "optional" : {}} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"locati... | {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 25.8215884, "lng" : 90.0115479}, "viewport" : {"northeast" : {"lat" : 25.8230454302915, "lng" : 90.01306033029151}, "southwest" : {"lat" : 25.82034746970849, "lng" : 90.0103623697085}}}, "icon" : "https://map... | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"os": {"type": "string"}, "python": {"type": "string"}, "heartbeatAt": {"type": "string"}, "startedAt": {"type": "string"}, "docker": {"type": "null"}, "cpu_count": {"type": "integer"}, "cuda": {"type": "null"}, "ar... | {"os" : "Windows-10-10.0.22000-SP0", "python" : "3.9.1", "heartbeatAt" : "2022-01-20T08:38:12.882852", "startedAt" : "2022-01-20T08:38:09.104706", "docker" : null, "cpu_count" : 8, "cuda" : null, "args" : [], "state" : "running", "program" : "C:\\Users\\Durita Kvilt\\OneDrive\\Menneske orienteret kunstig intelligens\\M... | json_instruct | {"type": "object", "properties": {"os": {"type": "string"}, "python": {"type": "string"}, "heartbeatAt": {"type": "string"}, "startedAt": {"type": "string"}, "docker": {"type": "null"}, "cpu_count": {"type": "integer"}, "cuda": {"type": "null"}, "args": {"type": "array", "items": {}}, "state": {"type": "string"}, "prog... |
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" : 1125869999, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "d2bc4e68a3e94f72992a0172c504376f", "wof:id" : 1125869999}, "bbox" : [7.1073, 46.41987, 7.1073, 46.41987], "geometry" : {"coordinates" : [7.1073, 46.41987], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}}, "required": ["src:alt_label", "src:geom", "wof... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"ty... | {"name" : "uiuc-better-catalog", "description" : "Improved course explorer & registration system", "main" : "main.js", "authors" : ["Chada Kengradomying", "Fang Lu", "Jingxiang Lin", "Tanitpong"], "license" : "MIT", "homepage" : "https://github.com/ilufang/uiuc-better-catalog", "ignore" : ["**/.*", "node_modules", "bow... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepa... | {"latest_version" : ["0.3.0.0"], "meta" : {"description" : "Execute SQL code against data contained in one or more comma-separated-value (CSV) files", "homepage" : "none"}, "versions" : {"0.3.0.0" : {"sha256" : "0a29601a2b490d430e91d087e47955b9a95164a34b2964e47506c1b3c522bbbf", "url" : "https://files.pythonhosted.org/p... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.3.0.0": {"type": "o... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "... | {"ast" : null, "code" : "import { DEFAULT_LOCALE } from '../../i18n/index';\nimport { CHANGE_LOCALE_SUCCESS } from '../../actions/localeActions';\nexport default (function (initialLocale) {\n if (initialLocale === void 0) {\n initialLocale = DEFAULT_LOCALE;\n }\n\n return function (previousLocale, action) {\n ... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"x" : 0.00777444, "y" : 0.4214}, {"x" : 0.0318074, "y" : 0.5463}, {"x" : 0.0705942, "y" : 0.6349}, {"x" : 0.141424, "y" : 0.6902}, {"x" : 0.320161, "y" : 0.7442}, {"x" : 0.714109, "y" : 0.8072}, {"x" : 1.4395, "y" : 0.8648}, {"x" : 3.28451, "y" : 0.9238}, {"x" : 7.28141, "y" : 0.9648}, {"x" : 12.3978, "y" : 0.9784}, ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"fr": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "en"]}, "rarity": {"type": "integer"}, "power": {"type": "integer"}, "nature": {"type": "int... | {"translations" : {"fr" : "\ud83c\udfb0 **Machine \u00e0 sous**", "en" : "\ud83c\udfb0 **Slot machine**"}, "rarity" : 4, "power" : 142, "nature" : 6, "french_masculine" : 0, "french_plural" : 0} | json_instruct | {"type": "object", "properties": {"translations": {"type": "object", "properties": {"fr": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "en"]}, "rarity": {"type": "integer"}, "power": {"type": "integer"}, "nature": {"type": "integer"}, "french_masculine": {"type": "integer"}, "french_plural": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"documentSentiment": {"type": "object", "properties": {"magnitude": {"type": "number"}, "score": {"type": "number"}}, "required": ["magnitude", "score"]}, "language": {"type": "string"}, "sentences": {"type": "array... | {"documentSentiment" : {"magnitude" : 0.6, "score" : -0.6}, "language" : "en", "sentences" : [{"text" : {"content" : "Well, I stand up next to a mountain \rAnd I chop it down with the edge of my hand \rYeah \rWell, I stand up next to a mountain \rAnd I chop it down with the edge of my hand \rWell, I pick up all th... | json_instruct | {"type": "object", "properties": {"documentSentiment": {"type": "object", "properties": {"magnitude": {"type": "number"}, "score": {"type": "number"}}, "required": ["magnitude", "score"]}, "language": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$sch... | [{"name" : "AGAR", "frequency" : 135, "males" : "1.4814814814814816 %", "females" : "98.51851851851852 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_comment": {"type": "string"}, "device_password": {"type": "string"}, "device_groupid": {"type": "string"}}, "required": ["_comment", "device_password", "device_groupid"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"_comment" : "Set a default device password, and set the 'device_groupid' field to the TeamViewer group ID of the 'Unassigned' group (create if necessary).", "device_password" : "xxxx", "device_groupid" : "123456789"} | json_instruct | {"type": "object", "properties": {"_comment": {"type": "string"}, "device_password": {"type": "string"}, "device_groupid": {"type": "string"}}, "required": ["_comment", "device_password", "device_groupid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id_5153": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5153"], "$schema": "http://json-schema.org/draft-07/schema#... | {"id_5153" : {"publicdate" : "2011-04-21 21:20:31", "title" : "The Doctor's Dilemma"}} | json_instruct | {"type": "object", "properties": {"id_5153": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5153"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required... | {"uuid" : "1369a8f1-aeba-47b4-985d-ac264a710f7f", "befores" : [{"name" : "atom_masses", "status" : "passed", "start" : 1635703664328, "stop" : 1635703664329}], "start" : 1635703664328, "stop" : 1635703664349} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type":... |
Based on the schema below, produce a valid JSON object:
{"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": "s... | {"id" : 71060915, "name" : "Feather Wind", "is_illegal" : false, "is_custom" : false, "text" : "When a Spell/Trap Card is activated while you control a face-up \"Elemental HERO Avian\": Negate the activation and destroy it.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/71060915.jpg"], "type" : "Trap... | 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"}, "trap_type": {"type": "string"}}, "required": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"error... | {"contract" : "0x452af6c2068d2158081b97c7e0185fe418bcd8ee", "tool" : "honeybadger", "start" : 1565831057.4214604, "end" : 1565831115.7784028, "duration" : 58.35694241523743, "analysis" : [{"errors" : [], "file" : "/unique_chucks/27/0x452af6c2068d2158081b97c7e0185fe418bcd8ee.sol", "name" : "SKWVesting1"}, {"errors" : []... | 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": "strin... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"... | {"geometry" : {"type" : "Point", "coordinates" : [-92.15, 31.21]}, "type" : "Feature", "id" : "71331", "properties" : {"other_cities" : "Vick", "city" : "Effie", "state" : "LA", "county" : "Avoyelles Parish"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"type": "string"}, ... | {"username" : "user01", "additional_items" : [], "items" : {"1" : "negative", "3" : "neutral", "2" : "negative", "5" : "negative", "4" : "negative"}, "tweet_id" : "572762596882952192", "timespent" : 12.989162921906, "starttime" : 1429609094.8298, "itemcount" : "5", "savingtime" : 1429609107.819} | json_instruct | {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"type": "string"}, "4": {"type": "string"}}, "required": ["1", "3", "2", "5", ... |
Construct a JSON document that adheres to this schema specification:
{"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": {"... | {"t" : "silsilen", "h" : [{"d" : [{"f" : "\u628a\u2026\u5206\u6210\u4efd\u5206\u767c\u3002", "e" : ["\ufff9`Silsil~`e~`n~ `ko~ `'odax~ `no~ `wawa~.\ufffa\ufffb\u628a\u5b69\u5b50\u7684\u7cd6\u679c\u5206\u6210\u767c\u3002"]}, {"f" : "\u628a\u2026\u6492\u653e\u3001\u6492\u4e0b\u3002", "e" : ["\ufff9`Silsil~`e~`n~ `ko~ `ko... | 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"]}}, "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"typ... | {"name" : "socket.io-redis-sample", "version" : "0.0.2", "private" : true, "scripts" : {"start" : "node app"}, "dependencies" : {"body-parser" : "^1.7.0", "cookie-parser" : "^1.3.2", "express" : "^4.8.7", "jade" : "^1.6.0", "morgan" : "^1.3.0", "mysql" : "^2.5.5", "opts" : "^1.2.2", "socket.io" : "^1.0.6", "socket.io-r... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-par... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["430482101002", "\u67cf\u574a\u5c45\u59d4\u4f1a", "121", "0"], ["430482101003", "\u65b0\u8857\u5c45\u59d4\u4f1a", "121", "0"], ["430482101004", "\u6768\u5bb6\u6e7e\u5c45\u59d4\u4f1a", "121", "0"], ["430482101200", "\u5c0f\u67cf\u6751\u59d4\u4f1a", "220", "0"], ["430482101201", "\u6597\u5cad\u6751\u59d4\u4f1a", "220",... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.209831, 53.462305]}, "properties" : {"site-address" : "328-336 Stockport Road", "start-date" : "2019-12-31", "minimum-net-dwellings" : "96", "site-plan-url" : "https://mappinggm.org.uk/gmodin/?lyrs=brownfield_2019_gm#os_maps_light/18/53.462305/-2.... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-address": {"type": "string"}... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.