input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-materi... | {"angular-material.css" : "sha256-0mdv8WG4JYS0iuLd+A2IFaFPzdEapA+oWJs1N0hG300=", "angular-material.js" : "sha256-VdGV7rx/KB+MyiysxasO4kzObDcHjXkqr4ub6hMoMwg=", "angular-material.min.css" : "sha256-QvKx9YAG1zdXZaazLSlP+/rBg679kVSx15LNMxyra7c=", "angular-material.min.js" : "sha256-bzwtYGA4L0TD7E0XcTJPQolFglqTKLE4VBDZ3l8d... | json_instruct | {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-materi... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "me... | {"name" : "audioConversationSavingStrategy", "members" : [{"name" : "Default", "value" : 0}, {"name" : "Save", "value" : 1}, {"name" : "DontSave", "value" : 2}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/font/test.ttf": {"type": "string"}, "/font/test.otf": {"type": "string"}, "/font/test.woff": {"type": "string"}, "/font/test.woff2": {"type": "st... | {"/js/app.js" : "/js/app.js?id=aaaa", "/css/app.css" : "/css/app.css?id=aaaa", "/font/test.ttf" : "/font/test.ttf?id=aaaa", "/font/test.otf" : "/font/test.otf?id=aaaa", "/font/test.woff" : "/font/test.woff?id=aaaa", "/font/test.woff2" : "/font/test.woff2?id=aaaa", "/image/test.jpg" : "/image/test.jpg?id=aaaa"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/font/test.ttf": {"type": "string"}, "/font/test.otf": {"type": "string"}, "/font/test.woff": {"type": "string"}, "/font/test.woff2": {"type": "string"}, "/image/test.jpg": {"type": "string"}}, "required": ["/js/app... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"run_list": {"type": "array", "items": {"type": "string"}}, "environment": {"type": "string"}}, "required": ["run_list", "environment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"run_list" : ["role[project-pipeline]", "role[project-db]", "role[project-web]", "role[project-development]"], "environment" : "development"} | json_instruct | {"type": "object", "properties": {"run_list": {"type": "array", "items": {"type": "string"}}, "environment": {"type": "string"}}, "required": ["run_list", "environment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "service-unique"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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": {"t... | {"t" : "misakamidan", "h" : [{"d" : [{"f" : "\u5229\u7528\u7834\u5e03\u628a\u2026\u7e2b\u88dc\u4e86\u3002", "e" : ["\ufff9`Misakamid~`a~`n~ `ako~ `ko~ `kafer~ `iso~.\ufffa\ufffb\u6211\u628a\u4f60\u7684\u8932\u5b50\u5229\u7528\u7834\u5e03\u7e2b\u88dc\u4e86\u3002"]}, {"f" : "\u6307\u6240\u5229\u7528\u7834\u5e03\u7e2b\u88... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"projectName": {"type": "string"}, "githubAuthor": {"type": "string"}}, "required": ["projectName", "githubAuthor"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectName" : "drive-anywhere", "githubAuthor" : "raykendo"} | json_instruct | {"type": "object", "properties": {"projectName": {"type": "string"}, "githubAuthor": {"type": "string"}}, "required": ["projectName", "githubAuthor"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"},... | {"name" : "pulumi-htpasswd", "version" : "1.2.0", "description" : "A pulumi resource for generating htpasswd files", "license" : "MIT", "author" : "James Batt", "main" : "dist/index.js", "types" : "dist/index.d.ts", "repository" : {"type" : "git", "url" : "github.com/place1/pulumi-htpasswd"}, "scripts" : {"build" : "ts... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"rawDes": {"type": "string"}, "year": {"type": "string"}, "month": {"type": "string"}, "day": {"type": "string"}, "dateDes": {"type": "string"}}, "required": ["rawDes", "year", "month"... | [{"rawDes" : "\u4e00\u5b63\u5ea6", "year" : "", "month" : "1-3", "day" : "", "dateDes" : "1-3\u6708"}, {"rawDes" : "\u4e8c\u5b63\u5ea6", "year" : "", "month" : "4-6", "day" : "", "dateDes" : "4-6\u6708"}, {"rawDes" : "\u4e09\u5b63\u5ea6", "year" : "", "month" : "7-9", "day" : "", "dateDes" : "7-9\u6708"}, {"rawDes" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"rawDes": {"type": "string"}, "year": {"type": "string"}, "month": {"type": "string"}, "day": {"type": "string"}, "dateDes": {"type": "string"}}, "required": ["rawDes", "year", "month", "day", "dateDes"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"quorum": {"type": "integer"}, "trustees": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "sequence_number": {"type": "integer"}, "address": {"type": "string"}, "public_key":... | {"quorum" : 2, "trustees" : [{"id" : "alice", "sequence_number" : 0, "address" : "http://localhost:9000", "public_key" : "H8CA6aMWgwNS74mGiAUOPdydHUdcPnmNa+1RToXHAt8="}, {"id" : "bob", "sequence_number" : 1, "address" : "http://localhost:9001", "public_key" : "c+gAopXNGTZqJuCZAtnWuBdJ5ErKKhFp0Q8LdkJLLa0="}, {"id" : "ch... | json_instruct | {"type": "object", "properties": {"quorum": {"type": "integer"}, "trustees": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "sequence_number": {"type": "integer"}, "address": {"type": "string"}, "public_key": {"type": "string"}}, "required": ["id", "sequence_number", "address", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"t... | {"name" : "Internationales Wirtschaftsgymnasium -Berufliches Gymnasium (Schule in freier Tr\u00e4gerschaft)", "id" : "SN-4451928-0", "address" : " Friedrich-Fr\u00f6bel-Str.\u00a01 04643\u00a0Geithain\u00a0 ", "school_type" : "Berufliches Gymnasium", "legal_status" : 1, "fax" : "034341/46013 ", "phone" : "034341/460... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "provider": {... |
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"}, "s": {"type": "array", "items": {"type": "str... | {"t" : "sakanat", "h" : [{"d" : [{"f" : "\u8019\u650f\u5de5\u5177\uff0c\u650f\u5b50\uff0c\u68b3\u5b50\u3002", "s" : ["`sakales~"]}]}], "stem" : "kanat"} | 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"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}, "s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": ... | {"_id" : "binamon@binance-smart-chain", "asset" : "binamon", "platform" : "binance-smart-chain", "type" : "token", "name" : "Binamon", "symbol" : "BMON", "address" : "0x08ba0619b1e7a582e0bce5bbe9843322c954c340", "decimals" : 18, "logo" : "binamon.png", "coingecko" : {"id" : "binamon", "platform" : "binance-smart-chain"... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": "string"}, "coingecko": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nutanix_node_server_displaname_edit_title": {"type": "string"}, "nutanix_node_server_displaname_edit_help": {"type": "string"}, "nutanix_node_server_displaname_edit_displayname_label": {"type": "string"}, "nutanix_node_serv... | {"nutanix_node_server_displaname_edit_title" : "Change the name", "nutanix_node_server_displaname_edit_help" : "Changes the name displayed in the header.", "nutanix_node_server_displaname_edit_displayname_label" : "Name", "nutanix_node_server_displaname_edit_displayname_success" : "The display name has been updated.", ... | json_instruct | {"type": "object", "properties": {"nutanix_node_server_displaname_edit_title": {"type": "string"}, "nutanix_node_server_displaname_edit_help": {"type": "string"}, "nutanix_node_server_displaname_edit_displayname_label": {"type": "string"}, "nutanix_node_server_displaname_edit_displayname_success": {"type": "string"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "propert... | {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "RIO POMBA", "Description" : "RIO POMBA / MG"}, "geometry" : {"type" : "LineString", "coordinates" : [[-43.119803999654835, -21.11914399699782]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properti... | {"type" : "MultiPolygon", "coordinates" : [[[[-89.224086, 39.341909], [-89.223986, 39.341976], [-89.223238, 39.342454], [-89.223081, 39.342559], [-89.222624, 39.342839], [-89.222112, 39.343135], [-89.222259, 39.343322], [-89.222308, 39.343384], [-89.222521, 39.343655], [-89.222968, 39.344224], [-89.224072, 39.343559], ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "arr... | {"rustc" : 12964410163570521870, "features" : "[]", "target" : 12396366720307268670, "profile" : 14672114853574311971, "path" : 16819321138480250063, "deps" : [], "local" : [{"Precalculated" : "0.1.7"}], "rustflags" : [], "edition" : "Edition2015"} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"Precalculated": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {... | {"userId" : 59319, "cartId" : "b42d384a-fa18-4705-9cc5-f4eb7fa61028", "preferredProducts" : [2851], "productReviews" : [{"productId" : 2361, "reviewText" : "I tried to decapitate it but got coconut all over it.", "reviewDate" : "2020-01-17T00:57:55.6263563+02:00"}, {"productId" : 4314, "reviewText" : "The box this come... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"hentGeografiskTilknytning": {"type": "object", "properties": {"gtType": {"type": "string"}, "gtKommune": {"type": "string"}, "gtBydel": {"type": "string"}, "gtLand": {"type"... | {"data" : {"hentGeografiskTilknytning" : {"gtType" : "KOMMUNE", "gtKommune" : "0570", "gtBydel" : "OSLO", "gtLand" : "NORGE"}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"hentGeografiskTilknytning": {"type": "object", "properties": {"gtType": {"type": "string"}, "gtKommune": {"type": "string"}, "gtBydel": {"type": "string"}, "gtLand": {"type": "string"}}, "required": ["gtType", "gtKommune", "gtBydel", "gtLand"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"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/schem... | [{"name" : "RIDHISHA", "frequency" : 1, "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": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type... | {"name" : "List contributors", "enabledForApps" : true, "method" : "GET", "path" : "/repos/:owner/:repo/contributors", "params" : [{"name" : "owner", "type" : "string", "required" : true, "description" : ""}, {"name" : "repo", "type" : "string", "required" : true, "description" : ""}, {"name" : "anon", "type" : "string... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3517080007", "district_id" : "3517080", "name" : "PANGLUNGAN"} | 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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "betterend:block/jellyshroom_stripped_bark"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"t... | {"ip" : "217.123.222.125", "country_code" : "NL", "country_name" : "Netherlands", "region_code" : "FR", "region_name" : "Friesland", "city" : "Joure", "zip_code" : "8502", "time_zone" : "Europe/Amsterdam", "latitude" : 52.9728, "longitude" : 5.8131, "metro_code" : 0} | json_instruct | {"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "num... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type"... | {"name" : "links", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "dev" : "npm run development", "development" : "npm run dev:css && npm run dev:js", "dev:css" : "lessc resources/less/app.less public/css/app.css", "dev:js" : "webpack --... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "development": {"type": "string"}, "dev:css": {"type": "string"}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"hello_there": {"type": "string"}, "hello_format": {"type": "string"}}, "required": ["hello_there", "hello_format"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hello_there" : "\u00bfQu\u00e9 cont\u00e1s?", "hello_format" : "\u00a1Saludos $1!"} | json_instruct | {"type": "object", "properties": {"hello_there": {"type": "string"}, "hello_format": {"type": "string"}}, "required": ["hello_there", "hello_format"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"postgresql-12.6.tar.bz2": {"type": "string"}}, "required": ["postgresql-12.6.tar.bz2"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema... | {"Signatures" : {"postgresql-12.6.tar.bz2" : "df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09"}} | json_instruct | {"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"postgresql-12.6.tar.bz2": {"type": "string"}}, "required": ["postgresql-12.6.tar.bz2"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties":... | {"id" : "37851", "name" : {"en" : "Baku Dendropark"}, "country" : "AZ", "region" : "BA", "identifiers" : {"wmo" : "37851"}, "location" : {"latitude" : 40.4167, "longitude" : 49.7833, "elevation" : 60}, "timezone" : "Asia/Baku"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "540327206201", "text" : "\u5de6\u5df4\u6751\u59d4\u4f1a"}, {"id" : "540327206202", "text" : "\u7ed5\u91d1\u6751\u59d4\u4f1a"}, {"id" : "540327206203", "text" : "\u8d21\u65e5\u6751\u59d4\u4f1a"}, {"id" : "540327206204", "text" : "\u65e5\u5df4\u6751\u59d4\u4f1a"}, {"id" : "540327206205", "text" : "\u5df4\u575d\... | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "WHICH THOUGH OF GREAT CONCERNMENT TO BE UNDERSTOOD, ARE LIABLE TO THE UNAVOIDABLE DIFFICULTIES OF SPEECH,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/11130.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"crypto": {"type": "object", "properties": {"checksum": {"type": "object", "properties": {"function": {"type": "string"}, "message": {"type": "string"}, "params": {"type": "object", "properties": {}, "required": []}}, "required":... | {"crypto" : {"checksum" : {"function" : "sha256", "message" : "5ea26f942fe32c17f268aa38c0d8f1eda296c18fea9a71d30d3e41dcf4320170", "params" : {}}, "cipher" : {"function" : "aes-128-ctr", "message" : "9399790abb88372d85649bd12edd7d27ee4b54593822fb6c96846e170b145871", "params" : {"iv" : "2e228281253ca41d15b5a5c76ee3c115"}... | json_instruct | {"type": "object", "properties": {"crypto": {"type": "object", "properties": {"checksum": {"type": "object", "properties": {"function": {"type": "string"}, "message": {"type": "string"}, "params": {"type": "object", "properties": {}, "required": []}}, "required": ["function", "message", "params"]}, "cipher": {"type": "... |
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": "array", "items": {"type": "array", "items": {"type": "number"}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[135.75, 44.166666666666664], [135.75, 44.25], [135.875, 44.25], [135.875, 44.166666666666664], [135.75, 44.166666666666664]]]}, "properties" : {"code" : 663526, "url" : "http://madefor.github.io/0410/api/v1/663526.geojson", "view" : "https://gith... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"chromedriver": {"ty... | {"name" : "nightwatch-demo-command", "version" : "1.0.0", "scripts" : {"test" : "nightwatch --conf nightwatch.conf.js --env chrome"}, "devDependencies" : {"chromedriver" : "^2.37.0", "hoek" : "^5.0.3", "nightwatch" : "^0.9.20", "selenium-server" : "^3.11.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"chromedriver": {"type": "string"}, "hoek": {"type": "string"}, "nightwatch":... |
Construct a JSON document that adheres to this schema specification:
{"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" : "1109190009", "district_id" : "1109190", "name" : "KAMPUNG BLANG"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "code": {"type": "string"}, "class": {"type": "string"}}, "required": ["label", "code", "class"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"label" : "euro", "code" : "EUR", "class" : "fas fa-euro-sign"}, {"label" : "dollarUs", "code" : "USD", "class" : "fas fa-dollar-sign"}, {"label" : "dollarCa", "code" : "CAD", "class" : "fas fa-dollar-sign"}, {"label" : "pound", "code" : "GBP", "class" : "fas fa-pound-sign"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "code": {"type": "string"}, "class": {"type": "string"}}, "required": ["label", "code", "class"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DURATION" : 0.023641, "package-0" : 28.466308531788, "dram" : 5.113996869844761} | json_instruct | {"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"reset_password": {"type": "string"}, "update_password": {"type": "string"}, "password_changed.title": {"type": "string"}, "password_changed.message": {"type": "string"}, "wrong_reset_code.title": {"type": "stri... | {"reset_password" : "Obnovit heslo", "update_password" : "Upravit heslo", "password_changed.title" : "Heslo zm\u011bn\u011bno", "password_changed.message" : "<p>Heslo bylo \u00fasp\u011b\u0161n\u011b zm\u011bn\u011bno, <a href=\"/login\">p\u0159ihlaste se znovu</a> pros\u00edm.", "wrong_reset_code.title" : "\u0160patn\... | json_instruct | {"type": "object", "properties": {"reset_password": {"type": "string"}, "update_password": {"type": "string"}, "password_changed.title": {"type": "string"}, "password_changed.message": {"type": "string"}, "wrong_reset_code.title": {"type": "string"}, "wrong_reset_code.message": {"type": "string"}, "new_password": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-jrmj-jm9w-qhxm", "modified" : "2021-12-14T00:01:20Z", "published" : "2021-12-10T00:00:33Z", "aliases" : ["CVE-2021-4038"], "details" : "Cross Site Scripting (XSS) vulnerability in McAfee Network Security Manager (NSM) prior to 10.1 Minor 7 allows a remote authenticated administ... | 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": {}}, "affected": {"type": "a... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": ... | {"text" : {"0" : {"m1" : "\u0644\u0637\u0641 \u0627\u0648 \u0647\u0631 \u06a9\u0647 \u0631\u0627 \u062f\u0644\u0627\u0644\u062a \u062f\u0627\u062f", "m2" : "\u0622\u062e\u0631\u0634 \u0647\u062f\u06cc\u0647\u0654 \u0647\u062f\u0627\u06cc\u062a \u062f\u0627\u062f"}, "1" : {"m1" : "\u0642\u0647\u0631\u0634 \u0622\u0646 \... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "he... | {"relation" : [["Author", "IcyAntoid", "IcyAntoid", "IcyAntoid", "IcyAntoid", "IcyAntoid"], ["Title", "I Lunch on Your Head!!!", "I'm So Blessed.", "Infinity", "Invader Giegue", "Isacc"], ["Description", "But she's still fine.", "Children, sharing a warm embrace with their mother.", "What a long neck!", "This may have ... | json_instruct | {"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tab... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "req... | {"batchcomplete" : "", "query" : {"normalized" : [{"from" : "\u00c1ron_Szil\u00e1gyi", "to" : "\u00c1ron Szil\u00e1gyi"}], "pages" : {"36577375" : {"pageid" : 36577375, "ns" : 0, "title" : "\u00c1ron Szil\u00e1gyi", "pageprops" : {"defaultsort" : "Szilagyi, Aron", "page_image_free" : "Aron_Szilagyi_podium_2013_Fencing_... | json_instruct | {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"36... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"leg": {"type": "string"}, "chamber": {"type": "string"}, "cmte": {"type": "string"}, "DTTM": {"type": "string"}, "URL": {"type": "string"}}, "required": ["leg", "chamber", "cmte", "DTTM",... | [{"leg" : "83", "chamber" : "J", "cmte" : "C865", "DTTM" : "2014-12-03 09:30", "URL" : "/tlodocs/83R/witlistmtg/html/C8652014120309301.HTM"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"leg": {"type": "string"}, "chamber": {"type": "string"}, "cmte": {"type": "string"}, "DTTM": {"type": "string"}, "URL": {"type": "string"}}, "required": ["leg", "chamber", "cmte", "DTTM", "URL"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "tele... | {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=8899", "name" : "NAD TRUST", "primaryEmail" : "nadt.org@gmail.com", "organisationType" : ["Direct Service"], "telephone" : ["919965722401"], "mainAddrress" : {"state" : "Tamil Nadu", "address" : ["105, Sri Mallayaswamy Temple Street", ... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d134-45", "text" : "\\\u00a3u>\nThe U. S. Office of Education recently announced that a series of\nNEW GRANTS UNDER TlTLE VII OF THE NATIONAL DEFENSE EDUCATION ACT\nOF 1958 HAS BEEN AWARDED. The NATIONAL ASSOCIATION OF EDUCATIONAL\nBroadcasters is the recipient of one of these grants. NAEB has\nPROPOSED RESEAR... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "discoveryDisplayName": {"type": "string"}, "isActive": {"type": "boolean"}, "institutionId": {"type": "string"}, "campusId": {"type":... | {"id" : "664671c7-468b-49ec-9b49-cc7c9a31b706", "name" : "CBM", "code" : "CBM", "discoveryDisplayName" : "CBM", "isActive" : true, "institutionId" : "831d22d9-7349-4cbb-81c6-e8e0af696540", "campusId" : "bd8217bc-1b08-442e-988b-7a5a8be62a06", "libraryId" : "345f13aa-2408-45ec-a581-e23275dc9315", "details" : {}, "primary... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "discoveryDisplayName": {"type": "string"}, "isActive": {"type": "boolean"}, "institutionId": {"type": "string"}, "campusId": {"type": "string"}, "libraryId": {"type": "string"}, "details": {"type": "obje... |
Create an example JSON object that satisfies 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" : 59385, "cartId" : "66ed29f0-581d-4ff2-9080-262db23a9312", "preferredProducts" : [688, 3047, 3509, 4263, 4287, 1563, 3750], "productReviews" : [{"productId" : 1643, "reviewText" : "this Lead is tasty.", "reviewDate" : "2016-12-17T08:40:15.1662798+02:00"}, {"productId" : 4621, "reviewText" : "one of my hobbie... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"src": {"type": "object", "properties": {"pug": {"type": "string"}, "js": {"type": "string"}, "sass": {"type": "string"}, "img": {"type": "string"}}, "required": ["pug", "js", "sass", "img"]}, "build": {"type": "object", "prope... | {"src" : {"pug" : "src/pug/main.pug", "js" : "src/js/main.{js,jsx}", "sass" : "src/sass/main.sass", "img" : "src/img/**/*.*"}, "build" : {"path" : "build", "img" : "build/img", "html" : "build", "js" : "build/js", "css" : "build/css"}, "watch" : {"pug" : "src/pug/**/*.{pug,html}", "sass" : "src/sass/**/*.sass", "img" :... | json_instruct | {"type": "object", "properties": {"src": {"type": "object", "properties": {"pug": {"type": "string"}, "js": {"type": "string"}, "sass": {"type": "string"}, "img": {"type": "string"}}, "required": ["pug", "js", "sass", "img"]}, "build": {"type": "object", "properties": {"path": {"type": "string"}, "img": {"type": "strin... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "object", "properties": {"ext66": {"type": "object", "properties": {"path": {"type": "string"}, "version": {"type": "string"}}, "req... | {"apps" : ["packages/theme-conference-app/.sencha/temp/Themer"], "frameworks" : {"ext66" : {"path" : "ext66", "version" : "6.6.0.258"}, "ext" : "../node_modules/@sencha/ext"}, "build" : {"dir" : "${workspace.dir}/build"}, "packages" : {"dir" : "${workspace.dir}/packages,${workspace.dir}/../node_modules/@sencha"}, "prop... | json_instruct | {"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "object", "properties": {"ext66": {"type": "object", "properties": {"path": {"type": "string"}, "version": {"type": "string"}}, "required": ["path", "version"]}, "ext": {"type": "string"}}, "required": ["ext... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"react-redux.js": {"type": "string"}, "react-redux.min.js": {"type": "string"}}, "required": ["react-redux.js", "react-redux.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"react-redux.js" : "sha512-DHbaFUNQj+V1ZmoGmMnjHLMGRxkB+cOS8o5PYS4GmJaAg0OoMPtA9CNyi3xP+JU4q+OcDPK9Ug47RUdBJcrpKw==", "react-redux.min.js" : "sha512-p0CmsqV2AKmS70tdM10PDVEcZgUy1F2IGkI9P9qpJPeX9NoI9HOW+NJdQD+Z9SCxo/Jbs5hhJ2y7OSyakw2dtQ=="} | json_instruct | {"type": "object", "properties": {"react-redux.js": {"type": "string"}, "react-redux.min.js": {"type": "string"}}, "required": ["react-redux.js", "react-redux.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ... | {"nom" : "Fribourg", "dpt" : "Moselle", "inscrits" : 134, "abs" : 17, "votants" : 117, "blancs" : 11, "nuls" : 4, "exp" : 102, "res" : [{"panneau" : "2", "voix" : 58}, {"panneau" : "1", "voix" : 44}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900038769": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038770": {"type": "object", "properties": {"... | {"900038769" : {"nama" : "TPS 1", "dapil" : [1202, 11207, 2121301]}, "900038770" : {"nama" : "TPS 2", "dapil" : [1202, 11207, 2121301]}, "900038771" : {"nama" : "TPS 3", "dapil" : [1202, 11207, 2121301]}, "900038772" : {"nama" : "TPS 4", "dapil" : [1202, 11207, 2121301]}, "900038773" : {"nama" : "TPS 5", "dapil" : [120... | json_instruct | {"type": "object", "properties": {"900038769": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038770": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7502042017", "district_id" : "7502042", "name" : "OMBULO TANGO"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"pluginID": {"type": "string"}, "name": {"type": "string"}, "family": {"type": "string"}, "pubdate": {"type": "string"}, "moddate": {"type": "string"}, "risk": {"type": "string"}}, "require... | [{"pluginID" : "141118", "name" : "Target Credential Status by Authentication Protocol - Valid Credentials Provided", "family" : "Settings", "pubdate" : "10/15/2020", "moddate" : "7/26/2021", "risk" : "INFO"}, {"pluginID" : "110095", "name" : "Target Credential Issues by Authentication Protocol - No Issues Found", "fam... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"pluginID": {"type": "string"}, "name": {"type": "string"}, "family": {"type": "string"}, "pubdate": {"type": "string"}, "moddate": {"type": "string"}, "risk": {"type": "string"}}, "required": ["pluginID", "name", "family", "pubdate", "moddate", "risk"]}, "$s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "TensorFlow", "link" : "tensorflow/"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "docs": {"type": "string"}}, "re... | {"name" : "czds-api", "version" : "1.0.1", "description" : "A CZDS (Centralized Zone Data Service) API Client for downloading zones", "main" : "index.js", "scripts" : {"test" : "node cli.js", "docs" : "jsdocs index.js"}, "keywords" : ["czds", "zone", "dns", "api", "client"], "author" : "Lucas Fiegl", "license" : "ISC",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "docs": {"type": "string"}}, "required": ["test", "docs"]}, "keywords": {"type": "array", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userLocation": {"type": "string"}}, "required": ["userLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userLocation" : "Argentina"} | json_instruct | {"type": "object", "properties": {"userLocation": {"type": "string"}}, "required": ["userLocation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$s... | {"name" : "Token B6JL", "symbol" : "B6JLR", "decimals" : 6, "address" : "B6JLR1JLYQ9JhZkvUtTZxc2sJqmhKE55tFUM4GU1QTtQ", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type"... | {"type" : "Feature", "properties" : {"name" : "Dent County", "fips" : "29065", "state_code" : 29, "county_code" : 65, "population" : 15573, "countrylevel_id" : "fips:29065", "census_data" : {"COUNTYNS" : "00758487", "AFFGEOID" : "0500000US29065", "LSAD" : "06", "ALAND" : 1949641179, "AWATER" : 4518782}}, "geometry" : {... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d... |
Generate a valid JSON object that conforms to the following 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"... | {"name" : "SSPersistenceController", "version" : "0.0.1", "summary" : "Core Data boiler plate code", "description" : " Core Data boiler plate code - todo\n", "homepage" : "https://github.com/ssuchanowski/SSPersistenceController", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Sebastia... | 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"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": ... | {"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_return_on_cube", "white" : "dlib_default", "black" : "scipy_lbfgsb", "traceback" : ["passing", "passing"], "best_val" : [2890.7715555408417, 2888.776449755748], "best_x" : [[0.36621606962428593, 0.24612961722328, 0.576722328557184, 0.6253027221964788, 0.205167388... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"7772": {"type": "string"}, "7774": {"type": "string"}}, "required": ["7772", "7774"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"7772" : "7773", "7774" : "7775"} | json_instruct | {"type": "object", "properties": {"7772": {"type": "string"}, "7774": {"type": "string"}}, "required": ["7772", "7774"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "activity": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "developer": {"type":... | {"name" : "cutty sark", "version" : "2.3.0", "activity" : {"name" : "clips", "type" : "LISTENING"}, "developer" : "aquarium, kindle, and kermit", "inviteLink" : "https://discord.com/oauth2/authorize?client_id=760946007021846599&permissions=52224&scope=bot", "supportServer" : "https://discord.gg/W7ZRPBFM3H", "voteURL" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "activity": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "developer": {"type": "string"}, "inviteLink": {"type": "string"}, "supportServer": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01032821": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"... | {"type" : "Topology", "objects" : {"E01032821" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00121814", "LAD11CD" : "E07000105"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01032821": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
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": "i... | {"expireTime" : 9007200855313929000, "key" : "d2770ebf-ee34-5662-90f3-4b848fb322f5{\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"trim\":false,\"toFormat\":\"png\",\"toFormatBase64\":\"\",\"cropFocus\":17,\"fit\":\"cover\",\"width\":20,\"height\":20}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEU... | 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": "integer"}, "originalName": {"type": "string"}}, "required": ["src", "w... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[125.125, 40.166666666666664], [125.125, 40.25], [125.25, 40.25], [125.25, 40.166666666666664], [125.125, 40.166666666666664]]]}, "properties" : {"code" : 602521, "url" : "http://madefor.github.io/0410/api/v1/602521.geojson", "view" : "https://git... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["rubymod:ruby_hoe"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"baseScheme": {"type": "string"}, "baseGroupId": {"type": "string"}, "baseArtifactId": {"type": "string"}, "baseVersion": {"type": "string"}, "baseJavaType": {"type": "string"}, "name": {"type": "string"}, "sche... | {"baseScheme" : "rest", "baseGroupId" : "org.apache.camel", "baseArtifactId" : "camel-core", "baseVersion" : "2.20.0", "baseJavaType" : "org.apache.camel.component.rest.RestComponent", "name" : "TradeInsightTop", "scheme" : "trade-insight-top", "javaType" : "io.syndesis.connector.tradeinsight.TradeInsightTopComponent",... | json_instruct | {"type": "object", "properties": {"baseScheme": {"type": "string"}, "baseGroupId": {"type": "string"}, "baseArtifactId": {"type": "string"}, "baseVersion": {"type": "string"}, "baseJavaType": {"type": "string"}, "name": {"type": "string"}, "scheme": {"type": "string"}, "javaType": {"type": "string"}, "groupId": {"type"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "moduleCredit": ... | {"acadYear" : "2019/2020", "preclusion" : "IE5211 New Product Management", "description" : "Rigorous international competition, the explosion of market segments and niches and accelerating technological change have created a set of competitive imperatives for the development of new products and processes in industry. ... | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"background_animated": {"type": "boolean"}, "organism_scale": {"type": "integer"}, "food_scale": {"type": "integer"}}, "required": ["background_animated", "organism_scale", "food_scale"], "$schema": "http://json-schema.org/draf... | {"background_animated" : false, "organism_scale" : 1, "food_scale" : 1} | json_instruct | {"type": "object", "properties": {"background_animated": {"type": "boolean"}, "organism_scale": {"type": "integer"}, "food_scale": {"type": "integer"}}, "required": ["background_animated", "organism_scale", "food_scale"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"recommendations" : ["seyyedkhandon.tpack", "naumovs.color-highlight", "mikestead.dotenv", "editorconfig.editorconfig", "dbaeumer.vscode-eslint", "graphql.vscode-graphql", "pkief.material-icon-theme", "rocketseat.rocketseatreactjs", "adpyke.codesnap"]} | json_instruct | {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "first_name", ... | {"users" : [{"id" : 3, "first_name" : "Milagro", "last_name" : "Juarez", "email" : "miljua23@gmail.com"}, {"id" : 4, "first_name" : "Olivia", "last_name" : "Brown", "email" : "olibrown432@yahoo.com"}, {"id" : 5, "first_name" : "Alex", "last_name" : "Chen", "email" : "achen12@yahoo.com"}, {"id" : 6, "first_name" : "Fred... | json_instruct | {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "first_name", "last_name", "email"]}}}, "required": ["users"], "$schema":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"build_time": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}}, "required": ["build_time", "license", "version"]}, "data": {"type": "object"... | {"meta" : {"build_time" : "2021-04-11T07:03:35.842Z", "license" : "CC-BY-4.0", "version" : "2.0-beta"}, "data" : {"date" : "2020-11-28", "states" : 56, "cases" : {"total" : 13253823}, "testing" : {"total" : 195615223}, "outcomes" : {"hospitalized" : {"currently" : 91762, "in_icu" : {"currently" : 18249}, "on_ventilator... | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"build_time": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}}, "required": ["build_time", "license", "version"]}, "data": {"type": "object", "properties": {"date": {"type": "string"}, "states": {"type": "intege... |
Following the schema specification below, generate a valid JSON instance:
{"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/s... | [{"name" : "THEVASEELAN", "frequency" : 3, "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"kty": {"type": "string"}, "d": {"type": "string"}, "x": {"type": "string"}, "y": {"type": "string"}, "crv": {"type": "string"}}, "required": ["kty", "d", "x", "y", "crv"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"kty" : "EC", "d" : "8TpY6lCsPWDYZJbkiSAQGDtWF3DbUvr3JHeYaU2ebaMbDpcG5sq51E5_g-V5mtZt", "x" : "kMGE4kb17tYTB3HkqLDLP_Ln-dLCSN47ypHUpL7kQD8Us4ba1LwkA51bE4RauGjn", "y" : "WWWNaodhKyRrc5q8fqRLCbyZ73zkxtzRlCkWpXpPi0H1agFErwzCpcXZM9nuu7bK", "crv" : "P-384"} | json_instruct | {"type": "object", "properties": {"kty": {"type": "string"}, "d": {"type": "string"}, "x": {"type": "string"}, "y": {"type": "string"}, "crv": {"type": "string"}}, "required": ["kty", "d", "x", "y", "crv"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies 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" : "songaladen", "h" : [{"d" : [{"f" : "\u628a\u2026\u72d9\u64ca\u3002", "e" : ["\ufff9`Songalad~`e~`n~ `ko~ `'a'adopen~.\ufffa\ufffb\u72d9\u64ca\u91ce\u7378\u3002"]}]}], "stem" : "songalad"} | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution":... | {"origin" : "http://wallbase.cc/wallpaper/715890", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-715890.jpg", "views" : 2518, "x_resolution" : 1920, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 1200, "colors" : ["#010008", "#cabaaf", "#695d68", "#b75c14", "#371c1a"], "comments" : [""]... | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/d... | [{"year" : 2004, "sex" : "M", "n" : 6, "prop" : 2.84e-06}, {"year" : 2005, "sex" : "M", "n" : 9, "prop" : 4.23e-06}, {"year" : 2007, "sex" : "M", "n" : 14, "prop" : 6.33e-06}, {"year" : 2008, "sex" : "M", "n" : 5, "prop" : 2.3e-06}, {"year" : 2009, "sex" : "M", "n" : 10, "prop" : 4.72e-06}, {"year" : 2010, "sex" : "M",... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": ... | {"id" : "32cab867-4ae3-43c0-8a8c-4b3b68bfdcd1", "name" : "Rushey Mead School", "code" : "2", "address" : {"addressLine1" : "Melton Road", "county" : "Leicester", "postcode" : "LE4 7AN"}, "organisation" : {"id" : "b545fea3-2858-462b-9584-dfdfe3acb99f", "code" : "194", "name" : "Ash Field Academy School Direct"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "county", "postcode"]}, "organi... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"properties": {"type": "object", "properties": {"P1640": {"type": "integer"}, "P972": {"type": "integer"}, "P3217": {"type": "integer"}, "P345": {"type": "integer"}, "P1480": {"type": "integer"}, "P892": {"type": "integer"}, "P... | {"properties" : {"P1640" : 5, "P972" : 8, "P3217" : 8, "P345" : 8, "P1480" : 14, "P892" : 7, "P3417" : 5, "P356" : 6, "P281" : 9, "P225" : 5, "P4661" : 8, "P1256" : 4, "P236" : 3, "P3154" : 8, "P3987" : 6}, "total_properties" : 271, "unique_properties" : 156} | json_instruct | {"type": "object", "properties": {"properties": {"type": "object", "properties": {"P1640": {"type": "integer"}, "P972": {"type": "integer"}, "P3217": {"type": "integer"}, "P345": {"type": "integer"}, "P1480": {"type": "integer"}, "P892": {"type": "integer"}, "P3417": {"type": "integer"}, "P356": {"type": "integer"}, "P... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "skinname-pivot": {"type": "string"}, "pivot-desc": {"type": "string"}, "pivot-browsermsg": {"ty... | {"@metadata" : {"authors" : ["Kghbln"]}, "skinname-pivot" : "Pivot", "pivot-desc" : "Stellt eine Benutzeroberfl\u00e4che bereit, die die Inhalte des Wikis betont", "pivot-browsermsg" : "sieht in dieser Version des Internet Explorers nicht wie gew\u00fcnscht aus. Es wird ein Upgrade des Internet Explorers oder der Umsti... | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "skinname-pivot": {"type": "string"}, "pivot-desc": {"type": "string"}, "pivot-browsermsg": {"type": "string"}, "pivot-menutitle": {"type": "string"}}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-schema... | [{"code" : "934985", "long" : {"default" : "\u58a8\u5df4\u672c"}}, {"code" : "934995", "long" : {"default" : "\u66fc\u9f50\u5c3c"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "... | {"name" : "legend-util", "version" : "0.0.2", "description" : "", "main" : "index.js", "directories" : {"test" : "test"}, "dependencies" : {}, "devDependencies" : {"coveralls" : "^2.11.14", "istanbul" : "^0.4.5", "jshint" : "^2.9.3"}, "scripts" : {"test" : "mocha --reporter spec; mocha --reporter nyan", "cover" : "node... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {}, "required"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type"... | {"description" : "cmd/5a, cmd/6a, cmd/8a: parse PCDATA\n\nIn cmd/5a, also add support for argument size in TEXT instruction.", "cc" : ["ken@golang.org", "golang-dev@googlegroups.com"], "reviewers" : [], "messages" : [{"sender" : "rsc@golang.org", "recipients" : ["rsc@golang.org", "ken@golang.org", "golang-dev@googlegro... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Ib": {"type": "array", "items": {"type": "number"}}, "Ic": {"type": "array", "items": {"type": "number"}}, "hFE": {"type": "integer"}}, "required": ["Ib", "Ic", "hFE"], "$schema": "http://json-schema.org/draft-07/sch... | {"Ib" : [17.842751675277675, 19.893751675277677, 25.020751675277676, 29.12175167527768, 35.27475167527768, 43.47775167527767, 53.73175167527768, 63.98475167527768, 78.34075167527769, 92.69575167527768, 111.15275167527767, 129.60975167527766, 153.19375167527767], "Ic" : [5.761, 7.063, 9.147, 11.018, 13.867, 16.91, 21.58... | json_instruct | {"type": "object", "properties": {"Ib": {"type": "array", "items": {"type": "number"}}, "Ic": {"type": "array", "items": {"type": "number"}}, "hFE": {"type": "integer"}}, "required": ["Ib", "Ic", "hFE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "sketch": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"ty... | {"name" : "@sketch-hq/sketch-reuse-suggestions-assistant", "version" : "6.4.0", "license" : "MIT", "main" : "dist/index", "types" : "dist/index", "sketch" : "dist/sketch.js", "repository" : "github:sketch-hq/sketch-assistants", "homepage" : "https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/reuse-sugg... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "sketch": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "sketch-assistant": {"type": "object", "pro... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "typings": {"type": "string"}, "scr... | {"name" : "astraea", "version" : "1.3.5", "description" : "help developer output the typescript interfaces of api by swagger or json", "keywords" : ["swagger", "typescript", "sw2ts", "swagger2dts", "interfaces", "route-interface", "route-ts", "ts", "api-interface", "api-route", "api"], "main" : "index.js", "typings" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "format": {"type": "string"}}, "required": ["start", "format"]}, "devDependencies": {"type": "object", "properties": {"app-root-path": {"type... | {"scripts" : {"start" : "webpack --watch --mode=development", "format" : "prettier --config .prettierrc.js no_bundler/**/* --write"}, "devDependencies" : {"app-root-path" : "^3.0.0", "copy-webpack-plugin" : "^9.0.1", "webpack" : "^5.51.1", "webpack-cli" : "^4.8.0"}, "dependencies" : {"advanced-extension-reloader-watch-... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "format": {"type": "string"}}, "required": ["start", "format"]}, "devDependencies": {"type": "object", "properties": {"app-root-path": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "webpack": {"t... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"texture": {"type": "string"}, "model": {"type": "string"}}, "required": ["texture", "model"]}}, "required": [""]}}, "required"... | {"variants" : {"" : {"texture" : "minecraft:block/magenta_concrete", "model" : "concrete:block/concrete_block_magenta"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"texture": {"type": "string"}, "model": {"type": "string"}}, "required": ["texture", "model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"lengthUnit": {"type": "string"}, "exportUnit": {"type": "string"}, "maxVelocity": {"type": "number"}, "maxAcceleration": {"type": "number"}, "trackWidth": {"type": "number"}, "gameName": {"type": "string"}, "outputDir": {"type... | {"lengthUnit" : "Inch", "exportUnit" : "Always Meters", "maxVelocity" : 72.0, "maxAcceleration" : 36.0, "trackWidth" : 22.5, "gameName" : "Infinite Recharge 2021", "outputDir" : ""} | json_instruct | {"type": "object", "properties": {"lengthUnit": {"type": "string"}, "exportUnit": {"type": "string"}, "maxVelocity": {"type": "number"}, "maxAcceleration": {"type": "number"}, "trackWidth": {"type": "number"}, "gameName": {"type": "string"}, "outputDir": {"type": "string"}}, "required": ["lengthUnit", "exportUnit", "ma... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"data_main_html_file": {"type": "string"}, "data_real_url_pathes": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "website_prefixes": {"type": "array", "items": {"type": "string"}}, "nn_layer_cou... | {"data_main_html_file" : "D:\\PROJECTS\\VisualNeuralNetwork\\localhost\\nn.html", "data_real_url_pathes" : [["styles", "D:\\PROJECTS\\VisualNeuralNetwork\\localhost\\styles.css"], ["app", "D:\\PROJECTS\\VisualNeuralNetwork\\localhost\\app.js"], ["scripts/variables", "D:\\PROJECTS\\VisualNeuralNetwork\\localhost\\script... | json_instruct | {"type": "object", "properties": {"data_main_html_file": {"type": "string"}, "data_real_url_pathes": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "website_prefixes": {"type": "array", "items": {"type": "string"}}, "nn_layer_count": {"type": "integer"}, "nn_neurons_count": {"type": "intege... |
Generate a valid JSON object that conforms to the following schema:
{"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"}, "r... | {"id" : 21965, "citation_title" : "Wage Inequality and Cognitive Skills: Re-Opening the Debate", "citation_author" : ["Stijn Broecke", "Glenda Quintini", "Marieke Vandeweyer"], "citation_publication_date" : "2016-02-08", "issue_date" : "2016-02-04", "revision_date" : "None", "topics" : ["Health, Education, and Welfare"... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/bin/elfcat"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"sys.argv": {"type": "array", "items": {"type": "string"}}}, "required": ["sys.argv"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sys.argv" : ["--alg", "ppo2", "--env", "Walker2d-v2", "--num_timesteps", "1e6", "--log_path", "/tmp/baselines/results/logs/ppo-walker2d-seed0", "--seed", "0"]} | json_instruct | {"type": "object", "properties": {"sys.argv": {"type": "array", "items": {"type": "string"}}}, "required": ["sys.argv"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Revision": {"type": "integer"}, "Id": {"type": "string"}, "Name": {"type": "string"}, "BeverageId": {"type": "string"}, "Type": {"type": "string"}, "BrandId": {"type": "string"}, "FlavorIds": {"type": "array", "it... | {"Revision" : 1, "Id" : "534a5a0f-a35d-47a1-9270-9fd8c233542b", "Name" : "Brisk Lemon Iced Tea", "BeverageId" : "brisk-lemon-iced-tea", "Type" : "Beverage", "BrandId" : "", "FlavorIds" : [], "WaterSkus" : ["0222", "0444"], "SyrupSkus" : [{"Sku" : "090000000023", "Name" : "unknown"}, {"Sku" : "041000007866", "Name" : "B... | json_instruct | {"type": "object", "properties": {"Revision": {"type": "integer"}, "Id": {"type": "string"}, "Name": {"type": "string"}, "BeverageId": {"type": "string"}, "Type": {"type": "string"}, "BrandId": {"type": "string"}, "FlavorIds": {"type": "array", "items": {}}, "WaterSkus": {"type": "array", "items": {"type": "string"}}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "prope... | {"name" : "alexa-monitor", "version" : "1.0.0", "description" : "Alexa Skill to monitor AWS infrastructure", "main" : "index.js", "author" : "Mohamed Labouardy", "license" : "MIT", "dependencies" : {"influx" : "^5.0.7"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"influx": {"type": "string"}}, "required": ["influx"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-c/json-c": {"type": "string"}, "google/gtest": {"type": "string"}}, "required": ["json-c/json-c", "google/gtest"]}}, "required": ["... | {"name" : "buckaroo-test-json-c", "dependencies" : {"json-c/json-c" : "0.12.1", "google/gtest" : "1.8.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-c/json-c": {"type": "string"}, "google/gtest": {"type": "string"}}, "required": ["json-c/json-c", "google/gtest"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/sch... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "provi... | {"name" : "National Defence Academy of Latvia", "alt_name" : "Latvijas Nacion\u0101l\u0101 aizsardz\u012bbas akad\u0113mija (NAA)", "country" : "Latvia", "state" : null, "address" : {"street" : "Ezermalas iela 6/8", "city" : "R\u012bga", "province" : null, "postal_code" : "LV-1014"}, "contact" : {"telephone" : "+371(67... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {... | {"result" : {"1" : [{"1" : "Paris Massy TGV Railway Station, France (XJY)", "2" : "rail", "3" : "XJY", "4" : "PAR", "5" : "Paris", "6" : 2.26055556, "7" : 48.725, "10" : "Europe/Paris"}]}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "ite... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [186.87, 107.314, 1, 188.253, 123.981, 1, 173.697, 123.309, 1, 154.728, 145.222, 1, 156.662, 153.34, 1, 213.986, 164.273, 1, 216.014, 166.903, 1, 211.53, 164.255, 1, 173.243, 188.694, 1, 165.658, 211.147, 1, 172.39, 235.349, 1, 198.965, 137.938, 1, 202.088, 211.598, ... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Create an example JSON object that satisfies this 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"]}, "reposit... | {"name" : "node-telegram-steamstatusbot", "version" : "0.4.1", "description" : "A Telegram bot that informs you when Steam, Game Coordinator or IEconItems is down.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com... | 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.