input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": {"type": "string"}, "em_resposta": {"type": "string"}}, "required": ["id", "links", "data_recebimento", "remetente", "origem", "descricao", "caixa", "em_resposta"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 198, "links" : ["https://legis.senado.leg.br/sdleg-getter/documento/download/e9713113-94ef-49cf-9463-ccbd0f5c4cdb", "https://legis.senado.leg.br/sdleg-getter/documento/download/35a3cd54-f4d4-42e5-986f-3eeaa84c6385"], "data_recebimento" : "17/05/2021", "remetente" : "Procuradoria da Rep\u00fablica no Munic\u00edpio de Araraquara - SP", "origem" : "\nOF\u00cdCIO 277/2021-PRM-AQA-1\u00baOF\u00cdCIO\n10/05/2021\n", "descricao" : "\nEncaminha, em cumprimento ao Of\u00edcio n\u00ba 345/2021-CPIPANDEMIA, destinado \u00e0 Procuradoria-Geral de Justi\u00e7a de S\u00e3o Paulo, procedimento extrajudicial que tramita no 1\u00ba Of\u00edcio da PRM \u2013 Araraquara, referente \u00e0 aplica\u00e7\u00e3o de verbas federais destinadas a munic\u00edpios para o combate \u00e0 COVID-19.\n\n\t\t\t\t\t\t\tDocumenta\u00e7\u00e3o contendo:\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t516 folha(s).\n\t\t\t\t\t\t\t\n", "caixa" : " 1 ", "em_resposta" : " 1 "} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": {"type": "string"}, "em_resposta": {"type": "string"}}, "required": ["id", "links", "data_recebimento", "remetente", "origem", "descricao", "caixa", "em_resposta"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accountLinkingWhitelistedDomains" : null, "asin" : "B01N0UTN57", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "It is common for Chemistry courses to require the memorization of the polyatomic ions. This is fundamental to the course, but can be hard to do because of exceptions and unusual names. With this skill you can practice until you have memorized them perfectly.", "enablement" : null, "exampleInteractions" : ["Alexa, open Polyatomic Ions", "The answer is two", "I don't know"], "firstReleaseDate" : 1483332551.717, "homepageLinkText" : null, "homepageLinkUrl" : null, "id" : "amzn1.ask.skill.a35baa43-e460-43e2-9732-f0bca02d4e0b", "imageAltText" : "Polyatomic Ions icon", "imageUrl" : "https://github.com/dale3h/alexa-skills-list/raw/master/skills/B01N0UTN57/skill_icon", "inAppPurchasingSupported" : false, "launchPhrase" : "polyatomic ions", "name" : "Polyatomic Ions", "numberOfReviews" : 0, "pamsPartnerId" : null, "permissions" : null, "privacyPolicyUrl" : null, "shortDescription" : "With this skill you can home your Chemistry knowledge by memorizing the polyatomic ions.", "skillTypes" : null, "stage" : "live", "termsOfUseUrl" : null, "vendorId" : "M2DYGZ129TICZ0", "vendorName" : "Elvis Wolcott"} | 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"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "278a21f", "CardHash" : "cb774a9", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"phylla": {"type": "object", "properties": {"rev.22.2|25": {"type": "array", "items": {"type": "string"}}, "mrk.11.13|6": {"type": "array", "items": {"type": "string"}}, "mrk.11.13|22": {"type": "array", "items": {"type": "string"}}, "mrk.13.28|17": {"type": "array", "items": {"type": "string"}}, "mat.21.19|17": {"type": "array", "items": {"type": "string"}}, "mat.24.32|16": {"type": "array", "items": {"type": "string"}}}, "required": ["rev.22.2|25", "mrk.11.13|6", "mrk.11.13|22", "mrk.13.28|17", "mat.21.19|17", "mat.24.32|16"]}}, "required": ["phylla"]}, "meanings": {"type": "object", "properties": {"leave": {"type": "integer"}}, "required": ["leave"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pos" : "n", "translits" : {"phylla" : {"rev.22.2|25" : ["the", "leaves", "of the"], "mrk.11.13|6" : ["having", "leaves,", "He went"], "mrk.11.13|22" : ["not", "leaves;", "the"], "mrk.13.28|17" : ["the", "leaves,", "you know"], "mat.21.19|17" : ["not", "leaves", "only."], "mat.24.32|16" : ["the", "leaves", "it puts forth,"]}}, "meanings" : {"leave" : 6}, "meaningsCount" : 1, "occurences" : 6} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"phylla": {"type": "object", "properties": {"rev.22.2|25": {"type": "array", "items": {"type": "string"}}, "mrk.11.13|6": {"type": "array", "items": {"type": "string"}}, "mrk.11.13|22": {"type": "array", "items": {"type": "string"}}, "mrk.13.28|17": {"type": "array", "items": {"type": "string"}}, "mat.21.19|17": {"type": "array", "items": {"type": "string"}}, "mat.24.32|16": {"type": "array", "items": {"type": "string"}}}, "required": ["rev.22.2|25", "mrk.11.13|6", "mrk.11.13|22", "mrk.13.28|17", "mat.21.19|17", "mat.24.32|16"]}}, "required": ["phylla"]}, "meanings": {"type": "object", "properties": {"leave": {"type": "integer"}}, "required": ["leave"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "main": {"type": "string"}}, "required": ["private", "name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "name" : "UndrawCoworkers", "main" : "./UndrawCoworkers.js"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "main": {"type": "string"}}, "required": ["private", "name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : "1804060001", "district_id" : "1804060", "name" : "MEKAR JAYA"} | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BouncerLanguage": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["BouncerLanguage"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"BouncerLanguage" : {"commandName" : "Project", "commandLineArgs" : "Test1.bouncer"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BouncerLanguage": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["BouncerLanguage"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"APP_NAME": {"type": "string"}, "PROVIDER_SOCKET": {"type": "string"}, "SUBSCAN_URL": {"type": "string"}, "BLOCK_EXPLORER_URL": {"type": "string"}, "ADDRESS_BLOCK_EXPLORER_URL": {"type": "string"}, "APP_BASE_URL": {"type": "string"}, "CROWDLOAN_START_TIMESTAMP": {"type": "integer"}, "PARA_ID": {"type": "integer"}, "FUND_ID": {"type": "string"}, "EARLY_BONUS_TIER_1_CUTOFF": {"type": "integer"}, "EARLY_BONUS_TIER_2_CUTOFF": {"type": "integer"}, "MIN_CONTRIBUTION": {"type": "number"}, "CROWDLOAN_KSM_TARGET": {"type": "integer"}, "SS58_FORMAT": {"type": "integer"}, "DEFENSIVE_FEE_ESTIMATE_KSM": {"type": "number"}, "STAGE_1_TARGET_KSM": {"type": "integer"}, "STAGE_2_TARGET_KSM": {"type": "integer"}}, "required": ["APP_NAME", "PROVIDER_SOCKET", "SUBSCAN_URL", "BLOCK_EXPLORER_URL", "ADDRESS_BLOCK_EXPLORER_URL", "APP_BASE_URL", "CROWDLOAN_START_TIMESTAMP", "PARA_ID", "FUND_ID", "EARLY_BONUS_TIER_1_CUTOFF", "EARLY_BONUS_TIER_2_CUTOFF", "MIN_CONTRIBUTION", "CROWDLOAN_KSM_TARGET", "SS58_FORMAT", "DEFENSIVE_FEE_ESTIMATE_KSM", "STAGE_1_TARGET_KSM", "STAGE_2_TARGET_KSM"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"APP_NAME" : "calamari-crowdloan", "PROVIDER_SOCKET" : "wss://kusama-rpc.polkadot.io", "SUBSCAN_URL" : "https://kusama.api.subscan.io/api/scan/", "BLOCK_EXPLORER_URL" : "https://kusama.subscan.io/block/", "ADDRESS_BLOCK_EXPLORER_URL" : "https://kusama.subscan.io/account/", "APP_BASE_URL" : "https://crowdloan.calamari.manta.network/", "CROWDLOAN_START_TIMESTAMP" : 1630036801000, "PARA_ID" : 2084, "FUND_ID" : "2084-27", "EARLY_BONUS_TIER_1_CUTOFF" : 500, "EARLY_BONUS_TIER_2_CUTOFF" : 1000, "MIN_CONTRIBUTION" : 0.1, "CROWDLOAN_KSM_TARGET" : 300000, "SS58_FORMAT" : 2, "DEFENSIVE_FEE_ESTIMATE_KSM" : 0.01, "STAGE_1_TARGET_KSM" : 90000, "STAGE_2_TARGET_KSM" : 200000} | json_instruct | {"type": "object", "properties": {"APP_NAME": {"type": "string"}, "PROVIDER_SOCKET": {"type": "string"}, "SUBSCAN_URL": {"type": "string"}, "BLOCK_EXPLORER_URL": {"type": "string"}, "ADDRESS_BLOCK_EXPLORER_URL": {"type": "string"}, "APP_BASE_URL": {"type": "string"}, "CROWDLOAN_START_TIMESTAMP": {"type": "integer"}, "PARA_ID": {"type": "integer"}, "FUND_ID": {"type": "string"}, "EARLY_BONUS_TIER_1_CUTOFF": {"type": "integer"}, "EARLY_BONUS_TIER_2_CUTOFF": {"type": "integer"}, "MIN_CONTRIBUTION": {"type": "number"}, "CROWDLOAN_KSM_TARGET": {"type": "integer"}, "SS58_FORMAT": {"type": "integer"}, "DEFENSIVE_FEE_ESTIMATE_KSM": {"type": "number"}, "STAGE_1_TARGET_KSM": {"type": "integer"}, "STAGE_2_TARGET_KSM": {"type": "integer"}}, "required": ["APP_NAME", "PROVIDER_SOCKET", "SUBSCAN_URL", "BLOCK_EXPLORER_URL", "ADDRESS_BLOCK_EXPLORER_URL", "APP_BASE_URL", "CROWDLOAN_START_TIMESTAMP", "PARA_ID", "FUND_ID", "EARLY_BONUS_TIER_1_CUTOFF", "EARLY_BONUS_TIER_2_CUTOFF", "MIN_CONTRIBUTION", "CROWDLOAN_KSM_TARGET", "SS58_FORMAT", "DEFENSIVE_FEE_ESTIMATE_KSM", "STAGE_1_TARGET_KSM", "STAGE_2_TARGET_KSM"], "$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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "express-graphql": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tools": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["express", "express-graphql", "graphql", "graphql-tools", "lodash"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ventupapi-mock-server", "version" : "1.0.0", "description" : "Ven Tu Papi Mock Server", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/thelastinuit/ventupapi-mock-server.git"}, "author" : "a |> louise <[email protected]>", "license" : "The Unlicensed", "bugs" : {"url" : "https://github.com/thelastinuit/ventupapi-mock-server/issues"}, "homepage" : "https://github.com/thelastinuit/ventupapi-mock-server#readme", "dependencies" : {"express" : "^4.17.1", "express-graphql" : "^0.12.0", "graphql" : "^15.5.3", "graphql-tools" : "^8.2.0", "lodash" : "^4.17.21"}} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "express-graphql": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tools": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["express", "express-graphql", "graphql", "graphql-tools", "lodash"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "dove-turba__DROPS__turba-straw", "type" : "DROPS", "start" : "dove-turba", "end" : "turba-straw"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Lenzenbergschule", "id" : "HE-4119-0", "official_id" : "4119", "address" : "Neugasse 12 b, 65527 Niedernhausen", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "06127/701974", "state" : "HE", "phone" : "06127/3311", "full_time_school" : false, "lon" : 8.283127, "lat" : 50.179671} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "dependencies": {"type": "object", "properties": {"app-root-path": {"type": "string"}, "chalk": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["app-root-path", "chalk", "discord.js", "dotenv"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "description", "version", "license", "author", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "seface-kit-demo", "description" : "A demo to test Seface Kit package.", "version" : "1.0.0", "license" : "NONE", "author" : "Leonardo Luiz Gava <[email protected]>", "main" : "./src/index.js", "scripts" : {"start" : "clear && node .", "dev" : "clear && nodemon ."}, "dependencies" : {"app-root-path" : "^3.0.0", "chalk" : "^4.1.2", "discord.js" : "^13.3.1", "dotenv" : "^10.0.0"}, "devDependencies" : {"nodemon" : "^2.0.14"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "dependencies": {"type": "object", "properties": {"app-root-path": {"type": "string"}, "chalk": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["app-root-path", "chalk", "discord.js", "dotenv"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "description", "version", "license", "author", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "a primitive root;", "pron" : "kaw-naf'", "outline" : "<ol><li> (Niphal) to be put or thrust in or into a corner, be hidden from view, be cornered, be thrust aside</li></ol>", "kjv_def" : "be removed.", "lemma" : "\u05db\u05bc\u05b8\u05e0\u05b7\u05e3", "frequency" : 1, "strongs_def" : "properly, to project laterally, i.e. probably (reflexive) to withdraw", "xlit" : "k\u00e2naph"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-clean-css": {"type": "string"}, "gulp-minify": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-webserver": {"type": "string"}, "run-sequence": {"type": "string"}}, "required": ["gulp", "gulp-autoprefixer", "gulp-clean-css", "gulp-minify", "gulp-notify", "gulp-rename", "gulp-sass", "gulp-webserver", "run-sequence"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "scripts", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "country-select-js", "version" : "2.0.1", "description" : "A jQuery plugin for selecting a country", "main" : "build/js/countrySelect.js", "repository" : {"type" : "git", "url" : "https://[email protected]/mrmarkfrench/country-select-js.git"}, "keywords" : ["country", "international", "jQuery"], "scripts" : {"build" : "gulp build"}, "author" : "Mark French", "license" : "MIT", "bugs" : {"url" : "https://github.com/mrmarkfrench/country-select-js/issues"}, "homepage" : "https://github.com/mrmarkfrench/country-select-js", "devDependencies" : {"gulp" : "^3.9.1", "gulp-autoprefixer" : "^4.0.0", "gulp-clean-css" : "^3.3.1", "gulp-minify" : "^1.0.0", "gulp-notify" : "^3.0.0", "gulp-rename" : "^1.2.2", "gulp-sass" : "^3.1.0", "gulp-webserver" : "^0.9.1", "run-sequence" : "^2.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-clean-css": {"type": "string"}, "gulp-minify": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-webserver": {"type": "string"}, "run-sequence": {"type": "string"}}, "required": ["gulp", "gulp-autoprefixer", "gulp-clean-css", "gulp-minify", "gulp-notify", "gulp-rename", "gulp-sass", "gulp-webserver", "run-sequence"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "scripts", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "test"]}, "jest": {"type": "object", "properties": {"unmockedModulePathPatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["unmockedModulePathPatterns"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["react", "react-dom", "react-scripts"]}, "devDependencies": {"type": "object", "properties": {"babel-jest": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "chai": {"type": "string"}, "css-loader": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "file-loader": {"type": "string"}, "jest": {"type": "string"}}, "required": ["babel-jest", "babel-loader", "babel-preset-es2015", "babel-preset-react", "chai", "css-loader", "enzyme", "enzyme-adapter-react-16", "file-loader", "jest"]}}, "required": ["name", "version", "scripts", "jest", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "javascript-tdd-kata", "version" : "1.0.0", "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom"}, "jest" : {"unmockedModulePathPatterns" : ["node_modules/react/", "node_modules/enzyme/"]}, "dependencies" : {"react" : "^16.4.2", "react-dom" : "^16.4.2", "react-scripts" : "^1.1.4"}, "devDependencies" : {"babel-jest" : "^21.2.0", "babel-loader" : "^7.1.5", "babel-preset-es2015" : "^6.24.1", "babel-preset-react" : "^6.24.1", "chai" : "^4.1.2", "css-loader" : "^0.28.11", "enzyme" : "^3.4.2", "enzyme-adapter-react-16" : "^1.2.0", "file-loader" : "^1.1.11", "jest" : "^21.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "test"]}, "jest": {"type": "object", "properties": {"unmockedModulePathPatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["unmockedModulePathPatterns"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["react", "react-dom", "react-scripts"]}, "devDependencies": {"type": "object", "properties": {"babel-jest": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "chai": {"type": "string"}, "css-loader": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "file-loader": {"type": "string"}, "jest": {"type": "string"}}, "required": ["babel-jest", "babel-loader", "babel-preset-es2015", "babel-preset-react", "chai", "css-loader", "enzyme", "enzyme-adapter-react-16", "file-loader", "jest"]}}, "required": ["name", "version", "scripts", "jest", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geometry" : {"coordinates" : [[[-87.41871538005738, 40.14168491872272], [-87.49389744279942, 40.142451152269985], [-87.4933099331882, 40.163302174534195], [-87.53535688901117, 40.1662316929642], [-87.53569532480078, 40.48328220526522], [-87.10172081611894, 40.48079369462292], [-87.1002231613389, 40.38142194288321], [-87.13856042989798, 40.354017606022495], [-87.17663127028224, 40.35245374568005], [-87.23959643820855, 40.3268345242142], [-87.28509053842355, 40.279559090299216], [-87.34865233347202, 40.230765383596506], [-87.43262393578084, 40.20178117894516], [-87.4424586218432, 40.17382336772713], [-87.41871538005738, 40.14168491872272]]], "type" : "Polygon"}, "properties" : {"FIPS" : "18171", "CNTY_FIPS" : "171", "STATE_FIPS" : "18", "STATE_NAME" : "Indiana", "NAME" : "Warren"}, "type" : "Feature"} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"react-select.js": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.js", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"react-select.js" : "sha256-P1BiTOlZxUinCsmYacUmt9KvzzsfaKeNftBnv+5xnaY=", "react-select.min.js" : "sha256-OSup4cNPyNgMn5eKH4d/dvxLT7z/c2S0hvWZJ2hXd4Q="} | json_instruct | {"type": "object", "properties": {"react-select.js": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.js", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-08-13T11:00:00Z", "Temp" : 30.6, "RelHum" : 35, "WindSpeed" : 6.2, "WindDir" : 283} | 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#"} |
Create a JSON structure that matches this schema definition:
{"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#"}
| {"name" : "Token 48jP", "symbol" : "48jP4", "decimals" : 6, "address" : "48jP4nrALUo1R2VpXbsVxK37AqU3o9fuEoTCbZF3s2BC", "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "cpu": {"type": "string"}, "gpu": {"type": "string"}, "gpuDriver": {"type": "string"}, "kernel": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "protonVersion": {"type": "string"}, "ram": {"type": "string"}, "rating": {"type": "string"}, "timestamp": {"type": "integer"}, "title": {"type": "string"}}, "required": ["appId", "cpu", "gpu", "gpuDriver", "kernel", "notes", "os", "protonVersion", "ram", "rating", "timestamp", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"appId" : "731320", "cpu" : "i5-4690K CPU @ 3.50GHz", "gpu" : "GeForce GTX 970/PCIe/SSE2", "gpuDriver" : "4.6.0 NVIDIA 390.77", "kernel" : "4.18.0-1-amd64", "notes" : "This hack developer drip fed us a promise of a linux port and won't give it, but luckily you can play this game with steam play.", "os" : "Debian GNU/Linux testing (buster) (64 bit)", "protonVersion" : "7.3.6-beta", "ram" : "7938 Mb", "rating" : "Platinum", "timestamp" : 1537053218, "title" : "Speebot"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "cpu": {"type": "string"}, "gpu": {"type": "string"}, "gpuDriver": {"type": "string"}, "kernel": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "protonVersion": {"type": "string"}, "ram": {"type": "string"}, "rating": {"type": "string"}, "timestamp": {"type": "integer"}, "title": {"type": "string"}}, "required": ["appId", "cpu", "gpu", "gpuDriver", "kernel", "notes", "os", "protonVersion", "ram", "rating", "timestamp", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "colors": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-uglify": {"type": "string"}, "jshint": {"type": "string"}, "map-stream": {"type": "string"}}, "required": ["babel-preset-es2015", "colors", "gulp-autoprefixer", "gulp-babel", "gulp-jshint", "gulp-plumber", "gulp-rename", "gulp-uglify", "jshint", "map-stream"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"babel-preset-es2015" : "^6.3.13", "colors" : "^1.1.2", "gulp-autoprefixer" : "^3.1.0", "gulp-babel" : "^6.1.1", "gulp-jshint" : "^2.0.0", "gulp-plumber" : "^1.0.1", "gulp-rename" : "^1.2.2", "gulp-uglify" : "^1.5.1", "jshint" : "^2.9.1", "map-stream" : "0.0.6"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "colors": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-uglify": {"type": "string"}, "jshint": {"type": "string"}, "map-stream": {"type": "string"}}, "required": ["babel-preset-es2015", "colors", "gulp-autoprefixer", "gulp-babel", "gulp-jshint", "gulp-plumber", "gulp-rename", "gulp-uglify", "jshint", "map-stream"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "test": {"type": "array", "items": {"type": "string"}}, "example": {"type": "array", "items": {"type": "string"}}}, "required": ["solution", "test", "example"]}, "source": {"type": "string"}, "source_url": {"type": "string"}}, "required": ["blurb", "authors", "contributors", "files", "source", "source_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"blurb" : "Given an age in seconds, calculate how old someone is in terms of a given planet's solar years.", "authors" : ["devkabiir"], "contributors" : ["Stargator"], "files" : {"solution" : ["lib/space_age.dart"], "test" : ["test/space_age_test.dart"], "example" : [".meta/lib/example.dart"]}, "source" : "Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial.", "source_url" : "http://pine.fm/LearnToProgram/?Chapter=01"} | json_instruct | {"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "test": {"type": "array", "items": {"type": "string"}}, "example": {"type": "array", "items": {"type": "string"}}}, "required": ["solution", "test", "example"]}, "source": {"type": "string"}, "source_url": {"type": "string"}}, "required": ["blurb", "authors", "contributors", "files", "source", "source_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"mostRecentTranslation": {"type": "integer"}, "strings": {"type": "object", "properties": {"Drawer.PremiumFeatures": {"type": "string"}, "Eight.FirstDaySummer": {"type": "string"}, "Five.NextHours": {"type": "string"}, "Four.PrecipStarting": {"type": "string"}, "General.Today": {"type": "string"}, "InJuly": {"type": "string"}, "One.Rain": {"type": "string"}, "ProfileSettings.AlertsCTA": {"type": "string"}, "Seven.EndingSoon": {"type": "string"}, "Six.DailyDetails": {"type": "string"}, "Three.InView": {"type": "string"}, "Two.FeelsLike": {"type": "string"}, "Units.KM": {"type": "string"}, "Units.KMH": {"type": "string"}, "Units.MPH": {"type": "string"}}, "required": ["Drawer.PremiumFeatures", "Eight.FirstDaySummer", "Five.NextHours", "Four.PrecipStarting", "General.Today", "InJuly", "One.Rain", "ProfileSettings.AlertsCTA", "Seven.EndingSoon", "Six.DailyDetails", "Three.InView", "Two.FeelsLike", "Units.KM", "Units.KMH", "Units.MPH"]}}, "required": ["mostRecentTranslation", "strings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mostRecentTranslation" : 1499877779887, "strings" : {"Drawer.PremiumFeatures" : "Sign up to activate premium features", "Eight.FirstDaySummer" : "The first day of summer", "Five.NextHours" : "NEXT [[[1]]] [[[2]]]", "Four.PrecipStarting" : "[[[1]]] STARTING [[[2]]]", "General.Today" : "Today", "InJuly" : "[[[1]]] of July", "One.Rain" : "Rain", "ProfileSettings.AlertsCTA" : "Get real-time weather alerts", "Seven.EndingSoon" : "Ending Soon", "Six.DailyDetails" : "Daily Details", "Three.InView" : "[[[1]]] IN VIEW", "Two.FeelsLike" : "FEELS LIKE", "Units.KM" : "KM", "Units.KMH" : "KMH", "Units.MPH" : "MPH"}} | json_instruct | {"type": "object", "properties": {"mostRecentTranslation": {"type": "integer"}, "strings": {"type": "object", "properties": {"Drawer.PremiumFeatures": {"type": "string"}, "Eight.FirstDaySummer": {"type": "string"}, "Five.NextHours": {"type": "string"}, "Four.PrecipStarting": {"type": "string"}, "General.Today": {"type": "string"}, "InJuly": {"type": "string"}, "One.Rain": {"type": "string"}, "ProfileSettings.AlertsCTA": {"type": "string"}, "Seven.EndingSoon": {"type": "string"}, "Six.DailyDetails": {"type": "string"}, "Three.InView": {"type": "string"}, "Two.FeelsLike": {"type": "string"}, "Units.KM": {"type": "string"}, "Units.KMH": {"type": "string"}, "Units.MPH": {"type": "string"}}, "required": ["Drawer.PremiumFeatures", "Eight.FirstDaySummer", "Five.NextHours", "Four.PrecipStarting", "General.Today", "InJuly", "One.Rain", "ProfileSettings.AlertsCTA", "Seven.EndingSoon", "Six.DailyDetails", "Three.InView", "Two.FeelsLike", "Units.KM", "Units.KMH", "Units.MPH"]}}, "required": ["mostRecentTranslation", "strings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "analytics": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "integer"}, "i": {"type": "integer"}, "k": {"type": "integer"}, "ka": {"type": "integer"}, "fi": {"type": "integer"}, "fc": {"type": "integer"}}, "required": ["y", "i", "k", "ka", "fi", "fc"]}}, "declarationsLinks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "year": {"type": "integer"}, "provider": {"type": "string"}}, "required": ["id", "year", "provider"]}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "analytics", "declarationsLinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Department" : "\u0413\u0435\u043d\u0435\u0440\u0430\u043b\u044c\u043d\u0430 \u041f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0430 \u0423\u043a\u0440\u0430\u0457\u043d\u0438", "Region" : "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0434\u0435\u0440\u0436\u0430\u0432\u043d\u0438\u0439", "Position" : "\u041f\u0440\u043e\u043a\u0443\u0440\u043e\u0440 \u0432\u0456\u0434\u0434\u0456\u043b\u0443 \u0434\u0435\u0440\u0436\u0430\u0432\u043d\u043e\u0433\u043e \u043e\u0431\u0432\u0438\u043d\u0443\u0432\u0430\u0447\u0435\u043d\u043d\u044f \u0443 \u0432\u0438\u0449\u0438\u0445 \u0441\u0443\u0434\u0430\u0445 \u0443\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0434\u0435\u0440\u0436\u0430\u0432\u043d\u043e\u0433\u043e \u043e\u0431\u0432\u0438\u043d\u0443\u0432\u0430\u0447\u0435\u043d\u043d\u044f \u0432 \u0441\u0443\u0434\u0456 \u0414\u0435\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442\u0443 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0434\u0435\u0440\u0436\u0430\u0432\u043d\u043e\u0433\u043e \u043e\u0431\u0432\u0438\u043d\u0443\u0432\u0430\u0447\u0435\u043d\u043d\u044f \u0442\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043d\u0438\u0446\u0442\u0432\u0430 \u0456\u043d\u0442\u0435\u0440\u0435\u0441\u0456\u0432 \u0433\u0440\u043e\u043c\u0430\u0434\u044f\u043d\u0438\u043d\u0430 \u0430\u0431\u043e \u0434\u0435\u0440\u0436\u0430\u0432\u0438 \u0432 \u0441\u0443\u0434\u0430\u0445 \u0413\u0435\u043d\u0435\u0440\u0430\u043b\u044c\u043d\u043e\u0457 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u0423\u043a\u0440\u0430\u0457\u043d\u0438", "Name" : "\u041f\u0456\u0445 \u042e\u043b\u0456\u044f \u0413\u0435\u043e\u0440\u0433\u0456\u0457\u0432\u043d\u0430", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015" : "https://public.nazk.gov.ua/declaration/a0f39678-1b30-47ec-81be-9cf3381948e8", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016" : "https://public.nazk.gov.ua/declaration/9a3b0f03-1a4f-4900-ae4a-7a08be0e048a", "\u0424\u043e\u0442\u043e" : "", "\u042f\u043a \u0436\u0438\u0432\u0435" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456" : "http://www.gp.gov.ua/integrity_profile/files/953ab47319fb8217fcac16350dc65b31.pdf", "type" : "prosecutor", "key" : "pih_yuliya_georgiyivna", "analytics" : [{"y" : 2015, "i" : 10320, "k" : 53, "ka" : 1, "fi" : 59000, "fc" : 1}, {"y" : 2016, "i" : 10320, "k" : 53, "ka" : 1, "fi" : 310167, "fc" : 1}, {"y" : 2017, "i" : 93740, "k" : 53, "ka" : 1, "fi" : 170588, "fc" : 1}], "declarationsLinks" : [{"id" : "nacp_a0f39678-1b30-47ec-81be-9cf3381948e8", "year" : 2015, "provider" : "declarations.com.ua.opendata"}, {"id" : "nacp_9a3b0f03-1a4f-4900-ae4a-7a08be0e048a", "year" : 2016, "provider" : "declarations.com.ua.opendata"}, {"id" : "nacp_57b0acdc-517b-4983-82b5-1937c068f899", "year" : 2017, "provider" : "declarations.com.ua.opendata"}]} | json_instruct | {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "analytics": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "integer"}, "i": {"type": "integer"}, "k": {"type": "integer"}, "ka": {"type": "integer"}, "fi": {"type": "integer"}, "fc": {"type": "integer"}}, "required": ["y", "i", "k", "ka", "fi", "fc"]}}, "declarationsLinks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "year": {"type": "integer"}, "provider": {"type": "string"}}, "required": ["id", "year", "provider"]}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "analytics", "declarationsLinks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"event": {"type": "array", "items": {"type": "object", "properties": {"venue_id": {"type": "integer"}, "title": {"type": "string"}, "date": {"type": "string"}, "price": {"type": "string"}, "time": {"type": "string"}, "venue": {"type": "string"}, "lineup": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["name", "musician_id"]}}}, "required": ["venue_id", "title", "date", "price", "time", "venue", "lineup"]}}, "regular_musician": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}, "event_count": {"type": "integer"}}, "required": ["name", "musician_id", "event_count"]}}, "name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["event", "regular_musician", "name", "musician_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"event" : [{"venue_id" : 390, "title" : "11th J NOVA Live Day. Part. 1 The Extreme", "date" : "2013-07-12", "price" : "10,000", "time" : "20:00", "venue" : "JNOVA(\uc81c\uc774\ub178\ubc14)", "lineup" : [{"name" : "\ud558\ud604\uc6a9\ubc34\ub4dc", "musician_id" : 1472}, {"name" : "\uc0ac\ub77c\uc218", "musician_id" : 3079}, {"name" : "Phero D.A", "musician_id" : 3189}, {"name" : "This Man", "musician_id" : 3190}, {"name" : "Grande", "musician_id" : 3191}]}], "regular_musician" : [{"name" : "\ud558\ud604\uc6a9\ubc34\ub4dc", "musician_id" : 1472, "event_count" : 1}, {"name" : "Grande", "musician_id" : 3191, "event_count" : 1}, {"name" : "Phero D.A", "musician_id" : 3189, "event_count" : 1}, {"name" : "This Man", "musician_id" : 3190, "event_count" : 1}, {"name" : "\uc0ac\ub77c\uc218", "musician_id" : 3079, "event_count" : 1}], "name" : "Phero D.A", "musician_id" : 3189} | json_instruct | {"type": "object", "properties": {"event": {"type": "array", "items": {"type": "object", "properties": {"venue_id": {"type": "integer"}, "title": {"type": "string"}, "date": {"type": "string"}, "price": {"type": "string"}, "time": {"type": "string"}, "venue": {"type": "string"}, "lineup": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["name", "musician_id"]}}}, "required": ["venue_id", "title", "date", "price", "time", "venue", "lineup"]}}, "regular_musician": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}, "event_count": {"type": "integer"}}, "required": ["name", "musician_id", "event_count"]}}, "name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["event", "regular_musician", "name", "musician_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "input": {"type": "object", "properties": {}, "required": []}, "output": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "input", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "unknown-test-scenario", "input" : {}, "output" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "input": {"type": "object", "properties": {}, "required": []}, "output": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "input", "output"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["ftp://tomustsof.gov", "gopher://the.bu.edu", "gopher://needsC.signature.gov", "telnet://isdeplo.us.automa.org", "telnet://OASISr.net"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "auto focus": {"type": "string"}, "bangalore": {"type": "string"}, "built in flash": {"type": "string"}, "color": {"type": "string"}, "continuous shots": {"type": "string"}, "delete function": {"type": "string"}, "display type": {"type": "string"}, "external memory": {"type": "string"}, "face detection": {"type": "string"}, "flash modes": {"type": "string"}, "focal length": {"type": "string"}, "gps": {"type": "string"}, "hdmi": {"type": "string"}, "image display resolution": {"type": "string"}, "image format": {"type": "string"}, "indiatimes": {"type": "string"}, "iso rating": {"type": "string"}, "lens type": {"type": "string"}, "manual focus": {"type": "string"}, "memory card type": {"type": "string"}, "metering": {"type": "string"}, "red eye reduction": {"type": "string"}, "screen size": {"type": "string"}, "self timer": {"type": "string"}, "shooting modes": {"type": "string"}, "upgradeable memory": {"type": "string"}, "usb": {"type": "string"}, "video display resolution": {"type": "string"}, "video format": {"type": "string"}, "viewfinder": {"type": "string"}, "white balancing": {"type": "string"}}, "required": ["<page title>", "auto focus", "bangalore", "built in flash", "color", "continuous shots", "delete function", "display type", "external memory", "face detection", "flash modes", "focal length", "gps", "hdmi", "image display resolution", "image format", "indiatimes", "iso rating", "lens type", "manual focus", "memory card type", "metering", "red eye reduction", "screen size", "self timer", "shooting modes", "upgradeable memory", "usb", "video display resolution", "video format", "viewfinder", "white balancing"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"<page title>" : "Sony Alpha SLT-A77 DSLR 18-135mm Price in India with Offers, Reviews & Full Specifications | PriceDekho.com", "auto focus" : "Tele-Zoom Continuous Advance Priority AE", "bangalore" : "Hyderabad Chennai Mumbai Delhi Pune", "built in flash" : "Yes", "color" : "NA", "continuous shots" : "Up to 12 fps (Tele-zoom Continuous Advance Priority AE Mode), 8 fps (Continuous Mode)", "delete function" : "Yes", "display type" : "TFT XtraFine LCD TruBlack Technology", "external memory" : "NA", "face detection" : "Yes", "flash modes" : "Auto (Flash-Off), Fill-in, High-speed Sync, Rear Sync, Slow Sync Flash", "focal length" : "18 - 135 mm", "gps" : "NA", "hdmi" : "NA", "image display resolution" : "921600 dots", "image format" : "JPEG (DCF 2.0, EXIF 2.3, RAW (ARW 2.3), MPO)", "indiatimes" : "Grabmore Flipkart Homeshop18 Naaptol", "iso rating" : "ISO 100-16000", "lens type" : "Sony Lens, Minolta and Konica Minolta AF Lens", "manual focus" : "Yes", "memory card type" : "Memory Stick PRO-HG Duo, Memory Stick Pro Duo, SD, SDHC, SDXC", "metering" : "1200 Zone Evaluative", "red eye reduction" : "Yes", "screen size" : "3 Inches", "self timer" : "2 sec, 10 sec", "shooting modes" : "Auto, Auto Advanced (Auto+), Movie, Sceneelection, Sweep Panorama (2D, 3D)", "upgradeable memory" : "Yes", "usb" : "USB Hi-Speed", "video display resolution" : "1920 x 1080 pixels (Full HD) @ 50 fps", "video format" : "AVCHD, MP4", "viewfinder" : "Electronic View Finder", "white balancing" : "Auto, Cloudy, Colour Temperature, Daylight, Flash, Fluorescent (D: Day White, Incandescent, L: Warm White, Shade, W: Cool White)"} | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "auto focus": {"type": "string"}, "bangalore": {"type": "string"}, "built in flash": {"type": "string"}, "color": {"type": "string"}, "continuous shots": {"type": "string"}, "delete function": {"type": "string"}, "display type": {"type": "string"}, "external memory": {"type": "string"}, "face detection": {"type": "string"}, "flash modes": {"type": "string"}, "focal length": {"type": "string"}, "gps": {"type": "string"}, "hdmi": {"type": "string"}, "image display resolution": {"type": "string"}, "image format": {"type": "string"}, "indiatimes": {"type": "string"}, "iso rating": {"type": "string"}, "lens type": {"type": "string"}, "manual focus": {"type": "string"}, "memory card type": {"type": "string"}, "metering": {"type": "string"}, "red eye reduction": {"type": "string"}, "screen size": {"type": "string"}, "self timer": {"type": "string"}, "shooting modes": {"type": "string"}, "upgradeable memory": {"type": "string"}, "usb": {"type": "string"}, "video display resolution": {"type": "string"}, "video format": {"type": "string"}, "viewfinder": {"type": "string"}, "white balancing": {"type": "string"}}, "required": ["<page title>", "auto focus", "bangalore", "built in flash", "color", "continuous shots", "delete function", "display type", "external memory", "face detection", "flash modes", "focal length", "gps", "hdmi", "image display resolution", "image format", "indiatimes", "iso rating", "lens type", "manual focus", "memory card type", "metering", "red eye reduction", "screen size", "self timer", "shooting modes", "upgradeable memory", "usb", "video display resolution", "video format", "viewfinder", "white balancing"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"ts-node": {"type": "string"}, "calculateBmi": {"type": "string"}, "calculateExercises": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["ts-node", "calculateBmi", "calculateExercises", "start", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/express", "@types/node", "ts-node", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bmicalculator", "version" : "1.0.0", "description" : "Fullstack course", "main" : "index.js", "scripts" : {"ts-node" : "ts-node", "calculateBmi" : "ts-node calculateBmi.ts", "calculateExercises" : "ts-node calculateExercises.ts", "start" : "ts-node index.js", "dev" : "ts-node-dev index.js"}, "author" : "teepiik", "license" : "ISC", "devDependencies" : {"@types/express" : "^4.17.6", "@types/node" : "^14.0.11", "ts-node" : "^8.10.2", "ts-node-dev" : "^1.0.0-pre.44", "typescript" : "^3.9.5"}, "dependencies" : {"express" : "^4.17.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"ts-node": {"type": "string"}, "calculateBmi": {"type": "string"}, "calculateExercises": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["ts-node", "calculateBmi", "calculateExercises", "start", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/express", "@types/node", "ts-node", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1949, "sex" : "F", "n" : 5, "prop" : 2.85e-06}, {"year" : 1950, "sex" : "F", "n" : 6, "prop" : 3.41e-06}, {"year" : 1952, "sex" : "F", "n" : 8, "prop" : 4.21e-06}, {"year" : 1953, "sex" : "F", "n" : 5, "prop" : 2.59e-06}, {"year" : 1954, "sex" : "F", "n" : 6, "prop" : 3.01e-06}, {"year" : 1955, "sex" : "F", "n" : 8, "prop" : 3.99e-06}, {"year" : 1956, "sex" : "F", "n" : 7, "prop" : 3.4e-06}, {"year" : 1957, "sex" : "F", "n" : 12, "prop" : 5.72e-06}, {"year" : 1958, "sex" : "F", "n" : 11, "prop" : 5.33e-06}, {"year" : 1959, "sex" : "F", "n" : 15, "prop" : 7.22e-06}, {"year" : 1960, "sex" : "F", "n" : 10, "prop" : 4.81e-06}, {"year" : 1961, "sex" : "F", "n" : 13, "prop" : 6.26e-06}, {"year" : 1962, "sex" : "F", "n" : 8, "prop" : 3.95e-06}, {"year" : 1963, "sex" : "F", "n" : 9, "prop" : 4.53e-06}, {"year" : 1964, "sex" : "F", "n" : 13, "prop" : 6.64e-06}, {"year" : 1965, "sex" : "F", "n" : 7, "prop" : 3.83e-06}, {"year" : 1966, "sex" : "F", "n" : 5, "prop" : 2.85e-06}, {"year" : 1967, "sex" : "F", "n" : 5, "prop" : 2.91e-06}, {"year" : 1968, "sex" : "F", "n" : 9, "prop" : 5.26e-06}, {"year" : 1969, "sex" : "F", "n" : 10, "prop" : 5.67e-06}, {"year" : 1970, "sex" : "F", "n" : 12, "prop" : 6.55e-06}, {"year" : 1971, "sex" : "F", "n" : 7, "prop" : 3.99e-06}, {"year" : 1972, "sex" : "F", "n" : 5, "prop" : 3.1e-06}, {"year" : 1973, "sex" : "F", "n" : 6, "prop" : 3.86e-06}, {"year" : 1976, "sex" : "F", "n" : 6, "prop" : 3.82e-06}, {"year" : 1977, "sex" : "F", "n" : 9, "prop" : 5.47e-06}, {"year" : 1980, "sex" : "F", "n" : 6, "prop" : 3.37e-06}, {"year" : 1982, "sex" : "F", "n" : 5, "prop" : 2.76e-06}, {"year" : 1991, "sex" : "F", "n" : 5, "prop" : 2.46e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Combine mascarpone, 3 tablespoons Marsala, cream, and 2 tablespoons sugar in medium bowl. Stir gently until well blended. Combine strawberries, remaining 3 tablespoons Marsala, and 1 tablespoon sugar in another medium bowl; toss to blend. Cover mascarpone and berry mixtures; refrigerate 30 minutes.", "Place 2 tablespoons crumbled cookies in each of 6 goblets. Divide strawberry mixture with juices among goblets. Top berries with mascarpone mixture, then remaining cookies. Cover and chill at least 30 minutes and up to 2 hours.", "*Mascarpone (Italian cream cheese) and amaretti cookies are available at Italian markets and many supermarkets."], "ingredients" : ["1 8-ounce container mascarpone cheese*", "6 tablespoons sweet Marsala (preferably imported)", "3 tablespoons whipping cream", "3 tablespoons sugar", "3 cups sliced hulled strawberries (about 15 ounces)", "2 1/4 cups coarsely crumbled amaretti cookies (Italian macaroons; about 4 1/2 ounces)*"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Dessert", "No-Cook", "Kid-Friendly", "Strawberry", "Marsala", "Summer", "Kidney Friendly", "Vegetarian", "Pescatarian", "Peanut Free", "Tree Nut Free", "Kosher"], "title" : "Strawberry, Mascarpone, and Marsala Budini", "url" : "http://www.epicurious.com/recipes/food/views/strawberry-mascarpone-and-marsala-budini-107890"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"scientific_name": {"type": "string"}, "primary": {"type": "boolean"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus": {"type": "string"}, "species": {"type": "string"}, "authority": {"type": "string"}, "infra_name": {"type": "null"}, "infra_rank": {"type": "null"}, "infra_authority": {"type": "null"}, "stock_name": {"type": "null"}, "species_id": {"type": "integer"}, "main_common_name": {"type": "null"}, "modified_year": {"type": "integer"}, "category": {"type": "string"}, "criteria": {"type": "string"}, "assessmentid": {"type": "string"}, "trend_id": {"type": "null"}, "biome_marine": {"type": "boolean"}, "biome_freshwater": {"type": "boolean"}, "biome_terrestrial": {"type": "boolean"}, "taxonomicnotes": {"type": "null"}, "rationale": {"type": "null"}, "assessor": {"type": "string"}, "evaluator": {"type": "string"}}, "required": ["scientific_name", "primary", "kingdom", "phylum", "class", "order", "family", "genus", "species", "authority", "infra_name", "infra_rank", "infra_authority", "stock_name", "species_id", "main_common_name", "modified_year", "category", "criteria", "assessmentid", "trend_id", "biome_marine", "biome_freshwater", "biome_terrestrial", "taxonomicnotes", "rationale", "assessor", "evaluator"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"scientific_name" : "Betta persephone", "primary" : true, "kingdom" : "ANIMALIA", "phylum" : "CHORDATA", "class" : "ACTINOPTERYGII", "order" : "PERCIFORMES", "family" : "OSPHRONEMIDAE", "genus" : "Betta", "species" : "persephone", "authority" : "Schaller, 1986", "infra_name" : null, "infra_rank" : null, "infra_authority" : null, "stock_name" : null, "species_id" : 2779, "main_common_name" : null, "modified_year" : 1996, "category" : "CR", "criteria" : "B1+2c", "assessmentid" : "9480163", "trend_id" : null, "biome_marine" : false, "biome_freshwater" : true, "biome_terrestrial" : false, "taxonomicnotes" : null, "rationale" : null, "assessor" : "Kottelat, M.", "evaluator" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"scientific_name": {"type": "string"}, "primary": {"type": "boolean"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus": {"type": "string"}, "species": {"type": "string"}, "authority": {"type": "string"}, "infra_name": {"type": "null"}, "infra_rank": {"type": "null"}, "infra_authority": {"type": "null"}, "stock_name": {"type": "null"}, "species_id": {"type": "integer"}, "main_common_name": {"type": "null"}, "modified_year": {"type": "integer"}, "category": {"type": "string"}, "criteria": {"type": "string"}, "assessmentid": {"type": "string"}, "trend_id": {"type": "null"}, "biome_marine": {"type": "boolean"}, "biome_freshwater": {"type": "boolean"}, "biome_terrestrial": {"type": "boolean"}, "taxonomicnotes": {"type": "null"}, "rationale": {"type": "null"}, "assessor": {"type": "string"}, "evaluator": {"type": "string"}}, "required": ["scientific_name", "primary", "kingdom", "phylum", "class", "order", "family", "genus", "species", "authority", "infra_name", "infra_rank", "infra_authority", "stock_name", "species_id", "main_common_name", "modified_year", "category", "criteria", "assessmentid", "trend_id", "biome_marine", "biome_freshwater", "biome_terrestrial", "taxonomicnotes", "rationale", "assessor", "evaluator"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "gastrohepatic", "definition" : "Pertaining to the stomach and liver; hepatogastric; as, the gastrohepatic, or lesser, omentum."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xff7ed06a93a96ff122eeaf333b9cac321fdd5ed9", "tool" : "mythril", "start" : 1563614643.1969485, "end" : 1563614648.399064, "duration" : 5.202115535736084, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "on": {"type": "object", "properties": {"workflow_dispatch": {"type": "object", "properties": {"inputs": {"type": "object", "properties": {"bool": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "description": {"type": "string"}, "default": {"type": "string"}}, "required": ["required", "type", "description", "default"]}}, "required": ["bool"]}}, "required": ["inputs"]}}, "required": ["workflow_dispatch"]}, "jobs": {"type": "object", "properties": {"checkout": {"type": "object", "properties": {"runs-on": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"uses": {"type": "string"}}, "required": ["uses"]}}}, "required": ["runs-on", "steps"]}}, "required": ["checkout"]}}, "required": ["name", "on", "jobs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "inputs", "on" : {"workflow_dispatch" : {"inputs" : {"bool" : {"required" : false, "type" : "boolean", "description" : "bool", "default" : "true"}}}}, "jobs" : {"checkout" : {"runs-on" : "ubuntu-latest", "steps" : [{"uses" : "actions/checkout@v2"}]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "on": {"type": "object", "properties": {"workflow_dispatch": {"type": "object", "properties": {"inputs": {"type": "object", "properties": {"bool": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "description": {"type": "string"}, "default": {"type": "string"}}, "required": ["required", "type", "description", "default"]}}, "required": ["bool"]}}, "required": ["inputs"]}}, "required": ["workflow_dispatch"]}, "jobs": {"type": "object", "properties": {"checkout": {"type": "object", "properties": {"runs-on": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"uses": {"type": "string"}}, "required": ["uses"]}}}, "required": ["runs-on", "steps"]}}, "required": ["checkout"]}}, "required": ["name", "on", "jobs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "place_id", "plus_code", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 24.603939, "lng" : 86.419683}, "viewport" : {"northeast" : {"lat" : 24.6052640802915, "lng" : 86.42112153029152}, "southwest" : {"lat" : 24.6025661197085, "lng" : 86.41842356970851}}}, "icon" : "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/school-71.png", "icon_background_color" : "#7B9EB0", "icon_mask_base_uri" : "https://maps.gstatic.com/mapfiles/place_api/icons/v2/school_pinlet", "name" : "Utkramit Madhya Vidyalaya Bamdah", "place_id" : "ChIJUQY8dspv8TkRAWrmUJUop-E", "plus_code" : {"compound_code" : "JC39+HV Bamdah, Bihar, India", "global_code" : "7MP8JC39+HV"}, "reference" : "ChIJUQY8dspv8TkRAWrmUJUop-E", "scope" : "GOOGLE", "types" : ["school", "point_of_interest", "establishment"], "vicinity" : "Unnamed Road"}], "status" : "OK"} | 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"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "place_id", "plus_code", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {}}, "restrictions": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}, "icon": {"type": "string"}, "details": {"type": "object", "properties": {"type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "infusion_upgrade_flags": {"type": "array", "items": {}}, "attribute_adjustment": {"type": "integer"}, "infix_upgrade": {"type": "object", "properties": {"id": {"type": "integer"}, "buff": {"type": "object", "properties": {"skill_id": {"type": "integer"}, "description": {"type": "string"}}, "required": ["skill_id", "description"]}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"attribute": {"type": "string"}, "modifier": {"type": "integer"}}, "required": ["attribute", "modifier"]}}}, "required": ["id", "buff", "attributes"]}, "suffix": {"type": "string"}}, "required": ["type", "flags", "infusion_upgrade_flags", "attribute_adjustment", "infix_upgrade", "suffix"]}}, "required": ["name", "description", "type", "level", "rarity", "vendor_value", "game_types", "flags", "restrictions", "id", "chat_link", "icon", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Ornate Emerald Jewel", "description" : "Double-click to apply to an accessory, amulet, or ring with an unused upgrade slot.", "type" : "UpgradeComponent", "level" : 50, "rarity" : "Masterwork", "vendor_value" : 90, "game_types" : ["Activity", "Wvw", "Dungeon", "Pve"], "flags" : [], "restrictions" : [], "id" : 24881, "chat_link" : "[&AgExYQAA]", "icon" : "https://render.guildwars2.com/file/35519BEB626FAC043101D6012475595F1959F1C1/221182.png", "details" : {"type" : "Default", "flags" : ["Trinket"], "infusion_upgrade_flags" : [], "attribute_adjustment" : 0, "infix_upgrade" : {"id" : 504, "buff" : {"skill_id" : 295, "description" : "+14 Precision\n+9 Toughness\n+9 Power"}, "attributes" : [{"attribute" : "Power", "modifier" : 9}, {"attribute" : "Precision", "modifier" : 14}, {"attribute" : "Toughness", "modifier" : 9}]}, "suffix" : "of Emerald"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {}}, "restrictions": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}, "icon": {"type": "string"}, "details": {"type": "object", "properties": {"type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "infusion_upgrade_flags": {"type": "array", "items": {}}, "attribute_adjustment": {"type": "integer"}, "infix_upgrade": {"type": "object", "properties": {"id": {"type": "integer"}, "buff": {"type": "object", "properties": {"skill_id": {"type": "integer"}, "description": {"type": "string"}}, "required": ["skill_id", "description"]}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"attribute": {"type": "string"}, "modifier": {"type": "integer"}}, "required": ["attribute", "modifier"]}}}, "required": ["id", "buff", "attributes"]}, "suffix": {"type": "string"}}, "required": ["type", "flags", "infusion_upgrade_flags", "attribute_adjustment", "infix_upgrade", "suffix"]}}, "required": ["name", "description", "type", "level", "rarity", "vendor_value", "game_types", "flags", "restrictions", "id", "chat_link", "icon", "details"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "definitions": {"type": "object", "properties": {"Record": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "fields": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "createdTime": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "deleted": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "typecast": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["id", "fields", "createdTime", "deleted", "typecast"]}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "properties", "additionalProperties", "type"]}}, "required": ["Record"]}}, "required": ["$schema", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "definitions" : {"Record" : {"required" : ["fields"], "properties" : {"id" : {"type" : "string"}, "fields" : {"type" : "object"}, "createdTime" : {"type" : "string"}, "deleted" : {"type" : "boolean"}, "typecast" : {"type" : "boolean"}}, "additionalProperties" : false, "type" : "object"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "definitions": {"type": "object", "properties": {"Record": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "fields": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "createdTime": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "deleted": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "typecast": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["id", "fields", "createdTime", "deleted", "typecast"]}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "properties", "additionalProperties", "type"]}}, "required": ["Record"]}}, "required": ["$schema", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 17645, "cartId" : "68ffd575-ac7f-49d7-9688-264eb759f6ee", "preferredProducts" : [1793, 4729, 2451, 3089, 309, 1177, 4961], "productReviews" : [{"productId" : 2023, "reviewText" : "i use it profusely when i'm in my garage.", "reviewDate" : "2017-07-23T07:32:36.5061695+03:00"}, {"productId" : 2372, "reviewText" : "one of my hobbies is antique-shopping. and when i'm antique-shopping this works great.", "reviewDate" : "2017-02-01T08:08:48.0448364+02:00"}, {"productId" : 2144, "reviewText" : "one of my hobbies is mushroom cultivation. and when i'm cultivating mushrooms this works great.", "reviewDate" : "2018-12-17T17:28:11.3236468+02:00"}, {"productId" : 3278, "reviewText" : "The box this comes in is 4 light-year by 5 inch and weights 11 megaton!!", "reviewDate" : "2019-10-05T13:11:48.5606905+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "name": {"type": "string"}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "rating": {"type": "integer"}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "user_ratings_total": {"type": "integer"}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "name", "place_id", "plus_code", "rating", "reference", "scope", "types", "user_ratings_total", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 23.8746898, "lng" : 86.33871409999999}, "viewport" : {"northeast" : {"lat" : 23.8760485802915, "lng" : 86.34004828029151}, "southwest" : {"lat" : 23.8733506197085, "lng" : 86.33735031970849}}}, "icon" : "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png", "name" : "Vikas printing press & studio", "place_id" : "ChIJmwezU7Kl9jkRUd2J_ctPIMU", "plus_code" : {"compound_code" : "V8FQ+VF Rajganj, Jharkhand, India", "global_code" : "7MM8V8FQ+VF"}, "rating" : 5, "reference" : "ChIJmwezU7Kl9jkRUd2J_ctPIMU", "scope" : "GOOGLE", "types" : ["supermarket", "grocery_or_supermarket", "food", "point_of_interest", "store", "establishment"], "user_ratings_total" : 1, "vicinity" : "Kalirhat Rd, Rajganj, Bangladesh"}], "status" : "OK"} | 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"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "name": {"type": "string"}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "rating": {"type": "integer"}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "user_ratings_total": {"type": "integer"}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "name", "place_id", "plus_code", "rating", "reference", "scope", "types", "user_ratings_total", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$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"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "angular": {"type": "string"}, "angular-route": {"type": "string"}, "angular-mocks": {"type": "string"}, "sockjs-client": {"type": "string"}, "stomp-websocket": {"type": "string"}}, "required": ["jquery", "bootstrap", "angular", "angular-route", "angular-mocks", "sockjs-client", "stomp-websocket"]}}, "required": ["name", "version", "homepage", "authors", "license", "private", "ignore", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "blanky-web-client", "version" : "0.0.0", "homepage" : "https://github.com/vadim-shb/blanky", "authors" : ["vdshb"], "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "src/main/lib/", "test", "tests"], "devDependencies" : {"jquery" : "~2.1.3", "bootstrap" : "~3.3.4", "angular" : "1.3.15", "angular-route" : "~1.3.15", "angular-mocks" : "~1.3.15", "sockjs-client" : "~1.0.0", "stomp-websocket" : "~2.3.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "angular": {"type": "string"}, "angular-route": {"type": "string"}, "angular-mocks": {"type": "string"}, "sockjs-client": {"type": "string"}, "stomp-websocket": {"type": "string"}}, "required": ["jquery", "bootstrap", "angular", "angular-route", "angular-mocks", "sockjs-client", "stomp-websocket"]}}, "required": ["name", "version", "homepage", "authors", "license", "private", "ignore", "devDependencies"], "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "prepack": {"type": "string"}, "postpack": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "clean", "prepack", "postpack", "test"]}, "devDependencies": {"type": "object", "properties": {"@tsconfig/recommended": {"type": "string"}, "@types/jasmine": {"type": "string"}, "@types/node": {"type": "string"}, "jasmine": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@tsconfig/recommended", "@types/jasmine", "@types/node", "jasmine", "ts-node", "typescript"]}}, "required": ["name", "description", "version", "repository", "tags", "bugs", "license", "main", "types", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nameparts", "description" : "Splits full names into individual parts (first, middle, last, etc.)", "version" : "2.0.0", "repository" : {"type" : "git", "url" : "http://github.com/Ghary/nameparts.git"}, "tags" : ["name", "surname", "firstname", "lastname", "salutation", "alias", "title"], "bugs" : {"url" : "https://github/Ghary/nameparts"}, "license" : "MIT", "main" : "./nameparts.js", "types" : "./nameparts.d.ts", "scripts" : {"build" : "npm run clean && tsc", "clean" : "rm -f *.d.ts constants.js nameparts.js", "prepack" : "npm run build", "postpack" : "npm run clean", "test" : "ts-node --project ./tsconfig.json node_modules/jasmine/bin/jasmine --config=./spec/jasmine.json"}, "devDependencies" : {"@tsconfig/recommended" : "^1.0.1", "@types/jasmine" : "^3.6.2", "@types/node" : "^14.14.10", "jasmine" : "^3.6.3", "ts-node" : "^9.0.0", "typescript" : "^4.1.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "prepack": {"type": "string"}, "postpack": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "clean", "prepack", "postpack", "test"]}, "devDependencies": {"type": "object", "properties": {"@tsconfig/recommended": {"type": "string"}, "@types/jasmine": {"type": "string"}, "@types/node": {"type": "string"}, "jasmine": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@tsconfig/recommended", "@types/jasmine", "@types/node", "jasmine", "ts-node", "typescript"]}}, "required": ["name", "description", "version", "repository", "tags", "bugs", "license", "main", "types", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "THE LIKE ALSO IS CERTAIN OF ALL SENSIBLE IDEAS PECULIAR TO EACH SENSE;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/13999.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replaceable": {"type": "boolean"}}, "required": ["id", "skill", "replaceable"]}}}, "required": ["id", "group", "joblink", "name", "potential", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 2410, "group" : "24512100", "joblink" : true, "name" : "Industriemechaniker/in - Ger\u00e4te- und Feinwerktechnik", "potential" : 100, "skills" : [{"id" : 60706, "skill" : "Justieren", "replaceable" : true}, {"id" : 60715, "skill" : "Maschinenf\u00fchrung, Anlagenf\u00fchrung, -bedienung", "replaceable" : true}, {"id" : 61498, "skill" : "Feinwerktechnik", "replaceable" : true}, {"id" : 61648, "skill" : "Maschinentechnik", "replaceable" : true}, {"id" : 61687, "skill" : "Messen, Pr\u00fcfen (Metalltechnik)", "replaceable" : true}, {"id" : 61777, "skill" : "Drehen", "replaceable" : true}, {"id" : 61782, "skill" : "Fr\u00e4sen", "replaceable" : true}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replaceable": {"type": "boolean"}}, "required": ["id", "skill", "replaceable"]}}}, "required": ["id", "group", "joblink", "name", "potential", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 51974, "cartId" : "7bbbd277-784b-459d-a5c9-6665b6d39cae", "preferredProducts" : [], "productReviews" : [{"productId" : 3323, "reviewText" : "I saw one of these in Vanuatu and I bought one.", "reviewDate" : "2017-01-10T19:17:15.7121793+02:00"}, {"productId" : 2092, "reviewText" : "This action-items works really well. It sympathetically improves my baseball by a lot.", "reviewDate" : "2019-01-27T07:19:03.7701607+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "reflueus", "definition" : "Refluent. [Obs.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Lindongan Dialongana, Lumba-Bayabao, Lanao del Sur, Autonomous Region of Muslim Mindanao (ARMM), PH", "locale" : "ph.autonomous-region-of-muslim-mindanao-armm.lanao-del-sur.lumba-bayabao.lindongan-dialongana", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "1", "region_reference" : "15", "region_name" : "Autonomous Region of Muslim Mindanao (ARMM)", "province_id" : "42", "province_reference" : "42", "province_name" : "Lanao del Sur", "city_id" : "725", "city_reference" : "830", "city_name" : "Lumba-Bayabao", "barangay_id" : "20329", "barangay_reference" : "20686", "barangay_name" : "Lindongan Dialongana"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.425926, 7.8679], [124.437439, 7.8702], [124.438713, 7.86967], [124.439117, 7.86908], [124.439362, 7.86865], [124.439857, 7.86825], [124.440002, 7.86785], [124.440468, 7.86789], [124.440941, 7.86762], [124.44162, 7.86676], [124.441261, 7.8659], [124.441208, 7.86514], [124.441811, 7.86491], [124.44191, 7.85389], [124.44294, 7.8415], [124.428421, 7.84699], [124.425926, 7.8679]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u71df\u90a6\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4e8c\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99707246", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u8606\u7af9\u5340\u65b0\u838a\u91cc\u5927\u8208\u8def\uff12\uff10\u5df7\uff12\uff11\u5f04\uff12\uff12\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u8606\u7af9\u5340\u65b0\u838a\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6881\u9806\u71df", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "96994977", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0961001", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["27\u96fb\u8166\u3001\u96fb\u5b50\u7522\u54c1\u53ca\u5149\u5b78\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["271\u96fb\u8166\u53ca\u5176\u9031\u908a\u8a2d\u5099", "272\u901a\u8a0a\u50b3\u64ad\u8a2d\u5099"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [106.330708661417, 33.28, 0.900996461510658, 109.606299212598, 80.2909090909091, 0.734261639416218, 70.8031496062992, 78.1963636363636, 0.59963995218277, 27.2125984251969, 120.32, 0.759329304099083, 69.2913385826772, 160.116363636364, 0.450922352029011, 149.669291338583, 83.3163636363636, 0.655909761786461, 153.448818897638, 142.429090909091, 0.468552969396114, 153.196850393701, 203.403636363636, 0.710384987294674, 83.1496062992126, 182.690909090909, 0.347084287554026, 75.8425196850394, 254.603636363636, 0.119099552586704, 0, 0, 0, 130.267716535433, 182.225454545455, 0.329973227111623, 0, 0, 0, 0, 0, 0, 97.511811023622, 27.6945454545455, 0.945432066917419, 113.637795275591, 24.9018181818182, 0.973274663090706, 87.6850393700787, 35.3745454545455, 0.637900024652481, 125.732283464567, 30.4872727272727, 0.751907303929329], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$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": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-89.173607, 42.266432], [-89.159907, 42.265034], [-89.155166, 42.263203], [-89.150983, 42.260377], [-89.148002, 42.256903], [-89.132458, 42.230688], [-89.12195, 42.221872], [-89.114797, 42.219585], [-89.094735, 42.219534], [-89.094956, 42.214669], [-89.091733, 42.211089], [-89.091882, 42.207662], [-89.093012, 42.206067], [-89.098734, 42.204057], [-89.106751, 42.203989], [-89.112861, 42.202747], [-89.11864, 42.199321], [-89.120328, 42.193653], [-89.121803, 42.192026], [-89.130897, 42.185934], [-89.130637, 42.185107], [-89.126313, 42.184414], [-89.126247, 42.182575], [-89.12401, 42.181927], [-89.123478, 42.179794], [-89.120728, 42.179085], [-89.115249, 42.180179], [-89.113144, 42.179097], [-89.113108, 42.177532], [-89.109172, 42.177452], [-89.109016, 42.176789], [-89.110617, 42.176151], [-89.110778, 42.174519], [-89.10775, 42.17489], [-89.106972, 42.174317], [-89.106877, 42.172392], [-89.104072, 42.17241], [-89.101025, 42.17605], [-89.093301, 42.179591], [-89.086265, 42.181402], [-89.08628, 42.192202], [-89.082152, 42.1993], [-89.082094, 42.219605], [-89.072108, 42.219651], [-89.07187, 42.172678], [-89.075462, 42.163858], [-89.076998, 42.150812], [-89.172799, 42.150297], [-89.172475, 42.177734], [-89.173607, 42.266432]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 21258}}]} | 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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "chai": {"type": "string"}, "karma": {"type": "string"}, "karma-chai": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "karma-firefox-launcher": {"type": "string"}, "karma-ie-launcher": {"type": "string"}, "karma-mocha": {"type": "string"}, "karma-typescript-preprocessor2": {"type": "string"}, "karma-webpack": {"type": "string"}, "mocha": {"type": "string"}, "raw-loader": {"type": "string"}, "svgjs": {"type": "string"}, "ts-loader": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "chai", "karma", "karma-chai", "karma-chrome-launcher", "karma-firefox-launcher", "karma-ie-launcher", "karma-mocha", "karma-typescript-preprocessor2", "karma-webpack", "mocha", "raw-loader", "svgjs", "ts-loader", "ts-node", "typescript", "webpack", "webpack-cli"]}, "scripts": {"type": "object", "properties": {"webpack": {"type": "string"}, "watch:webpack": {"type": "string"}, "test": {"type": "string"}, "watch:test": {"type": "string"}}, "required": ["webpack", "watch:webpack", "test", "watch:test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "devDependencies", "scripts", "repository", "author", "license", "main", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "html-query-plan", "version" : "2.5.1", "description" : "Display SQL Server Execution Plans in HTML", "devDependencies" : {"@types/chai" : "^4.1.3", "@types/mocha" : "^5.2.0", "chai" : "^4.1.2", "karma" : "^3.0", "karma-chai" : "^0.1.0", "karma-chrome-launcher" : "^2.2.0", "karma-firefox-launcher" : "^1.1.0", "karma-ie-launcher" : "^1.0.0", "karma-mocha" : "^1.3.0", "karma-typescript-preprocessor2" : "^1.2.1", "karma-webpack" : "^4.0.0-rc.2", "mocha" : "^5.1.1", "raw-loader" : "^0.5.1", "svgjs" : "^2.6.2", "ts-loader" : "^5.0", "ts-node" : "^7.0", "typescript" : "^3.0", "webpack" : "^4.0", "webpack-cli" : "^3.1.1"}, "scripts" : {"webpack" : "webpack", "watch:webpack" : "webpack --watch", "test" : "karma start karma.config.js --singleRun", "watch:test" : "karma start karma.config.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/JustinPealing/html-query-plan.git"}, "author" : "Justin Pealing", "license" : "MIT", "main" : "dist/qp.js", "bugs" : {"url" : "https://github.com/JustinPealing/html-query-plan/issues"}, "homepage" : "https://github.com/JustinPealing/html-query-plan#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "chai": {"type": "string"}, "karma": {"type": "string"}, "karma-chai": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "karma-firefox-launcher": {"type": "string"}, "karma-ie-launcher": {"type": "string"}, "karma-mocha": {"type": "string"}, "karma-typescript-preprocessor2": {"type": "string"}, "karma-webpack": {"type": "string"}, "mocha": {"type": "string"}, "raw-loader": {"type": "string"}, "svgjs": {"type": "string"}, "ts-loader": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "chai", "karma", "karma-chai", "karma-chrome-launcher", "karma-firefox-launcher", "karma-ie-launcher", "karma-mocha", "karma-typescript-preprocessor2", "karma-webpack", "mocha", "raw-loader", "svgjs", "ts-loader", "ts-node", "typescript", "webpack", "webpack-cli"]}, "scripts": {"type": "object", "properties": {"webpack": {"type": "string"}, "watch:webpack": {"type": "string"}, "test": {"type": "string"}, "watch:test": {"type": "string"}}, "required": ["webpack", "watch:webpack", "test", "watch:test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "devDependencies", "scripts", "repository", "author", "license", "main", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}, "issues": {"type": "string"}, "sources": {"type": "string"}}, "required": ["homepage", "issues", "sources"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "accessWidener": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "object", "properties": {"config": {"type": "string"}, "environment": {"type": "string"}}, "required": ["config", "environment"]}}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}}, "required": ["main", "client"]}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "accessWidener", "mixins", "entrypoints", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaVersion" : 1, "id" : "blochs", "version" : "${version}", "name" : "My First Mod", "description" : "My First Mod to start learning about Modding.", "authors" : ["LotsOfBlochs"], "contact" : {"homepage" : "https://github.com/LotsOfBlochs/My-First-Mod", "issues" : "https://github.com/LotsOfBlochs/My-First-Mod/issues", "sources" : "https://github.com/LotsOfBlochs/My-First-Mod"}, "license" : "CCO-1.0", "icon" : "assets/blochs/icon.png", "environment" : "*", "accessWidener" : "blochs.accesswidener", "mixins" : [{"config" : "blochs.mixins.json", "environment" : "*"}], "entrypoints" : {"main" : ["com.lotsofblochs.blochs.Blochs"], "client" : ["com.lotsofblochs.blochs.BlochsClient"]}, "depends" : {"fabricloader" : ">=0.7.4", "fabric" : "*", "minecraft" : "1.16.x"}} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}, "issues": {"type": "string"}, "sources": {"type": "string"}}, "required": ["homepage", "issues", "sources"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "accessWidener": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "object", "properties": {"config": {"type": "string"}, "environment": {"type": "string"}}, "required": ["config", "environment"]}}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}}, "required": ["main", "client"]}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "accessWidener", "mixins", "entrypoints", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static\\development\\pages\\a-propos.js": {"type": "boolean"}, "static\\development\\pages\\series.js": {"type": "boolean"}}, "required": ["static\\development\\pages\\a-propos.js", "static\\development\\pages\\series.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "9074025ae370a9f98279", "c" : {"static\\development\\pages\\a-propos.js" : false, "static\\development\\pages\\series.js" : false}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static\\development\\pages\\a-propos.js": {"type": "boolean"}, "static\\development\\pages\\series.js": {"type": "boolean"}}, "required": ["static\\development\\pages\\a-propos.js", "static\\development\\pages\\series.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"pirates": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "currentOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "openingOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "winners": {"type": "array", "items": {"type": "integer"}}, "foods": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "round": {"type": "integer"}}, "required": ["pirates", "currentOdds", "openingOdds", "winners", "foods", "round"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pirates" : [[9, 10, 15, 16], [3, 6, 4, 7], [18, 20, 11, 2], [14, 5, 8, 17], [19, 1, 12, 13]], "currentOdds" : [[1, 13, 13, 2, 2], [1, 4, 3, 4, 3], [1, 13, 2, 13, 2], [1, 13, 4, 13, 2], [1, 9, 2, 5, 5]], "openingOdds" : [[1, 13, 13, 2, 2], [1, 4, 3, 5, 3], [1, 13, 2, 13, 2], [1, 13, 3, 13, 2], [1, 9, 2, 4, 4]], "winners" : [3, 4, 2, 4, 2], "foods" : [[40, 15, 12, 30, 29, 7, 20, 14, 27, 26], [21, 26, 40, 31, 35, 10, 17, 4, 14, 34], [20, 7, 29, 16, 6, 30, 31, 9, 25, 8], [31, 39, 18, 40, 2, 37, 12, 9, 13, 5], [18, 26, 1, 2, 24, 16, 30, 7, 37, 3]], "round" : 5347} | json_instruct | {"type": "object", "properties": {"pirates": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "currentOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "openingOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "winners": {"type": "array", "items": {"type": "integer"}}, "foods": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "round": {"type": "integer"}}, "required": ["pirates", "currentOdds", "openingOdds", "winners", "foods", "round"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"jsonClient": {"type": "array", "items": {"type": "string"}}}, "required": ["jsonClient"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsonClient" : ["JSON: Schema Resolution Error", "JSON Language Server", "Unable to load {0}", "Downloading schemas is disabled through setting '{0}'", "Use setting '{0}' to configure the limit.", "Unable to resolve schema. Click to retry.", "Downloading schemas is disabled. Click to configure."]} | json_instruct | {"type": "object", "properties": {"jsonClient": {"type": "array", "items": {"type": "string"}}}, "required": ["jsonClient"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-status-codes": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["http-status-codes", "uuid"]}}, "required": ["name", "version", "license", "dependencies"]}, "node_modules/http-status-codes": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "node_modules/uuid": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "bin": {"type": "object", "properties": {"uuid": {"type": "string"}}, "required": ["uuid"]}}, "required": ["version", "resolved", "integrity", "bin"]}}, "required": ["", "node_modules/http-status-codes", "node_modules/uuid"]}, "dependencies": {"type": "object", "properties": {"http-status-codes": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "uuid": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["http-status-codes", "uuid"]}}, "required": ["name", "version", "lockfileVersion", "requires", "packages", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@sample/shared", "version" : "0.1.0", "lockfileVersion" : 2, "requires" : true, "packages" : {"" : {"name" : "@sample/shared", "version" : "0.1.0", "license" : "MIT", "dependencies" : {"http-status-codes" : "^2.1.4", "uuid" : "^8.3.2"}}, "node_modules/http-status-codes" : {"version" : "2.1.4", "resolved" : "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.4.tgz", "integrity" : "sha512-MZVIsLKGVOVE1KEnldppe6Ij+vmemMuApDfjhVSLzyYP+td0bREEYyAoIw9yFePoBXManCuBqmiNP5FqJS5Xkg=="}, "node_modules/uuid" : {"version" : "8.3.2", "resolved" : "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity" : "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "bin" : {"uuid" : "dist/bin/uuid"}}}, "dependencies" : {"http-status-codes" : {"version" : "2.1.4", "resolved" : "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.4.tgz", "integrity" : "sha512-MZVIsLKGVOVE1KEnldppe6Ij+vmemMuApDfjhVSLzyYP+td0bREEYyAoIw9yFePoBXManCuBqmiNP5FqJS5Xkg=="}, "uuid" : {"version" : "8.3.2", "resolved" : "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity" : "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-status-codes": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["http-status-codes", "uuid"]}}, "required": ["name", "version", "license", "dependencies"]}, "node_modules/http-status-codes": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "node_modules/uuid": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "bin": {"type": "object", "properties": {"uuid": {"type": "string"}}, "required": ["uuid"]}}, "required": ["version", "resolved", "integrity", "bin"]}}, "required": ["", "node_modules/http-status-codes", "node_modules/uuid"]}, "dependencies": {"type": "object", "properties": {"http-status-codes": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "uuid": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["http-status-codes", "uuid"]}}, "required": ["name", "version", "lockfileVersion", "requires", "packages", "dependencies"], "$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"}, "dependencies": {"type": "object", "properties": {"wechat": {"type": "string"}, "wechat-api": {"type": "string"}, "node-red-viseo-helper": {"type": "string"}, "node-red-viseo-bot-manager": {"type": "string"}}, "required": ["wechat", "wechat-api", "node-red-viseo-helper", "node-red-viseo-bot-manager"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"wechat": {"type": "string"}, "wechat-config": {"type": "string"}}, "required": ["wechat", "wechat-config"]}}, "required": ["nodes"]}}, "required": ["name", "version", "description", "dependencies", "repository", "license", "keywords", "node-red"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "node-red-contrib-viseo-wechat", "version" : "0.3.0", "description" : "VISEO Bot Maker - WeChat Bot Implementation", "dependencies" : {"wechat" : "^2.0.3", "wechat-api" : "^1.28.0", "node-red-viseo-helper" : "~0.3.0", "node-red-viseo-bot-manager" : "~0.1.0"}, "repository" : {"type" : "git", "url" : "https://github.com/NGRP/node-red-contrib-viseo/tree/master/node-red-contrib-wechat"}, "license" : "Apache-2.0", "keywords" : ["viseo", "sarah", "node-red", "wechat", "chatbot", "bot"], "node-red" : {"nodes" : {"wechat" : "bot-wechat.js", "wechat-config" : "wechat-config.js"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"wechat": {"type": "string"}, "wechat-api": {"type": "string"}, "node-red-viseo-helper": {"type": "string"}, "node-red-viseo-bot-manager": {"type": "string"}}, "required": ["wechat", "wechat-api", "node-red-viseo-helper", "node-red-viseo-bot-manager"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"wechat": {"type": "string"}, "wechat-config": {"type": "string"}}, "required": ["wechat", "wechat-config"]}}, "required": ["nodes"]}}, "required": ["name", "version", "description", "dependencies", "repository", "license", "keywords", "node-red"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"esy-automake": {"type": "string"}}, "required": ["esy-automake"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"esy-automake" : "esy-packages/esy-automake#e959059ccc1560a1565b16fb63ed7052c663fca0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"esy-automake": {"type": "string"}}, "required": ["esy-automake"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"0-9": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-9", "10-19", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0-9" : "3", "10-19" : "6", "20-29" : "34", "30-39" : "75", "40-49" : "206", "50-59" : "582", "60-69" : "1,229", "70-79" : "1,968", "80+" : "3,618"} | json_instruct | {"type": "object", "properties": {"0-9": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-9", "10-19", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "HUB", "address" : "0x8e9A29e7Ed21DB7c5B2E1cd75e676dA0236dfB45", "overview" : {"en" : ""}, "email" : "", "website" : "http://minter.network", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/@MinterTeam", "twitter" : "https://twitter.com/MinterTeam", "telegram" : "", "github" : ""}} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.5"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.5"], "meta" : {"description" : "Custom fields types for SqlAlchemy which integrated with Uploadcare service", "homepage" : "https://github.com/uploadcare/pyuploadcare-sqlalchemy", "license" : "MIT"}, "versions" : {"0.5" : {"sha256" : "20a006318756c04818c7a994ed4cf7eb1baff529728b54b0968c04f8cf725bae", "url" : "https://files.pythonhosted.org/packages/47/8a/a84cb2b13f3555e3c243fa19ac379f2bec36ed0326007ab8cd81bbece7bd/pyuploadcare-sqlalchemy-0.5.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.5"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Belgian\\Element\\": {"type": "string"}}, "required": ["Belgian\\Element\\"]}}, "required": ["psr-4"]}}, "required": ["name", "authors", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "belgian/element", "authors" : [{"name" : "Estefanio NS", "email" : "[email protected]"}], "autoload" : {"psr-4" : {"Belgian\\Element\\" : "Belgian/Element/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Belgian\\Element\\": {"type": "string"}}, "required": ["Belgian\\Element\\"]}}, "required": ["psr-4"]}}, "required": ["name", "authors", "autoload"], "$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"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "17f8bb09-3a5b-4772-8880-52ccca854df3", "name" : "Hazeley Campus", "code" : "I", "address" : {"addressLine1" : "Emperor Drive", "addressLine2" : "Hazeley", "town" : "Milton Keynes", "postcode" : "MK8 0PT"}, "organisation" : {"id" : "06d4c60d-e03c-4447-b21f-6370f3a7b24b", "code" : "1PJ", "name" : "Sponne School"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "cross-spawn": {"type": "string"}, "fancy-log": {"type": "string"}, "fs-extra": {"type": "string"}, "inquirer": {"type": "string"}, "merge": {"type": "string"}, "merge-descriptors": {"type": "string"}, "ora": {"type": "string"}, "react-dev-utils": {"type": "string"}, "semver": {"type": "string"}}, "required": ["chalk", "cross-spawn", "fancy-log", "fs-extra", "inquirer", "merge", "merge-descriptors", "ora", "react-dev-utils", "semver"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@arwen/arwen-utils", "version" : "0.1.2", "description" : "arwen-utils", "main" : "index.js", "repository" : "https://github.com/kawhi66/arwen", "author" : "kawhi.site", "license" : "MIT", "dependencies" : {"chalk" : "^2.4.2", "cross-spawn" : "^6.0.5", "fancy-log" : "^1.3.3", "fs-extra" : "^7.0.1", "inquirer" : "^6.3.1", "merge" : "^1.2.1", "merge-descriptors" : "^1.0.1", "ora" : "^3.4.0", "react-dev-utils" : "^8.0.0", "semver" : "^6.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "cross-spawn": {"type": "string"}, "fancy-log": {"type": "string"}, "fs-extra": {"type": "string"}, "inquirer": {"type": "string"}, "merge": {"type": "string"}, "merge-descriptors": {"type": "string"}, "ora": {"type": "string"}, "react-dev-utils": {"type": "string"}, "semver": {"type": "string"}}, "required": ["chalk", "cross-spawn", "fancy-log", "fs-extra", "inquirer", "merge", "merge-descriptors", "ora", "react-dev-utils", "semver"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"image_name" : "lesion1473.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "407.0,341.0,402.0,338.0,394.0,338.0,386.0,339.0,377.0,343.0,372.0,346.0,367.0,350.0,367.0,357.0,369.0,366.0,374.0,364.0,380.0,360.0,387.0,356.0,395.0,351.0,401.0,346.0", "id" : "1", "blurred" : false, "goodIllumination" : true}, {"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 2.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "183.0,358.0,182.0,354.0,177.0,353.0,172.0,355.0,167.0,358.0,166.0,362.0,170.0,367.0,177.0,365.0,182.0,363.0", "id" : "2", "blurred" : false, "goodIllumination" : true}], "camera_id" : "", "image_width" : 512} | json_instruct | {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"iamhinu": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["iamhinu"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"iamhinu" : {"title" : "iAmHinu", "channel_id" : 44416125, "link" : "http://twitch.tv/iamhinu", "desc" : null, "plans" : {"$4.99" : "177299", "$9.99" : "177302", "$24.99" : "177303"}, "id" : "iamhinu", "first_seen" : "2017-07-04 01:50:04", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 177299, "emotes" : [{"code" : "iamhinHi", "image_id" : 235366, "set" : 177299}]}}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"iamhinu": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["iamhinu"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "author": {"type": "string"}, "github": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "mainfile": {"type": "string"}, "lastversion": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "author", "github", "homepage", "description", "mainfile", "lastversion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "peace.js", "assets" : [{"files" : ["peace.min.css", "peace.min.js"], "version" : "1.1.0", "mainfile" : "dist/peace.min.js"}, {"files" : ["peace.min.css", "peace.min.js"], "version" : "1.1.2", "mainfile" : "dist/peace.min.js"}, {"files" : ["peace.min.css", "peace.min.js"], "version" : "1.1.3", "mainfile" : "dist/peace.min.js"}, {"files" : ["peace.min.css", "peace.min.js"], "version" : "1.1.4", "mainfile" : "dist/peace.min.js"}], "versions" : ["1.1.4", "1.1.3", "1.1.2", "1.1.0"], "zip" : "peace.js.zip", "author" : "humancopy", "github" : "https://github.com/humancopy/peace.js", "homepage" : "https://humancopy.github.io/peace.js/", "description" : "Spread peace", "mainfile" : "dist/peace.min.js", "lastversion" : "1.1.4"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "author": {"type": "string"}, "github": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "mainfile": {"type": "string"}, "lastversion": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "author", "github", "homepage", "description", "mainfile", "lastversion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"boom": {"type": "string"}, "hapi": {"type": "string"}, "inert": {"type": "string"}, "joi": {"type": "string"}, "mongojs": {"type": "string"}, "node-uuid": {"type": "string"}, "path": {"type": "string"}}, "required": ["boom", "hapi", "inert", "joi", "mongojs", "node-uuid", "path"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hapi-rest-mongo", "version" : "1.0.0", "description" : "Simple REST project with hapijs and mongodb.", "main" : "server.js", "private" : true, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Patrick Meier", "license" : "Apache-2.0", "dependencies" : {"boom" : "^4.2.0", "hapi" : "^16.1.0", "inert" : "^4.2.1", "joi" : "^10.2.2", "mongojs" : "^2.4.0", "node-uuid" : "^1.4.7", "path" : "^0.12.7"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"boom": {"type": "string"}, "hapi": {"type": "string"}, "inert": {"type": "string"}, "joi": {"type": "string"}, "mongojs": {"type": "string"}, "node-uuid": {"type": "string"}, "path": {"type": "string"}}, "required": ["boom", "hapi", "inert", "joi", "mongojs", "node-uuid", "path"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 63686, "cartId" : "f4bafd08-6fa4-41b0-9583-430dea95c434", "preferredProducts" : [2004, 4064, 915, 2993, 203, 4483, 1562, 3302, 1129, 3313], "productReviews" : [{"productId" : 3668, "reviewText" : "talk about remorse!!!", "reviewDate" : "2018-10-30T09:59:46.9205935+02:00"}, {"productId" : 4673, "reviewText" : "talk about sadness!!", "reviewDate" : "2018-07-27T07:03:12.7495345+03:00"}, {"productId" : 3313, "reviewText" : "This transmitter works really well. It wildly improves my baseball by a lot.", "reviewDate" : "2017-09-21T07:34:11.3649262+03:00"}, {"productId" : 2741, "reviewText" : "this e-tailers is mellow.", "reviewDate" : "2017-03-25T18:26:59.0429046+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"SearchCreativeWork": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["data"]}}}, "required": ["SearchCreativeWork"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"SearchCreativeWork" : [{"data" : [{"text" : "Please help me find the "}, {"text" : "Bloom: Remix Album", "entity" : "object_name"}, {"text" : " "}, {"text" : "song", "entity" : "object_type"}, {"text" : "."}]}, {"data" : [{"text" : "Find me the "}, {"text" : "soundtrack", "entity" : "object_type"}, {"text" : " called "}, {"text" : "Enter the Chicken", "entity" : "object_name"}]}]} | json_instruct | {"type": "object", "properties": {"SearchCreativeWork": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["data"]}}}, "required": ["SearchCreativeWork"], "$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#"}
| ["nuke", "nuke-components", "nuke-grid", "nuke-tab-slider", "nuke-tabbar"] | 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": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 9404061, "parent" : 9404, "name" : "TELUK UMAR", "latitude" : "-2.9046662189998", "longitude" : "134.7313785375", "postal" : [98858, 98851], "children" : [9404061001, 9404061002, 9404061003, 9404061004]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/5/51/Faction_cult_of_hesh.png/revision/latest?cb=20200720083720", "sha1" : "847107a16c11132c814c88a57cb2f8d7dda53684"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"css/medium-editor.css": {"type": "string"}, "css/medium-editor.min.css": {"type": "string"}, "css/themes/bootstrap.css": {"type": "string"}, "css/themes/bootstrap.min.css": {"type": "string"}, "css/themes/default.css": {"type": "string"}, "css/themes/default.min.css": {"type": "string"}, "css/themes/flat.css": {"type": "string"}, "css/themes/flat.min.css": {"type": "string"}, "css/themes/mani.css": {"type": "string"}, "css/themes/mani.min.css": {"type": "string"}, "css/themes/roman.css": {"type": "string"}, "css/themes/roman.min.css": {"type": "string"}, "js/medium-editor.js": {"type": "string"}, "js/medium-editor.min.js": {"type": "string"}}, "required": ["css/medium-editor.css", "css/medium-editor.min.css", "css/themes/bootstrap.css", "css/themes/bootstrap.min.css", "css/themes/default.css", "css/themes/default.min.css", "css/themes/flat.css", "css/themes/flat.min.css", "css/themes/mani.css", "css/themes/mani.min.css", "css/themes/roman.css", "css/themes/roman.min.css", "js/medium-editor.js", "js/medium-editor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/medium-editor.css" : "sha512-OhNgrfgKwphMcBUdjFf8vEib5u80ArSgxrBtbRtBd4ZIvy68vTJT+duS3L9XORSAgAxH0dOAmY44yUiVyLLwMQ==", "css/medium-editor.min.css" : "sha512-ZCkZimPoYUDqCO+bQy2gBPg9k78fLqCmn7b/p775JCORaXjemOycKQao/WS2azIcV87w8P5p7VmYWJKmSmaX4w==", "css/themes/bootstrap.css" : "sha512-ewsNd4Itga+8houjxdoslGiMitufz5N1/G5GGUXeFNv2Uy6dxASyfjvSjF8vkOz4VYD8Qdon0wuDLqdaRMGzCg==", "css/themes/bootstrap.min.css" : "sha512-BrkPHyWfNpoxPIPqyAutaH5eOdmKdpScVF6D7ar4m3Mu8b3vMZTm5zv0CRZDE9xkanfnTB912OYFPvKE1O1RIg==", "css/themes/default.css" : "sha512-2yEVXiEMYMldN460E7W2d8eX0MjsM6ltFZL3BHisf+hxY5QPzSV2U+LbbitPO7qJzkjmQg6vNI8OVCzKoGHEQg==", "css/themes/default.min.css" : "sha512-0raxdPRiWENce/+X6xp3xAsa/fNapsiYWhVCCAgitiYP5M8buNnApJ34N9eWkbWamKrflq02yfyPKpM1aVJQhQ==", "css/themes/flat.css" : "sha512-dZYnDBX+ZSZ9llwlmi/h+NZ1eHY2cEGGJioz7nYzpzpHhQtaYTWiIkRF43BFuV21wO5LcrVCL588PdRTrMqldw==", "css/themes/flat.min.css" : "sha512-EdeAnpSIUIs6DqnJCkeD8u6rlLoC0yVxAjS+FykAvdEuX5x9AX9RmCs4btDRBV4gooKxE0odVXkp2gQTnqyKjg==", "css/themes/mani.css" : "sha512-arpOA5JfY6KEjqp2Ie4AwJnpT8VobzfTVoVcnYzGtb8PxMfbXz9FSgFwMm/NWG8++x40Aa5wHiuRfHV85Ac0hQ==", "css/themes/mani.min.css" : "sha512-24qzATnRxJXCZMYUUOiKCm+iuCpOgACZzTsA4M3boCi2hj4VJmsPYnHA9TEVv1ZSFv4kzKRLbwz0usKmzWNFwg==", "css/themes/roman.css" : "sha512-XPvoxU8+DDZPQq1X1GJ+BKKA0kNF5RjGjj3xaHKQ0IDGqWGKrlw1vMVWzm9R25zsr6nElAg1t9b/rQgaO6uV9w==", "css/themes/roman.min.css" : "sha512-EiD/HWEgK8vZVo7IxA/vVxHIQmQuzuN642EAk3uVqQiM6Hea16f62uf0oo6SMrBJExEYtZTbBGMzAS/4ym2P6Q==", "js/medium-editor.js" : "sha512-KEHrdfsYYzOv1ShGe4IFbdYifIKCn62x2DsiNwL2bsAcZsOVj6KMot6WTHEgqG15b4cVTjisjkn3Da7nAq+btg==", "js/medium-editor.min.js" : "sha512-kTgANcanhatUE0EYsxgRGQ6NwlRnTF5kf0eTMdsMJMy2fGPjgP2INvuTzEZoR010p0g6PcML6AzLIXFX32EUgA=="} | json_instruct | {"type": "object", "properties": {"css/medium-editor.css": {"type": "string"}, "css/medium-editor.min.css": {"type": "string"}, "css/themes/bootstrap.css": {"type": "string"}, "css/themes/bootstrap.min.css": {"type": "string"}, "css/themes/default.css": {"type": "string"}, "css/themes/default.min.css": {"type": "string"}, "css/themes/flat.css": {"type": "string"}, "css/themes/flat.min.css": {"type": "string"}, "css/themes/mani.css": {"type": "string"}, "css/themes/mani.min.css": {"type": "string"}, "css/themes/roman.css": {"type": "string"}, "css/themes/roman.min.css": {"type": "string"}, "js/medium-editor.js": {"type": "string"}, "js/medium-editor.min.js": {"type": "string"}}, "required": ["css/medium-editor.css", "css/medium-editor.min.css", "css/themes/bootstrap.css", "css/themes/bootstrap.min.css", "css/themes/default.css", "css/themes/default.min.css", "css/themes/flat.css", "css/themes/flat.min.css", "css/themes/mani.css", "css/themes/mani.min.css", "css/themes/roman.css", "css/themes/roman.min.css", "js/medium-editor.js", "js/medium-editor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "integer"}, "data": {"type": "object", "properties": {"lang": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["lang", "code", "name"]}}, "required": ["type", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : 3, "data" : {"lang" : "GROOVY", "code" : "def status = rules.invoke(\"GetOverallStatus\");\ndef spread = rules.invoke(\"GetSpread\");\ndef top = rules.invoke(\"GetTopCommunities\");\ndef recent = rules.invoke(\"GetRecentCommunities\");\n\ndef res = [:]\n\nres.status = status;\nres.spread = spread;\nres.top = top;\nres.recent = recent;\nres.non_reporting = 1010;\nreturn res;\n", "name" : "GetDashboard"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "integer"}, "data": {"type": "object", "properties": {"lang": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["lang", "code", "name"]}}, "required": ["type", "data"], "$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": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"label" : "Person", "normalizedVertices" : [{"x" : 0.70721674, "y" : 0.8406409}, {"x" : 0.82286376, "y" : 0.8406409}, {"x" : 0.82286376, "y" : 0.9944055}, {"x" : 0.70721674, "y" : 0.9944055}], "score" : 0.7694307}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"area": {"type": "integer"}, "color": {"type": "string"}, "name": {"type": "string"}}, "required": ["area", "color", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"area" : 1, "color" : "#6B8274", "name" : "?aa\u4f5c\u6226?"}, {"area" : 2, "color" : "#A4AF17", "name" : "?bb\u4f5c\u6226?"}, {"area" : 3, "color" : "#0624E6", "name" : "?cc\u4f5c\u6226?"}, {"area" : 4, "color" : "#EBB300", "name" : "?dd\u4f5c\u6226?"}, {"area" : 5, "color" : "#764D68", "name" : "?ee\u4f5c\u6226?"}, {"area" : 6, "color" : "#E4251F", "name" : "?ff\u4f5c\u6226?"}, {"area" : 7, "color" : "#92A50F", "name" : "?gg\u4f5c\u6226?"}, {"area" : 8, "color" : "#494665", "name" : "?hh\u4f5c\u6226?"}, {"area" : 9, "color" : "#FA6328", "name" : "?ii\u4f5c\u6226?"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"area": {"type": "integer"}, "color": {"type": "string"}, "name": {"type": "string"}}, "required": ["area", "color", "name"]}, "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}}, "required": ["dev", "build", "start", "generate"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint-plugin-html": {"type": "string"}, "node-sass": {"type": "string"}, "nuxt": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["eslint-plugin-html", "node-sass", "nuxt", "sass-loader"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "learn-nuxt", "version" : "0.0.0", "description" : "learn how to use nuxt", "main" : "index.js", "scripts" : {"dev" : "nuxt", "build" : "nuxt build", "start" : "nuxt start", "generate" : "nuxt generate"}, "repository" : {"type" : "git", "url" : "git+https://[email protected]/iapYang/learn-nuxt.git"}, "author" : "iapyang", "license" : "MIT", "bugs" : {"url" : "https://github.com/iapYang/learn-nuxt/issues"}, "homepage" : "https://github.com/iapYang/learn-nuxt#readme", "devDependencies" : {"eslint-plugin-html" : "^2.0.3", "node-sass" : "^4.5.3", "nuxt" : "^1.0.0-alpha1", "sass-loader" : "^6.0.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}}, "required": ["dev", "build", "start", "generate"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint-plugin-html": {"type": "string"}, "node-sass": {"type": "string"}, "nuxt": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["eslint-plugin-html", "node-sass", "nuxt", "sass-loader"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "null"}, "subcategory": {"type": "null"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 72820, "name" : "Janoskiansss", "description" : "Janoskians WEB", "user" : {"id" : 157666, "name" : "shaina", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2012-09-08T15:28:02.000Z", "weekly_install_count" : 0, "total_install_count" : 130, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/72820_additional_4537.jpeg?r=1579939300", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : ["https://userstyles.org/style_screenshots/72820_additional_4537.jpeg?r=1579939300", "https://userstyles.org/style_screenshots/72820_additional_4538.jpeg?r=1579939300"], "license" : null, "created" : "2012-09-08T15:28:02.000Z", "category" : "global", "raw_subcategory" : null, "subcategory" : null, "additional_info" : null, "style_tags" : [], "css" : "body\r\n{\r\nbackground-color:#d0e4fe;\r\n}\r\nh1\r\n{\r\ncolor:orange;\r\ntext-align:center;\r\n}\r\np\r\n{\r\nfont-family:\"Times New Roman\";\r\nfont-size:20px;\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/72820/janoskiansss.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "null"}, "subcategory": {"type": "null"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 7101120009, "parent" : 7101120, "name" : "DOMISIL MOONOW", "latitude" : null, "longitude" : null, "postal" : [95756, 95742], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["211223101002", "\u5e73\u5c97\u793e\u533a", "121", "0"], ["211223101201", "\u5e73\u5c97\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["211223101202", "\u5b9d\u6765\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211223101204", "\u78b1\u5382\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211223101206", "\u5409\u7965\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211223101207", "\u6587\u534e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211223101208", "\u674f\u5cad\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211223101209", "\u82f1\u534e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211223101210", "\u6768\u6728\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211223101211", "\u4e09\u5408\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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": {"build": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}, "test-watch": {"type": "string"}}, "required": ["build", "prepublish", "test", "test-watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2015", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fn-update", "version" : "1.15.0", "description" : "Expressive, immutable update library", "main" : "dist/index.js", "scripts" : {"build" : "babel src --presets babel-preset-es2015 --out-dir dist", "prepublish" : "npm run build", "test" : "mocha --colors", "test-watch" : "mocha --watch --colors"}, "repository" : {"type" : "git", "url" : "git+https://github.com/benvan/fn-update.git"}, "keywords" : ["functional", "update", "immutable"], "author" : "Ben van Enckevort", "license" : "MIT", "bugs" : {"url" : "https://github.com/benvan/fn-update/issues"}, "homepage" : "https://github.com/benvan/fn-update#readme", "devDependencies" : {"babel-cli" : "^6.26.0", "babel-preset-es2015" : "^6.24.1", "mocha" : "^4.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}, "test-watch": {"type": "string"}}, "required": ["build", "prepublish", "test", "test-watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2015", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"newAccount": {"type": "string"}, "newAuthz": {"type": "string"}, "newOrder": {"type": "string"}}, "required": ["newAccount", "newAuthz", "newOrder"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"newAccount" : "https://example.com/acme/new-account", "newAuthz" : "https://example.com/acme/new-authz", "newOrder" : "https://example.com/acme/new-order"} | json_instruct | {"type": "object", "properties": {"newAccount": {"type": "string"}, "newAuthz": {"type": "string"}, "newOrder": {"type": "string"}}, "required": ["newAccount", "newAuthz", "newOrder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"imageName": {"type": "string"}, "price": {"type": "number"}}, "required": ["imageName", "price"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"items" : [{"imageName" : "205", "price" : 200.0}, {"imageName" : "206", "price" : 200.0}, {"imageName" : "301", "price" : 200.0}, {"imageName" : "917_R", "price" : 200.0}, {"imageName" : "917_L", "price" : 200.0}, {"imageName" : "1601", "price" : 50.0}, {"imageName" : "1602", "price" : 50.0}, {"imageName" : "1628", "price" : 75.0}, {"imageName" : "1629", "price" : 75.0}]} | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"imageName": {"type": "string"}, "price": {"type": "number"}}, "required": ["imageName", "price"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"output": {"type": "array", "items": {"type": "string"}}, "fact": {"type": "object", "properties": {"vboxadd": {"type": "boolean"}, "vgauth": {"type": "boolean"}}, "required": ["vboxadd", "vgauth"]}}, "required": ["output", "fact"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"output" : ["vboxadd.service enabled", "vgauth.service enabled", "x11-common.service masked"], "fact" : {"vboxadd" : true, "vgauth" : true}} | json_instruct | {"type": "object", "properties": {"output": {"type": "array", "items": {"type": "string"}}, "fact": {"type": "object", "properties": {"vboxadd": {"type": "boolean"}, "vgauth": {"type": "boolean"}}, "required": ["vboxadd", "vgauth"]}}, "required": ["output", "fact"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "featuredImage": {"type": "string"}}, "required": ["title", "content", "featuredImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Clients", "content" : "", "featuredImage" : "/images/uploads/client.jpg"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "featuredImage": {"type": "string"}}, "required": ["title", "content", "featuredImage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"PnET-Succession": {"type": "object", "properties": {"commandName": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["commandName", "workingDirectory"]}}, "required": ["PnET-Succession"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"PnET-Succession" : {"commandName" : "Project", "workingDirectory" : "C:\\Users\\jacobfraser\\source\\repos\\Extension-PnET-Succession\\deploy\\examples\\biomass-Pnet-succession-example"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"PnET-Succession": {"type": "object", "properties": {"commandName": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["commandName", "workingDirectory"]}}, "required": ["PnET-Succession"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [941.692, 180.123, 1, 937.048, 232.206, 1, 904.344, 231.584, 1, 890.494, 308.377, 1, 913.618, 313.535, 1, 971.927, 230.786, 1, 992.648, 294.17, 1, 999.811, 353.238, 1, 913.72, 362.036, 1, 909.676, 412.805, 1, 912.754, 489.427, 1, 972.306, 346.382, 1, 990.615, 428.051, 1, 992.235, 497.578, 1, 931.436, 176.872, 1, 945.521, 175.092, 1, 917.02, 184.313, 1, 954.256, 183.066, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hashBytes": {"type": "integer"}, "saltBytes": {"type": "integer"}, "digest": {"type": "string"}, "iterations": {"type": "integer"}, "encoding": {"type": "string"}}, "required": ["hashBytes", "saltBytes", "digest", "iterations", "encoding"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hashBytes" : 32, "saltBytes" : 16, "digest" : "SHA512", "iterations" : 500000, "encoding" : "hex"} | json_instruct | {"type": "object", "properties": {"hashBytes": {"type": "integer"}, "saltBytes": {"type": "integer"}, "digest": {"type": "string"}, "iterations": {"type": "integer"}, "encoding": {"type": "string"}}, "required": ["hashBytes", "saltBytes", "digest", "iterations", "encoding"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"USER0001": {"type": "object", "properties": {"userCode": {"type": "string"}, "name": {"type": "string"}, "isVIP": {"type": "boolean"}, "score": {"type": "integer"}}, "required": ["userCode", "name", "isVIP", "score"]}, "USER0002": {"type": "object", "properties": {"userCode": {"type": "string"}, "name": {"type": "string"}, "isVIP": {"type": "boolean"}}, "required": ["userCode", "name", "isVIP"]}, "USER0003": {"type": "object", "properties": {"userCode": {"type": "string"}, "name": {"type": "string"}, "isVIP": {"type": "boolean"}}, "required": ["userCode", "name", "isVIP"]}}, "required": ["USER0001", "USER0002", "USER0003"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"USER0001" : {"userCode" : "USER0001", "name" : "\u6b66\u6587\u658c", "isVIP" : true, "score" : 550}, "USER0002" : {"userCode" : "USER0002", "name" : "\u8d75\u4f51\u6eaa", "isVIP" : false}, "USER0003" : {"userCode" : "USER0003", "name" : "\u725b\u5b50\u5112", "isVIP" : true}} | json_instruct | {"type": "object", "properties": {"USER0001": {"type": "object", "properties": {"userCode": {"type": "string"}, "name": {"type": "string"}, "isVIP": {"type": "boolean"}, "score": {"type": "integer"}}, "required": ["userCode", "name", "isVIP", "score"]}, "USER0002": {"type": "object", "properties": {"userCode": {"type": "string"}, "name": {"type": "string"}, "isVIP": {"type": "boolean"}}, "required": ["userCode", "name", "isVIP"]}, "USER0003": {"type": "object", "properties": {"userCode": {"type": "string"}, "name": {"type": "string"}, "isVIP": {"type": "boolean"}}, "required": ["userCode", "name", "isVIP"]}}, "required": ["USER0001", "USER0002", "USER0003"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "object", "properties": {"normal": {"type": "array", "items": {"type": "string"}}, "hidden": {"type": "array", "items": {"type": "string"}}}, "required": ["normal", "hidden"]}, "height": {"type": "string"}, "weight": {"type": "string"}, "eggGroups": {"type": "array", "items": {"type": "string"}}, "gender": {"type": "array", "items": {"type": "integer"}}, "family": {"type": "object", "properties": {"id": {"type": "integer"}, "evolutionStage": {"type": "integer"}, "evolutionLine": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "evolutionStage", "evolutionLine"]}, "sprites": {"type": "object", "properties": {"default": {"type": "string"}, "shiny": {"type": "string"}}, "required": ["default", "shiny"]}, "isStarter": {"type": "boolean"}, "isLegendary": {"type": "boolean"}, "isMythical": {"type": "boolean"}, "isUltraBeast": {"type": "boolean"}, "isMega": {"type": "boolean"}}, "required": ["number", "name", "generation", "description", "species", "types", "abilities", "height", "weight", "eggGroups", "gender", "family", "sprites", "isStarter", "isLegendary", "isMythical", "isUltraBeast", "isMega"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"number" : "438", "name" : "Bonsly", "generation" : 4, "description" : "It looks as if it is always crying. It is actually adjusting its body\u2019s fluid levels by eliminating excess.", "species" : "Bonsai", "types" : ["Rock"], "abilities" : {"normal" : ["Sturdy", "Rock Head"], "hidden" : ["Rattled"]}, "height" : "1'08\"", "weight" : "33.1 lbs.", "eggGroups" : ["Undiscovered"], "gender" : [50, 50], "family" : {"id" : 91, "evolutionStage" : 1, "evolutionLine" : ["Bonsly", "Sudowoodo"]}, "sprites" : {"default" : "https://pisaucer.github.io/staticmon/images/438.png", "shiny" : "https://pisaucer.github.io/staticmon/images/shiny/438.png"}, "isStarter" : false, "isLegendary" : false, "isMythical" : false, "isUltraBeast" : false, "isMega" : false} | json_instruct | {"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "object", "properties": {"normal": {"type": "array", "items": {"type": "string"}}, "hidden": {"type": "array", "items": {"type": "string"}}}, "required": ["normal", "hidden"]}, "height": {"type": "string"}, "weight": {"type": "string"}, "eggGroups": {"type": "array", "items": {"type": "string"}}, "gender": {"type": "array", "items": {"type": "integer"}}, "family": {"type": "object", "properties": {"id": {"type": "integer"}, "evolutionStage": {"type": "integer"}, "evolutionLine": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "evolutionStage", "evolutionLine"]}, "sprites": {"type": "object", "properties": {"default": {"type": "string"}, "shiny": {"type": "string"}}, "required": ["default", "shiny"]}, "isStarter": {"type": "boolean"}, "isLegendary": {"type": "boolean"}, "isMythical": {"type": "boolean"}, "isUltraBeast": {"type": "boolean"}, "isMega": {"type": "boolean"}}, "required": ["number", "name", "generation", "description", "species", "types", "abilities", "height", "weight", "eggGroups", "gender", "family", "sprites", "isStarter", "isLegendary", "isMythical", "isUltraBeast", "isMega"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:declaration": {"type": "string"}, "start": {"type": "string"}, "remove-stableVersion": {"type": "string"}, "release:dev": {"type": "string"}, "release:patch": {"type": "string"}}, "required": ["test", "build", "build:declaration", "start", "remove-stableVersion", "release:dev", "release:patch"]}, "files": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "devDependencies": {"type": "object", "properties": {"@types/eslint": {"type": "string"}, "@types/jest": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/eslint", "@types/jest", "@typescript-eslint/parser", "eslint", "jest", "ts-jest", "typescript"]}, "dependencies": {"type": "object", "properties": {"@babel/types": {"type": "string"}, "ts-pattern": {"type": "string"}}, "required": ["@babel/types", "ts-pattern"]}, "stableVersion": {"type": "string"}}, "required": ["name", "version", "main", "types", "license", "keywords", "repository", "scripts", "files", "peerDependencies", "devDependencies", "dependencies", "stableVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@builder.io/eslint-plugin-mitosis", "version" : "0.0.1-1", "main" : "./dist/index.js", "types" : "./dist/index.d.ts", "license" : "MIT", "keywords" : ["builder", "builder.io", "eslint", "eslintplugin", "jsx", "mitosis"], "repository" : {"type" : "git", "url" : "https://github.com/BuilderIO/mitosis"}, "scripts" : {"test" : "jest", "build" : "tsc", "build:declaration" : "tsc --project tsconfig.build.json", "start" : "tsc -w", "remove-stableVersion" : "./scripts/remove-stableVersion.sh", "release:dev" : "yarn build && yarn run remove-stableVersion && yarn version prerelease && yarn npm publish --tag dev", "release:patch" : "yarn build && yarn run remove-stableVersion && yarn version patch && yarn npm publish"}, "files" : ["dist"], "peerDependencies" : {"eslint" : ">=0.8.0"}, "devDependencies" : {"@types/eslint" : "^7.2.4", "@types/jest" : "^27.4.1", "@typescript-eslint/parser" : "^5.20.0", "eslint" : "^7.13.0", "jest" : "^26.6.3", "ts-jest" : "^26.5.4", "typescript" : "^4.5.5"}, "dependencies" : {"@babel/types" : "7.12.6", "ts-pattern" : "^3.3.5"}, "stableVersion" : "0.0.1-0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:declaration": {"type": "string"}, "start": {"type": "string"}, "remove-stableVersion": {"type": "string"}, "release:dev": {"type": "string"}, "release:patch": {"type": "string"}}, "required": ["test", "build", "build:declaration", "start", "remove-stableVersion", "release:dev", "release:patch"]}, "files": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "devDependencies": {"type": "object", "properties": {"@types/eslint": {"type": "string"}, "@types/jest": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/eslint", "@types/jest", "@typescript-eslint/parser", "eslint", "jest", "ts-jest", "typescript"]}, "dependencies": {"type": "object", "properties": {"@babel/types": {"type": "string"}, "ts-pattern": {"type": "string"}}, "required": ["@babel/types", "ts-pattern"]}, "stableVersion": {"type": "string"}}, "required": ["name", "version", "main", "types", "license", "keywords", "repository", "scripts", "files", "peerDependencies", "devDependencies", "dependencies", "stableVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Berthen", "circ" : "15\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 456, "abs" : 215, "votants" : 241, "blancs" : 20, "nuls" : 5, "exp" : 216, "res" : [{"nuance" : "REM", "nom" : "Mme Jennifer DE TEMMERMAN", "voix" : 152}, {"nuance" : "FN", "nom" : "M. Pascal PRINCE", "voix" : 64}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "ceresin", "definition" : "A white wax, made by bleaching and purifying ozocerite, and used as a substitute for beeswax."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CIDADE" : "Centro do Guilherme", "IBGE" : "2103158", "ESTADO" : "Maranh\u00e3o", "ID" : "21"} | json_instruct | {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$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"}, "bin": {"type": "object", "properties": {"learn": {"type": "string"}}, "required": ["learn"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "start", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ansi-diff-stream": {"type": "string"}, "ector": {"type": "string"}, "hapi": {"type": "string"}, "hapi-pino": {"type": "string"}, "node-fetch": {"type": "string"}, "progress-string": {"type": "string"}}, "required": ["ansi-diff-stream", "ector", "hapi", "hapi-pino", "node-fetch", "progress-string"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ector-backend", "version" : "1.0.0", "description" : "ECTOR Backend for any ECTOR application", "main" : "index.js", "bin" : {"learn" : "./scripts/learn.js"}, "scripts" : {"lint" : "eslint routes/ scripts/", "start" : "node index.js", "test" : "test"}, "engines" : {"node" : "8.11.1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/parmentf/node-ector-backend.git"}, "keywords" : ["chatterbot", "learning", "api"], "author" : "Fran\u00e7ois Parmentier", "license" : "MIT", "bugs" : {"url" : "https://github.com/parmentf/node-ector-backend/issues"}, "homepage" : "https://github.com/parmentf/node-ector-backend#readme", "dependencies" : {"ansi-diff-stream" : "1.2.1", "ector" : "1.0.1", "hapi" : "17.6.0", "hapi-pino" : "4.0.4", "node-fetch" : "2.2.0", "progress-string" : "1.2.2"}, "devDependencies" : {"eslint" : "5.7.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"learn": {"type": "string"}}, "required": ["learn"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "start", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ansi-diff-stream": {"type": "string"}, "ector": {"type": "string"}, "hapi": {"type": "string"}, "hapi-pino": {"type": "string"}, "node-fetch": {"type": "string"}, "progress-string": {"type": "string"}}, "required": ["ansi-diff-stream", "ector", "hapi", "hapi-pino", "node-fetch", "progress-string"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"arcana": {"type": "integer"}, "patternB": {"type": "integer"}, "patternC": {"type": "integer"}, "patternD": {"type": "integer"}, "patternE": {"type": "integer"}, "scale": {"type": "integer"}, "notePattern": {"type": "array", "items": {"type": "integer"}}, "bpm": {"type": "integer"}, "wish": {"type": "integer"}}, "required": ["arcana", "patternB", "patternC", "patternD", "patternE", "scale", "notePattern", "bpm", "wish"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"arcana" : 15, "patternB" : 13343, "patternC" : 2002, "patternD" : 31011, "patternE" : 11300, "scale" : 2906, "notePattern" : [8, 10, 5, 3, 0, 2, 7, 8], "bpm" : 136, "wish" : 0} | json_instruct | {"type": "object", "properties": {"arcana": {"type": "integer"}, "patternB": {"type": "integer"}, "patternC": {"type": "integer"}, "patternD": {"type": "integer"}, "patternE": {"type": "integer"}, "scale": {"type": "integer"}, "notePattern": {"type": "array", "items": {"type": "integer"}}, "bpm": {"type": "integer"}, "wish": {"type": "integer"}}, "required": ["arcana", "patternB", "patternC", "patternD", "patternE", "scale", "notePattern", "bpm", "wish"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"guiSettings": {"type": "object", "properties": {"windowWidth": {"type": "number"}, "windowHeight": {"type": "number"}, "windowCoordinates": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["windowWidth", "windowHeight", "windowCoordinates"]}, "addressBookFilePath": {"type": "string"}, "addressBookName": {"type": "string"}, "adminUsername": {"type": "string"}, "adminPassword": {"type": "string"}, "passwordSaltInString": {"type": "string"}}, "required": ["guiSettings", "addressBookFilePath", "addressBookName", "adminUsername", "adminPassword", "passwordSaltInString"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"guiSettings" : {"windowWidth" : 1932.0, "windowHeight" : 740.0, "windowCoordinates" : {"x" : 7, "y" : 30}}, "addressBookFilePath" : "data/addressbook.xml", "addressBookName" : "Codii", "adminUsername" : "loanShark97", "adminPassword" : "89a6a0f1d74b471f96018a84ab9b5562a39e0d09e3f48872a5fca8fb8b01c404a993e47ce384495196df6eba140af5e83eb98d20b7e3dbb361a94bfe8827a695", "passwordSaltInString" : "KeAnoJrBdpqc0AnhiZDSPw=="} | json_instruct | {"type": "object", "properties": {"guiSettings": {"type": "object", "properties": {"windowWidth": {"type": "number"}, "windowHeight": {"type": "number"}, "windowCoordinates": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["windowWidth", "windowHeight", "windowCoordinates"]}, "addressBookFilePath": {"type": "string"}, "addressBookName": {"type": "string"}, "adminUsername": {"type": "string"}, "adminPassword": {"type": "string"}, "passwordSaltInString": {"type": "string"}}, "required": ["guiSettings", "addressBookFilePath", "addressBookName", "adminUsername", "adminPassword", "passwordSaltInString"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Frasne-le-Ch\u00e2teau", "dpt" : "Haute-Sa\u00f4ne", "inscrits" : 210, "abs" : 41, "votants" : 169, "blancs" : 2, "nuls" : 21, "exp" : 146, "res" : [{"panneau" : "1", "voix" : 84}, {"panneau" : "2", "voix" : 62}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 15239, "cartId" : "e60651ca-2a5d-4d9d-8c2a-c0a916fa26d5", "preferredProducts" : [852, 2271, 1318, 1930, 4184, 2807], "productReviews" : [{"productId" : 436, "reviewText" : "My neighbor Krista has one of these. She works as a salesman and she says it looks soapy.", "reviewDate" : "2018-08-03T05:01:17.3531329+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.