input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "... | [{"id" : 5337, "gempId" : "210_2", "side" : "Light", "rarity" : "R", "set" : "210", "printings" : [{"set" : "210"}], "front" : {"title" : "\u2022Ambush (V)", "imageUrl" : "https://res.starwarsccg.org/cards/Virtual10-Light/large/ambush.gif", "type" : "Interrupt", "subType" : "Lost", "destiny" : "3", "icons" : ["Cloud Ci... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "fermacy", "definition" : "Medicine; pharmacy. [Obs.] Chaucer."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": ... | {"t" : "pasimalen", "h" : [{"d" : [{"f" : "\u7d66\u2026\u653e\u6cb9\u3001\u52a0\u6cb9\uff1b\u628a\u2026\u653e\u6cb9\u3001\u52a0\u6cb9\u3002", "e" : ["\ufff9`Pasimal~`e~`n~ `ko~ `misafelan~ `a~ `dateng~ `to~ `miming~ !\ufffa\ufffb\u628a\u716e\u719f\u7684\u83dc\u653e\u9ede\u6cb9\u5427\uff01"]}]}], "stem" : "simal"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"keyword": {"type": "array", "items": {"type": "integer"}}, "keepconnectionopen": {"type": "array", "items": {"type": "integer"}}, "keeptransactionopen": {"type": "array", "items": {"type": "integer"}}, "key": {"typ... | {"keyword" : [2], "keepconnectionopen" : [1, 1769475, 5701633, 5963777, 7143425, 14024706], "keeptransactionopen" : [1, 5701633, 5963777, 7143425, 13303811, 14024706], "key" : [2752513, 5832705, 7733249, 9240577, 10747905]} | json_instruct | {"type": "object", "properties": {"keyword": {"type": "array", "items": {"type": "integer"}}, "keepconnectionopen": {"type": "array", "items": {"type": "integer"}}, "keeptransactionopen": {"type": "array", "items": {"type": "integer"}}, "key": {"type": "array", "items": {"type": "integer"}}}, "required": ["keyword", "k... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"ty... | {"citations" : [{"textCitation" : "[See decaddci on Metamath](http://us.metamath.org/mpegif/decaddci.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | decaddi.1 | |- A e. NN0 |\n| 2 | | decaddi.2 | |- B e. NN0 |\n| 3 | | decaddi.3 | |- N e. NN0 |\n| 4 | | decadd... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"none": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "connection_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type":... | {"none" : {"kr" : "-", "en" : "-"}, "connection_error" : {"kr" : "\uc11c\ubc84\uc5d0 \uc811\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", "en" : "Was not able to connect to the server."}, "bad_request_error" : {"kr" : "\uc11c\ubc84\uc5d0\uc11c \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4... | json_instruct | {"type": "object", "properties": {"none": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "connection_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "bad_request_error": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required... | {"latest_version" : ["0.1.5"], "meta" : {"description" : "Python driver for VWR circulating baths", "homepage" : "http://github.com/numat/vwr/", "license" : "GPLv2"}, "versions" : {"0.1.0" : {"sha256" : "bfa553679614c6dda1b2cedc851c94c66e2d01d312478752fa7f4ef73b8a45d2", "url" : "https://files.pythonhosted.org/packages/... | 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": "obje... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "req... | {"latest_version" : ["0.2.3"], "meta" : {"description" : "Gestion de Expedientes de Agrimensores para Django", "homepage" : "http://pypi.python.org/pypi/gea/", "license" : "LICENSE"}, "versions" : {"0.1.0" : {"sha256" : "e9ed6a048138f40f4290572d7a25412638c0b8a869ecfe079e17aa3389eef9a3", "url" : "https://files.pythonhos... | 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": "obje... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"circliful.js": {"type": "string"}, "circliful.min.js": {"type": "string"}, "main.css": {"type": "string"}, "main.min.css": {"type": "string"}}, "required": ["circliful.js", "circliful.min.js", "main.css", "main.min.css"], "$sc... | {"circliful.js" : "sha512-6rHvlNG9w2We6XHY5DGL9xyGbTDkVT4Z+MqChqdYkDcG0H260anmVXKu+38fEPS8L/VGvxwUcKGEb1DSvgiITQ==", "circliful.min.js" : "sha512-PeJC9tooJqsLQxwdzCJn+T3QzCXQ0ZoV6M2ZO24a3v4qtb/IVwPlQ2MdTaVpka0NUuKCKG+bwAcepBeKZp1GLQ==", "main.css" : "sha512-NK4HHauNM/PN8erIU9un7qlAoRfjrk8rXxJOBXrksOn0232Kq1l5A9yGBuhIDu... | json_instruct | {"type": "object", "properties": {"circliful.js": {"type": "string"}, "circliful.min.js": {"type": "string"}, "main.css": {"type": "string"}, "main.min.css": {"type": "string"}}, "required": ["circliful.js", "circliful.min.js", "main.css", "main.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "read_by_default": {"type": "boolean"}, "flag": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"... | {"name" : "Energetic Infuser", "icon" : "thermal:charge_bench", "category" : "thermal:technology", "read_by_default" : true, "flag" : "mod:thermal_innovation", "pages" : [{"type" : "text", "text" : "The Energetic Infuser is a block that can be used to charge up to 9 items at once. Its main benefits over the $(l:thermal... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "read_by_default": {"type": "boolean"}, "flag": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "re... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID"... | {"IsRecentlyVerified" : false, "ID" : 85440, "UUID" : "D24570FA-FF0A-4009-AE86-90E91A890C26", "DataProviderID" : 1, "OperatorID" : 3279, "OperatorsReference" : "0087,0087", "UsageTypeID" : 4, "UsageCost" : "\u20ac0/kWh", "AddressInfo" : {"ID" : 85786, "Title" : "Punto de recarga FENIE Arenal - Plaza Major", "AddressLin... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "Ad... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"localServerId": {"type": "integer"}, "servers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "endpoint": {"type": "string"}}, "required": [... | {"localServerId" : 1, "servers" : [{"name" : "Server 1", "id" : 1, "endpoint" : "tcp://localhost:9001"}, {"name" : "Server 2", "id" : 2, "endpoint" : "tcp://localhost:9002"}, {"name" : "Server 3", "id" : 3, "endpoint" : "tcp://localhost:9003"}]} | json_instruct | {"type": "object", "properties": {"localServerId": {"type": "integer"}, "servers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "endpoint": {"type": "string"}}, "required": ["name", "id", "endpoint"]}}}, "required": ["localServerId", "servers"], "$s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"": {"type": "object", "properties": {"swift-dependencies": {"type": "string"}}, "required": ["swift-dependencies"]}, "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/todo-app-syncanoTests/todo_app_s... | {"" : {"swift-dependencies" : "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/Build/Intermediates/todo-app-syncano.build/Debug-iphoneos/todo-app-syncanoTests.build/Objects-normal/armv7/todo-app-syncanoTests-master.swiftdeps"}, "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/todo-app-syncanoTes... | json_instruct | {"type": "object", "properties": {"": {"type": "object", "properties": {"swift-dependencies": {"type": "string"}}, "required": ["swift-dependencies"]}, "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/todo-app-syncanoTests/todo_app_syncanoTests.swift": {"type": "object", "properties": {"swiftmodule": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"prefecture_jis_code": {"type": "string"}, "city_jis_code": {"type": "string"}, "zip_code": {"type": "string"}, "prefecture_name_kana": {"type": "string"}, "city_name_kana": {"type": "string... | [{"prefecture_jis_code" : "02", "city_jis_code" : "02206", "zip_code" : "0340082", "prefecture_name_kana" : "\uff71\uff75\uff93\uff98\uff79\uff9d", "city_name_kana" : "\uff84\uff9c\uff80\uff9e\uff7c", "town_name_kana" : "\uff86\uff7c2\uff8a\uff9e\uff9d\uff81\uff6e\uff73", "prefecture_name" : "\u9752\u68ee\u770c", "city... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"prefecture_jis_code": {"type": "string"}, "city_jis_code": {"type": "string"}, "zip_code": {"type": "string"}, "prefecture_name_kana": {"type": "string"}, "city_name_kana": {"type": "string"}, "town_name_kana": {"type": "string"}, "prefecture_name": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"manifest-version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "databox-type": {"ty... | {"manifest-version" : 1, "name" : "driver-os-monitor", "version" : "0.3.0", "description" : "A Databox driver to monitor the local os", "author" : "Anthony Brown <Anthony.Brown@nottingham.ac.uk> ()", "license" : "MIT", "databox-type" : "driver", "tags" : ["monitor", "os"], "homepage" : "https://github.com/me-box/driver... | json_instruct | {"type": "object", "properties": {"manifest-version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "databox-type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Args": {"type": "string"}, "Members": {"type": "array", "items": {"type": "string"}}, "Values": {"type": "array", "items": {"type": "string"}}, "ExpectedResult": {"type": "array", "items": {"type": "string"}}, "Levels": {"t... | {"Args" : "value", "Members" : ["Command2.System.String Value [--value = ?]", "Command2.default(String --value)"], "Values" : ["Command2.Value=value"], "ExpectedResult" : [""], "Levels" : [{"LevelNumber" : 0, "CommandsValid" : ["Command2"], "PropertiesValid" : ["Command2.System.String Value"], "MethodsValid" : [], "Com... | json_instruct | {"type": "object", "properties": {"Args": {"type": "string"}, "Members": {"type": "array", "items": {"type": "string"}}, "Values": {"type": "array", "items": {"type": "string"}}, "ExpectedResult": {"type": "array", "items": {"type": "string"}}, "Levels": {"type": "array", "items": {"type": "object", "properties": {"Lev... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "aws-sdk": {"type": "strin... | {"name" : "aws-dynamodb-with-nodejs", "version" : "1.0.0", "description" : "dynamodb development", "main" : "index.js", "dependencies" : {"async" : "^2.5.0", "aws-sdk" : "^2.111.0", "node-app-settings" : "0.0.5", "proxy-agent" : "^2.1.0"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "aws-sdk": {"type": "string"}, "node-app-settings": {"type": "string"}, "proxy-agent"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"coverage-gutters.coverageFileNames": {"type": "array", "items": {"type": "string"}}}, "required": ["coverage-gutters.coverageFileNames"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"coverage-gutters.coverageFileNames" : ["coverage.info"]} | json_instruct | {"type": "object", "properties": {"coverage-gutters.coverageFileNames": {"type": "array", "items": {"type": "string"}}}, "required": ["coverage-gutters.coverageFileNames"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "propert... | {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SDV_20150909T020936_20150909T021006_007632_00A942_9110"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-126.2468, ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["sta... | {"name" : "2021-05-24--web-l4-js-angular-electron", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "electron ."}, "author" : "", "license" : "ISC", "devDependencies" : {"electron" : "^13.0.0"}, "dependencies" : {"angular" : "^1.8.2", "angularjs" : "^0.0.1", "require-from-url" : "^3... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dev... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900020902": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020903": {"type": "object", "properties": {"nama": {"t... | {"900020902" : {"nama" : "TPS 01", "dapil" : [1202, 11207, 2120305]}, "900020903" : {"nama" : "TPS 02", "dapil" : [1202, 11207, 2120305]}, "900020904" : {"nama" : "TPS 03", "dapil" : [1202, 11207, 2120305]}, "900020905" : {"nama" : "TPS 04", "dapil" : [1202, 11207, 2120305]}, "900020906" : {"nama" : "TPS 05", "dapil" :... | json_instruct | {"type": "object", "properties": {"900020902": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020903": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable"... | {"contract" : "0x7686a26e0ec1289c02433b3ff5aa5e912595aeb1", "tool" : "maian", "start" : 1565502000.3208985, "end" : 1565502135.1562102, "duration" : 134.83531165122986, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"t... | {"id" : "766103706", "name" : "Evesham Close", "nodes" : [{"type" : "node", "id" : 873824819, "lat" : 52.2875973, "lon" : -0.7095319}, {"type" : "node", "id" : 7155081232, "lat" : 52.2876565, "lon" : -0.7094295}], "volunteer_postcode" : "NN8 2NT", "closest_distance" : 26} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "pre... | {"name" : "spotd", "version" : "1.0.12", "description" : "Extract signature blocks from emails", "main" : "lib/index.js", "types" : "lib/index.d.ts", "scripts" : {"build" : "tsc && cp -r src/lang lib/lang", "prepare" : "npm run build", "package" : "npm run build & cd dist & npm pack ..", "release" : "npm run build && n... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "package": {"type": "string"},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "requi... | {"uuid" : "efb45e6d-f36d-49c5-945b-5ac086302772", "befores" : [{"name" : "path_dict", "status" : "passed", "start" : 1580626092324, "stop" : 1580626092324}], "start" : 1580626092324, "stop" : 1580626092407} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/blue_skies_frostbright_planks_diagonal_stripes"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3... | {"edges" : [[5, 7], [7, 20], [2, 7], [4, 2], [14, 7], [7, 1], [16, 7], [7, 2], [14, 7], [7, 14], [15, 7], [10, 7], [7, 22], [7, 1], [7, 16], [2, 7], [7, 1], [7, 2], [15, 7], [7, 6], [12, 7], [8, 19], [7, 10], [7, 21], [20, 7], [7, 12], [13, 25], [7, 6], [7, 15], [7, 6], [7, 18], [3, 7], [7, 23], [16, 7], [7, 23], [24, ... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Pistola autom\u00e1tica silenciada Stechkin 9x18PM", "ShortName" : "APB", "Description" : "Vers\u00e3o silenciada de uma pistola autom\u00e1tica Stechkin. Amplamente utilizado por diferentes for\u00e7as especiais russas."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"typ... | {"id" : "01718", "name" : "\u0411\u0443\u0440\u0430\u0441\u043e\u0432 \u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440 ", "link" : "pages/01718.html", "club" : "Open Dance Studio,\u0410\u043f\u0440\u0438\u043e\u0440\u0438", "class_classic" : "C", "class_dnd" : "RS", "A" : "0", "B" : "0", "C" : "0", "D" : "15", "E... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "IBRAHIM", "frequency" : 1960, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["130208001", "\u592a\u5e73\u8def\u8857\u9053", "130208"], ["130208002", "\u71d5\u5c71\u8def\u8857\u9053", "130208"], ["130208003", "\u6d6d\u9633\u8857\u9053", "130208"], ["130208100", "\u4e30\u6da6\u9547", "130208"], ["130208101", "\u8001\u5e84\u5b50\u9547", "130208"], ["130208102", "\u4efb\u5404\u5e84\u9547", "13020... | 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": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "static/media/login1.png": {"type": "string"}, "static/media/top1.png": {"type": "... | {"main.css" : "static/css/main.8aec41cd.css", "main.css.map" : "static/css/main.8aec41cd.css.map", "main.js" : "static/js/main.0799edcc.js", "main.js.map" : "static/js/main.0799edcc.js.map", "static/media/login1.png" : "static/media/login1.e9db4c0a.png", "static/media/top1.png" : "static/media/top1.79bf3d64.png"} | json_instruct | {"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "static/media/login1.png": {"type": "string"}, "static/media/top1.png": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.j... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"apiUrl": {"type": "string"}, "apiKey": {"type": "string"}, "projectId": {"type": "string"}, "find": {"type": "string"}, "getProgress": {"type": "string"}}, "required": ["apiUrl", "apiKey", "projectId", "find", "getProgress"], ... | {"apiUrl" : "%s(apiUrl)", "apiKey" : "%s(apiKey)", "projectId" : "%s(projectId)", "find" : "%s(find)", "getProgress" : "%s(getProgress)"} | json_instruct | {"type": "object", "properties": {"apiUrl": {"type": "string"}, "apiKey": {"type": "string"}, "projectId": {"type": "string"}, "find": {"type": "string"}, "getProgress": {"type": "string"}}, "required": ["apiUrl", "apiKey", "projectId", "find", "getProgress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "... | {"name" : "littleheroes", "version" : "1.0.0", "description" : "* run npm install * run npm start * use npm build for distrobution to prod environment", "main" : "index.js", "scripts" : {"start" : "parcel index.html", "build" : "parcel build index.html --public-url ./"}, "repository" : {"type" : "git", "url" : "git+htt... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "repository": {"type": "obj... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://j... | {"inputs" : [["2", "3", "1 1", "5", "1 1 2 2", ""]], "outputs" : [["4", "9"]]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "r... | {"expireTime" : 9007200822347921000, "key" : "wordpress-media-2381", "val" : {"fileNodeID" : "e6fc4fa0-0677-55e3-9f40-4729273448f5", "modified" : "2019-06-05T16:32:04.000Z"}} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.o... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Instrument": {"type": "object", "pr... | {"Spase" : {"xmlns:xsi" : "http://www.w3.org/2001/XMLSchema-instance", "xmlns" : "http://www.spase-group.org/data/schema", "xsi:schemaLocation" : "http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_2.xsd", "Version" : "2.2.2", "Instrument" : {"ResourceID" : "spase://SMWG/Instrument/... | json_instruct | {"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Instrument": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ResourceHeader": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "strin... | {"id" : 11400, "source" : "ellicott", "verse_id" : 18403, "verse_count" : 1, "reference" : "38:12", "title" : "", "html" : "<p>Mine age is departed . . .\u2014Better, my home, or habitation . . . as in <a class=\"ref\">Psalms 49:19</a>, and thus fitting in better with the similitude that follows. The \u201chome\u201d i... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "v... | {"text" : "\u4eca\u5929\u662f1932\u5e742\u67085\u65e5\uff0c\u519c\u5386\u8f9b\u672a\u5e74\u814a\u6708\u5eff\u4e5d\uff0c\u9664\u5915\u3002\u5728\u4e1c\u5317\uff0c\u53bb\u5e74\u201c\u4e5d\u00b7\u4e00\u516b\u201d\u540e\uff0c\u8fbd\u5b81\u3001\u5409\u6797\u76f8\u7ee7\u6ca6\u9677\u3002\u552f\u6709\u9a6c\u5360\u5c71\u5728\u6... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "... | {"title" : "Man and woman holding Coca Cola bottles, standing at counter in bar or restaurant interior with Coca Cola advertisement with accordion player Graham Jackson, playing card wallpaper, and newspaper with headline \"Fifth Ward drops...Mrs. L. Russell\"", "creation_date" : "June 1956", "creation_date_earliest" :... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Southron Captain (7U162)", "text" : "Set:\tThe Return of the King\nKind:\tShadow\nCulture:\tRaider\nTwilight:\t6\nCard Type:\tMinion \u2022 Man\nStrength:\t13\nVitality:\t3\nSite:\t4\nGame Text:\tSouthron. While you can spot 4 threats, this minion is damage +2.\nRarity:\tU", "scanUrl" : "https://lotrtcgwiki... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "parent": {"type": "null"}, "has_child": {"type": "integer"}, "color": {"type": "string"}, "icon": {"type": "string"}}, "required": ["i... | [{"id" : 0, "type" : "Container", "parent" : null, "has_child" : 0, "color" : "#78e371", "icon" : "fa-clone"}, {"id" : 1, "type" : "Knob", "parent" : null, "has_child" : 0, "color" : "#969696", "icon" : "fa-power-off"}, {"id" : 3, "type" : "Slider", "parent" : null, "has_child" : 0, "color" : "#f30600", "icon" : "fa-ar... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "parent": {"type": "null"}, "has_child": {"type": "integer"}, "color": {"type": "string"}, "icon": {"type": "string"}}, "required": ["id", "type", "parent", "has_child", "color", "icon"]}, "$schema": "htt... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"endpoint": {"type": "string"}, "categories": {"type": "object", "properties": {"default": {"type": "object", "properties": {"queries": {"type": "array", "items": {}}, "frequency": {"type": "integer"}}, "required": ... | {"endpoint" : "", "categories" : {"default" : {"queries" : [], "frequency" : -1}}} | json_instruct | {"type": "object", "properties": {"endpoint": {"type": "string"}, "categories": {"type": "object", "properties": {"default": {"type": "object", "properties": {"queries": {"type": "array", "items": {}}, "frequency": {"type": "integer"}}, "required": ["queries", "frequency"]}}, "required": ["default"]}}, "required": ["en... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot":... | {"id" : "QmbAhrgMJRbTb4rXi9ZqjpmMeLyeEREsewSKAXCxEMPnAv", "title" : "Does this work?", "body" : "Would you like to get started?", "choices" : ["Yes!", "No ;c", "SURE!"], "start" : 1629190800, "end" : 1629216000, "snapshot" : "12514901", "state" : "closed", "author" : "0x7B72Cf70FD7Ce243b84AD2dC49EA44f970B95D42", "space... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"... | {"name" : "pingpong/presenters", "description" : "Laravel Presenter", "keywords" : ["laravel", "pingpong", "simple", "presenters"], "license" : "MIT", "authors" : [{"name" : "Pingpong Labs", "email" : "pingpong.labs@gmail.com"}], "require" : {"php" : ">=5.4.0", "illuminate/database" : "5.0.*", "illuminate/support" : "5... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"adenabled": {"type": "boolean"}, "statusad": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "type", "url"]}, "spacedot": ... | {"adenabled" : false, "statusad" : {"name" : "Created by quanglocle24#0001", "type" : "PLAYING", "url" : "https://twitch.tv/#"}, "spacedot" : "\u30fb", "textad" : "> ***[Support server](https://discord.gg/3kTrhbBVQm)"} | json_instruct | {"type": "object", "properties": {"adenabled": {"type": "boolean"}, "statusad": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "type", "url"]}, "spacedot": {"type": "string"}, "textad": {"type": "string"}}, "required": ["adenabl... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["backoff", "bson", "chdir", "configmap", "getenv", "Haha", "INCLUSTER", "println", "progdir", "pymongo", "rundev", "setenv", "shnoo", "Shnoo", "SHNOOTALK", "shtk", "shtkc", "subp", "TIMEDOUT", "uhll", "Shnoo", "shnootalk", "shtk", "textbox", "TIMEDOUT", "xmlhttp"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Website": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Website", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Website" : "", "Name" : "SharedDB"} | json_instruct | {"type": "object", "properties": {"Website": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Website", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "... | {"title" : "Dragon Aurora over Norway", "explanation" : "What's that in the sky? An aurora. A large coronal hole opened last month, a few days before this image was taken, throwing a cloud of fast moving electrons, protons, and ions toward the Earth. Some of this cloud impacted our Earth's magnetosphere and resulted in... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanat... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type... | {"name" : "pixaki", "description" : "A CLI for Pixaki", "version" : "0.1.8", "repository" : {"type" : "git", "url" : "git://github.com/pixools/pixaki-cli.git"}, "bin" : {"pixaki" : "./cli.js", "px" : "./cli.js"}, "author" : "Charlie Walter <charliejwalter@gmail.com>", "funding" : {"type" : "individual", "url" : "https:... | 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"]}, "bin": {"type": "object", "properties": {"pixaki": {"type"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "expo": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sdkVersion": {"type": "string"}}, "required": ["n... | {"name" : "PlomisViewer", "displayName" : "PlomisViewer", "expo" : {"name" : "PlomisViewer", "slug" : "plomis-viewer", "sdkVersion" : "34.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "expo": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sdkVersion": {"type": "string"}}, "required": ["name", "slug", "sdkVersion"]}}, "required": ["name", "displayName", "expo"],... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repos... | {"name" : "watch-hoverable", "version" : "1.0.0", "description" : "React HOC to watch an hoverable component and trigger actions", "main" : "index.js", "scripts" : {"start" : "parcel src/index.html"}, "repository" : {"type" : "git", "url" : "git+https://github.com/elcoosp/watch-hoverable.git"}, "keywords" : [], "author... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"mil3.2.2:1.1": {"type": "string"}, "mil3.2.2:2.1": {"type": "string"}, "mil3.2.2:3.1": {"type": "string"}, "mil3.2.2:4.1": {"type": "string"}}, "required": ["mil3.2.2:1.1", "mil3.2.2:2.1", "mil3.2.2:3.1", "mil3.2.2:4... | {"mil3.2.2:1.1" : "maku59, ms28Mi_184, msdiv41, sc1", "mil3.2.2:2.1" : "ms28Mi_185, sc2, vri81.41", "mil3.2.2:3.1" : "ms28Mi_186, sc3", "mil3.2.2:4.1" : "ms28Mi_187, sc4"} | json_instruct | {"type": "object", "properties": {"mil3.2.2:1.1": {"type": "string"}, "mil3.2.2:2.1": {"type": "string"}, "mil3.2.2:3.1": {"type": "string"}, "mil3.2.2:4.1": {"type": "string"}}, "required": ["mil3.2.2:1.1", "mil3.2.2:2.1", "mil3.2.2:3.1", "mil3.2.2:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"},... | {"id" : "holyheld", "symbol" : "holy", "name" : "Holyheld (OLD)", "platforms" : {"ethereum" : "0x39eae99e685906ff1c11a962a743440d0a1a6e09"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Holyheld is a mobile-first financial services app that allows you to trade, store, send, and earn interest ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "descripti... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "script... | {"name" : "1px", "description" : "A 1 pixel transparent image.", "version" : "0.1.0", "repository" : {"url" : "git://github.com/kumatch/1px.git"}, "main" : "index.js", "scripts" : {"test" : "mocha --require intelli-espower-loader --reporter spec test/**/*.test.js"}, "directories" : {"test" : "test/"}, "devDependencies"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "str... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"exampleUrls": {"type": "array", "items": {"type": "string"}}}, "required": ["exampleUrls"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"exampleUrls" : ["https://gist.github.com/vio/a7ca332b66a54b2e3d02a191f2df2b23", "https://gist.github.com/vio/d416c002c409bfb4c4094cf346af7cab"]} | json_instruct | {"type": "object", "properties": {"exampleUrls": {"type": "array", "items": {"type": "string"}}}, "required": ["exampleUrls"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "re... | {"name" : "webforge/accounting", "description" : "A small library for some basics for invoices", "license" : "MIT", "authors" : [{"name" : "Philipp Scheit", "email" : "p.scheit@ps-webforge.com"}], "minimum-stability" : "dev", "autoload" : {"psr-0" : {"Webforge\\Accounting" : ["lib/", "tests/"]}}, "require" : {"webforge... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "colors": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["name", "colors"], "$schema": "http://json-schema.org/dr... | {"name" : "Interstellar", "colors" : [{"value" : "#f9b580"}, {"value" : "#fffdf1"}, {"value" : "#fdf3cc"}, {"value" : "#c5a8a1"}, {"value" : "#223c44"}, {"value" : "#02121e"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "colors": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["name", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#... | [{"name" : "ANGEL ROSENDO", "frequency" : 40, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "watch": {"type": "str... | {"name" : "chrome-extension-template", "repository" : "https://github.com/xiaotiantakumi/chrome-extension-template.git", "author" : "takumi oda", "license" : "MIT", "scripts" : {"dev" : "webpack --config webpack.dev.js", "watch" : "webpack --config webpack.dev.js --watch", "prod" : "webpack --config webpack.prod.js", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "watch": {"type": "string"}, "prod": {"type": "string"}, "mkdir:release": {"type": "string"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1206152001", "nama" : "Cinta Rakyat"}, {"id" : "1206152002", "nama" : "Semangat"}, {"id" : "1206152003", "nama" : "Ujung Teran"}, {"id" : "1206152004", "nama" : "Gongsol"}, {"id" : "1206152005", "nama" : "Jaranguda"}, {"id" : "1206152006", "nama" : "Semangat Gunung"}, {"id" : "1206152007", "nama" : "Deram"}, ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/produce/avali/kirifruit.consumable": {"type": "array", "items": {"type":... | [{"DeniedAlternatives" : [], "Files" : {"items/generic/produce/avali/kirifruit.consumable" : ["/description"]}, "Texts" : {"Chs" : "\u5730\u4e0b\u9ecf\u6db2\u9709\u83cc\u7684\u5b50\u5b9e\u4f53\u3002\n^^cyan;\u5728\u9ed1\u6697\u4e2d^green;\u6cbb\u7597^white;250.25%^gray;\u5230^white;252.5%^green;HP^gray;(^white;5m\u5185... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/produce/avali/kirifruit.consumable": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/produce/avali/kirifruit.consumabl... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "pro... | {"id" : "f042b525-a22f-475a-b321-3d25fde16109", "playerTags" : [], "teamTags" : ["3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e", "bb4a9de5-c924-4923-a0cb-9d1445f1ee5d"], "gameTags" : ["8b8c40e6-c4ed-4288-9306-192c9e049484"], "metadata" : {"play" : 27, "subPlay" : -1}, "created" : "2021-03-16T03:02:11.921Z", "season" : 13, "tou... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "a... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-105.000335, 39.723664]}, "properties" : {"marker-symbol" : "beer", "marker-color" : "#607D8B", "marker-size" : "small", "name" : "Breckenridge Brewery", "address" : "471 Kalamath St, Denver, CO 80204", "u... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"typ... | {"version" : "4.5.7", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[905.0, 881.0], [1324.0, 876.0], [1328.0, 1004.0], [897.0, 1006.0]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[201.0, 849.0], [893.0, 818.0], [870.5858585858585, 1008.0808080808081], [162.0, 100... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"/js/appsadasd.js": {"type": "string"}}, "required": ["/js/appsadasd.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/appsadasd.js" : "/js/appsadasd.js"} | json_instruct | {"type": "object", "properties": {"/js/appsadasd.js": {"type": "string"}}, "required": ["/js/appsadasd.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["2850", "indigo airlines", "delhi", "india", "raipur", "india", "0"], ["2850", "indigo airlines", "hyderabad", "india", "raipur", "india", "0"], ["2850", "indigo airlines", "raipur", "india", "delhi", "india", "0"], ["2850", "indigo airlines", "raipur", "india", "hyderabad", "india", "0"], ["3000", "jet airways", "bh... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "befores": {"type": "array", "items": {}}, "afters": {"type"... | {"uuid" : "1ccdeee7-052a-49b5-b95a-77f18a08f209", "name" : "workbookIT.ProductSystemManagerTestIT.getAimData", "children" : ["cb10ceb2-8c9e-4e38-b309-97522bd18e7d"], "description" : "", "befores" : [], "afters" : [{"name" : "getAimData", "status" : "passed", "stage" : "finished", "description" : "", "steps" : [], "atta... | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "Django email integration for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, SendinBlue, SparkPost and other transactional ESPs", "home" : "https://github.com/anymail/django-anymail", "license" : "BSD License"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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": "integ... | {"nom" : "Mondion", "circ" : "4\u00e8me circonscription", "dpt" : "Vienne", "inscrits" : 92, "abs" : 32, "votants" : 60, "blancs" : 0, "nuls" : 7, "exp" : 53, "res" : [{"nuance" : "MDM", "nom" : "M. Nicolas TURQUOIS", "voix" : 31}, {"nuance" : "UDI", "nom" : "Mme Anne-Florence BOURAT", "voix" : 22}]} | 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"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/... | {"model" : "Alarmclock_Alarmclock_controls_sc_audio", "modeltype" : "logistic regression", "accuracy" : 0.8384920634920634, "deviation" : 0.14256804963956593} | json_instruct | {"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, ... | {"text" : "If the taxable year of a beneficiary is different from that of the estate or trust, the amount which he is required, under \u00a7 47-1809.05(1), to include in computing his net income, shall be based upon the income of the estate or trust for any taxable year of the estate or trust ending within his taxable ... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}, "info": {"type": "object", "properties": {"description": {"type": "string"}, "author": {"type": "object", "propert... | {"$schema" : "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", "type" : "panel", "name" : "Sankey Panel", "id" : "netsage-sankey-panel", "info" : {"description" : "Sankey Panel Plugin for Grafana", "author" : {"name" : "NetSage", "url" : "http://github.com/ne... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}, "info": {"type": "object", "properties": {"description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "t... | {"body" : "This addresses #7109\r\n\r\nDepends on #9282 #9283 #9284, these are all packages that would fail the test currently.\r\n", "user" : "baberlevi", "url" : "https://api.github.com/repos/spack/spack/issues/9285", "updated_at" : "2018-10-30 20:44:26", "created_at" : "2018-09-19 14:35:39", "closed_at" : "2018-10-3... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/costumes/fuearphones/fuearphones.head": {"type": "array", "items": {"type": "s... | [{"DeniedAlternatives" : [], "Files" : {"items/armors/costumes/fuearphones/fuearphones.head" : ["/shortdescription"]}, "Texts" : {"Chs" : "HI-FI \u8033\u673a", "Eng" : "Hi-Fi Earphones"}}, {"DeniedAlternatives" : [], "Files" : {"items/armors/costumes/fuearphones/fuearphones.head" : ["/description"]}, "Texts" : {"Chs" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/costumes/fuearphones/fuearphones.head": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/costumes/fuearphones/fuearphones... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "... | {"id" : "2ef46a21-f0f2-427b-b001-01fc559393c1", "name" : "Chesterton Primary School", "code" : "4", "address" : {"addressLine1" : "Green End Road", "town" : "Cambridge", "county" : "Cambs", "postcode" : "CB4 1RW"}, "organisation" : {"id" : "334aaa65-76f2-48e6-b8a8-ebbdea6aec3d", "code" : "2KL", "name" : "Active Teacher... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "to... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "... | {"text" : {"0" : {"m1" : "\u062f\u0631 \u067e\u0631\u062f\u0647 \u062f\u0631\u0648\u0646\u0650 \u062f\u0644 \u0631\u06cc\u0634\u062a \u0628\u06cc\u0646\u0645", "m2" : "\u0627\u0632 \u067e\u0631\u062f\u0647 \u0628\u0631\u0648\u0646 \u0646\u0634\u0633\u062a\u0647 \u0628\u06cc\u0634\u062a \u0628\u06cc\u0646\u0645"}, "1" :... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file"... | {"contract" : "0x4678f0a6958e4d2bc4f1baf7bc52e8f3564f3fe4", "tool" : "solhint", "start" : 1563488880.3627899, "end" : 1563488884.6352358, "duration" : 4.272445917129517, "analysis" : [{"file" : "/unique_chucks/4/0x4678f0a6958e4d2bc4f1baf7bc52e8f3564f3fe4.sol", "line" : "219", "column" : "2", "message" : "Line length mu... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[138.50598061100004, -35.13759174399996], [138.50601660000007, -35.137848504999965], [138.5058643220001, -35.13982959599997], [138.50556454700006, -35.141814960999966], [138.5026745140001, -35.141979610999954], [138.50258497900006, -35.14247100699... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "", "id" : "card.objective.secret:base/occupy_the_seat_of_the_empire", "name" : "Occupy the Seat of the Empire"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"themeName": {"type": "string"}, "default": {"type": "object", "properties": {"fgColor": {"type": "string"}, "bgColor": {"type": "string"}}, "required": ["fgColor", "bgColor"]}, "heading": {"type": "object", "properties": {"fgCol... | {"themeName" : "preinstalled", "default" : {"fgColor" : "333333", "bgColor" : "FFFFFF"}, "heading" : {"fgColor" : "FF8000"}, "emphasis" : {"fgColor" : "000080"}, "orderedList" : {"fgColor" : "0080FF"}, "unorderedList" : {"fgColor" : "8080FF"}, "code" : {"fgColor" : "008000"}, "link" : {"fgColor" : "8000FF"}, "comment" ... | json_instruct | {"type": "object", "properties": {"themeName": {"type": "string"}, "default": {"type": "object", "properties": {"fgColor": {"type": "string"}, "bgColor": {"type": "string"}}, "required": ["fgColor", "bgColor"]}, "heading": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "emph... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i... | {"id" : 1209760887, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "9b73dcdde9d1396ba9aa379ad0c0426f", "wof:id" : 1209760887, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [25.23565, 47.82187, 25.23565, 47.82187], "geometry" : {"coordinates" : [25.23565... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {... | {"userId" : 98437, "cartId" : "de7369e1-0788-45b9-8091-9d31b8c2cee3", "preferredProducts" : [116], "productReviews" : [{"productId" : 3592, "reviewText" : "heard about this on original pilipino music radio, decided to give it a try.", "reviewDate" : "2019-07-03T17:43:14.0949458+03:00"}, {"productId" : 797, "reviewText"... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1992, 6], [1994, 6], [1995, 10], [1996, 5], [1997, 10], [1998, 7], [1999, 12], [2000, 16], [2001, 13], [2002, 17], [2003, 15], [2004, 12], [2005, 16], [2006, 18], [2007, 15], [2008, 15], [2009, 5], [2010, 18], [2011, 11], [2012, 10], [2013, 13], [2014, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.... | {"id" : "170103030201", "variable1" : 0.4067, "variable2" : 0.8772, "variable3" : "A"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "keys": {"type": "array", "items": {"type": "string"}}, "reference": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}, "icon": {"type": "string"}, "univ... | {"type" : "address", "keys" : ["addr:housename", "addr:housenumber", "addr:street", "addr:city", "addr:postcode"], "reference" : {"key" : "addr"}, "icon" : "address", "universal" : true, "label" : "Address", "strings" : {"placeholders" : {"housename" : "Housename", "housenumber" : "123", "street" : "Street", "city" : "... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "keys": {"type": "array", "items": {"type": "string"}}, "reference": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}, "icon": {"type": "string"}, "universal": {"type": "boolean"}, "label": {"type": "string"}, "strings": {"t... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"493040": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "412031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"... | {"493040" : {"count" : 1}, "count" : 27, "412031" : {"count" : 1}, "411012" : {"count" : 1}, "493021" : {"count" : 1}, "412010" : {"count" : 1}, "533030" : {"count" : 1}, "N.A.//" : {"count" : 19}, "472061" : {"count" : 1}, "472140" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"493040": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "412031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411012": {"type": "object", "properties": {"count": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"hair": {"type": "array", "items": {"type": "string"}}, "glasses": {"type": "array", "items": {"type": "string"}}, "clothes": {"type": "array", "items": {"type": "string"}}}, "required": ["hair", "glasses", "clothes"... | {"hair" : ["H_Q3_M_Hr_6500", "H_Q3_M_Hr_6501", "H_Q3_M_Hr_6502", "H_Q3_M_Hr_6503", "H_Q3_M_Hr_6504", "H_Q3_M_Hr_6505", "H_Q3_M_Hr_6506", "H_Q3_M_Hr_6507", "H_Q3_M_Hr_6508", "H_Q3_M_Hr_6509", "H_Q3_M_Hr_6510", "H_Q3_M_Hr_6511", "H_Q3_M_Hr_6512", "H_Q3_M_Hr_6513", "H_Q3_M_Hr_6514", "H_Q3_M_Hr_6515", "H_Q3_M_Hr_6520", "H_... | json_instruct | {"type": "object", "properties": {"hair": {"type": "array", "items": {"type": "string"}}, "glasses": {"type": "array", "items": {"type": "string"}}, "clothes": {"type": "array", "items": {"type": "string"}}}, "required": ["hair", "glasses", "clothes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "input": {"type": "object", "properties": {"amount": {"type": "integer"}, "gas": {"type": "string"}}, "required": ["amount", "gas"]}, "output": {"type": "object", "properties": {"item": {"type": "strin... | {"type" : "mekanism:crystallizing", "input" : {"amount" : 200, "gas" : "mekanism:clean_gold_slurry"}, "output" : {"item" : "mekanism:crystal_gold"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "input": {"type": "object", "properties": {"amount": {"type": "integer"}, "gas": {"type": "string"}}, "required": ["amount", "gas"]}, "output": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "input... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"copyright": {"type": "string"}, "license": {"type": "string"}, "metadata_file": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "settings": {"type": "ob... | {"copyright" : "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", "license" : "The Universal Permissive License (UPL), Version 1.0", "metadata_file" : "discover-metadata.json", "type" : "certified-smoke-test", "name" : "discover-smoke-test", "description" : "A smoke-test for the discover sc... | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "license": {"type": "string"}, "metadata_file": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "settings": {"type": "object", "properties": {"settings-1": {"type": "object", "properties": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "strin... | {"id" : "QmPBqnNuUNGQ96nVyUTGqq65UfU3AtfBTx4NK6dU1XhyN3", "title" : "\u6d4b\u8bd5\u5355\u9009\u6295\u7968", "body" : "\u6d4b\u8bd5\u5355\u9009\u6295\u7968", "choices" : ["a", "b", "c"], "start" : 1635220800, "end" : 1635652800, "snapshot" : "13554217", "state" : "closed", "author" : "0x02a5096De314BA950cA7A4853E4Bd0970... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9962929, "stations" : ["9962929"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "intege... | [{"liveId" : "5ca495240cf20f4b9b9366bb", "title" : "\u65b9\u742a\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u5728\u5417\uff1e_\uff1c", "picPath" : "/mediasource/live/1554035574994EDMC01jx1K.jpg", "startTime" : 1554289956075, "memberId" : 867891, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5ca495... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type... | {"id" : "0xe13ac9767bb75d3ed65b107f5310964bed9c80c62785f5ae32e37be6f3bac19c", "title" : "btc\u80fd\u523098000\u5417\uff1f", "body" : "\u80fd", "choices" : ["\u80fd", "\u4e0d\u80fd"], "start" : 1637495194, "end" : 1637513194, "type" : "single-choice", "scores" : [0, 0], "scores_total" : 0, "scores_state" : "final", "sco... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"PROPER_NAME": {"type": "string"}, "NAMES": {"type": "array", "items": {"type": "string"}}, "DESCRIPTION": {"type": "string"}}, "required": ["PROPER_NAME", "NAMES", "DESCRIPTION"]}, "$sch... | [{"PROPER_NAME" : "Multiword Keyword", "NAMES" : ["Multiword Keyword", "multiword_keyword", "multiword_keywords", "multikey", "multikeyword"], "DESCRIPTION" : "Make sure the first element in the NAMES is the same as your PROPER_NAME. The rest is to match keywords like the single word keyword."}, {"PROPER_NAME" : "Wood"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"PROPER_NAME": {"type": "string"}, "NAMES": {"type": "array", "items": {"type": "string"}}, "DESCRIPTION": {"type": "string"}}, "required": ["PROPER_NAME", "NAMES", "DESCRIPTION"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "in... | {"publisher_name" : "National University of Singapore, Department of Biological Sciences, Centre for Biomedical Ethics", "journals" : 1, "scihub" : 7, "crossref_open_access" : 0, "crossref_active" : 183, "crossref" : 183, "coverage" : 0.03825137, "publisher_slug" : "national-university-of-singapore-department-of-biolog... | json_instruct | {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"FileContentKeywordValidation": {"type": "object", "properties": {"Keywords": {"type": "array", "items": {"type": "object", "properties": {"Targets": {"type": "string"}, "files": {"type": "array", "items": {"typ... | {"FileContentKeywordValidation" : {"Keywords" : [{"Targets" : "+Switch", "files" : ["Editor/AndroidTools/AndroidTools.cs"], "patterns" : ["\\\"llvm-nm\\\""]}]}} | json_instruct | {"type": "object", "properties": {"FileContentKeywordValidation": {"type": "object", "properties": {"Keywords": {"type": "array", "items": {"type": "object", "properties": {"Targets": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "patterns": {"type": "array", "items": {"type": "string"}}}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"... | {"card_title" : "Surto Cristalino", "card_type" : "Action", "card_text" : "Jogar: Exalte todas as criaturas Mutante.", "traits" : "", "amber" : 1, "power" : null, "armor" : null, "rarity" : "Rare", "flavor_text" : "Os Sauros s\u00e3o t\u00e3o convencidos de sua \rpr\u00f3pria perfei\u00e7\u00e3o que consideram qualquer... | json_instruct | {"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card_n... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"first_pos": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "second_pos": {"type": "string"}, "metric": {"type": "string"}}, "required": ["first_pos",... | {"first_pos" : {"x" : -102321982, "y" : -102919283}, "second_pos" : "robot#9", "metric" : "euclidean"} | json_instruct | {"type": "object", "properties": {"first_pos": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "second_pos": {"type": "string"}, "metric": {"type": "string"}}, "required": ["first_pos", "second_pos", "metric"], "$schema": "http://json-schema.org/draft-07/s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "gravatar", "theme"]... | {"copyright" : "Eduardo Rabelo", "url" : "http://eduardorabelo.com.br", "email" : "oieduardorabelo@gmail.com", "gravatar" : true, "theme" : "default"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "gravatar", "theme"], "$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.