input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "210503012201", "text" : "\u5f20\u5176\u5be8\u6751\u59d4\u4f1a"}, {"id" : "210503012202", "text" : "\u5927\u67f3\u5cea\u6751\u59d4\u4f1a"}, {"id" : "210503012203", "text" : "\u82b1\u5cad\u6751\u59d4\u4f1a"}, {"id" : "210503012204", "text" : "\u9ec4\u6728\u5382\u6751\u59d4\u4f1a"}, {"id" : "210503012205", "text... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["id", "name", "cost"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "hel", "name" : "hello world", "cost" : 70}, {"id" : "hel", "name" : "hello", "cost" : 10}, {"id" : "hel", "name" : "helm", "cost" : 200}, {"id" : "hel", "name" : "hello my world", "cost" : 1}, {"id" : "test", "name" : "well done", "cost" : 100}, {"id" : "IU", "name" : "Best", "cost" : 123}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["id", "name", "cost"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descript... | {"latest_version" : ["0.2.2"], "meta" : {"description" : "Serial/Mass mail tool", "homepage" : "https://github.com/spiderbit/mmailer", "license" : "LICENSE"}, "versions" : {"0.2.1" : {"sha256" : "4a02388b2af3e8b05d89361e784d718db95ab502ed0716ebc14b009f14c9d7f8", "url" : "https://files.pythonhosted.org/packages/71/4a/a7... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"status_code": {"type": "integer"}, "user_list": {"type": "array", "items": {}}, "extra": {"type": "object", "properties": {"fatal_item_ids": {"type": "array", "items": {}}, "logid": {"type": "string"}, "now": {"type": "integer... | {"status_code" : 0, "user_list" : [], "extra" : {"fatal_item_ids" : [], "logid" : "202112262316370102121452260E0F33B5", "now" : 1640531797000}, "log_pb" : {"impr_id" : "202112262316370102121452260E0F33B5"}} | json_instruct | {"type": "object", "properties": {"status_code": {"type": "integer"}, "user_list": {"type": "array", "items": {}}, "extra": {"type": "object", "properties": {"fatal_item_ids": {"type": "array", "items": {}}, "logid": {"type": "string"}, "now": {"type": "integer"}}, "required": ["fatal_item_ids", "logid", "now"]}, "log_... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bugs": {"type": "array", "items": {"type": "object", "properties": {"history": {"type": "array", "items": {"type": "object", "properties": {"when": {"type": "string"}, "who": {"type": "string"}, "changes": {"... | {"bugs" : [{"history" : [{"when" : "2020-05-22T17:29:38Z", "who" : "loines@mozilla.com", "changes" : [{"added" : "needinfo?(adavis@mozilla.com)", "removed" : "", "field_name" : "flagtypes.name"}, {"field_name" : "cc", "removed" : "", "added" : "adavis@mozilla.com, loines@mozilla.com"}]}, {"changes" : [{"field_name" : "... | json_instruct | {"type": "object", "properties": {"bugs": {"type": "array", "items": {"type": "object", "properties": {"history": {"type": "array", "items": {"type": "object", "properties": {"when": {"type": "string"}, "who": {"type": "string"}, "changes": {"type": "array", "items": {"type": "object", "properties": {"added": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "410221107200", "text" : "\u90a2\u5317\u6751\u59d4\u4f1a"}, {"id" : "410221107201", "text" : "\u90a2\u5357\u6751\u59d4\u4f1a"}, {"id" : "410221107202", "text" : "\u51b7\u5c6f\u6751\u59d4\u4f1a"}, {"id" : "410221107203", "text" : "\u5b59\u6d3c\u6751\u59d4\u4f1a"}, {"id" : "410221107204", "text" : "\u6768\u5c6f\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "stri... | {"name" : "Louvre Finance", "type" : "BEP20", "symbol" : "LOUVRE", "decimals" : 9, "website" : "https://louvrefinance.com", "description" : "Louvre Finance is the first deflationary DeFi token to disrupt the NFT industry. We'll build a full NFT ecosystem with a marketplace and an exchange exclusive for NFT related proj... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"... | {"author" : {"id" : "t2_233fvcbv", "name" : "Greatgamedad"}, "date" : {"day" : 1546819200, "full" : 1546822560, "month" : 1546300800, "week" : 1546732800}, "id" : "t3_adc50t", "picture" : {"filesize" : 75644, "fullUrl" : "https://preview.redd.it/kft5yl14gw821.jpg?auto=webp&s=32421e53e8ab9cf486f53c007ab70a738a0eef66", "... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"... | [{"oq" : "0", "q" : "12400", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1604296800000, "wptn" : "5", "z" : "175.37"}, {"oq" : "0", "q" : "1580", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1604296800000, "wptn" : "5", "z" : "176.02"}, {"oq" : "0", "q"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {}}, "children": {"type... | {"code" : 5312032003, "parent" : 5312032, "name" : "RAKATEDA I", "latitude" : null, "longitude" : null, "postal" : [], "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": {}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude",... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "parent": {"type": "string"}, "archivalGroupId": {"type": "string"}, "stateToken": {"type": "string"}, "interactionModel": {"type": "string"}, "filename": {"type": "string"}, "contentSize": {"type": "i... | {"id" : "info:fedora/1711.dl:6DWVZXV4RKIIA9E/MASTER0/fcr:metadata", "parent" : "info:fedora/1711.dl:6DWVZXV4RKIIA9E/MASTER0", "archivalGroupId" : "info:fedora/1711.dl:6DWVZXV4RKIIA9E", "stateToken" : "88BD1B85A43DE1B04DD4F1DF0B9C6E5F", "interactionModel" : "http://fedora.info/definitions/v4/repository#NonRdfSourceDescr... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "parent": {"type": "string"}, "archivalGroupId": {"type": "string"}, "stateToken": {"type": "string"}, "interactionModel": {"type": "string"}, "filename": {"type": "string"}, "contentSize": {"type": "integer"}, "digests": {"type": "array", "items": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"website": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "id": {"type": "string"}, "director": {"type": "string"}, "pho... | {"website" : "www.torhorstschule.de", "school_type" : "Gesamtschule mit GOST", "fax" : "03301 6017599", "name" : "Torhorst-Gesamtschule mit gymnasialer Oberstufe ", "address" : "Walther-Bothe-Stra\u00dfe 30 16515 Oranienburg", "id" : "BB-112768", "director" : "Frau Br\u00fcssow", "phone" : "03301 6017560", "provider"... | json_instruct | {"type": "object", "properties": {"website": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "id": {"type": "string"}, "director": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "email": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}},... | {"type" : "package", "name" : "Janiczek/elm-runescape", "summary" : "Functions related to the game RuneScape by Jagex Ltd.", "license" : "BSD-3-Clause", "version" : "1.0.1", "exposed-modules" : ["RuneScape.Levels", "RuneScape.Skills", "RuneScape.Quests"], "elm-version" : "0.19.0 <= v < 0.20.0", "dependencies" : {"elm/c... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"programE": {"type": "string"}, "config": {"type": "object", "properties": {"github.com/pinf/pinf-for-nodejs/test/assets/packages/package-e": {"type": "object", "properties": {"configE2": {"type": "string"}}, "r... | {"programE" : "from program-e dir", "config" : {"github.com/pinf/pinf-for-nodejs/test/assets/packages/package-e" : {"configE2" : "from program-e dir"}}, "env" : {"TEST_VAR" : "TEST_VALUE"}} | json_instruct | {"type": "object", "properties": {"programE": {"type": "string"}, "config": {"type": "object", "properties": {"github.com/pinf/pinf-for-nodejs/test/assets/packages/package-e": {"type": "object", "properties": {"configE2": {"type": "string"}}, "required": ["configE2"]}}, "required": ["github.com/pinf/pinf-for-nodejs/tes... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "external_id": {"type": "string"}, "error": {"type": "null"}, "status": {"type": "string"}, "activity_id": {"type": "null"}}, "required": ["id", "external_id", "error", "status", "acti... | {"id" : 16486769, "external_id" : "testing.fit", "error" : null, "status" : "The created activity has been deleted.", "activity_id" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "external_id": {"type": "string"}, "error": {"type": "null"}, "status": {"type": "string"}, "activity_id": {"type": "null"}}, "required": ["id", "external_id", "error", "status", "activity_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"p" : "175fc2e0-fbc4-4a9d-8c25-ea5d407003ff", "d" : 95}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Routes": {"type": "array", "items": {"type": "object", "properties": {"DownstreamPathTemplate": {"type": "string"}, "DownstreamScheme": {"type": "string"}, "DownstreamHostAndPorts": {"type": "array", "items":... | {"Routes" : [{"DownstreamPathTemplate" : "/{everything}", "DownstreamScheme" : "http", "DownstreamHostAndPorts" : [{"Host" : "localhost", "Port" : "5002"}], "UpstreamPathTemplate" : "/nationalBank/{everything}", "UpstreamHttpMethod" : ["GET", "POST"], "QoSOptions" : {"ExceptionsAllowedBeforeBreaking" : 5, "DurationOfBr... | json_instruct | {"type": "object", "properties": {"Routes": {"type": "array", "items": {"type": "object", "properties": {"DownstreamPathTemplate": {"type": "string"}, "DownstreamScheme": {"type": "string"}, "DownstreamHostAndPorts": {"type": "array", "items": {"type": "object", "properties": {"Host": {"type": "string"}, "Port": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints": {"type": "array", "items": {"type": "number"}}, "face_keypoints": {"type": "array", "items": {}}, "hand_left_... | {"version" : 1.0, "people" : [{"pose_keypoints" : [327.346, 90.0408, 0.898299, 327.329, 152.592, 0.82965, 272.602, 151.322, 0.757873, 260.843, 251.74, 0.787358, 255.69, 333.89, 0.801848, 378.271, 152.606, 0.754667, 433.001, 194.37, 0.897063, 421.34, 109.541, 0.889212, 294.802, 327.381, 0.536687, 296.027, 453.909, 0.420... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints": {"type": "array", "items": {"type": "number"}}, "face_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}, "hand_right_k... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"collection_id": {"type": "integer"}, "updated_at": {"type": "string"}, "body_html": {"type": "null"}, "default_product_image": {"type": "null"}, "handle": {"type": "string"}, "image": {"type": "null"}, "title... | {"collection_id" : 1, "updated_at" : "2017-01-09T13:59:09-05:00", "body_html" : null, "default_product_image" : null, "handle" : "frontpage", "image" : null, "title" : "Home page", "sort_order" : "alpha-asc", "published_at" : "2017-01-09T13:59:09-05:00"} | json_instruct | {"type": "object", "properties": {"collection_id": {"type": "integer"}, "updated_at": {"type": "string"}, "body_html": {"type": "null"}, "default_product_image": {"type": "null"}, "handle": {"type": "string"}, "image": {"type": "null"}, "title": {"type": "string"}, "sort_order": {"type": "string"}, "published_at": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"t... | {"name" : "creations-of-god", "version" : "1.0.5", "description" : "All things created by God", "license" : "MIT", "repository" : "iamwebwiz/Creations-of-God", "main" : "index.js", "keywords" : ["creations", "life", "human", "God", "existence"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "descr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}}, "required": ["name", "address"]}}}, "required": ["properties"], "$schema": "http://json-schema... | {"properties" : [{"name" : "Brookfield", "address" : "161 Bay st"}, {"name" : "Exiger", "address" : "48 Yonge st"}]} | json_instruct | {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}}, "required": ["name", "address"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"item": {"type": "integer"}, "index": {"type": "integer"}}, "required": ["item", "index"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"item" : 539, "index" : 0} | json_instruct | {"type": "object", "properties": {"item": {"type": "integer"}, "index": {"type": "integer"}}, "required": ["item", "index"], "$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": {"serve": {"type": "string"}, "watch": {"type": "... | {"name" : "angular-fir", "version" : "0.1.0", "description" : "a fir.im SDK based on angular.js", "main" : "dist/fir.min.js", "scripts" : {"serve" : "node_modules/.bin/serve .", "watch" : "node_modules/.bin/rewatch src/*.js -c 'npm run build'", "build" : "node_modules/.bin/uglifyjs src/fir.js --mangle --compress -o dis... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}}, "req... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "buil... | {"name" : "yft-pl", "version" : "0.0.1", "scripts" : {"dev" : "vite", "build" : "vite build", "serve" : "vite preview"}, "dependencies" : {"@grapecity/wijmo.vue2.all" : "5.20212.812-rc", "vue" : "^3.2.2"}, "devDependencies" : {"@vitejs/plugin-vue" : "^1.3.0", "@vue/compiler-sfc" : "^3.0.5", "vite" : "^2.4.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "dependencies": {"type": "object", "properties": {"@grap... |
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": "number"}}}, "required": ["type", "coordinates"]}, "proper... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.569081, 51.266491]}, "properties" : {"listed-building-grade" : "II", "start-date" : "1974-01-11", "point" : "POINT (-0.569081 51.266491)", "listed-building" : "1029581", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-e... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"listed-building-grade": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object",... | {"city" : {"name" : "MORRINHOS DO SUL", "state" : "RS"}, "borders" : [[{"lat" : -29.312404893770804, "lng" : -49.88862091052658}, {"lat" : -29.372251991636062, "lng" : -49.890694457583095}, {"lat" : -29.40559242654922, "lng" : -49.961003780699855}, {"lat" : -29.4224244095588, "lng" : -50.03226826296992}, {"lat" : -29.4... | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "prop... | {"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" : {"blackfrozen" : {"title" : "blackfrozen", "channel_id" : 75043591, "link" : "ht... | 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": {"blackfrozen": {"type": "object", "properties": {"title": {"ty... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "account": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"... | {"id" : "rw-facebook", "type" : "facebook", "account" : "osmrwanda", "locationSet" : {"include" : ["rw"]}, "strings" : {"community" : "OpenStreetMap Rwanda"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "account": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "strings": {"type": "object", "properties": {"community": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"bats": {"type": "string"}, "bats-support": {"typ... | {"name" : "bats-on-steroids", "version" : "1.0.0", "description" : "This file is use for dependency management only and will never be used on the end Docker image", "private" : "true", "devDependencies" : {"bats" : "^1.5.0", "bats-support" : "git+https://github.com/bats-core/bats-support", "bats-assert" : "git+https://... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"bats": {"type": "string"}, "bats-support": {"type": "string"}, "bats-assert": {"type": "string"}, "bats-fil... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"bottomright": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "confidence": {"type": "number"}, "topleft": {"type": "object", "properties... | [{"bottomright" : {"x" : 1166, "y" : 130}, "confidence" : 0.16, "topleft" : {"x" : 1053, "y" : 0}, "label" : "person"}, {"bottomright" : {"x" : 876, "y" : 719}, "confidence" : 0.76, "topleft" : {"x" : 258, "y" : 50}, "label" : "person"}, {"bottomright" : {"x" : 358, "y" : 712}, "confidence" : 0.2, "topleft" : {"x" : 22... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bottomright": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "confidence": {"type": "number"}, "topleft": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"apartDong": {"type": "string"}, "dealDay": {"type": "string"}, "apartName": {"type": "string"}, "dealdiffer": {"type": "string"}, "apartAddress": {"type": "string"}, "dealYear": {"typ... | [{"apartDong" : "\uccad\ub77c\ub3d9", "dealDay" : "17", "apartName" : "\ud55c\uc77c\ubca0\ub77c\uccb4", "dealdiffer" : "7,700", "apartAddress" : "155-9", "dealYear" : "2020", "dealFloor" : "10", "apartCreatedYear" : "2011", "dealUpdated" : "2020-06-23", "apartSize" : "104.376", "apartCityCode" : "28260", "id" : 91593, ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"apartDong": {"type": "string"}, "dealDay": {"type": "string"}, "apartName": {"type": "string"}, "dealdiffer": {"type": "string"}, "apartAddress": {"type": "string"}, "dealYear": {"type": "string"}, "dealFloor": {"type": "string"}, "apartCreatedYear": {"type"... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"fileName": {"type": "string"}, "contextType": {"type": "integer"}, "fileType": {"type": "integer"}}, "required": ["fileName", "contextType", "fileType"]}, "$schema": "http://json-schema.org/draft-07/sc... | [{"fileName" : "AbstractPO.java.ftl", "contextType" : 1, "fileType" : 1}, {"fileName" : "Created.java.ftl", "contextType" : 1, "fileType" : 1}, {"fileName" : "CreatedBy.java.ftl", "contextType" : 1, "fileType" : 1}, {"fileName" : "CreatedTime.java.ftl", "contextType" : 1, "fileType" : 1}, {"fileName" : "CreatedOperated... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fileName": {"type": "string"}, "contextType": {"type": "integer"}, "fileType": {"type": "integer"}}, "required": ["fileName", "contextType", "fileType"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1970, 10], [1972, 23], [1973, 51], [1974, 138], [1975, 181], [1976, 72], [1977, 95], [1978, 58], [1979, 153], [1980, 326], [1981, 209], [1982, 242], [1983, 87], [1984, 45], [1985, 49], [1986, 44], [1987, 37], [1988, 22], [1989, 23], [1990, 20], [1991, 12], [1992, 13], [1993, 8], [1994, 10], [1995, 5], [1998, 6], [199... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "dependencies": {"type": "object", "properties": {"brfs": {"type": "string"}, "cuid": {"type"... | {"name" : "scuttleup-blacklist", "version" : "3.4.3", "description" : "Scuttlebutt like eventual consistent log replication for levelup", "main" : "index.js", "dependencies" : {"brfs" : "^1.4.0", "cuid" : "^1.3.8", "duplexify" : "^3.4.2", "from2" : "^2.1.0", "length-prefixed-stream" : "^1.4.0", "lexicographic-integer" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"brfs": {"type": "string"}, "cuid": {"type": "string"}, "duplexify": {"type": "string"}, "from2": {"type": "string... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"production": {"type": "object", "properties": {"app_function": {"type": "string"}, "aws_environment_variables": {"type": "object", "properties": {"FLASK_CONFIG": {"type": "string"}, "SECRET_KEY": {"type": "string"... | {"production" : {"app_function" : "app.app", "aws_environment_variables" : {"FLASK_CONFIG" : "production", "SECRET_KEY" : "abcd"}, "aws_region" : "ap-southeast-2", "lambda_description" : "Transperth Alexa Skill Zappa Deployment", "project_name" : "TransperthAlexaSkill", "s3_bucket" : ""}} | json_instruct | {"type": "object", "properties": {"production": {"type": "object", "properties": {"app_function": {"type": "string"}, "aws_environment_variables": {"type": "object", "properties": {"FLASK_CONFIG": {"type": "string"}, "SECRET_KEY": {"type": "string"}}, "required": ["FLASK_CONFIG", "SECRET_KEY"]}, "aws_region": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Paul Pilone": {"type": "string"}}, "required": ["Paul Pilone"... | {"name" : "PTKTestKit", "version" : "1.0.0", "summary" : "Various classes built to make iOS testing faster, easier, and more effective.", "homepage" : "https://github.com/Element84/PTKTestKit", "authors" : {"Paul Pilone" : "paul@element84.com"}, "license" : {"type" : "Apache 2.0", "file" : "LICENSE"}, "source" : {"git"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Paul Pilone": {"type": "string"}}, "required": ["Paul Pilone"]}, "license": {"type": "object", "properties": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/dr... | {"word" : "Pretend", "definitions" : ["Behave so as to make it appear that something is the case when in fact it is not.", "Engage in an imaginative game or fantasy.", "Give the appearance of feeling or possessing (an emotion or quality); simulate.", "Lay claim to (a quality or title)"], "parts-of-speech" : "Verb"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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"}, "... | {"id" : 164442, "name" : "Rapidvideo.com", "description" : "Slim Fullscreen Design. This is a test run. I try to optimize it as much a possible after time. Please report bugs or problems.\r\nOptimized for widescreen. Removed all useless parts.\r\n\r\nMy CSS and JS Injection projects: https://github.com/c0d3d-net/User.I... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "proper... | {"IsRecentlyVerified" : false, "ID" : 180277, "UUID" : "95ED8A98-C51E-4983-949C-D9702EA30D35", "DataProviderID" : 29, "DataProvidersReference" : "6462,1374", "AddressInfo" : {"ID" : 180636, "Title" : "K\u00f6nigsberger Str. 1", "AddressLine1" : "K\u00f6nigsberger Str. 1", "Town" : "Reinheim", "Postcode" : "64354", "Cou... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}... |
Generate sample JSON data that conforms to the following schema definition:
{"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", "ite... | {"t" : "miketed", "h" : [{"d" : [{"f" : "\u5207\u65b7\uff0c\u54ac\u65b7\u3002", "e" : ["\ufff9`Mi~`keted~ `to~ `keliw~.\ufffa\ufffb\u54ac\u65b7\u7d30\u7dda\u3002", "\ufff9`Mi~`keted~ `to~ `ka~`e~`r~`e~`d~.\ufffa\ufffb\u5543\u65b7\u7e69\u5b50\u3002"]}]}], "stem" : "keted"} | 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... |
Create a JSON structure that matches this schema definition:
{"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" : "1308070004", "district_id" : "1308070", "name" : "KOTO BANGUN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "047581139de7fe5899f41571853a763d0e48e518"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 4, "id" : "IN-DN"}, {"users" : 6, "id" : "IN-AN"}, {"users" : 1180, "id" : "IN-AP"}, {"users" : 35, "id" : "IN-AR"}, {"users" : 1062, "id" : "IN-AS"}, {"users" : 1409, "id" : "IN-BR"}, {"users" : 4808, "id" : "IN-CH"}, {"users" : 526, "id" : "IN-CT"}, {"users" : 35528, "id" : "IN-DL"}, {"users" : 0, "id" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0xe3041ba812a72fc80c9ec9ac220a9bfe4d6f3d787d6ff6edcddc6b47ef13f526", "parentHash" : "0x1a7814fba183778c70837e7500ecfaf34c225200deb55e29cf7cf8f121e71185", "number" : 28959, "timestamp" : 1438634272, "nonce" : "0x72e2d84af8b2c665", "difficulty" : 1142495277748, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"install": {"type": "string"}, "1.7.0": {"type": "string"}}, "required": ["install", "1.7.0"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"install" : "messages/install.org", "1.7.0" : "messages/1.7.0.org"} | json_instruct | {"type": "object", "properties": {"install": {"type": "string"}, "1.7.0": {"type": "string"}}, "required": ["install", "1.7.0"], "$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"}, "st... | {"name" : "Gesamtschule Obersberg", "id" : "HE-9237-0", "official_id" : "9237", "address" : "Am Obersberg 25, 36251 Bad Hersfeld", "school_type" : "schulformbezogene (kooperative) Gesamtschule", "school_type_entity" : "Kooperative Gesamtschule", "fax" : "06621/9594268", "state" : "HE", "phone" : "06621/9594260", "full_... | 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"}, "ful... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"sprite_sheets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}}, "required": ["name", "file"]}}, "animation_files": {"type": "array", "items": {"ty... | {"sprite_sheets" : [{"name" : "particle1", "file" : "../assets/gfx/sprite_sheets/particle1.png"}, {"name" : "head1", "file" : "../assets/gfx/sprite_sheets/head1.png"}], "animation_files" : ["../assets/gfx/sprite_sheets/particle1_animation.json", "../assets/gfx/sprite_sheets/head1_animation.json"], "sprites" : [{"name" ... | json_instruct | {"type": "object", "properties": {"sprite_sheets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}}, "required": ["name", "file"]}}, "animation_files": {"type": "array", "items": {"type": "string"}}, "sprites": {"type": "array", "items": {"type": "obje... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"source": {"type": "string"}, "otherSourceFiles": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}, "required": ["source", "otherSourceFiles", "name"], "$schema": "http://json-schema.org/draft-07/schema... | {"source" : "ListRelatedFeatures.qml", "otherSourceFiles" : ["ListRelatedFeatures.h", "ListRelatedFeatures.cpp", "RelatedFeatureListModel.cpp", "RelatedFeatureListModel.h", "RelatedFeature.cpp", "RelatedFeature.h"], "name" : "List related features"} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "otherSourceFiles": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}, "required": ["source", "otherSourceFiles", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01012438": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie... | {"type" : "Topology", "objects" : {"E01012438" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00062737", "LAD11CD" : "E06000006"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01012438": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "object", "properties": {"image": {"type": "string"}, "format": {"type": "string"}, "size": {"type": "object", "properties": {"w": {"type": "integer"}, "h": {"type": "i... | {"textures" : [{"image" : "bird.png", "format" : "RGBA8888", "size" : {"w" : 32, "h" : 56}, "scale" : 1, "frames" : [{"filename" : "bird-1", "rotated" : false, "trimmed" : true, "sourceSize" : {"w" : 30, "h" : 24}, "spriteSourceSize" : {"x" : 0, "y" : 0, "w" : 30, "h" : 17}, "frame" : {"x" : 1, "y" : 1, "w" : 30, "h" :... | json_instruct | {"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "object", "properties": {"image": {"type": "string"}, "format": {"type": "string"}, "size": {"type": "object", "properties": {"w": {"type": "integer"}, "h": {"type": "integer"}}, "required": ["w", "h"]}, "scale": {"type": "integer"}, "fra... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_t... | {"name" : "PAPC #266", "image" : "https://ipfs.io/ipfs/QmZrvYQ1bJG2wCARPTwLMKuTHoqkspNdvc6xGTie1nnb2F/266.png", "attributes" : [{"trait_type" : "Fur", "value" : "Brown"}, {"trait_type" : "Head", "value" : "Cap"}, {"trait_type" : "Eyes", "value" : "3D Glasses"}, {"trait_type" : "Ears", "value" : "Earring Diamond"}, {"tr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["name", "image", "attributes"], "$sch... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"EGW": {"type": "string"}, "PHB": {"type": "string"}, "TCE": {"type": "string"}, "XGE": {"type": "string"}}, "required": ["EGW", "PHB", "TCE", "XGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"EGW" : "fluff-spell-egw.json", "PHB" : "fluff-spell-phb.json", "TCE" : "fluff-spell-tce.json", "XGE" : "fluff-spell-xge.json"} | json_instruct | {"type": "object", "properties": {"EGW": {"type": "string"}, "PHB": {"type": "string"}, "TCE": {"type": "string"}, "XGE": {"type": "string"}}, "required": ["EGW", "PHB", "TCE", "XGE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "38b46938125eb45f9f4eefbd72b4f657f7813583"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"apiUrl": {"type": "string"}, "userName": {"type": "string"}, "password": {"type": "string"}, "responseType": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "nodeBody": {"type": "object", "prope... | {"apiUrl" : "%s(apiUrl)", "userName" : "%s(userName)", "password" : "%s(password)", "responseType" : "%s(responseType)", "title" : "%s(nodeTitleOpt)", "type" : "%s(nodeTypeOpt)", "nodeBody" : {"und" : [{"value" : "%s(nodeBodyValue)", "summary" : "%s(nodeBodySummary)", "format" : "%s(nodeBodyFormat)"}]}, "customFields" ... | json_instruct | {"type": "object", "properties": {"apiUrl": {"type": "string"}, "userName": {"type": "string"}, "password": {"type": "string"}, "responseType": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "nodeBody": {"type": "object", "properties": {"und": {"type": "array", "items": {"type": "object", ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"$type": {"type": "string"}, "Enabled": {"type": "boolean"}, "PrefixProjectToNodes": {"type": "boolean"}, "NodeBasePaths": {"type": "null"}, "ProcessorEnrichers": {"type": "null"}, "SourceName": {"type": "string"}, "TargetName": ... | {"$type" : "TfsAreaAndIterationProcessorOptions", "Enabled" : false, "PrefixProjectToNodes" : false, "NodeBasePaths" : null, "ProcessorEnrichers" : null, "SourceName" : "sourceName", "TargetName" : "targetName"} | json_instruct | {"type": "object", "properties": {"$type": {"type": "string"}, "Enabled": {"type": "boolean"}, "PrefixProjectToNodes": {"type": "boolean"}, "NodeBasePaths": {"type": "null"}, "ProcessorEnrichers": {"type": "null"}, "SourceName": {"type": "string"}, "TargetName": {"type": "string"}}, "required": ["$type", "Enabled", "Pr... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "string"}, "section": {"type": "string"}, "semester": {"type": "string"}, "s... | {"department" : "ESTH", "description" : ["This course presents the fundamental principles of exercise testing and prescription for", "both healthy and special needs individuals. Students explore techniques for assessing", "fitness and prescribing exercise using a variety of ergometers for improvement of health", "fitne... | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "string"}, "section": {"type": "string"}, "semester": {"type": "string"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "ye... |
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" : "CRISTINA ALINA", "frequency" : 87, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",... | {"contract" : "0xe6938b7e5b03e0e29cb7781f76d258404714863b", "tool" : "osiris", "start" : 1564589274.6580617, "end" : 1564589277.4143658, "duration" : 2.7563040256500244, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json... | [{"name" : "IANCU", "frequency" : 94, "males" : "98.93617021276596 %", "females" : "1.0638297872340425 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Calendar 1926", "author" : "University of Calcutta.", "id" : "000541626"}, {"title" : "Calendar University of Allahabad 1926", "author" : "University of Allahabad.", "id" : "005397867"}, {"title" : "Examination papers 1926", "author" : "University of Bombay.", "id" : "000503239"}, {"title" : "The universit... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Araure": {"type": "string"}, "El Playon": {"type": "string"}, "Ocumare": {"type": "string"}, "Puerto Piritu": {"type": "string"}}, "required": ["Araure", "El Playon", "Ocumare", "Puerto Piritu"], "$schema": "ht... | {"Araure" : "AUR", "El Playon" : "EPY", "Ocumare" : "OCU", "Puerto Piritu" : "PPT"} | json_instruct | {"type": "object", "properties": {"Araure": {"type": "string"}, "El Playon": {"type": "string"}, "Ocumare": {"type": "string"}, "Puerto Piritu": {"type": "string"}}, "required": ["Araure", "El Playon", "Ocumare", "Puerto Piritu"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["513224215200", "\u9ebb\u4f9d\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513224215201", "\u5c71\u5df4\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["513224215202", "\u4e0a\u78e8\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513224215203", "\u957f\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513224215204"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1503030013", "district_id" : "1503030", "name" : "PULAU ARO"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"_guid_": {"type": "string"}, "id": {"type": "string"}, "value": {"type": "object", "properties": {"ToTimestamp": {"type": "string"}, "FromTimestamp": {"type": "string"}, "OrganisationName": {"type": "null"}, "OrganisationAddress... | {"_guid_" : "F-206_PreviousOrganisations", "id" : "18000951-fa61-4bba-aecb-66aed2bd6b90", "value" : {"ToTimestamp" : "2021-01-10T12:00:00.12345", "FromTimestamp" : "2021-01-10T12:00:00.12345", "OrganisationName" : null, "OrganisationAddress" : {}}} | json_instruct | {"type": "object", "properties": {"_guid_": {"type": "string"}, "id": {"type": "string"}, "value": {"type": "object", "properties": {"ToTimestamp": {"type": "string"}, "FromTimestamp": {"type": "string"}, "OrganisationName": {"type": "null"}, "OrganisationAddress": {"type": "object", "properties": {}, "required": []}},... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft... | {"word" : "Necropolis", "definitions" : ["A cemetery, especially a large one belonging to an ancient city."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "... | {"ast" : null, "code" : "\"use strict\";\n\nvar _interopRequireDefault = require(\"@babel/runtime/helpers/interopRequireDefault\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _react = _interopRequireDefault(require(\"react\"));\n\nvar _createSvgIcon = _inte... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "keywords": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["id", "keyw... | {"id" : 100, "keywords" : [{"id" : 1992, "name" : "super hero"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "keywords": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["id", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"value_locale": {"type": "string"}, "segment": {"type": "string"}, "noSlidesAvailable": {"type": "string"}, "slide_text": {"type": "string"}}, "required": ["value_locale", "segment", "noSlidesAvailable", "slide_text"]... | {"value_locale" : "de", "segment" : "Segment", "noSlidesAvailable" : "Keine Folien verf\u00fcgbar.", "slide_text" : "Folientext"} | json_instruct | {"type": "object", "properties": {"value_locale": {"type": "string"}, "segment": {"type": "string"}, "noSlidesAvailable": {"type": "string"}, "slide_text": {"type": "string"}}, "required": ["value_locale", "segment", "noSlidesAvailable", "slide_text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"ty... | {"limit" : 2, "name" : "Blue dragon mask", "value" : 900, "highalch" : 540, "id" : 19284, "lowalch" : 360, "name_pt" : "M\u00e1scara de drag\u00e3o azul", "price" : 1584158, "last" : 1584158} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap":... | {"name" : "Metaphys Daedalus", "number" : "45960523", "is_illegal" : false, "text" : "If this card is Special Summoned by the effect of a \"Metaphys\" monster: You can banish all other face-up Special Summoned monsters on the field. If this card is banished, during the Standby Phase of the next turn: You can shuffle th... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "autho... | {"title" : "MMD \u6975\u697d\u6d44\u571f AB5\uff08modify1.09\uff09", "author" : "yy512", "description" : "NULL", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/178562/thumbnail-178562_0001.jpg?itok=CQgSDLKW", "download" : "https://www.iwara.tv/api/video/yrkaahjkvoi0jvavw", "origin... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": ... | {"name" : "Steinhammerschule St\u00e4dt. Gem. Grundschule Marten - Primarstufe -", "id" : "NRW-129150", "address" : "Schulte-Heuthaus-Str. 28, 44379 Dortmund", "school_type" : "Grundschule", "fax" : "0231 28672966", "phone" : "0231 28672960", "website" : "", "email" : " 129150@schule.nrw.de ", "state" : "NRW", "pro... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ... | {"directions" : ["In a food processor or blender, process undrained peppers with chicken broth, garlic, oregano, and basil until smooth.", "Transfer liquid to a saucepan, and heat over medium-low heat. Simmer for 5 minutes. Slowly whisk in cream, and heat through.", "Serve in soup bowls over crumbled feta cheese. Spri... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"visualRange": {"type": "string"}}, "required": ["visualRange"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"visualRange" : "0,1"} | json_instruct | {"type": "object", "properties": {"visualRange": {"type": "string"}}, "required": ["visualRange"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"build_from": {"type": "object", "properties": {"aarch64": {"type": "string"}, "amd64": {"type": "string"}, "armhf": {"type": "string"}, "i386": {"type": "string"}}, "required": ["aarch64", "amd64", "armhf", "i386"]}... | {"build_from" : {"aarch64" : "hassioaddons/ubuntu-base-aarch64:2.2.1", "amd64" : "hassioaddons/ubuntu-base-amd64:2.2.1", "armhf" : "hassioaddons/ubuntu-base-armhf:2.2.1", "i386" : "hassioaddons/ubuntu-base-i386:2.2.1"}, "args" : {}} | json_instruct | {"type": "object", "properties": {"build_from": {"type": "object", "properties": {"aarch64": {"type": "string"}, "amd64": {"type": "string"}, "armhf": {"type": "string"}, "i386": {"type": "string"}}, "required": ["aarch64", "amd64", "armhf", "i386"]}, "args": {"type": "object", "properties": {}, "required": []}}, "requ... |
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": {"start": {"type": "string"}, "dev": {"type":... | {"name" : "typescript", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "tsc -w", "dev" : "webpack-dev-server", "build" : "webpack --config webpack.config.prod.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "", "license" : "ISC", "dependenc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "requ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type... | {"body" : "another option is vmware with a linux image.\n\n\nbut my vote, preference, soul (and pocket) goes the Mac OS X way...\nI would not be using radiance without a mac. \nlife is short and it is once, why suffering?\n\n\nG\n\n\nOn 16 Jun 2011, at 19:05, Lars O. Grobe wrote:\n___\n<sup>Automatically generated cont... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type":... | {"name" : "pyflow", "homepage" : "https://github.com/gangtao/pyflow", "authors" : ["Gang Tao <gang.tao@outlook.com>"], "description" : "", "main" : "", "keywords" : ["pyflow"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"jquery" : "^3.1.1", "codemirro... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"... | {"name" : "KMNavTransition", "version" : "1.0.0", "summary" : "\u8ba9\u4f60\u7684\u5bfc\u822a\u680f\u652f\u6301\u6e10\u53d8\u8fc7\u6e21", "description" : "\u8ba9\u4f60\u7684\u5bfc\u822a\u680f\u652f\u6301\u6e10\u53d8\u8fc7\u6e21, \u652f\u6301\u900f\u660e\u5ea6\u6e10\u53d8\u548c\u989c\u8272\u6e10\u53d8, \u4f7f\u7528\u768... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "prope... | {"name" : "ETRCollectionModel", "version" : "0.1.0", "summary" : "MVVM for iOS tables and collections.", "description" : " ETRCollectionModel\n MVVM for iOS tables and collections.\n", "homepage" : "https://github.com/Vadim-Yelagin/ETRCollectionModel", "license" : "MIT", "aut... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Vadim Yelagin": {"type": "string"}}, "required": ["V... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight... | {"id" : 7951, "name" : "Herman's book", "qualified_name" : "Herman's book", "examine" : "A book taken from the desk of Herman Caranos.", "members" : true, "release_date" : "2006-05-02", "quest" : true, "weight" : 1.814, "value" : 1, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : false, "tra... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tra... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties":... | {"localities" : ["Daniels, MD", "Ilchester, MD", "Ellicott City, MD", "Oella, MD", "Ellicott, MD"], "state" : "MD", "postal_code" : "21043", "locality" : "Ellicott City, MD", "lat" : 39.255836, "region" : {"fips" : "24", "abbr" : "MD", "name" : "Maryland"}, "city" : "Ellicott City", "type" : "STANDARD", "lng" : -76.801... | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"s... | {"name" : "yarn-esx", "version" : "1.0.0", "main" : "index.js", "repository" : "git@github.com:guangie88/yarn-esx.git", "author" : "Chen Weiguang <chen.weiguang@gmail.com>", "license" : "MIT", "scripts" : {"start" : "webpack-dev-server --config ./webpack.config.js --mode development"}, "babel" : {"presets" : ["env", "s... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "babe... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id_2745": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type"... | {"id_2745" : {"title" : "Richard I", "language" : "English", "totaltime" : "6:26:36", "url_librivox" : "http://librivox.org/richard-i-by-jacob-abbott/", "url_iarchive" : "http://www.archive.org/details/richard_first_0902_librivox", "readers" : ["1401", "1841", "2481", "2825", "3263", "3370", "3397"], "authors" : "699",... | json_instruct | {"type": "object", "properties": {"id_2745": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"readable-stream": {"type": "string"}}, "required": ... | {"name" : "time-window-stream", "version" : "0.1.0", "description" : "concatenate all data chunks that fall within a time window", "main" : "index.js", "dependencies" : {"readable-stream" : "~1.0.2"}, "devDependencies" : {"tape" : "~1.0.4", "through" : "~2.3.4"}, "scripts" : {"test" : "tape test/*.js"}, "testling" : {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"readable-stream": {"type": "string"}}, "required": ["readable-stream"]}, "devDependencies": {"type": "object", "p... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "group": {"type": "string"}, "method": {"type": "string"}, "dataUrl": {"type": "string"}}, "required": ["_id", "name", "group", "method", "dataUrl"], "$schema": "http://... | {"_id" : "57b21331cd697cd9095bf995", "name" : "Parlamentarni kompas", "group" : "c", "method" : "kompas", "dataUrl" : "https://analize.parlameter.si/v1/p/getCompass"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "group": {"type": "string"}, "method": {"type": "string"}, "dataUrl": {"type": "string"}}, "required": ["_id", "name", "group", "method", "dataUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}... | {"name" : "stackblitz", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "nightwatch test/ --env browserstack.chrome"}, "repository" : {"type" : "git", "url" : "git+https://github.com/beatfactor/nightwatch-stackblitz.git"}, "keywords" : [], "author" : "", "license" : "MIT", "bugs" : {... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/add-google-plus-one-social-share-button": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"name": {"type": "string"}, "ver... | {"packages" : {"wpackagist-plugin/add-google-plus-one-social-share-button" : {"1.0.0" : {"name" : "wpackagist-plugin/add-google-plus-one-social-share-button", "version" : "1.0.0", "version_normalized" : "1.0.0.0", "uid" : 7101, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/add-google-plus-on... | json_instruct | {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/add-google-plus-one-social-share-button": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "... |
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"}, "bin": {"type": "string"}, "pkg": {"type": "object", "properties": {"assets": {"type": "arra... | {"name" : "nft_images_generator", "version" : "1.1.1", "description" : "NFT images generator", "main" : "index.ts", "bin" : "index.ts", "pkg" : {"assets" : ["layers/**/*", "node_modules/**/*", "src/**/*"]}, "scripts" : {"build" : "ts-node index.ts", "csv" : "ts-node src/csv.ts", "single" : "ts-node utils/create_single.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "pkg": {"type": "object", "properties": {"assets": {"type": "array", "items": {"type": "string"}}}, "required": ["assets"]}, "scripts": {... |
Please provide a valid JSON object following this schema:
{"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": "str... | {"t" : "sakamoli'", "h" : [{"d" : [{"f" : "\u5b30\u5152\u5410\u5976\u7684\u539f\u56e0\u3002", "e" : ["\ufff9`Pakinali~ `to~ `ko~ `fecol~ `na~ `wawa~ `iso~, `oya~ `to~ `ko~ `saka~`moli'~ `nira~.\ufffa\ufffb\u4f60\u7684\u5b69\u5b50\u904e\u98fd\u4e86\uff0c\u6240\u4ee5\u5410\u5976\u3002"]}]}], "stem" : "moli'"} | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["n... | {"name" : "lowladb", "description" : "The LowlaDB client library for modern browsers.", "version" : "0.1.0", "license" : "MIT", "main" : "dist/lowladb.js", "ignore" : ["src", "tests", ".gitignore", ".travis.yml", "Gruntfile.js", "karma.conf.js", "package.json"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "license", "main", "ignore"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Prick the ham with a fork. Place the pineapple slices on the ham, securing with toothpicks. Press the cloves into the ham. Place the ham in a baking dish with the water.", "In a saucepan over low heat, melt the butter, and mix in the syrup, brown sugar... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}, "subtypes": {"type": "array", "items": {}}, "cost": {"type": "integer"}, "power": {"type": "integer"}, "health": {"type": "integer"}, "set": {"... | {"name" : "Stolen Pants", "rarity" : "Epic", "type" : "Item", "subtypes" : [], "cost" : 2, "power" : -1, "health" : -1, "set" : {"name" : "Houses of Morrowind", "id" : "hom"}, "collectible" : true, "soulSummon" : 400, "soulTrap" : 100, "text" : "+1/+1. Summon: Summon a 0/1 Sheepish Dunmer in the other lane. Last Gasp: ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}, "subtypes": {"type": "array", "items": {}}, "cost": {"type": "integer"}, "power": {"type": "integer"}, "health": {"type": "integer"}, "set": {"type": "object", "properties": {"name": {"type": "string"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProduct... | {"userId" : 18152, "cartId" : "e84a5fff-a5c5-4d45-bcbd-d3b7b735315f", "preferredProducts" : [], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/sche... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": ... | {"slug" : "canada-ecoin", "title" : "Canada eCoin", "parent_slug" : null, "path" : "canada-ecoin", "repoCount" : 12, "userCount" : 3, "popularity" : 607} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCount"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "... | {"name" : "casekeys", "version" : "0.0.2", "author" : "@aj0strow", "license" : "MIT", "main" : "index.js", "repository" : {"type" : "git", "url" : "git://github.com/aj0strow/casekeys.git"}, "scripts" : {"test" : "mocha casekeys-test.js"}, "devDependencies" : {"mocha" : "^2.3.4"}, "dependencies" : {"lodash.camelcase" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scr... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http:/... | {"assessment" : [{"name" : "Reflective essay 1", "weight" : 25}, {"name" : "Case study report and workshop facilitation", "weight" : 50}, {"name" : "Reflective essay 2", "weight" : 25}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", ... | {"userId" : 99331, "cartId" : "856219e6-dbd6-40ea-8f57-25311ad75c4b", "preferredProducts" : [1232, 1130, 2620], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "image": {"type": "string"}, "frameWidth": {"type": "integer"}, "frameHeight": {"type": "integer"}, "frames": {"type": "integer"}, "smoothing": {"type": "string"}, "fps": {"type": "integer"},... | {"id" : "brand_secondary_lizard_orange", "image" : "assets/animations/brands/secondary_lizard_orange.png", "frameWidth" : 130, "frameHeight" : 187, "frames" : 146, "smoothing" : "bilinear", "fps" : 15, "scale" : 2, "format" : "bgra"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "image": {"type": "string"}, "frameWidth": {"type": "integer"}, "frameHeight": {"type": "integer"}, "frames": {"type": "integer"}, "smoothing": {"type": "string"}, "fps": {"type": "integer"}, "scale": {"type": "integer"}, "format": {"type": "string"}}, "requir... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "integer"}, "z": {"type": "number"}, "yaw": {"type": "integer"}, "pitch": {"type": "integer"}, "flags": {"type": "integer"}, "teleportId": {"type": "integer"}}, "required": ["x", "y", "z",... | {"x" : -17.5, "y" : 69, "z" : 263.5, "yaw" : 0, "pitch" : 0, "flags" : 0, "teleportId" : 3} | json_instruct | {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "integer"}, "z": {"type": "number"}, "yaw": {"type": "integer"}, "pitch": {"type": "integer"}, "flags": {"type": "integer"}, "teleportId": {"type": "integer"}}, "required": ["x", "y", "z", "yaw", "pitch", "flags", "teleportId"], "$schema": "http:/... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.