input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Hey this is a new note!", "text" : "context", "id" : 0}, {"title" : "a brand new", "text" : "NOTE", "id" : 1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 67796, "cartId" : "4795ac4f-d673-421a-be02-81c1e9ea069d", "preferredProducts" : [813, 2024, 2086, 700, 4550, 575, 4768, 3338, 205], "productReviews" : [{"productId" : 3410, "reviewText" : "My co-worker Cato has one of these. He says it looks sopping.", "reviewDate" : "2018-06-09T05:28:50.4398657+03:00"}, {"... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"test_page": {"type": "string"}, "timeout": {"type": "integer"}, "reporter": {"type": "string"}, "report_file": {"type": "string"}, "launchers": {"type": "object", "properties": {"Node Module Basic Packaging Tes... | {"test_page" : "tests/all-tests.html", "timeout" : 300, "reporter" : "tap", "report_file" : "report.tap", "launchers" : {"Node Module Basic Packaging Tests" : {"command" : "node tests/node-tests/basic-node-tests.js --tap", "protocol" : "tap"}}} | json_instruct | {"type": "object", "properties": {"test_page": {"type": "string"}, "timeout": {"type": "integer"}, "reporter": {"type": "string"}, "report_file": {"type": "string"}, "launchers": {"type": "object", "properties": {"Node Module Basic Packaging Tests": {"type": "object", "properties": {"command": {"type": "string"}, "prot... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "shortcuts": {"type": "array", "i... | {"homepage" : "https://www.alex-is.de/PHP/fusion/downloads.php?cat_id=4&download_id=9", "version" : "2.0.6821.41776", "description" : "Performance benchmark for Solid State Drives (SSDs)", "license" : "Freeware", "url" : "https://www.alex-is.de/progs/AS%20SSD%20Benchmark.zip", "hash" : "54d2c55f31b68befee998a1c70b445d7... | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"memb_id": {"type": "string"}, "post_count": {"type": "string"}, "post_list": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "contents": {"type": "string"}}, "required"... | {"memb_id" : "1", "post_count" : "2", "post_list" : [{"title" : "\uc5e0\uc2a4\ud1a4 \ub8e8\ud0a4 68BT RGB LED \uc720\ubb34\uc120 \ud0a4\ubcf4\ub4dc \ud6c4\uae30", "contents" : "\uc548\ub155\ud558\uc138\uc694 \uc800\ub294 \uc0c8\ub85c \uc0b0 \ud0a4\ubcf4\ub4dc\ub97c \uce58\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uac08\ucd95\uc... | json_instruct | {"type": "object", "properties": {"memb_id": {"type": "string"}, "post_count": {"type": "string"}, "post_list": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "contents": {"type": "string"}}, "required": ["title", "contents"]}}}, "required": ["memb_id", "post_count", "post_lis... |
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" : "ichthyomancy", "definition" : "Divination by the heads or the entrails of fishes."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"snowy=false,type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "snowy=true,type=top": {"type": "object", "properties": {"model": ... | {"variants" : {"snowy=false,type=top" : {"model" : "arfo:block/traverse_woodlands_overgrown_dacite_slab_top"}, "snowy=true,type=top" : {"model" : "arfo:block/traverse_woodlands_overgrown_dacite_slab_top_snow"}, "snowy=false,type=bottom" : {"model" : "arfo:block/traverse_woodlands_overgrown_dacite_slab"}, "snowy=true,ty... | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"snowy=false,type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "snowy=true,type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "snowy=false,type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "n... | {"expireTime" : 9007200809145378000, "key" : "84c85c75-141f-52e6-8c81-6bcd845fa495{\"duotone\":false,\"grayscale\":false,\"toFormat\":\"\",\"width\":20,\"height\":6}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAGCAYAAADDl76dAAAACXBIWXMAAAsSAAALEgHS3X78AAAAlUlEQVQY02NgwAHyN28G09nrlzFkzVzGaPzg... | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "wi... |
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": {"type": "integer"}}, "... | {"code" : 6107170001, "parent" : 6107170, "name" : "KEBONG", "latitude" : null, "longitude" : null, "postal" : [78656], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"network": {"type": "string"}, "main": {"type": "object", "properties": {"version": {"type": "integer"}, "logs": {"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "string"}}}, "requir... | {"network" : "", "main" : {"version" : 1, "logs" : {"modules" : ["config", "crypto", "tools", "db", "storage", "rpc", "index", "app", "orwell", "wallet", "networkhandler", "dapps", "ui", "network", "dApps", "handler", "error", "utxo", "orwell/dbTransaction"]}}} | json_instruct | {"type": "object", "properties": {"network": {"type": "string"}, "main": {"type": "object", "properties": {"version": {"type": "integer"}, "logs": {"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "string"}}}, "required": ["modules"]}}, "required": ["version", "logs"]}}, "required": ["net... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "prop... | {"id" : 607, "group" : "12112100", "joblink" : true, "name" : "G\u00e4rtner/in - Gem\u00fcsebau", "potential" : 67, "skills" : [{"id" : 60136, "skill" : "Freilandkultur", "replaceable" : false}, {"id" : 60140, "skill" : "Gem\u00fcse ernten", "replaceable" : true}, {"id" : 60141, "skill" : "Gem\u00fcsebau", "replaceable... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ... | {"type" : "FeatureCollection", "features" : {"type" : "Feature", "properties" : {"name" : "\u76f8\u57ce\u533a", "id" : "320507"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.612994414063, 31.5493288398438], [120.668746367188, 31.4891628242188], [120.739937773438, 31.5381520820313], [120.762511015625,... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "geometry": {"type": "object", "properties": {"type"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "oanda-stats", "version" : "1.0.1", "description" : "A CLI offering trading stats based on your Oanda Forex account.", "main" : "oanda-stats.js", "scripts" : {"test" : "node oanda-stats.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/26medias/oanda-stats.git"}, "keywords" : ["oanda", "fo... | 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": {"Aleysk": {"type": "string"}, "Mayma": {"type": "string"}, "Zav'yalovo": {"type": "string"}}, "required": ["Aleysk", "Mayma", "Zav'yalovo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Aleysk" : "ALE", "Mayma" : "MAY", "Zav'yalovo" : "ZAV"} | json_instruct | {"type": "object", "properties": {"Aleysk": {"type": "string"}, "Mayma": {"type": "string"}, "Zav'yalovo": {"type": "string"}}, "required": ["Aleysk", "Mayma", "Zav'yalovo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07... | [{"name" : "SERIFE", "frequency" : 2008, "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"Microsoft.Azure.Management.Compute": {"type": "string"}, "Microsoft.Azure.Management.Resources": {"type": "string"}}, "required": ["Microsoft.Azure... | {"version" : "1.0.0-*", "dependencies" : {"Microsoft.Azure.Management.Compute" : "13.0.4-prerelease", "Microsoft.Azure.Management.Resources" : "3.4.0-preview"}, "frameworks" : {"net461" : {}}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"Microsoft.Azure.Management.Compute": {"type": "string"}, "Microsoft.Azure.Management.Resources": {"type": "string"}}, "required": ["Microsoft.Azure.Management.Compute", "Microsoft.Azure.Management.Resourc... |
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"}, "dependencies": {"type": "object", "properties": {"apify": {"type": "string"}, "aws-sdk": {"typ... | {"name" : "save-to-s3", "version" : "0.1.0", "description" : "Saves a dataset to Amazon S3.", "main" : "main.js", "dependencies" : {"apify" : "^0.13.3", "aws-sdk" : "2.455.0", "axios" : "0.18.1"}, "devDependencies" : {"babel-eslint" : "10.0.1", "eslint" : "5.16.0", "eslint-config-airbnb" : "17.1.0", "eslint-config-airb... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apify": {"type": "string"}, "aws-sdk": {"type": "string"}, "axios": {"type": "string"}}, "required": ["apify", "a... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"company_id": {"type": "string"}, "holder_id": {"type": "string"}, "organization_ids": {"type": "string"}, "roles": {"type": "string"}, "created_by": {"type": "string"}, "created_at": {"type": "integer"}, "updated_... | {"company_id" : "service-operator.com", "holder_id" : "967e4495-90e9-473a-82fd-99fba3218b22", "organization_ids" : "[\"8d8f6623-30e5-40a0-982d-54ad1e629c38\"]", "roles" : "[\"SysOperator\"]", "created_by" : "Initializer", "created_at" : 1572514828166, "updated_at" : 1572514828166} | json_instruct | {"type": "object", "properties": {"company_id": {"type": "string"}, "holder_id": {"type": "string"}, "organization_ids": {"type": "string"}, "roles": {"type": "string"}, "created_by": {"type": "string"}, "created_at": {"type": "integer"}, "updated_at": {"type": "integer"}}, "required": ["company_id", "holder_id", "orga... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parents": {"type": "array", "items": {"type": "string"}}, "pick_block": {"type": "string"}, "functions": {"type": "object", "properties": {}, "required": []}}, "required": ["parents", "pick_block", "functions"], "$... | {"parents" : ["minecraft:template/leaves"], "pick_block" : "minecraft:oak_leaves", "functions" : {}} | json_instruct | {"type": "object", "properties": {"parents": {"type": "array", "items": {"type": "string"}}, "pick_block": {"type": "string"}, "functions": {"type": "object", "properties": {}, "required": []}}, "required": ["parents", "pick_block", "functions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type... | {"ast" : null, "code" : "import axios from 'axios';\nconst apiType = axios.create({\n baseURL: 'https://pokeapi.co/api/v2/type/'\n});\nexport default api;", "map" : {"version" : 3, "sources" : ["/Users/ph/Documents/LojaPokemon/frontend/src/services/api.js"], "names" : ["axios", "apiType", "create", "baseURL", "api"], ... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"form-builder.min.js": {"type": "string"}, "form-render.min.js": {"type": "string"}}, "required": ["form-builder.min.js", "form-render.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"form-builder.min.js" : "sha512-ZKYZcmuQAgdw/rAQgaYckReQQNTguI9W3ajQIQgkkzRW7kJlHES7fjT1p4FXPtEYJlkWMCfl/4AiLlE+XxqZOA==", "form-render.min.js" : "sha512-hyB9rzi0Cq17zIbYbCuJSWsKxJGXkOvtshfxjXdmTMeeU6lk/ltLLnu/7OnrUM/ChrLfAQpq7mZKKCyd0C3cPw=="} | json_instruct | {"type": "object", "properties": {"form-builder.min.js": {"type": "string"}, "form-render.min.js": {"type": "string"}}, "required": ["form-builder.min.js", "form-render.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"o": {"type": "number"}}, "required": ["o"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"o" : 3.4} | json_instruct | {"type": "object", "properties": {"o": {"type": "number"}}, "required": ["o"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"... | {"name" : "lake/larke-admin", "description" : "An admin api library with jwt and rabc.", "keywords" : ["laravel", "lake", "larke", "admin", "larke-admin"], "homepage" : "https://github.com/deatil/larke-admin", "type" : "library", "license" : "Apache-2.0", "authors" : [{"name" : "deatil", "email" : "deatil@github.com", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties"... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.882322, 52.489279]}, "properties" : {"planning-permission-status" : "permissioned", "name" : "N841", "notes" : "2015/02901/PA", "site-address" : "Windsor Street/Kellett Road, Nechells", "start-date" : "2017-12-19", "site" : "N841", "site-plan-url"... | 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": {"planning-permission-status": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"a": {"type": "number"}, "om": {"type": "number"}, "e": {"type": "number"}, "i": {"type": "number"}, "q": {"type": "number"}, "w": {"type": "number"}}, "required": ["a", "om", "e", "i", "q",... | [{"a" : 7.115, "om" : 51.11, "e" : 0.891, "i" : 89.57, "q" : 0.7769, "w" : 239.34}, {"a" : 16.557, "om" : 53.801, "e" : 0.952, "i" : 87.84, "q" : 0.7887, "w" : 236.65}, {"a" : 31.771, "om" : 54.632, "e" : 0.976, "i" : 87.84, "q" : 0.7692, "w" : 238.96}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"a": {"type": "number"}, "om": {"type": "number"}, "e": {"type": "number"}, "i": {"type": "number"}, "q": {"type": "number"}, "w": {"type": "number"}}, "required": ["a", "om", "e", "i", "q", "w"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "inte... | {"acadYear" : "2019/2020", "description" : "Building on your knowledge of basic marketing principles, we embark on a journey to understand the global impact of marketing. In the module, we will analyze the various environments in which marketing operates in, including economic, legal and political, and cultural enviro... | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "website": {"typ... | {"name" : "Sekundarschule an der R\u00fcsternbreite", "id" : "ST-71", "address" : "Geschwister-Scholl-Stra\u00dfe 1 06366 K\u00f6then (Anhalt)", "fax" : "03496/5099079", "phone" : "03496/551260", "full_time_school" : false, "email" : "kontakt@sks-ruesternbreite.bildung-lsa.de", "website" : "http://www.sks-ruesternbreit... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "website": {"type": "string"}, "programs": {"type": "object", "properties":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "strin... | {"web" : [{"value" : ["\u7a7a\u767d", "\u7a7a\u5305\u5f39", "\u6bdb\u576f"], "key" : "Blank"}, {"value" : ["\u65e0\u97f5\u8bd7", "\u65e0\u97f5\u8bd7", "\u7d20\u4f53\u8bd7"], "key" : "Blank verse"}, {"value" : ["\u53f2\u8482\u592b\u00b7\u5e03\u5170\u514b", "\u53f2\u8482\u592b\u00b7\u5e03\u5170\u514b", "\u5e03\u5170\u79d... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Christopher Evans": {"type":... | {"name" : "CocoaHTTPServerExpress", "version" : "0.0.3", "license" : "BSD", "summary" : "Embeddable HTTP server that make testing easier.", "homepage" : "https://github.com/mgchris/CocoaHTTPServerExpress", "authors" : {"Christopher Evans" : "christopher@morphosisgames.com"}, "source" : {"git" : "https://github.com/mgch... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Christopher Evans": {"type": "string"}}, "required": ["Christopher Evans"]}, "source": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "string"}}, "bam_prefix": {"type": "string"}}, "required": ["samples", "bam_prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"samples" : ["S879Nr2", "S879Nr3", "S879Nr4"], "bam_prefix" : "Aligned.sortedByCoord.out.bam"} | json_instruct | {"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "string"}}, "bam_prefix": {"type": "string"}}, "required": ["samples", "bam_prefix"], "$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": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "requ... | {"name" : "kcc", "description" : "KCC (a.k.a. Kindle Comic Converter) is a comic and manga converter for ebook readers.", "license" : {"key" : "isc", "name" : "ISC License", "spdx_id" : "ISC", "url" : "https://api.github.com/licenses/isc"}, "starNum" : 561, "folkNum" : 50, "watchNum" : 561, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"tha-ap32:4.1": {"type": "string"}}, "required": ["tha-ap32:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tha-ap32:4.1" : "Sattarase \u2192 sattav\u012bse (bj, sya1ed, sya2ed, pts-vp-pli1)"} | json_instruct | {"type": "object", "properties": {"tha-ap32:4.1": {"type": "string"}}, "required": ["tha-ap32:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}, "SiteCheckerDbConnectionString": {"type": "string"}}, "required": ["DefaultConnection", "SiteCheckerDbConnectionString"]}... | {"ConnectionStrings" : {"DefaultConnection" : "Server=(localdb)\\mssqllocaldb;Database=aspnet-SiteChecker.WebApplication-D0C4166E-2716-487F-9253-8A8D44AD0902;Trusted_Connection=True;MultipleActiveResultSets=true", "SiteCheckerDbConnectionString" : "Server=(localdb)\\mssqllocaldb;Database=UrlCheckTaskDb;Trusted_Connecti... | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}, "SiteCheckerDbConnectionString": {"type": "string"}}, "required": ["DefaultConnection", "SiteCheckerDbConnectionString"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"confirmed" : "30133", "deaths" : "206", "recovered" : "14060"} | json_instruct | {"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-90.67848, 38.803], [-90.65767, 38.80242], [-90.643941, 38.800413], [-90.643799, 38.798607], [-90.64212, 38.797132], [-90.64286, 38.79566], [-90.641264, 38.79342], [-90.641941, 38.792082], [-90.640461, 38.791602], [-90.64... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["410972060005", "\u76ca\u6c11\u5c45\u59d4\u4f1a", "121", "0"], ["410972060006", "\u536b\u5357\u5c45\u59d4\u4f1a", "121", "0"], ["410972060007", "\u6606\u897f\u5c45\u59d4\u4f1a", "121", "0"], ["410972060239", "\u5b89\u5e84\u6751\u59d4\u4f1a", "121", "0"], ["410972060240", "\u97e9\u5e84\u6751\u59d4\u4f1a", "121", "0"],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"sp-clientsvc.es5.js": {"type": "string"}, "sp-clientsvc.es5.umd.bundle.js": {"type": "string"}, "sp-clientsvc.es5.umd.bundle.min.js": {"type": "string"}, "sp-clientsvc.es5.umd.js": {"type": "string"}, "sp-clientsvc.es5.umd.min.j... | {"sp-clientsvc.es5.js" : "sha256-A41Rs6rh/SpVpSZ/29TfYKi4M6mDIwH1AweqmRDsenM=", "sp-clientsvc.es5.umd.bundle.js" : "sha256-FyKx7LOUBlvhm/Eh66BYnALDezgtPXsekjXVmw4rIJA=", "sp-clientsvc.es5.umd.bundle.min.js" : "sha256-N8gtyC6u7D21aj/VxmgR84z03ZdWI3nWd2Pmp88pYQw=", "sp-clientsvc.es5.umd.js" : "sha256-ZEPj7NHyDwBz+1Zod+LO... | json_instruct | {"type": "object", "properties": {"sp-clientsvc.es5.js": {"type": "string"}, "sp-clientsvc.es5.umd.bundle.js": {"type": "string"}, "sp-clientsvc.es5.umd.bundle.min.js": {"type": "string"}, "sp-clientsvc.es5.umd.js": {"type": "string"}, "sp-clientsvc.es5.umd.min.js": {"type": "string"}, "sp-clientsvc.js": {"type": "stri... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"com.goo... | {"name" : "com.tuarua.google.GoogleSignInANE", "version" : "0.19.0", "repository" : {"url" : "https://tuarua.github.io/air/air_packages.json"}, "dependencies" : {"com.google.android.gms.play-services-auth" : "19.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"com.google.android.gms.play-services-auth": {"type": "string"}}, "required": [... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors":... | {"title" : "Approximate Inference via Weighted Rademacher Complexity.", "fields" : ["rademacher complexity", "approximate inference", "ising model", "class size", "lemma"], "abstract" : "Rademacher complexity is often used to characterize the learnability of a hypothesis class and is known to be related to the class si... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type":... | {"name" : "react-router-transition", "version" : "1.0.0", "description" : "react-router-transition", "author" : "992758355@qq.com", "dependencies" : {"react" : "^0.14.0", "react-dom" : "0.14.0", "react-router" : "3.0.2", "classnames" : "^2.2.5"}, "devDependencies" : {"react" : "^0.14.0", "react-dom" : "0.14.0", "react-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "classnames": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"angular-chartist.js": {"type": "string"}, "angular-chartist.min.js": {"type": "string"}}, "required": ["angular-chartist.js", "angular-chartist.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-chartist.js" : "sha512-sIYQpZsobugAxpeYO+Dm0sImNuihfjjeQd8i1k01AP8dWEESbARzdL2xACDnBp0fnsU8xiIfJLrzZdltTy+yTQ==", "angular-chartist.min.js" : "sha512-tOSzyH3UGIHbYMxurpWa2H3HEfnZnQe5AQjj978ctEYr1Sqflj17AsqyCg6hPzB0/l2LM1g6mxDJbXsEux0zFQ=="} | json_instruct | {"type": "object", "properties": {"angular-chartist.js": {"type": "string"}, "angular-chartist.min.js": {"type": "string"}}, "required": ["angular-chartist.js", "angular-chartist.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop... | {"hash" : "0xe3046eaee2e09279ef3f37052f81a70dcc1b36f9387ccdb8e7d9227b7bba099f", "parentHash" : "0xb7f60702e4731cb9c23bfe46249707c0045baa5583a0b06a826db962784a5c33", "number" : 10598, "timestamp" : 1438342998, "nonce" : "0xdf6c9aafd9c8dde6", "difficulty" : 631402730866, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_h... | 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"]... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Description": {"type": "string"}, "Name": {"type": "string"}, "com.elgato.cpu.cpu": {"type": "object", "properties": {"Name": {"type": "string"}, "Tooltip": {"type": "string"}}, "required": ["Name", "Tooltip"]}}, "required": ["D... | {"Description" : "Zeigt die aktuelle CPU-Auslastung an.", "Name" : "CPU", "com.elgato.cpu.cpu" : {"Name" : "CPU", "Tooltip" : "Diese Aktion zeigt die CPU-Auslastung an"}} | json_instruct | {"type": "object", "properties": {"Description": {"type": "string"}, "Name": {"type": "string"}, "com.elgato.cpu.cpu": {"type": "object", "properties": {"Name": {"type": "string"}, "Tooltip": {"type": "string"}}, "required": ["Name", "Tooltip"]}}, "required": ["Description", "Name", "com.elgato.cpu.cpu"], "$schema": "h... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1981, 6], [1984, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Website": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Website", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Website" : "http://dgraph.io/", "Name" : "DGraph"} | json_instruct | {"type": "object", "properties": {"Website": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Website", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclus... | {"id" : "VPSB80H3F20199", "code" : "VPSB80H3F", "name" : "Digital Studio II", "description" : "An in-depth investigation of digital imaging technologies for serious studio artists and new media designers. Emphasis is placed on advanced image manipulation, seamless collage, invisible retouching and quality control techn... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"jquery.spritely.js": {"type": "string"}, "jquery.spritely.min.js": {"type": "string"}}, "required": ["jquery.spritely.js", "jquery.spritely.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.spritely.js" : "sha512-DfoFy5GizVIhNSJ5yAIqZqnZx1iyXyZ39yNseZvvDI+RSFjKAmus15qS3qu3kRe5Oqp2h8YO36eCeYQMAnndpw==", "jquery.spritely.min.js" : "sha512-NB5xFhAHoAprUejvKN4i7JP8inZ4hpdllUaa7RryWS4Gwp416gsaPew1xtgnT/XVGbFfltASa5BoaLp5Ds9yxQ=="} | json_instruct | {"type": "object", "properties": {"jquery.spritely.js": {"type": "string"}, "jquery.spritely.min.js": {"type": "string"}}, "required": ["jquery.spritely.js", "jquery.spritely.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : ["Place the blueberries, sugar, lemon juice, salt, and 8 cups of water into a large, non-reactive pot, and bring to a boil over high heat. Dissolve the cornstarch in the remaining 2 cups of water, and stir into the boiling blueberries until thickened. Cook and stir for 2 minutes more.", "Ladle into 7 st... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/dra... | [{"package" : "treekin", "downloads" : 7300, "count" : 5531}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "description", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Sunshine Petals", "description" : "This pony is Light Green, with bright Green eyes. When they are not being rented by Unicorn Rentals users, they love launching startups", "image" : "7NWGHnqMc739phL7QdhaZjNJUk2Cc0T9s35xtszkO/zJfWWGWPyrKcevHeF1I76oR74="} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "description", "image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "incomplete": {"type": "boolean"}, "members": {"type": "boolean"}, "tradeable": {"type": "boolean"}, "tradeable_on_ge": {"type": "boolean"}, "stackable": ... | {"id" : 1910, "name" : "Greenman's ale", "incomplete" : false, "members" : true, "tradeable" : true, "tradeable_on_ge" : false, "stackable" : false, "stacked" : null, "noted" : true, "noteable" : true, "linked_id_item" : 1909, "linked_id_noted" : null, "linked_id_placeholder" : null, "placeholder" : false, "equipable" ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "incomplete": {"type": "boolean"}, "members": {"type": "boolean"}, "tradeable": {"type": "boolean"}, "tradeable_on_ge": {"type": "boolean"}, "stackable": {"type": "boolean"}, "stacked": {"type": "null"}, "noted": {"type": "boolean"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-... | {"configuration" : ["ANTI_ALIASING", "SCALE"], "regionsToPerf" : {"00000000-0000-0000-0000-000000000000" : 56730000000}, "regionsToUserPerf" : {"00000000-0000-0000-0000-000000000000" : 156450000000}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"]}, "regionsToUserPerf": {"type": "object", "properties":... |
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" : "CAYDAN", "frequency" : 206, "males" : "97.0873786407767 %", "females" : "2.912621359223301 %"}] | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"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": {"... | [{"id" : 1375, "gempId" : "12_9", "side" : "Light", "rarity" : "C", "set" : "12", "printings" : [{"set" : "12"}], "front" : {"title" : "Jawa", "imageUrl" : "https://res.starwarsccg.org/cards/Coruscant-Light/large/jawa.gif", "type" : "Character", "subType" : "Alien", "destiny" : "3", "power" : "1", "ability" : "1", "dep... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "bee25e2e145aaa0a1078cf16816dab4be5d53935"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"site_name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "locale": {"type": "string"}, "author": {"type": "string"}}, "required": ["site_name", ... | {"site_name" : "Afflier", "title" : "Afflier", "description" : "More soon", "url" : "https://affliar.com", "locale" : "en", "author" : "Bob"} | json_instruct | {"type": "object", "properties": {"site_name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "locale": {"type": "string"}, "author": {"type": "string"}}, "required": ["site_name", "title", "description", "url", "locale", "author"], "$schema": "http://json... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"process_id": {"type": "integer"}, "version": {"type": "string"}, "app_path": {"type": "string"}, "app_contents_path": {"type": "string"}}, "required": ["process_id", "version", "app_path", "app_contents_path"], "$schema": "http:... | {"process_id" : 6180, "version" : "2018.4.8f1", "app_path" : "D:/Unity/Editor/Unity.exe", "app_contents_path" : "D:/Unity/Editor/Data"} | json_instruct | {"type": "object", "properties": {"process_id": {"type": "integer"}, "version": {"type": "string"}, "app_path": {"type": "string"}, "app_contents_path": {"type": "string"}}, "required": ["process_id", "version", "app_path", "app_contents_path"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type... | {"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "UT"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Wasatch", "state" : "UT"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-111.4304, 40.6862], [-111.3921, 40.6917], [-111.3702, 40.6315], [-111.1... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "readmeFilename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties":... | {"name" : "resolutiondppx", "version" : "0.0.4", "license" : "MIT", "readmeFilename" : "README.md", "description" : "Get the pixel-based resolution of the host device.", "repository" : {"type" : "git", "url" : "https://github.com/iambumblehead/resolutiondppx.git"}, "keywords" : ["resolution", "screen", "pixels", "dots"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "readmeFilename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity"... | {"schema_version" : "1.2.0", "id" : "GHSA-j4xm-4jpq-qhwx", "modified" : "2022-05-13T01:35:42Z", "published" : "2022-05-13T01:35:42Z", "aliases" : ["CVE-2018-0176"], "details" : "Multiple vulnerabilities in the CLI parser of Cisco IOS XE Software could allow an authenticated, local attacker to gain access to the underly... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": ... | {"idArt" : "872", "series" : "Revue des Nouvelles Technologies de l'Information", "booktitle" : "AEGC", "year" : "2005", "place" : "Paris", "location" : {"lat" : 48.856614, "lon" : 2.3522219}, "title" : "Application des courbes de Peano en recherche d'image par le contenu", "abstract" : "Dans cet article nous pr\u00e9s... | json_instruct | {"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "title"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "LinnStrument", "description" : "A unique MIDI controller.", "url" : "http://www.rogerlinndesign.com/linnstrument.html"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$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"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": ... | {"id" : "100136459", "city" : {"code" : 4100, "name" : "\uacbd\uae30\ub3c4"}, "region" : {"code" : "2412801", "name" : "\ud654\uc131\uc2dc\uac11"}, "party" : "\ub354\ubd88\uc5b4\ubbfc\uc8fc\ub2f9", "name" : "\uc1a1\uc625\uc8fc", "hasEmail" : true} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "expressure", "definition" : "The act of expressing; expression; utterance; representation. [Obs.] An operation more divine Than breath or pen can give expressure to. Shak."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[141.375, 42.416666666666664], [141.375, 42.5], [141.5, 42.5], [141.5, 42.416666666666664], [141.375, 42.416666666666664]]]}, "properties" : {"code" : 634153, "url" : "http://madefor.github.io/0410/api/v1/634153.geojson", "view" : "https://github.... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"tha-ap81:0.1": {"type": "string"}, "tha-ap81:0.2": {"type": "string"}, "tha-ap81:0.3": {"type": "string"}, "tha-ap81:1.1": {"type": "string"}, "tha-ap81:1.2": {"type": "string"}, "tha-ap81:1.3": {"type": "string"},... | {"tha-ap81:0.1" : "<article id='tha-ap81'><header><ul><li class='division'>{}</li>", "tha-ap81:0.2" : "<li>{}</li></ul>", "tha-ap81:0.3" : "<h1>{}</h1></header>", "tha-ap81:1.1" : "<blockquote class='gatha'><p><span class='verse-line'>{}</span>", "tha-ap81:1.2" : "<span class='verse-line'>{}</span>", "tha-ap81:1.3" : "... | json_instruct | {"type": "object", "properties": {"tha-ap81:0.1": {"type": "string"}, "tha-ap81:0.2": {"type": "string"}, "tha-ap81:0.3": {"type": "string"}, "tha-ap81:1.1": {"type": "string"}, "tha-ap81:1.2": {"type": "string"}, "tha-ap81:1.3": {"type": "string"}, "tha-ap81:1.4": {"type": "string"}, "tha-ap81:2.1": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "progressiveperipherals:block/enderwire/redstone_emitter_empty"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "s... | {"elapsed" : "1.023", "endpoint-url" : "https://www.scarborough.gov.uk/sites/scarborough.gov.uk/files/files/scarborough_brownfieldregister_2017-12-18_rev1.csv", "entry-date" : "2020-09-20T00:44:46.377440", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Age... | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "strin... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"array": {"type": "array", "items": {"type": "integer"}}, "assembly": {"type": "array", "items": {"type": "integer"}}, "applies": {"type": "array", "items": {"type": "integer"}}, "apply": {"type": "array", "item... | {"array" : [589825, 851972, 917505, 983049], "assembly" : [786433, 917505, 983041, 1048577], "applies" : [131073, 589825, 786433, 917505, 983041, 1048577], "apply" : [327682, 851972, 983044, 1048578], "address" : [524289], "arrays" : [458754, 720899, 851969, 917505], "advanced" : [458753, 589825, 851970, 917507, 983044... | json_instruct | {"type": "object", "properties": {"array": {"type": "array", "items": {"type": "integer"}}, "assembly": {"type": "array", "items": {"type": "integer"}}, "applies": {"type": "array", "items": {"type": "integer"}}, "apply": {"type": "array", "items": {"type": "integer"}}, "address": {"type": "array", "items": {"type": "i... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900379603": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900379604": {"type": "object", "properties": {"nama": {"type... | {"900379603" : {"nama" : "TPS 1", "dapil" : [3303, 13305, 2331504]}, "900379604" : {"nama" : "TPS 2", "dapil" : [3303, 13305, 2331504]}, "900379605" : {"nama" : "TPS 3", "dapil" : [3303, 13305, 2331504]}, "900379606" : {"nama" : "TPS 4", "dapil" : [3303, 13305, 2331504]}, "900379607" : {"nama" : "TPS 5", "dapil" : [330... | json_instruct | {"type": "object", "properties": {"900379603": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900379604": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Please provide a valid JSON object following this 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" : "JAIME ENRIQUE", "frequency" : 331, "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"PA467RB": {"type": "array", "items": {"type": "string"}}, "PA467RD": {"type": "array", "items": {"type": "string"}}, "PA467RE": {"type": "array", "items": {"type": "string"}}, "PA467RF": {"type": "array", "items": ... | {"PA467RB" : ["55.851143", "-6.117727", "S12000035", "Argyll and Bute", "S13002517", "Kintyre and the Islands"], "PA467RD" : ["55.847676", "-6.105482", "S12000035", "Argyll and Bute", "S13002517", "Kintyre and the Islands"], "PA467RE" : ["55.845719", "-6.104316", "S12000035", "Argyll and Bute", "S13002517", "Kintyre an... | json_instruct | {"type": "object", "properties": {"PA467RB": {"type": "array", "items": {"type": "string"}}, "PA467RD": {"type": "array", "items": {"type": "string"}}, "PA467RE": {"type": "array", "items": {"type": "string"}}, "PA467RF": {"type": "array", "items": {"type": "string"}}, "PA467RG": {"type": "array", "items": {"type": "st... |
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" : "unrivet", "definition" : "To take out, or loose, the rivets of; as, to unrivet boiler plates."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", ... | [{"manufacturer" : "Hyundai", "market_name" : "Ultra Live II", "codename" : "HYUNDAI_Ultra_Live_II", "model" : "Ultra Live II"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "optional-properties": {"type": "array", "items": {"type": "string"}}, "optional-actions": {"type": "array", "items": {"type": "string"}}}, "requi... | {"type" : "urn:miot-spec-v2:service:brush-cleaner:0000784C", "description" : "Brush Cleaner", "optional-properties" : ["urn:miot-spec-v2:property:brush-left-time:00000086", "urn:miot-spec-v2:property:brush-life-level:00000085"], "optional-actions" : ["urn:miot-spec-v2:action:reset-brush-life:00002830"]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "optional-properties": {"type": "array", "items": {"type": "string"}}, "optional-actions": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "optional-properties", "optional-actions"], "$s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "main": {... | {"name" : "stencil-js", "description" : "Async JavaScript Templating", "version" : "0.8.4", "author" : "Andy VanWagoner <thetalecrafter@gmail.com>", "keywords" : ["stencil", "template", "view", "asynchronous"], "repository" : "git://github.com/thetalecrafter/stencil.git", "main" : "stencil", "engines" : {"node" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "propertie... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dir": {"type": "string"}, "resources": {"type": "array", "items": {"type": "string"}}}, "required": ["dir", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dir" : "lorem", "resources" : ["ipsum"]} | json_instruct | {"type": "object", "properties": {"dir": {"type": "string"}, "resources": {"type": "array", "items": {"type": "string"}}}, "required": ["dir", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": ... | {"datetime" : "19 February 1933", "format" : "unknown", "place" : "42 rue Galil\u00e9e, Paris 8", "source" : "unknown", "author" : "James Joyce", "year" : "1933", "recipient" : "PADRAIC COLUM", "text" : "Dear Colum: This is to thank you for your part of the Joyce Book. Gillet to whom I showed it liked your preface. I a... | json_instruct | {"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}, "lang": {"type": "string"}}, "required": ["dat... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd3... | {"configuration" : ["DECRYPT", "FORWARD", "BASE", "ADDRESSBOOK"], "regionsToProcessedPerformance" : {"97d6b9cd-219f-4876-b7d9-ff268e14fad3" : -539630, "c4f7c3e0-8d91-4106-807f-1d51aecd3319" : 22672236857, "7e24ab7e-330e-498a-90e4-f41edadb0db8" : 4138488374, "9ff8b7cf-c2d8-4b4b-8509-2ba26a2107a0" : -548229, "e3b9bd7a-2f... | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd3319": {"type": "integer"}, "7e24ab7e-330e-498a-90e4-f41edad... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 88905, "cartId" : "edfa5807-047e-426a-94bc-aea8cae3a441", "preferredProducts" : [466], "productReviews" : [{"productId" : 3147, "reviewText" : "My demon loves to play with it.", "reviewDate" : "2016-06-05T04:24:17.2548265+03:00"}, {"productId" : 4737, "reviewText" : "This wireless works considerably well. I... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"balanceLab": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "level": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "people": {"type... | {"balanceLab" : {"value" : "Balans Laboratori\u00fdasy"}, "level" : {"value" : "Dereje"}, "people" : {"value" : "Adamlar"}, "forcesFromObjects" : {"value" : "Ob\u00fdektlerden d\u00f6re\u00fd\u00e4n g\u00fc\u00fd\u00e7ler"}, "meters" : {"value" : "Metrlar"}, "mysteryObjects" : {"value" : "Syrly ob\u00fdekt"}, "rulers" ... | json_instruct | {"type": "object", "properties": {"balanceLab": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "level": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "people": {"type": "object", "properties": {"value": {"type": "string"}}, "required": [... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.142432, 33.847993], [-118.14242, 33.860246], [-118.12509, 33.860319], [-118.125075, 33.847055], [-118.14243, 33.846694], [-118.142432, 33.847993]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 8675}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "code": {"type": "st... | {"image" : "https://ipfs.infura.io/ipfs/QmSVwVGpY1Xv5J3uryDvAzQVcYvfgdWb3xxiM1RxNuRVj9", "attributes" : [{"trait_type" : "Type", "value" : "Human"}, {"trait_type" : "Gender", "value" : "Female"}, {"trait_type" : "Hair Style", "value" : "Messy Waif"}, {"trait_type" : "Sweater", "value" : "Striped Merino"}, {"trait_type"... | json_instruct | {"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "code": {"type": "string"}, "hash": {"type": "string"}}, "required": ["image", ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "key... | {"name" : "obj2indent", "main" : "obj2indent.js", "version" : "0.0.1", "homepage" : "https://github.com/tsuyoshiwada/obj2indent", "authors" : ["tsuyoshiwada"], "description" : "Convert a JavaScript object to a string used the indentation.", "keywords" : ["indent2obj", "string", "tree", "object", "util", "server", "clie... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"900810051": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900810052": {"type": "object", "properties": {"n... | {"900810051" : {"nama" : "TPS 1", "dapil" : [5302, 15302, 2531401]}, "900810052" : {"nama" : "TPS 2", "dapil" : [5302, 15302, 2531401]}, "900810053" : {"nama" : "TPS 3", "dapil" : [5302, 15302, 2531401]}} | json_instruct | {"type": "object", "properties": {"900810051": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900810052": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
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": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]},... | {"name" : "titlegen", "description" : "Generate plausible titles from a list of example titles.", "version" : "0.1.2", "repository" : {"type" : "git", "url" : "git://github.com/namuol/titlegen.git"}, "keywords" : ["title", "generator", "markov", "chain", "video", "videogame", "game", "name"], "main" : "titlegen.js", "a... | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "q... | {"id" : "M3-2016", "name" : "Insecure Communication", "href" : "AIP/quality-standards/OWASP/items/M3-2016", "url" : "https://www.owasp.org/index.php/Mobile_Top_10_2016-M3-Insecure_Communication", "description" : "Mobile applications frequently do not protect network traffic. They may use SSL/TLS during authentication b... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"type": "object", "properties": {"name": {"type": "string"}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 404573369, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5ad7fc6507e2d3514a46a1abc640814c", "wof:id" : 404573369, "wof:repo" : "whosonfirst-data-admin-ch"}, "bbox" : [9.440137, 46.710975, 9.458316, 46.728825], "geometry" : {"coordinates" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "h... | {"assessment" : [{"name" : "Standardised Patient and Simulation Fieldwork ", "weight" : 15}, {"name" : "Case Assignment with Oral Examination", "weight" : 50}, {"name" : "Mid-Semester Exam (in class)", "weight" : 35}]} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"rule_id": {"type": "string"}, "risk_score": {"type": "integer"}, "description": {"type": "string"}, "immutable": {"type": "boolean"}, "interval": {"type": "string"}, "name": {"type": "string"}, "severity": {"type": "... | {"rule_id" : "1aa9181a-492b-4c01-8b16-fa0735786b2b", "risk_score" : 50, "description" : "EQL - User Account Creation", "immutable" : true, "interval" : "5m", "name" : "EQL - User Account Creation", "severity" : "low", "type" : "query", "from" : "now-6m", "to" : "now", "query" : " event.action:\"Process Create (rule: Pr... | json_instruct | {"type": "object", "properties": {"rule_id": {"type": "string"}, "risk_score": {"type": "integer"}, "description": {"type": "string"}, "immutable": {"type": "boolean"}, "interval": {"type": "string"}, "name": {"type": "string"}, "severity": {"type": "string"}, "type": {"type": "string"}, "from": {"type": "string"}, "to... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["450127100001", "\u57ce\u53f8\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["450127100002", "\u57ce\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["450127100003", "\u6d2a\u5fb7\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["450127100004", "\u69ce\u6c5f\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["450127100005"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"nome": {"type": "string"}, "escudo": {"type": "string"}, "pais": {"type": "string"}}, "required": ["nome", "escudo", "pais"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"nome" : "Acad\u00e9mica", "escudo" : "escudos/pt/Acad\u00e9mica-m.jpg", "pais" : "PT"}, {"nome" : "Arouca", "escudo" : "escudos/pt/Arouca-m.jpg", "pais" : "PT"}, {"nome" : "Belenenses Lissabon", "escudo" : "escudos/pt/BelenensesLissabon-m.jpg", "pais" : "PT"}, {"nome" : "Boavista", "escudo" : "escudos/pt/Boavista-m.... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"nome": {"type": "string"}, "escudo": {"type": "string"}, "pais": {"type": "string"}}, "required": ["nome", "escudo", "pais"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "... | {"id" : 486, "citation_title" : "Economic Growth and the Rise of Service Employment", "citation_author" : ["Victor R. Fuchs"], "citation_publication_date" : "1980-06-01", "issue_date" : "1980-06-01", "revision_date" : "None", "topics" : ["Macroeconomics", "Industrial Organization"], "program" : ["Labor Studies"], "proj... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "... | {"body" : "package cdo-1.9.8 download address should be \uff1a\r\nhttps://code.mpimet.mpg.de/attachments/download/20826/cdo-1.9.8.tar.gz\r\nnot\r\nhttps://code.mpimet.mpg.de/attachments/download/20286/cdo-1.9.8.tar.gz\r\n", "user" : "hgrhgy", "url" : "https://api.github.com/repos/spack/spack/issues/16757", "updated_at"... | 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": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"state": {"type": "string"}, "result": {"type": "string"}}, "required": ["state", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"state" : "COMPLETE", "result" : "PHONE_ABSENT"} | json_instruct | {"type": "object", "properties": {"state": {"type": "string"}, "result": {"type": "string"}}, "required": ["state", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["n... | {"type" : "FeatureCollection", "name" : "Greenstone_2002", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Id" : 0}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-120.87265833258708, 38.695362165341336], [-120.872993... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "a... |
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" : "0x196d56fb30e2d9526870a72567b8acf4f039f050c6f0d975795ef3f59f03ca1b", "parentHash" : "0x5afbee33f10e52a882a604ecfb231268e5249352e6906b11fbe4a7ddfdb3d1a8", "number" : 29116, "timestamp" : 1438636590, "nonce" : "0xa650a9dca6442432", "difficulty" : 1147505580652, "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"]... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-0... | {"variants" : {"" : {"model" : "mossywood:block/damp_polished_diorite"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", ... | {"id" : "2004", "provinceId" : "62", "regencyId" : "03", "districtId" : "17", "name" : "Sei Jangkit"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "hide": {"type": "boolean"}}, "required": ["name", "hide"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "<:Developer:772477059763142656>| Developer Commands", "hide" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "hide": {"type": "boolean"}}, "required": ["name", "hide"], "$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.