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": {"900353541": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353542": {"type": "object", "properties": {"nama": {"type":... | {"900353541" : {"nama" : "TPS 1", "dapil" : [3306, 13308, 2330805]}, "900353542" : {"nama" : "TPS 2", "dapil" : [3306, 13308, 2330805]}, "900353543" : {"nama" : "TPS 3", "dapil" : [3306, 13308, 2330805]}, "900353544" : {"nama" : "TPS 4", "dapil" : [3306, 13308, 2330805]}, "900353545" : {"nama" : "TPS 5", "dapil" : [330... | json_instruct | {"type": "object", "properties": {"900353541": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353542": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"buildCommand": {"type": "string"}, "publishDirectory": {"type": "object", "properties": {"baseui": {"type": "string"}}, "required": ["baseui"]}, "sandboxes": {"type": "array", "items": {"type": "string"}}}, "re... | {"buildCommand" : "build", "publishDirectory" : {"baseui" : "dist"}, "sandboxes" : ["basic-usage-9olot"]} | json_instruct | {"type": "object", "properties": {"buildCommand": {"type": "string"}, "publishDirectory": {"type": "object", "properties": {"baseui": {"type": "string"}}, "required": ["baseui"]}, "sandboxes": {"type": "array", "items": {"type": "string"}}}, "required": ["buildCommand", "publishDirectory", "sandboxes"], "$schema": "htt... |
The schema below describes a JSON structure. Generate a valid example:
{"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"}},... | {"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_analytic_on_cube", "white" : "bobyqa_noise", "black" : "optuna_random", "traceback" : ["passing", "passing"], "best_val" : [0.005893623591993066, 1.225840731736414], "best_x" : [[0.006418246804346554, 0.09935139423193946, 0.11107366407170746, 0.21365506579950536,... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "aya... | {"id" : 1398, "surahNumber" : "010", "ayatNumber" : "034", "arabic" : "\u0642\u064f\u0644\u0652 \u0647\u064e\u0644\u0652 \u0645\u0650\u0646\u0652 \u0634\u064f\u0631\u064e\u0643\u064e\u0627\u0626\u0650\u0643\u064f\u0645\u0652 \u0645\u064e\u0646\u0652 \u064a\u064e\u0628\u0652\u062f\u064e\u0623\u064f \u0627\u0644\u0652\u0... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "c... | {"name" : "Token 6Lgj", "symbol" : "6LgjP", "decimals" : 6, "address" : "6LgjPrEGUc8kMCUB4tVuLennxvhGHJWCp44fWaFXxVbP", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":... | {"Time" : "2021-03-21T11:00:00Z", "Temp" : 27.5, "RelHum" : 33, "WindSpeed" : 0.2, "WindDir" : 191} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cordova-call", "version" : "1.1.6", "lockfileVersion" : 1} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"space-before-function-paren": {"type": "integer"}, "react/prop-types": {"type": "integer"}, "@next/next/no-img-element": {"type": "integer"}}, "requi... | {"extends" : "next/core-web-vitals", "rules" : {"space-before-function-paren" : 0, "react/prop-types" : 0, "@next/next/no-img-element" : 0}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"space-before-function-paren": {"type": "integer"}, "react/prop-types": {"type": "integer"}, "@next/next/no-img-element": {"type": "integer"}}, "required": ["space-before-function-paren", "react/prop-types", "@ne... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "8db9d2bad140aba850a6", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "pr... | {"name" : "bibtex-js-parser", "version" : "1.1.5", "homepage" : "https://github.com/yepengding/bibtex-js-parser", "description" : "A BitTeX parser implemented in JavaScript (ES6). Transforming a BibTeX file to an object in memory or a semi-structured file on disk.", "main" : "./index.js", "types" : "./index.d.ts", "scr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build-commonjs": {"type": "str... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "o... | {"nft" : {"id" : "8699", "name" : "PixelFreak #08699", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmfTrcR6ry2EFib4KqaHrSVJbDX252DdHegtUH678XXa2o", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Tie Red"}, {"tr... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "282ece87-545b-40f9-8986-f8d72e11f066", "children" : ["ee75cba1-ce2b-4b77-aabe-c6e3a401f48e"], "befores" : [{"name" : "check_ui", "status" : "passed", "start" : 1629367333824, "stop" : 1629367333824}], "start" : 1629367333824, "stop" : 1629367334418} | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Feedback": {"type": "object", "properties": {"ContactThePiwikTeam": {"type": "string"}, "DoYouHaveBugReportOrFeatureRequest": {"type": "string"}, "GetInTouch": {"type": "string"}, "IWantTo": {"type": "string"}, "Le... | {"Feedback" : {"ContactThePiwikTeam" : "Kontakt z ekip\u0105 Piwik!", "DoYouHaveBugReportOrFeatureRequest" : "Czy odkry\u0142e\u015b b\u0142\u0105d o kt\u00f3rym chcesz poinformowa\u0107, lub masz pomys\u0142 na now\u0105 funkcjonalno\u015b\u0107?", "GetInTouch" : "Dzi\u0119kujemy za uwagi i zawsze czytamy wszystkie wi... | json_instruct | {"type": "object", "properties": {"Feedback": {"type": "object", "properties": {"ContactThePiwikTeam": {"type": "string"}, "DoYouHaveBugReportOrFeatureRequest": {"type": "string"}, "GetInTouch": {"type": "string"}, "IWantTo": {"type": "string"}, "LearnWaysToParticipate": {"type": "string"}, "ManuallySendEmailTo": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "... | {"elapsed" : "0.591", "endpoint-url" : "https://www.aylesburyvaledc.gov.uk/sites/default/files/page_downloads/aylesbury_vale_brownfield_register_2017-12-19_rev1%20%282%29.csv", "entry-date" : "2020-08-28T00:40:58.374117", "exception" : "SSLError"} | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "320831402598", "text" : "\u7cae\u68c9\u539f\u79cd\u573a\u865a\u62df\u751f\u6d3b\u533a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {... | {"title" : "St. Vincent and the Grenadines - Financial Sector", "downloads" : 80, "tags" : ["economics", "hxl", "indicators", "Saint Vincent And The Grenadines"], "hxl" : 1, "org" : "World Bank Group", "id" : "96fada36-d7b3-4650-966c-047a7d146b4e", "resources" : [{"update_date" : "2021-02-01T00:42:28.722198", "link" : ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"database": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "username", "password"]}, "__hmac": {"type": "string"}}, ... | {"database" : {"host" : "127.0.0.1", "username" : "ENCRYPTED|a8c967bcf71a65fdeb29c6d965059fbf|04262ca07306dd7883c1c352a7083346", "password" : "ENCRYPTED|acbdb333085cb712c514510b44fe78ff|5da8a72455986edc61e36b38d8660a4849d263577c5a9f4ccaff57bd6d8e35ee"}, "__hmac" : "3c22b0a046c6a25c523e0721c70574402009378a87c598b55365eb... | json_instruct | {"type": "object", "properties": {"database": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "username", "password"]}, "__hmac": {"type": "string"}}, "required": ["database", "__hmac"], "$schema": "http://json-schema.or... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"typ... | {"id" : 20563387, "ot" : 3, "alias" : 0, "setcode" : 309510799567, "type" : 8388641, "atk" : 0, "def" : 2000, "level" : 5, "race" : 8, "attribute" : 32, "category" : 0, "name" : "Number C80: Requiem in Berserk", "desc" : "3 Level 5 monsters\nYou can target 1 face-up Xyz Monster you control; equip this monster you contr... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "mainLink": {"type": "string"}, "secondar... | {"city" : "paris", "country" : "france", "name" : "Duchess France", "image" : "https://pbs.twimg.com/profile_images/477518173869060096/O_Rprbz3_400x400.png", "topics" : ["Python"], "mainLink" : "https://www.meetup.com/Duchess-France-Meetup", "secondaryLinks" : [{"name" : "Website", "url" : "https://www.duchess-france.o... | json_instruct | {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "mainLink": {"type": "string"}, "secondaryLinks": {"type": "array", "items": {"type": "object", "properties": {"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "extracauldrons:block/lapis_cauldron"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item... | {"type" : "minecraft:crafting_shaped", "pattern" : ["###", "###", "###"], "key" : {"#" : {"item" : "spongesplus:strong_lava_sponge"}}, "result" : {"item" : "spongesplus:advanced_lava_sponge", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"i... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "eventName": {"type": "string"}, "eventType": {"type": "string"}, "eventBubbles": {"type": "boole... | {"kind" : "Event", "name" : "Element.webkitmouseforceup_event", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/Element/webkitmouseforceup_event", "description" : "The non-standard webkitmouseforceup event is fired by Safari at an Element some time after the webkitmouseforcedown event, when pressure on the b... | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "eventName": {"type": "string"}, "eventType": {"type": "string"}, "eventBubbles": {"type": "boolean"}, "eventCancelable": {"type": "boolean"}}, "required": ["kind", "n... |
Using the following JSON schema, generate a compatible JSON instance:
{"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-sche... | {"word" : "Unimaginative", "definitions" : ["Not readily using or demonstrating the use of the imagination; stolid and somewhat dull."], "parts-of-speech" : "Adjective"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "language": {"type": "string"}, "import": {"type": "array", "items": {"type": "string"}}, "dictionaryDefinitions": {"type": "array", "items": {"type": "object", "properties": {"name": ... | {"version" : "0.2", "language" : "en-US", "import" : ["@cspell/dict-medicalterms/cspell-ext.json"], "dictionaryDefinitions" : [{"name" : "custom", "path" : "./.dictionary.txt"}], "dictionaries" : ["bash", "csharp", "custom", "dotnet", "filetypes", "fonts", "medicalterms", "powershell", "python", "softwareTerms"], "lang... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "language": {"type": "string"}, "import": {"type": "array", "items": {"type": "string"}}, "dictionaryDefinitions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "middle": {"type": "string"}}, "required": ["top", "bottom", "middle"]}}, "required": ["parent",... | {"parent" : "darksouls:block/big_door_middle", "textures" : {"top" : "minecraft:block/birch_door_top", "bottom" : "minecraft:block/birch_door_bottom", "middle" : "darksouls:blocks/big_birch_door_middle"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "middle": {"type": "string"}}, "required": ["top", "bottom", "middle"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}... | {"name" : "Dumbbell One-Arm Triceps Extension", "force" : "push", "level" : "intermediate", "mechanic" : "isolation", "equipment" : "dumbbell", "primaryMuscles" : ["triceps"], "secondaryMuscles" : [], "instructions" : ["Grab a dumbbell and either sit on a military press bench or a utility bench that has a back support ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondaryMuscles": {"type": "array", "items": {}}, "instructions": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "hydrobranchiata", "definition" : "An extensive artificial division of gastropod mollusks, including those that breathe by gills, as contrasted with the Pulmonifera. -- Hy`dro*bran\"chi*ate, a."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "dawnoftimebuilder:block/general/birch_planks_plate"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {... | {"ip" : "61.223.144.102", "country_code" : "TW", "country_name" : "Taiwan", "region_code" : "MIA", "region_name" : "Miaoli", "city" : "Miaoli", "zip_code" : "", "time_zone" : "Asia/Taipei", "latitude" : 24.5643, "longitude" : 120.8237, "metro_code" : 0} | json_instruct | {"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "num... |
Using the following JSON schema, generate a compatible 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" : ["Bluffton, SC", "Pritchardville, SC", "Brighton Beach, SC"], "state" : "SC", "postal_code" : "29910", "locality" : "Bluffton, SC", "lat" : 32.219462, "region" : {"fips" : "45", "abbr" : "SC", "name" : "South Carolina"}, "city" : "Bluffton", "type" : "STANDARD", "lng" : -80.898538, "counties" : [{"fips"... | 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"}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "modiolus", "definition" : "The central column in the osseous cochlea of the ear."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 0, "id" : "FO-NO"}, {"users" : 0, "id" : "FO-SA"}, {"users" : 0, "id" : "FO-OS"}, {"users" : 0, "id" : "FO-ST"}, {"users" : 0, "id" : "FO-SU"}, {"users" : 0, "id" : "FO-VG"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "array", "items": {}}}, "required": ["success", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"success" : true, "message" : "All available vehicles successfully received.", "data" : []} | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "array", "items": {}}}, "required": ["success", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "req... | {"name" : "@devteks/downloader", "description" : "Simple node.js file downloader", "version" : "0.0.4", "license" : "MIT", "author" : {"name" : "Mosa Muhana <mosamuhana@gmail.com>", "url" : "https://github.com/mosamuhana"}, "repository" : {"type" : "git", "url" : "https://github.com/mosamuhana/node-downloader.git"}, "h... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "repository": {"type": "object"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"update:deps": {"type": "string"}, "install:client": {"type": "string"}, "install:server": {"type": "string"}, "client": {"type": "string"}, "server": {"type": "string"}, ... | {"scripts" : {"update:deps" : "yarn install && cd aiko-client && yarn install", "install:client" : "cd aiko-client && yarn install", "install:server" : "cd server && yarn install", "client" : "cd aiko-client && yarn run dev", "server" : "cd server && yarn run start:dev", "dev" : "concurrently --kill-others-on-fail \"ya... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"update:deps": {"type": "string"}, "install:client": {"type": "string"}, "install:server": {"type": "string"}, "client": {"type": "string"}, "server": {"type": "string"}, "dev": {"type": "string"}, "lint": {"type": "string"}}, "required": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "ob... | {"name" : "SpinnerButton", "version" : "0.1.3", "summary" : "UIKit button with loading state", "description" : "<<-DESC\n Modified UIButton with loading state created as a stroke spinned around the button.\n The component has two state: default state without spinning stroke and loading state with spinning stroke.\n ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "str... |
Construct a JSON document that adheres to this schema specification:
{"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" : [[[-85.655906, 41.58152], [-85.636353, 41.581695], [-85.616786, 41.586336], [-85.609929, 41.586289], [-85.607904, 41.584739], [-85.607867, 41.582012], [-85.48177, 41.583356], [-85.481406, 41.525363], [-85.654747, 41.523347],... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "Cyberpunk", "author" : "N7CombatWombat", "count" : 76} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$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"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"cypress":... | {"name" : "semana_agilizei_02", "version" : "1.0.0", "main" : "index.js", "author" : "Matheus Sunderhus", "license" : "MIT", "devDependencies" : {"cypress" : "5.6.0", "cypress-multi-reporters" : "^1.4.0", "mocha" : "^8.2.1", "mochawesome" : "^6.2.1", "mochawesome-merge" : "^4.2.0", "mochawesome-report-generator" : "^5.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"cypress": {"type": "string"}, "cypress-multi-reporters": {"type": "string"}, "mocha"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type":... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 44}, "clipped" : true, "id" : "ca7b99193d"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 53}, "clipped" : true, "id" : "025397a93b"}]}}, "type" : "Topology", "transform" ... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"pagoda-speak-meta": {"type": "string"}}, "required": ["pagoda-speak-meta"]}}, "required": ["name", "devDependencies"], "$schema": "http://json-sc... | {"name" : "some app", "devDependencies" : {"pagoda-speak-meta" : "git@bitbucket.org:pagodabox-js-libs/speak-meta.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"pagoda-speak-meta": {"type": "string"}}, "required": ["pagoda-speak-meta"]}}, "required": ["name", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type":... | [{"id" : "1097503458800762880", "url" : "https://twitter.com/austin_goodguy/status/1097503458800762880", "username" : "", "text" : "\u0e07\u0e38\u0e48\u0e19\u0e07\u0e48\u0e32\u0e19 \u0e2b\u0e07\u0e38\u0e14\u0e2b\u0e07\u0e34\u0e14 \u0e42\u0e21\u0e42\u0e2b\u0e2b\u0e34\u0e27 #\u0e40\u0e2b\u0e19\u0e37\u0e48\u0e2d\u0e22\u0e... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}}, "required": ["id", "url", "username", "text", "date", "r... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"900544162": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544163": {"type": "object", "properties": {"nama": {"type... | {"900544162" : {"nama" : "TPS 1", "dapil" : [3510, 13513, 2352402]}, "900544163" : {"nama" : "TPS 2", "dapil" : [3510, 13513, 2352402]}, "900544164" : {"nama" : "TPS 3", "dapil" : [3510, 13513, 2352402]}, "900544165" : {"nama" : "TPS 4", "dapil" : [3510, 13513, 2352402]}, "900544166" : {"nama" : "TPS 5", "dapil" : [351... | json_instruct | {"type": "object", "properties": {"900544162": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544163": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop... | {"hash" : "0x1903fcd34b4d14f63c558d5e2656b0cc203989565e3fcb4285f744d72422fe5d", "parentHash" : "0x33ea2d0390b884ec28693673a15b3cadbb6703bd8a6eee578af019b1768b8a91", "number" : 61553, "timestamp" : 1439174286, "nonce" : "0x5ffe4c87056c2452", "difficulty" : 1737037017602, "gasLimit" : {"_hex" : "0x2fe3de"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema... | [{"name" : "ADALI", "frequency" : 345, "males" : "7.536231884057972 %", "females" : "92.46376811594203 %"}] | 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#"} |
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": {"test": {"type": "string"}}, "required": ["test... | {"name" : "boxcast-sdk-react-native", "version" : "0.2.4", "description" : "BoxCast components for React Native", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/boxcast/boxcast-sdk-react-native.git"}, "keywords" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
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" : [[[-88.101089, 41.919114], [-88.101085, 41.921818], [-88.081376, 41.92194], [-88.081395, 41.917543], [-88.101035, 41.916968], [-88.101089, 41.919114]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 23832}}]} | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}, "tag": {"type": "null"}}, "required": ["name", "file", "tag"]}}}, "requir... | {"name" : "test", "songs" : [{"name" : "asdf", "file" : "Phoenix (ft. Cailin Russo and Chrissy Costanza) Worlds 2019 - League of Legends.mp3", "tag" : null}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}, "tag": {"type": "null"}}, "required": ["name", "file", "tag"]}}}, "required": ["name", "songs"], "$schema": "http://json-schema.org/... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "course", "long" : "<i>Meaning:</i> to \"course\" (like a beast of prey); by implication, to \"seek\" greedily.<br/><i>Usage:</i> have appetite, justle one against another, long, range, run (to and fro).<br/><i>Source:</i> a primitive root;"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019588": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"... | {"type" : "Topology", "objects" : {"E01019588" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00099063", "LAD11CD" : "E07000034"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019588": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"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", "so... | {"ast" : null, "code" : "\"use strict\";\n\nvar _classCallCheck2 = require(\"babel-runtime/helpers/classCallCheck\");\n\nvar _classCallCheck3 = _interopRequireDefault(_classCallCheck2);\n\nfunction _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\n\nObject.definePropert... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"mongoUri": {"type": "string"}, "baseUrl": {"type": "string"}, "PORT": {"type": "integer"}}, "required": ["mongoUri", "baseUrl", "PORT"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mongoUri" : "mongodb://127.0.0.1:27017/kuconnection", "baseUrl" : "http://localhost:3000", "PORT" : 3000} | json_instruct | {"type": "object", "properties": {"mongoUri": {"type": "string"}, "baseUrl": {"type": "string"}, "PORT": {"type": "integer"}}, "required": ["mongoUri", "baseUrl", "PORT"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "react-testing", "version" : "1.0.0", "description" : "How to test react applications", "main" : "index.js", "scripts" : {"test" : "mocha './src/**/*.spec.js' --compilers js:babel-core/register"}, "repository" : {"type" : "git", "url" : "git+https://github.com/rafaelkyrdan/react-testing.git"}, "author" : "", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
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#"}
| [["530524208201", "\u8008\u8857\u793e\u533a\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["530524208202", "\u56e2\u5c71\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208203", "\u6316\u6c99\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208204", "\u6c34\u7089\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["5... | 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"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "description", "version", "homepage... | {"name" : "super-secret-foundry-test", "description" : "Super secret Foundry test. This one is private.", "version" : "0.0.0", "homepage" : "https://github.com/twolfson/foundry", "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "description", "version", "homepage", "private"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}... | {"body" : "Began with @gonsie changing mpifileutils to use cmake.\r\n\r\nImplemented DynamicInheritancePackage build system that can dynamically change its phases and attributes to mirror the other build system classes. The `classes` field is a dictionary of build system classes and anonymous specs describing when they... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"context": {"type": "string"}, "type": {"type": "string"}, "file": {"type": "string"}}, "required": ["context", "type", "file"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"context" : "endpoint/getavailableuserstoassign", "type" : "text/javascript", "file" : "bin/defaults/script/workflow/getavailableuserstoassign.js"} | json_instruct | {"type": "object", "properties": {"context": {"type": "string"}, "type": {"type": "string"}, "file": {"type": "string"}}, "required": ["context", "type", "file"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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": "ar... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-67.227442, 18.348684], [-67.226668, 18.349262], [-67.226846, 18.351047], [-67.22551, 18.350254], [-67.225126, 18.351984], [-67.223828, 18.352067], [-67.224397, 18.355684], [-67.220617, 18.357356], [-67.218411, 18.360729]... | 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 an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["621024105200", "\u9ec4\u5be8\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["621024105201", "\u5409\u5c98\u6751\u59d4\u4f1a", "121", "0"], ["621024105202", "\u90dd\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["621024105203", "\u738b\u5bb6\u5480\u6751\u59d4\u4f1a", "220", "0"], ["621024105204", "\u7f57\u5bb6\u7554\u6751\u59d4\u4... | 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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["sphero-pwn-macros"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "autho... | {"title" : "\u732b\u25cf\u304a\u25cf\u3086\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "warunorikamo", "description" : "\u30e1\u30ac\u30cd\u306f\u3044\u3044\u305e\uff01\uff01\uff01\uff01\uff01<br>\u6b32\u671b\u3092\u8a70\u3081\u8fbc\u307f\u904e\u304e\u305f\u7d50\u679c\u3001\u5bb9\u91cf\u30aa\u30fc\u30d0\u30fc\u306... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"biolinkml:types": {"type": "string"}, "biolinkml:mappings": {"type": "string"}}, "required": ["biolinkml:types", "biolinkml:mappings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"biolinkml:types" : "includes/types", "biolinkml:mappings" : "includes/mappings"} | json_instruct | {"type": "object", "properties": {"biolinkml:types": {"type": "string"}, "biolinkml:mappings": {"type": "string"}}, "required": ["biolinkml:types", "biolinkml:mappings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i... | {"id" : 404333059, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "60c1e11d021cc11c3e83c56839d332b6", "wof:id" : 404333059, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-5.8037, 36.35667, -5.8037, 36.35667], "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": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inferno-component.js" : "sha256-Yolb+dVypobKubpR77fVay375onAMgU4mhWq5hXGaIA=", "inferno-component.min.js" : "sha256-FM5EH0x7mfu/KNVe/xSdFHnzqut8BePCKS3RkmEcwc0="} | json_instruct | {"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"client": {"type": "object", "properties": {"op": {"type": "string"}, "clientSpec": {"type": "object", "properties": {"clientId": {"type": "string"}}, "required": ["clientId"]}}, "required": ["op", "clientSpec"]}, "s... | {"client" : {"op" : "NONE", "clientSpec" : {"clientId" : "sample-client"}}, "scopes" : [{"op" : "ADD", "scopeSpec" : {"displayName" : "New fancy scope", "name" : "fancy.scope"}}], "resources" : [{"op" : "ADD", "resourceSpec" : {"displayName" : "Completly new resource", "name" : "fancy-new-resource", "scopes" : [{"name"... | json_instruct | {"type": "object", "properties": {"client": {"type": "object", "properties": {"op": {"type": "string"}, "clientSpec": {"type": "object", "properties": {"clientId": {"type": "string"}}, "required": ["clientId"]}}, "required": ["op", "clientSpec"]}, "scopes": {"type": "array", "items": {"type": "object", "properties": {"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"time": {"type": "number"}}, "required": ["time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"time" : 1645080509.273777} | json_instruct | {"type": "object", "properties": {"time": {"type": "number"}}, "required": ["time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.or... | {"title" : "All Alone With You-\u5fc3\u7406\u6d4b\u91cf\u8005ED2", "author" : "EGOIST", "musicType" : "\u52a8\u6f2b", "musicNo" : "0003941"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2002, 5], [2003, 7], [2005, 5], [2006, 5], [2008, 5], [2010, 6], [2012, 7], [2014, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"eins": {"type": "string"}, "zwei": {"type": "string"}, "drei": {"type": "string"}}, "required": ["eins", "zwei", "drei"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"eins" : "one", "zwei" : "two", "drei" : "three"} | json_instruct | {"type": "object", "properties": {"eins": {"type": "string"}, "zwei": {"type": "string"}, "drei": {"type": "string"}}, "required": ["eins", "zwei", "drei"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ip_box": {"type": "string"}}, "required": ["ip_box"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ip_box" : "192.168.1.\u00e0_modifier"} | json_instruct | {"type": "object", "properties": {"ip_box": {"type": "string"}}, "required": ["ip_box"], "$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"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, ... | {"name" : "@uidu/field-color-picker", "version" : "2.0.3", "description" : "A color picker React Component", "repository" : "https://github.com/uidu-org/guidu/tree/main/packages/forms/field-color-picker", "license" : "MIT", "author" : "uidu", "main" : "dist/uidu-field-color-picker.cjs.js", "module" : "dist/uidu-field-c... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "dependenc... |
Based on the schema below, produce a valid JSON object:
{"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" : 7107010016, "parent" : 7107010, "name" : "MOKUSATO", "latitude" : null, "longitude" : null, "postal" : [95762], "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... |
Generate sample JSON data that conforms to the following 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": "s... | [{"namaKab" : "TANA TORAJA", "originalFilename" : "RHL_2362.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 178146, "noUrut" : 1, "nama" : "DANIEL DUMA, S.H.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TANA TORAJA", "originalFilename" : "RHL_2370.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 174151, "noUrut" :... | 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": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"t... | {"nom" : "Monistrol-d'Allier", "dpt" : "Haute-Loire", "inscrits" : 210, "abs" : 44, "votants" : 166, "blancs" : 23, "nuls" : 11, "exp" : 132, "res" : [{"panneau" : "1", "voix" : 91}, {"panneau" : "2", "voix" : 41}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-90.295, 14.505], [-90.263, 14.548], [-90.25, 14.606], [-90.227, 14.622], [-90.223, 14.652], [-90.212, 14.669], [-90.193, 14.667], [-90.161, 14.704], [-90.072, 14.712], [-90.049, 14.752], [-89.986, 14.771], [-89.955, 14.816], [-89.936, 14.821], [... | 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... |
Based on the schema below, produce a valid JSON object:
{"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": {}}, "t... | {"directions" : ["Toss scallops, olive oil, paprika, cayenne pepper, salt, and black pepper together in a bowl until scallops are completely coated.", "Heat a nonstick skillet over high heat. Cook scallops in hot skillet until browned, about 3 minutes per side. Reduce heat to medium and transfer scallops to a bowl.", "... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "superpackutils:block/assembler_frame"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["star... | {"name" : "buzzer", "version" : "1.0.0", "description" : "A multicast address buzzer", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : "git@gitlab.com:neowinx/buzzer.git", "keywords" : ["Electron", "buzzer", "demo"], "author" : "Pedro Flores", "license" : "CC0-1.0", "devDependencies" : {"electr... | 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"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "heig... | {"width" : 0.20376301, "rotation" : -1.3923362, "xCenter" : 0.4882243, "yCenter" : 0.70021147, "height" : 0.36224535} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-1.47643, 52.9375], [-1.47106, 52.93983], [-1.46926, 52.94295], [-1.47122, 52.94608], [-1.4689, 52.95014], [-1.46393, 52.95252], [-1.46503, 52.95588], [-1.46433, 52.95999], [-1.47075, 52.9638], [-1.47092, 52.96563], [-1.4765, 52.97057], [-1.48252... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "strin... | {"name" : "liquity-liqbot-contracts", "version" : "0.0.0-semantic-release", "description" : "Smart contracts of simple liquidation bot for Liquity", "keywords" : ["Liquity", "protocol", "DeFi", "Ethereum"], "homepage" : "https://github.com/liquity/liqbot", "author" : "Daniel Simon <dani@liquity.org>", "license" : "MIT"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properti... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1608202001", "nama" : "Sri Bunga"}, {"id" : "1608202002", "nama" : "Anyar"}, {"id" : "1608202003", "nama" : "Pandan Sari III"}, {"id" : "1608202004", "nama" : "Rawasari"}, {"id" : "1608202005", "nama" : "Surya Menang"}, {"id" : "1608202006", "nama" : "Muncak Kabau"}, {"id" : "1608202007", "nama" : "Sri Bulan"... | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : ["metarhia", "prettier"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"src": {"type": "string"}, "trg": {"type": "string"}, "pred": {"type": "string"}, "gleu": {"type": "number"}}, "required": ["src", "trg", "pred", "gleu"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"src" : "weather nuts climbs nature crimes", "trg" : "weather's nuts; these are fast changing times, as the temperature crashes, then climbs. these were equable shores; now we're sheltered indoors. nature's punishing us for our crimes.", "pred" : "the weather is nuts, but the climbs of nature is crimes.", "gleu" : 6.3... | json_instruct | {"type": "object", "properties": {"src": {"type": "string"}, "trg": {"type": "string"}, "pred": {"type": "string"}, "gleu": {"type": "number"}}, "required": ["src", "trg", "pred", "gleu"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type... | {"rustc" : 7409016768189200941, "features" : "[]", "target" : 10236397793970852656, "profile" : 12637318739757120569, "path" : 4971453396784469130, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/autocfg-10cfad2f9738b374/dep-lib-autocfg"}}], "rustflags" : [], "metadata" : 1310285907530937904... | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, ... | [{"liveId" : "5a21a15c0cf270144b62410d", "title" : "\u5b8b\u6615\u5189\u7684\u7535\u53f0", "subTitle" : "\u6df1\u591c\u5520\u55d1", "picPath" : "/mediasource/live/1508084700042OQ9f71EkD5.jpg,/mediasource/live/15121534360410GNsXpX4wv.jpg,/mediasource/live/15121534362432OA351GIHm.jpg,/mediasource/live/1512153436341RN3Hks... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"gitbook-plugin-chapter-fold": {... | {"name" : "book", "version" : "0.0.1", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"gitbook-plugin-chapter-fold" : {"version" : "0.0.4", "resolved" : "https://registry.npmjs.org/gitbook-plugin-chapter-fold/-/gitbook-plugin-chapter-fold-0.0.4.tgz", "integrity" : "sha1-3NWiH4C8vJjAiEGXdMOXrm1EY+8="}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"gitbook-plugin-chapter-fold": {"type": "object", "properties": {"version": {"type": "string"}, "resolve... |
Generate a valid JSON object that conforms to the following 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": "... | {"categories" : ["Debugging and Troubleshooting", "Operating Systems"], "desc" : "\n", "details" : {"authors" : "Mike Halsey", "format" : "pdf", "isbn-10" : "0735645205", "isbn-13" : "978-0735645202", "pages" : "500 pages", "publication date" : "November 4, 2010", "publisher" : "Microsoft Press", "size" : "21.00Mb"}, "... | 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"},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Unknown": {"type": "integer"}, "<20": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type":... | {"Unknown" : 0, "<20" : 9, "20-29" : 49, "30-39" : 178, "40-49" : 426, "50-59" : 1068, "60-69" : 2420, "70-79" : 3760, "80+" : 7389} | json_instruct | {"type": "object", "properties": {"Unknown": {"type": "integer"}, "<20": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type": "integer"}, "80+": {"type": "integer"}}, "required": ["Unk... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"db": {"type": "string"}, "collection": {"type": "string"}, "zone": {"type": "string"}, "entity": {"type": "string"}, "clientid": {"type": "string"}, "request": {"type": "integer"}, "user": {"type": "string"}, "begun": {"type":... | {"db" : "my-db", "collection" : "Contacts", "zone" : "default", "entity" : "2be2f6ed-1560-4793-9890-76623ca81c48", "clientid" : "96886878-2add-4d9e-aa76-f968a4aa0cde", "request" : 2, "user" : "jsmith", "begun" : 1415747136050, "parts" : 2, "status" : 1, "ops" : [{"op" : "add", "path" : "firstName", "value" : "William"}... | json_instruct | {"type": "object", "properties": {"db": {"type": "string"}, "collection": {"type": "string"}, "zone": {"type": "string"}, "entity": {"type": "string"}, "clientid": {"type": "string"}, "request": {"type": "integer"}, "user": {"type": "string"}, "begun": {"type": "integer"}, "parts": {"type": "integer"}, "status": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "propertie... | {"id" : "", "name" : "", "font_family" : "iconfont", "css_prefix_text" : "icon-", "description" : "", "glyphs" : [{"icon_id" : "1526274", "name" : "\u9501 1", "font_class" : "suo", "unicode" : "e657", "unicode_decimal" : 58967}, {"icon_id" : "11459724", "name" : "\u7528\u6237", "font_class" : "yonghu", "unicode" : "e60... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "str... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"publisher": {"type": "object", "properties": {"maxConcurrentRPCServerRequests": {"type": "integer"}, "submissionTimeout": {"type": "string"}, "debugAddr": {"type": "string"}, "grpc": {"type": "object", "prope... | {"publisher" : {"maxConcurrentRPCServerRequests" : 100000, "submissionTimeout" : "5s", "debugAddr" : ":8009", "grpc" : {"address" : ":9091", "clientNames" : ["ra.boulder", "ocsp-updater.boulder"]}, "tls" : {"caCertFile" : "test/grpc-creds/minica.pem", "certFile" : "test/grpc-creds/publisher.boulder/cert.pem", "keyFile"... | json_instruct | {"type": "object", "properties": {"publisher": {"type": "object", "properties": {"maxConcurrentRPCServerRequests": {"type": "integer"}, "submissionTimeout": {"type": "string"}, "debugAddr": {"type": "string"}, "grpc": {"type": "object", "properties": {"address": {"type": "string"}, "clientNames": {"type": "array", "ite... |
Using the following JSON schema, generate a compatible JSON instance:
{"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-sche... | {"word" : "Oxaloacetate", "definitions" : ["A salt or ester, or the anion, of oxaloacetic acid."], "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3271050010", "district_id" : "3271050", "name" : "MARGAJAYA"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"capital": {"type": "string"}, "continent": {"type": "string"}, "name": {"type": "string"}, "officialName": {"type": "string"}, "distSign": {"type": "string"}, "dialCode": {"type": "string"}, "edgar": {"type": "null"}, "fifa": ... | {"capital" : "Kinshasa", "continent" : "AF", "name" : "Congo - Kinshasa", "officialName" : "Democratic Republic of the Congo", "distSign" : "ZRE", "dialCode" : "243", "edgar" : null, "fifa" : "COD", "fips" : "CG", "gaul" : "68", "geoNameId" : "203312", "olympicsId" : "COD", "iso2" : "CD", "iso3" : "COD", "currencyCode"... | json_instruct | {"type": "object", "properties": {"capital": {"type": "string"}, "continent": {"type": "string"}, "name": {"type": "string"}, "officialName": {"type": "string"}, "distSign": {"type": "string"}, "dialCode": {"type": "string"}, "edgar": {"type": "null"}, "fifa": {"type": "string"}, "fips": {"type": "string"}, "gaul": {"t... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$sch... | {"code" : "WZ08U6", "lang" : "de", "description" : "\nWirtschaftszweige 2008 (Abschnitte): Unternehmensregister-\nSystem", "name" : "WZ2008 (Abschnitte): URS", "type" : "Merkmal"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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": ... | {"name" : "Flame Token", "symbol" : "XFL", "type" : "ERC20", "decimals" : 18, "description" : "Flame Token is the native currency of Sharesome, the first social discovery network for adult content creators and brands.", "website" : "https://flametoken.io", "explorer" : "https://etherscan.io/token/0x469861BDfd02E7ebCE7C... | 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"}}, "required": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "paper-toolbar": {"type": "string"}, ... | {"name" : "polymertodo", "description" : "Aplica\u00e7\u00e3o de Todo de exemplo feita com Polymer e Cordova", "main" : "index.html", "dependencies" : {"polymer" : "Polymer/polymer#^1.4.0", "paper-toolbar" : "PolymerElements/paper-toolbar#^1.1.7", "paper-icon-button" : "PolymerElements/paper-icon-button#^1.1.4", "iron-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "paper-toolbar": {"type": "string"}, "paper-icon-button": {"type": "string"}, "iron-icon": {"type": "string"}, "ir... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["grunt-rsas"] | 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": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "2"]}, "tweet_id": {"... | {"username" : "user03", "additional_items" : [], "items" : {"1" : "negative", "2" : "negative"}, "tweet_id" : "578691023469154304", "timespent" : 5.3823218345642, "starttime" : 1429555370.7728, "itemcount" : "2", "savingtime" : 1429555376.1551} | json_instruct | {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "2"]}, "tweet_id": {"type": "string"}, "timespent": {"type": "number"}, "starttime": {"typ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.