input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Token 8QiA", "symbol" : "8QiAy", "decimals" : 6, "address" : "8QiAyBySxWrcKTWrYstqGodgP2sg2XA5pDgr9x681b6y", "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "href", "description"]}}}, "required": ["kind", "name", "href", "description", "refs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"kind" : "Method", "name" : "WEBGL_debug_shaders.getTranslatedShaderSource", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_debug_shaders/getTranslatedShaderSource", "description" : "The WEBGL_debug_shaders.getTranslatedShaderSource() method is part of the WebGL API and allows you to debug a translated shader.", "refs" : [{"name" : "WEBGL_debug_shaders", "href" : "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/", "description" : "WEBGL_debug_shaders.getTranslatedShaderSource - WEBGL_debug_shaders"}]} | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "href", "description"]}}}, "required": ["kind", "name", "href", "description", "refs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[545.2186308817925, 594.0488239062299], [566.395201124476, 600.401794979035], [591.8070854156962, 610.9900801003769], [606.6306845855747, 613.1077371246452], [625.6895978039898, 619.4607081974502], [640.5131969738683, 623.6960222459868]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1919, 7], [1921, 6], [1925, 5], [1926, 6], [1929, 7], [1930, 5], [1932, 5], [1934, 5], [1939, 10], [1942, 5], [1944, 6], [1947, 5], [1949, 7], [1950, 5], [1951, 7], [1952, 6], [1953, 10], [1955, 5], [1956, 6], [1957, 5], [1961, 9], [1962, 5], [1963, 6], [1964, 5], [1967, 6], [1971, 6], [1975, 8], [1977, 6], [1979, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "SMILJKA", "frequency" : 50, "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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "css-minimizer-webpack-plugin": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-html": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "normalize-css": {"type": "string"}, "postcss": {"type": "string"}, "postcss-loader": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "vertical-rhythm-reset": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "css-loader", "css-minimizer-webpack-plugin", "eslint", "eslint-plugin-html", "html-webpack-plugin", "mini-css-extract-plugin", "node-sass", "normalize-css", "postcss", "postcss-loader", "postcss-preset-env", "sass-loader", "style-loader", "vertical-rhythm-reset", "webpack", "webpack-cli", "webpack-dev-server"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "server": {"type": "string"}}, "required": ["build", "server"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "author", "license", "devDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "template", "version" : "1.0.0", "description" : "A Template", "main" : "./src/index.js", "author" : "raratiru", "license" : "BSD-3-Clause", "devDependencies" : {"@babel/core" : "^7.14.3", "@babel/preset-env" : "^7.14.4", "babel-loader" : "^8.2.2", "css-loader" : "^5.2.6", "css-minimizer-webpack-plugin" : "^3.0.1", "eslint" : "^7.28.0", "eslint-plugin-html" : "^6.1.2", "html-webpack-plugin" : "^5.3.1", "mini-css-extract-plugin" : "^1.6.0", "node-sass" : "^6.0.0", "normalize-css" : "^2.3.1", "postcss" : "^8.3.1", "postcss-loader" : "^6.0.0", "postcss-preset-env" : "^6.7.0", "sass-loader" : "^12.0.0", "style-loader" : "^2.0.0", "vertical-rhythm-reset" : "^1.2.0", "webpack" : "^5.38.1", "webpack-cli" : "^4.7.0", "webpack-dev-server" : "^3.11.2"}, "scripts" : {"build" : "webpack --env production", "server" : "webpack serve"}, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "css-minimizer-webpack-plugin": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-html": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "normalize-css": {"type": "string"}, "postcss": {"type": "string"}, "postcss-loader": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "vertical-rhythm-reset": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "css-loader", "css-minimizer-webpack-plugin", "eslint", "eslint-plugin-html", "html-webpack-plugin", "mini-css-extract-plugin", "node-sass", "normalize-css", "postcss", "postcss-loader", "postcss-preset-env", "sass-loader", "style-loader", "vertical-rhythm-reset", "webpack", "webpack-cli", "webpack-dev-server"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "server": {"type": "string"}}, "required": ["build", "server"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "author", "license", "devDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "compressium:block/lapis_9"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comments": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"_type": {"type": "object", "properties": {"enum": {"type": "array", "items": {"type": "string"}}}, "required": ["enum"]}, "value": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["description", "$ref"]}}, "required": ["_type", "value"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "$id", "title", "description", "$comments", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "https://specifications.openehr.org/releases/ITS-JSON/latest/components/BASE/Release-1.2.0/Foundation_types/Iso8601_date.json", "title" : "Iso8601_date", "description" : "Represents an ISO 8601 date, including partial and extended forms. Value may be:\n\n* `YYYY-MM-DD` (extended, preferred)\n* `YYYYMMDD` (compact)\n* a partial invariant.\n\nSee `Time_definitions._valid_iso8601_date()_` for validity.", "$comments" : "Defined in Foundation_types IM, inherits from Iso8601_type", "type" : "object", "properties" : {"_type" : {"enum" : ["Iso8601_date", "DV_DATE"]}, "value" : {"description" : "Representation of all descendants is a single String.", "$ref" : "all.json#/definitions/String"}}, "required" : ["value"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comments": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"_type": {"type": "object", "properties": {"enum": {"type": "array", "items": {"type": "string"}}}, "required": ["enum"]}, "value": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["description", "$ref"]}}, "required": ["_type", "value"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "$id", "title", "description", "$comments", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"$schema": {"type": "string"}, "executors": {"type": "object", "properties": {"build": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "test": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "serve": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}}, "required": ["build", "test", "serve"]}}, "required": ["$schema", "executors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/schema", "executors" : {"build" : {"implementation" : "./src/executors/build/build", "schema" : "./src/executors/build/schema.json", "description" : "Executor for running dotnet build."}, "test" : {"implementation" : "./src/executors/test/test", "schema" : "./src/executors/test/schema.json", "description" : "Executor for running dotnet test."}, "serve" : {"implementation" : "./src/executors/serve/serve", "schema" : "./src/executors/serve/schema.json", "description" : "Executor for running dotnet run."}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "executors": {"type": "object", "properties": {"build": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "test": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "serve": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}}, "required": ["build", "test", "serve"]}}, "required": ["$schema", "executors"], "$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": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/mechparts/horn/mechhornnootnoot.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/mechparts/horn/mechhornnootnoot.item"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"items/generic/mechparts/horn/mechhornnootnoot.item" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u8fdb\u51fb\u7684\u673a\u7532\u5587\u53ed", "Eng" : "Offensive Mech Horn"}}, {"DeniedAlternatives" : [], "Files" : {"items/generic/mechparts/horn/mechhornnootnoot.item" : ["/description"]}, "Texts" : {"Chs" : "\u9e23\u53f7\u51b2\u950b\uff01", "Eng" : "Offensive and crass."}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/mechparts/horn/mechhornnootnoot.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/mechparts/horn/mechhornnootnoot.item"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "le.216.245.205.85.nip.io", "min_cert_id" : 1228854954, "min_entry_timestamp" : "2019-02-24T06:48:11.447", "not_before" : "2019-02-24T05:48:10", "not_after" : "2019-05-25T05:48:10"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "description", "author"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"site" : {"siteMetadata" : {"title" : "Dryad", "description" : "Blog posted about ...", "author" : "dryad"}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "description", "author"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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" : "9416015002", "district_id" : "9416015", "name" : "LEINOKO"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "number"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[{"count" : 32.83, "_tpl" : "5696686a4bdc2da3298b456a"}]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "number"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "string"}, "mosmix": {"type": "null"}, "icao": {"type": "null"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "01254", "name" : {"en" : "Kotsoy / Reppe"}, "country" : "NO", "region" : null, "identifiers" : {"national" : null, "wmo" : "01254", "ghcn" : null, "wban" : null, "usaf" : "012540", "mosmix" : null, "icao" : null, "iata" : null}, "location" : {"latitude" : 62.9761, "longitude" : 10.5606, "elevation" : 127}, "timezone" : "Europe/Oslo", "history" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "string"}, "mosmix": {"type": "null"}, "icao": {"type": "null"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "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": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "On the Absence of Isolated Nodes in Wireless Ad-Hoc Networks with Unreliable Links - a Curious Gap.", "fields" : ["unit interval", "random graph", "scaling", "unit circle", "second moment method"], "abstract" : "We consider an extension to the disk model in one dimension where communication links established between nodes may fail. With the help of the method of first and second moments, we investigate the zero-one laws for the property that there are no isolated nodes in the underlying random graph. Two specific situations are discussed: For the unit circle we prove a full zero-one law and determine its critical scaling. For the unit interval we derive a zero-law and a one-law which capture deviations from different critical scalings; a completely symmetric zero-one law is established under an additional condition. Analysis and simulations both indicate the possible presence of a gap between the one-law critical scalings for the unit interval and the unit circle. This discrepancy is quite surprising given that the zero-one laws for the absence of isolated nodes are identical in the geometric random graphs on the unit interval and on the unit circle. Connections to recent results by Yi et al. are discussed.", "citation" : "Citations (3)", "departments" : ["University of Texas at Austin", "University of Maryland, College Park"], "authors" : ["N. Prasanth Anthapadmanabhan.....http://dblp.org/pers/hd/a/Anthapadmanabhan:N=_Prasanth", "Armand M. Makowski.....http://dblp.org/pers/hd/m/Makowski:Armand_M="], "conf" : "infocom", "year" : "2010", "pages" : 9} | 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": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "pretest", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"async": {"type": "string"}, "chai": {"type": "string"}, "coffee-script": {"type": "string"}, "dependency-lint": {"type": "string"}, "mycha": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}, "tmp": {"type": "string"}}, "required": ["async", "chai", "coffee-script", "dependency-lint", "mycha", "sinon", "sinon-chai", "tmp"]}, "dependencies": {"type": "object", "properties": {"cson-parser": {"type": "string"}, "fs-extra": {"type": "string"}}, "required": ["cson-parser", "fs-extra"]}}, "required": ["name", "version", "description", "scripts", "keywords", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fs-cson", "version" : "0.3.2", "description" : "Read and write CSON to the filesystem", "scripts" : {"prepublish" : "find ./src -name '*.coffee' -not -name '*_spec.coffee' | xargs coffee -co lib/", "pretest" : "dependency-lint", "test" : "mycha"}, "keywords" : ["fs", "cson"], "repository" : {"type" : "git", "url" : "https://github.com/charlierudolph/fs-cson.git"}, "author" : "Charlie Rudolph", "license" : "MIT", "devDependencies" : {"async" : "^1.0.0", "chai" : "^3.5.0", "coffee-script" : "^1.9.2", "dependency-lint" : "^2.4.0", "mycha" : "^1.0.0", "sinon" : "^1.14.1", "sinon-chai" : "^2.7.0", "tmp" : "0.0.28"}, "dependencies" : {"cson-parser" : "^1.0.9", "fs-extra" : "^0.26.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "pretest", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"async": {"type": "string"}, "chai": {"type": "string"}, "coffee-script": {"type": "string"}, "dependency-lint": {"type": "string"}, "mycha": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}, "tmp": {"type": "string"}}, "required": ["async", "chai", "coffee-script", "dependency-lint", "mycha", "sinon", "sinon-chai", "tmp"]}, "dependencies": {"type": "object", "properties": {"cson-parser": {"type": "string"}, "fs-extra": {"type": "string"}}, "required": ["cson-parser", "fs-extra"]}}, "required": ["name", "version", "description", "scripts", "keywords", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["cacheman-redis", "job-q", "mediaplugin", "node-coal", "ordo", "penguin.js", "razorframe", "wiki-storage-redis", "yasp"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"user_rating": {"type": "number"}, "review_count": {"type": "integer"}, "name": {"type": "string"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"rating": {"type": "number"}, "stay_parameters": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "user": {"type": "string"}, "date": {"type": "string"}, "detail_rating": {"type": "object", "properties": {"service": {"type": "number"}, "cleanliness": {"type": "number"}, "value": {"type": "number"}, "sleep": {"type": "number"}, "rooms": {"type": "number"}, "location": {"type": "number"}}, "required": ["service", "cleanliness", "value", "sleep", "rooms", "location"]}, "id": {"type": "integer"}}, "required": ["rating", "stay_parameters", "text", "title", "user", "date", "detail_rating", "id"]}}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "region": {"type": "string"}, "continent": {"type": "string"}}, "required": ["country", "region", "continent"]}, "stars": {"type": "integer"}, "variance": {"type": "object", "properties": {"poor": {"type": "integer"}, "average": {"type": "integer"}, "very good": {"type": "integer"}, "terrible": {"type": "integer"}, "excellent": {"type": "integer"}}, "required": ["poor", "average", "very good", "terrible", "excellent"]}, "slim_ranking": {"type": "number"}, "description": {"type": "string"}}, "required": ["user_rating", "review_count", "name", "reviews", "location", "stars", "variance", "slim_ranking", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user_rating" : 5.0, "review_count" : 5, "name" : "Hotel Pelikan", "reviews" : [{"rating" : 5.0, "stay_parameters" : "Stayed July 2012, traveled with family", "text" : "I traveled to Aleksandrow with my parents. I wanted somewhere comfortable and clean, as my parents (although hardy) aren't young anymore. My Australian parents had no issues as all the staff made an effort to converse in English. This was refreshing.", "title" : "Service, Quality and Cleanliness", "user" : "Dazzler-TA", "date" : "March 27, 2013", "detail_rating" : {"service" : 5.0, "cleanliness" : 5.0, "value" : 5.0, "sleep" : 5.0, "rooms" : 5.0, "location" : 5.0}, "id" : 155788872}], "location" : {"country" : "Poland", "region" : "Central Poland", "continent" : "Europe"}, "stars" : 2, "variance" : {"poor" : 0, "average" : 0, "very good" : 0, "terrible" : 0, "excellent" : 5}, "slim_ranking" : 1.0, "description" : "Located just 300 metres from the centre of Aleksandr\u00f3w \u0141\u00f3dzki, the Pelikan offers a sauna, small gym and free Wi-Fi. Its rooms come with an LCD TV with satellite channels.Every morning a buffet breakfast is served at the on-site restaurant, which specialises in Polish and international dishes. Guests can enjoy a drink at the bar with a fireplace.All rooms at the Pelikan come with a working space and a modern bathroom with a hairdryer and a shower. Some offer a seating area.Free on-site parking is provided."} | json_instruct | {"type": "object", "properties": {"user_rating": {"type": "number"}, "review_count": {"type": "integer"}, "name": {"type": "string"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"rating": {"type": "number"}, "stay_parameters": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "user": {"type": "string"}, "date": {"type": "string"}, "detail_rating": {"type": "object", "properties": {"service": {"type": "number"}, "cleanliness": {"type": "number"}, "value": {"type": "number"}, "sleep": {"type": "number"}, "rooms": {"type": "number"}, "location": {"type": "number"}}, "required": ["service", "cleanliness", "value", "sleep", "rooms", "location"]}, "id": {"type": "integer"}}, "required": ["rating", "stay_parameters", "text", "title", "user", "date", "detail_rating", "id"]}}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "region": {"type": "string"}, "continent": {"type": "string"}}, "required": ["country", "region", "continent"]}, "stars": {"type": "integer"}, "variance": {"type": "object", "properties": {"poor": {"type": "integer"}, "average": {"type": "integer"}, "very good": {"type": "integer"}, "terrible": {"type": "integer"}, "excellent": {"type": "integer"}}, "required": ["poor", "average", "very good", "terrible", "excellent"]}, "slim_ranking": {"type": "number"}, "description": {"type": "string"}}, "required": ["user_rating", "review_count", "name", "reviews", "location", "stars", "variance", "slim_ranking", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "83112", "name" : {"en" : "Juiz De Fora (aero) / Novo Horizonte"}, "country" : "BR", "region" : "MG", "identifiers" : {"wmo" : "83112"}, "location" : {"latitude" : -21.7833, "longitude" : -43.3833, "elevation" : 911}, "timezone" : "America/Sao_Paulo"} | 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": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Edouard DUPIN", "value" : "\\", "type" : "hand", "time" : 1470867419739152896, "data" : [{"type" : "type::finger", "list" : [[351.674377, 406.967224], [352.306854, 401.905823], [355.918915, 393.990234], [361.45871, 381.980347], [367.45871, 366.530457], [375.287415, 347.662354], [383.163513, 328.980286], [389.345703, 314.312683], [393.470703, 304.614868], [394.825165, 297.537415], [395.713165, 292.070984], [395.830872, 291.142029], [395.87558, 290.789124]]}]} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "41c3e0bc740a89862843f60d44c3a88dc4e65f15"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"formly.js": {"type": "string"}, "formly.min.js": {"type": "string"}}, "required": ["formly.js", "formly.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"formly.js" : "sha256-digwhfGNAApYNWmbTXZCQgEJEF1z5W8lSFnuSgaYKbQ=", "formly.min.js" : "sha256-ib7Buq/fyS7oduigVxv/d2Sc01mw+yt0Rjrip4TV0VM="} | json_instruct | {"type": "object", "properties": {"formly.js": {"type": "string"}, "formly.min.js": {"type": "string"}}, "required": ["formly.js", "formly.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"interact": {"type": "string"}, "interactHeadless": {"type": "string"}, "printLabel": {"type": "string"}}, "required": ["interact", "interactHeadless", "printLabel"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"interact" : "dkh 8/12/2016 18:49", "interactHeadless" : "dkh 8/12/2016 11:20", "printLabel" : "dkh 8/12/2016 11:24"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"interact": {"type": "string"}, "interactHeadless": {"type": "string"}, "printLabel": {"type": "string"}}, "required": ["interact", "interactHeadless", "printLabel"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"fro": {"type": "string"}, "too": {"type": "string"}, "value": {"type": "integer"}, "date": {"type": "number"}, "sign": {"type": "string"}}, "required": ["fro", "too", "value", "date", "sign"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fro" : "Lars", "too" : "Simon", "value" : 320, "date" : 3542313600.0, "sign" : "3045022100ebbb9fda7b31f28b8f3ba7f5e3be28c8b75f8bf1bdb13650dd3ba5195a4ef25902203eb44ed8b530d49f0a24b855656e5e0f8a763beb867606d252713ee7c340fb2a"} | json_instruct | {"type": "object", "properties": {"fro": {"type": "string"}, "too": {"type": "string"}, "value": {"type": "integer"}, "date": {"type": "number"}, "sign": {"type": "string"}}, "required": ["fro", "too", "value", "date", "sign"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"solution_size" : 65, "ok" : true, "resemblance" : 0.157023, "problem_id" : 4871, "solution_spec_hash" : "ab3e0cb81bcfdcb849e742dc967a79b8f9c1d554"} | json_instruct | {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rustc" : 4606162150436181663, "features" : "[]", "target" : 9852382411516538720, "profile" : 1021633075455700787, "path" : 1036222786711178230, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug\\.fingerprint\\part2-eeaa1767e2fa9a36\\dep-test-bin-part2"}}], "rustflags" : [], "metadata" : 7797948686568424061, "config" : 2202906307356721367, "compile_kind" : 0} | 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": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "aab04faaa821227fe720", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"accountingPeriod": {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}}, "required": ["start", "end"]}, "accountingType": {"type": "string"}, "commencementDate": {"type": "string"}, "tradingName": {"type": "string"}, "businessAddressLineOne": {"type": "string"}, "businessAddressLineTwo": {"type": "string"}, "businessAddressLineThree": {"type": "string"}, "businessAddressLineFour": {"type": "string"}, "businessPostcode": {"type": "string"}}, "required": ["accountingPeriod", "accountingType", "commencementDate", "tradingName", "businessAddressLineOne", "businessAddressLineTwo", "businessAddressLineThree", "businessAddressLineFour", "businessPostcode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accountingPeriod" : {"start" : "2017-04-06", "end" : "2018-04-05"}, "accountingType" : "CASH", "commencementDate" : "2016-01-01", "tradingName" : "Acme Ltd.", "businessAddressLineOne" : "1 Acme Rd.", "businessAddressLineTwo" : "London", "businessAddressLineThree" : "Greater London", "businessAddressLineFour" : "United Kingdom", "businessPostcode" : "A9 9AA"} | json_instruct | {"type": "object", "properties": {"accountingPeriod": {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}}, "required": ["start", "end"]}, "accountingType": {"type": "string"}, "commencementDate": {"type": "string"}, "tradingName": {"type": "string"}, "businessAddressLineOne": {"type": "string"}, "businessAddressLineTwo": {"type": "string"}, "businessAddressLineThree": {"type": "string"}, "businessAddressLineFour": {"type": "string"}, "businessPostcode": {"type": "string"}}, "required": ["accountingPeriod", "accountingType", "commencementDate", "tradingName", "businessAddressLineOne", "businessAddressLineTwo", "businessAddressLineThree", "businessAddressLineFour", "businessPostcode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "CORE", "name" : "cVault.finance (PoS)", "decimals" : 18, "address" : "0xe47dbe919c8ab0c1a1c1e97a1eefc2b946253924", "mintable" : false, "ethereum_address" : "0x62359ed7505efc61ff1d56fef82158ccaffa23d7"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {}}}, "required": ["authors"]}, "mainpagetext": {"type": "string"}}, "required": ["@metadata", "mainpagetext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : []}, "mainpagetext" : "'''MediaWiki-programvaren er n\u00e5 installert.'''"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {}}}, "required": ["authors"]}, "mainpagetext": {"type": "string"}}, "required": ["@metadata", "mainpagetext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "object", "properties": {"normal": {"type": "array", "items": {"type": "string"}}, "hidden": {"type": "array", "items": {"type": "string"}}}, "required": ["normal", "hidden"]}, "height": {"type": "string"}, "weight": {"type": "string"}, "eggGroups": {"type": "array", "items": {"type": "string"}}, "gender": {"type": "array", "items": {"type": "number"}}, "family": {"type": "object", "properties": {"id": {"type": "integer"}, "evolutionStage": {"type": "integer"}, "evolutionLine": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "evolutionStage", "evolutionLine"]}, "sprites": {"type": "object", "properties": {"default": {"type": "string"}, "shiny": {"type": "string"}}, "required": ["default", "shiny"]}, "isStarter": {"type": "boolean"}, "isLegendary": {"type": "boolean"}, "isMythical": {"type": "boolean"}, "isUltraBeast": {"type": "boolean"}, "isMega": {"type": "boolean"}}, "required": ["number", "name", "generation", "description", "species", "types", "abilities", "height", "weight", "eggGroups", "gender", "family", "sprites", "isStarter", "isLegendary", "isMythical", "isUltraBeast", "isMega"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"number" : "258", "name" : "Mudkip", "generation" : 3, "description" : "The fin on MUDKIP\u2019s head acts as highly sensitive radar. Using this fin to sense movements of water and air, this POK\u00e9MON can determine what is taking place around it without using its eyes.", "species" : "Mud Fish", "types" : ["Water"], "abilities" : {"normal" : ["Torrent"], "hidden" : ["Damp"]}, "height" : "1'04\"", "weight" : "16.8 lbs.", "eggGroups" : ["Monster", "Water 1"], "gender" : [87.5, 12.5], "family" : {"id" : 132, "evolutionStage" : 1, "evolutionLine" : ["Mudkip", "Marshtomp", "Swampert"]}, "sprites" : {"default" : "https://pisaucer.github.io/staticmon/images/258.png", "shiny" : "https://pisaucer.github.io/staticmon/images/shiny/258.png"}, "isStarter" : true, "isLegendary" : false, "isMythical" : false, "isUltraBeast" : false, "isMega" : false} | json_instruct | {"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "object", "properties": {"normal": {"type": "array", "items": {"type": "string"}}, "hidden": {"type": "array", "items": {"type": "string"}}}, "required": ["normal", "hidden"]}, "height": {"type": "string"}, "weight": {"type": "string"}, "eggGroups": {"type": "array", "items": {"type": "string"}}, "gender": {"type": "array", "items": {"type": "number"}}, "family": {"type": "object", "properties": {"id": {"type": "integer"}, "evolutionStage": {"type": "integer"}, "evolutionLine": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "evolutionStage", "evolutionLine"]}, "sprites": {"type": "object", "properties": {"default": {"type": "string"}, "shiny": {"type": "string"}}, "required": ["default", "shiny"]}, "isStarter": {"type": "boolean"}, "isLegendary": {"type": "boolean"}, "isMythical": {"type": "boolean"}, "isUltraBeast": {"type": "boolean"}, "isMega": {"type": "boolean"}}, "required": ["number", "name", "generation", "description", "species", "types", "abilities", "height", "weight", "eggGroups", "gender", "family", "sprites", "isStarter", "isLegendary", "isMythical", "isUltraBeast", "isMega"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "href", "description"]}}}, "required": ["kind", "name", "href", "description", "refs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"kind" : "Property", "name" : "GlobalEventHandlers.ondragover", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/ondragover", "description" : "A global event handler for the dragover event.", "refs" : [{"name" : "HTML Living Standard", "href" : "https://html.spec.whatwg.org/multipage/indices.html#ix-handler-ondragover", "description" : "ondragover - HTML Living Standard"}, {"name" : "HTML 5.1", "href" : "https://www.w3.org/TR/html51/index.html#ix-handler-ondragover", "description" : "ondragover - HTML 5.1"}]} | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "href", "description"]}}}, "required": ["kind", "name", "href", "description", "refs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"tiles/materials/slime2.material": {"type": "array", "items": {"type": "string"}}}, "required": ["tiles/materials/slime2.material"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"tiles/materials/slime2.material" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u534a\u900f\u660e\u9ecf\u6db2\u65b9\u5757", "Eng" : "Translucent Slime Block"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"tiles/materials/slime2.material": {"type": "array", "items": {"type": "string"}}}, "required": ["tiles/materials/slime2.material"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : ["#chipped:soul_lantern"]} | 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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5302011010", "district_id" : "5302011", "name" : "TANDULA JANGGA"} | 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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "tdd": {"type": "string"}, "jest:watch": {"type": "string"}, "bdd": {"type": "string"}, "cypress:open": {"type": "string"}}, "required": ["start", "tdd", "jest:watch", "bdd", "cypress:open"]}, "jest": {"type": "object", "properties": {"testPathIgnorePatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["testPathIgnorePatterns"]}, "dependencies": {"type": "object", "properties": {"cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "http-errors": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["cookie-parser", "debug", "ejs", "express", "http-errors", "morgan"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "cypress": {"type": "string"}}, "required": ["jest", "cypress"]}}, "required": ["name", "version", "private", "scripts", "jest", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tdd_bdd_jest_cypress", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node ./bin/www", "tdd" : "./node_modules/.bin/jest", "jest:watch" : "./node_modules/.bin/jest --watchAll", "bdd" : "./node_modules/.bin/cypress run -b chrome", "cypress:open" : "./node_modules/.bin/cypress open"}, "jest" : {"testPathIgnorePatterns" : ["/cypress/"]}, "dependencies" : {"cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "ejs" : "~2.6.1", "express" : "~4.16.1", "http-errors" : "~1.6.3", "morgan" : "~1.9.1"}, "devDependencies" : {"jest" : "^26.1.0", "cypress" : "^4.10.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "tdd": {"type": "string"}, "jest:watch": {"type": "string"}, "bdd": {"type": "string"}, "cypress:open": {"type": "string"}}, "required": ["start", "tdd", "jest:watch", "bdd", "cypress:open"]}, "jest": {"type": "object", "properties": {"testPathIgnorePatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["testPathIgnorePatterns"]}, "dependencies": {"type": "object", "properties": {"cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "http-errors": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["cookie-parser", "debug", "ejs", "express", "http-errors", "morgan"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "cypress": {"type": "string"}}, "required": ["jest", "cypress"]}}, "required": ["name", "version", "private", "scripts", "jest", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 5298, "hash" : 3167161658, "artDyeHash" : 3167161658, "redacted" : false, "dyeManifestHash" : 2388967226, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"soxx.js": {"type": "string"}, "soxx.min.js": {"type": "string"}}, "required": ["soxx.js", "soxx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"soxx.js" : "sha512-6+0e6XnsSuREUlGTdv+igrpFolDDmlxR2oyGU9w9gbNE53BfoVzKsD3fOwEFf7U9Xw2dU4FxC3/0Rb7EGS0dMg==", "soxx.min.js" : "sha512-rdAfRRQoVp1sP5nNU9dUpfeH6nmT9NJCvGNjrKxoIdJgTyEwdO2lRW2Q1e8MEkaMT88J0EIsk2Kop09LMSrMNw=="} | json_instruct | {"type": "object", "properties": {"soxx.js": {"type": "string"}, "soxx.min.js": {"type": "string"}}, "required": ["soxx.js", "soxx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : ["minecraft:red_terracotta", "chipped:red_terracotta_1", "chipped:red_terracotta_2", "chipped:red_terracotta_3", "chipped:red_terracotta_4", "chipped:red_terracotta_5", "chipped:red_terracotta_6", "chipped:red_terracotta_7", "chipped:red_terracotta_8", "chipped:red_terracotta_9", "chipped:red_terracotta_10", "chipped:red_terracotta_11", "chipped:red_terracotta_12", "chipped:red_terracotta_13", "chipped:red_terracotta_14", "chipped:red_terracotta_15", "chipped:red_terracotta_16", "chipped:red_terracotta_17", "chipped:red_terracotta_18"]} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "41d76eda-34ca-46f7-bf6d-36b5708e90c4", "playerTags" : ["27c68d7f-5e40-4afa-8b6f-9df47b79e7dd"], "teamTags" : ["b63be8c2-576a-4d6e-8daf-814f8bcea96f", "878c1bf6-0d21-4659-bfee-916c8314d69c"], "gameTags" : ["e2d32bd2-7991-4ab1-b484-98e0a91ac5ee"], "metadata" : {"play" : 98, "subPlay" : -1, "children" : ["f8dac994-9100-481f-a993-f34e314bb105"]}, "created" : "2021-03-05T09:08:13.209Z", "season" : 11, "tournament" : -1, "type" : 37, "day" : 87, "phase" : 6, "category" : 2, "description" : "Basilio Mason is Poured Over with a light city roast blending mint and darkest chocolate!\nBasilio Mason got a Free Refill.", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 25790, "UUID" : "B237BC89-E837-454E-8E6C-A360C52A26D4", "DataProviderID" : 1, "OperatorID" : 1, "UsageTypeID" : 1, "UsageCost" : "Free", "AddressInfo" : {"ID" : 26136, "Title" : "One Island South", "AddressLine1" : "2 Heung Yip Road", "Town" : "Aberdeen", "StateOrProvince" : "Hong Kong Island", "CountryID" : 4, "Latitude" : 22.2486570961234, "Longitude" : 114.169106483459, "AccessComments" : "Enter via Yip Fat Street", "DistanceUnit" : 0}, "Connections" : [{"ID" : 28162, "ConnectionTypeID" : 3, "StatusTypeID" : 50, "LevelID" : 1, "CurrentTypeID" : 10, "Quantity" : 2}], "NumberOfPoints" : 2, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2014-11-24T09:07:00Z", "DataQualityLevel" : 1, "DateCreated" : "2014-11-17T12:25:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Cut a small X in bottom of each tomato with a sharp paring knife. Blanch tomatoes in a 3-quart saucepan of boiling water for 10 seconds, then immediately transfer with a slotted spoon to a bowl of ice and cold water to stop cooking. Drain, peel, and coarsely chop.", "Cook onions and garlic in oil in a wide 5- to 6-quart heavy pot over moderately high heat, stirring occasionally, until onions are softened, about 5 minutes. Add tomatoes and cook, stirring occasionally, 4 minutes.", "Add beans, water, sugar, salt, and pepper and bring to a boil. Reduce heat to moderately low, then cover and simmer until beans are very tender, about 45 minutes.", "Remove from heat and season with salt and pepper. Cool to room temperature, uncovered, about 45 minutes. Serve beans with juices."], "ingredients" : ["2 medium tomatoes", "2 medium onions, chopped", "2 garlic cloves, chopped", "2/3 cup extra-virgin olive oil", "1 pound green beans, trimmed and halved crosswise", "1 cup water", "1 tablespoon sugar", "1 teaspoon salt", "1/2 teaspoon black pepper", "lemon wedges; thick Turkish or Greek yogurt"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Garlic", "Onion", "Tomato", "Vegetable", "Side", "Braise", "Vegetarian", "Dinner", "Green Bean", "Healthy", "Gourmet", "Vegan", "Pescatarian", "Dairy Free", "Wheat/Gluten-Free", "Peanut Free", "Tree Nut Free", "Soy Free", "Kosher"], "title" : "Turkish-Style Braised Green Beans", "url" : "http://www.epicurious.com/recipes/food/views/turkish-style-braised-green-beans-237218"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"records": {"type": "array", "items": {"type": "object", "properties": {"recTime": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "high": {"type": "number"}, "low": {"type": "number"}}, "required": ["recTime", "start", "end", "high", "low"]}}}, "required": ["records"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"records" : [{"recTime" : "2016-12-26T23:50:00Z", "start" : 86.648, "end" : 86.648, "high" : 86.664, "low" : 86.642}, {"recTime" : "2016-12-26T23:40:00Z", "start" : 86.65, "end" : 86.648, "high" : 86.662, "low" : 86.64}, {"recTime" : "2016-12-26T23:30:00Z", "start" : 86.666, "end" : 86.65, "high" : 86.678, "low" : 86.638}, {"recTime" : "2016-12-26T23:20:00Z", "start" : 86.708, "end" : 86.667, "high" : 86.712, "low" : 86.666}, {"recTime" : "2016-12-26T23:10:00Z", "start" : 86.702, "end" : 86.708, "high" : 86.721, "low" : 86.676}, {"recTime" : "2016-12-26T23:00:00Z", "start" : 86.619, "end" : 86.701, "high" : 86.71, "low" : 86.59}]} | json_instruct | {"type": "object", "properties": {"records": {"type": "array", "items": {"type": "object", "properties": {"recTime": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "high": {"type": "number"}, "low": {"type": "number"}}, "required": ["recTime", "start", "end", "high", "low"]}}}, "required": ["records"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "dev": {"type": "string"}, "prepublishOnly": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "clean", "dev", "prepublishOnly", "lint"]}, "bin": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"common-tags": {"type": "string"}, "create-create-app": {"type": "string"}}, "required": ["common-tags", "create-create-app"]}, "devDependencies": {"type": "object", "properties": {"@types/common-tags": {"type": "string"}, "@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "shx": {"type": "string"}, "tsup": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/common-tags", "@types/node", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-google", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "shx", "tsup", "typescript"]}}, "required": ["name", "version", "main", "license", "repository", "scripts", "bin", "files", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "create-lit", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/litelement-dev/create-lit.git"}, "scripts" : {"build" : "tsup src/cli.ts --minify", "clean" : "shx rm -rf dist", "dev" : "tsup src/cli.ts --watch", "prepublishOnly" : "npm run clean && npm run build", "lint" : "eslint --ext .ts --ignore-path .eslintignore ."}, "bin" : "dist/cli.js", "files" : ["dist", "templates"], "dependencies" : {"common-tags" : "^1.8.0", "create-create-app" : "^7.1.0"}, "devDependencies" : {"@types/common-tags" : "^1.8.1", "@types/node" : "^16.10.2", "@typescript-eslint/eslint-plugin" : "^4.32.0", "@typescript-eslint/parser" : "^4.32.0", "eslint" : "^7.32.0", "eslint-config-google" : "^0.14.0", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-prettier" : "^3.4.1", "prettier" : "^2.4.1", "shx" : "^0.3.3", "tsup" : "^4.14.0", "typescript" : "^4.4.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "dev": {"type": "string"}, "prepublishOnly": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "clean", "dev", "prepublishOnly", "lint"]}, "bin": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"common-tags": {"type": "string"}, "create-create-app": {"type": "string"}}, "required": ["common-tags", "create-create-app"]}, "devDependencies": {"type": "object", "properties": {"@types/common-tags": {"type": "string"}, "@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "shx": {"type": "string"}, "tsup": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/common-tags", "@types/node", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-google", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "shx", "tsup", "typescript"]}}, "required": ["name", "version", "main", "license", "repository", "scripts", "bin", "files", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "minimum_chrome_version": {"type": "string"}, "devtools_page": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "version", "description", "minimum_chrome_version", "devtools_page", "permissions", "content_scripts", "background", "icons", "page_action", "web_accessible_resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "Lyra", "version" : "0.0.1", "description" : "Visualizer for Apollo Client", "minimum_chrome_version" : "10.0", "devtools_page" : "devtools.html", "permissions" : ["tabs", "<all_urls>", "storage", "webNavigation"], "content_scripts" : [{"matches" : ["<all_urls>"], "js" : ["scripts/contentScript.js"], "run_at" : "document_end"}], "background" : {"scripts" : ["scripts/background.js"], "persistent" : true}, "icons" : {"16" : "icons/lyra_logo16.png", "48" : "icons/lyra_logo48.png", "128" : "icons/lyra_logo128.png"}, "page_action" : {"default_icon" : "icons/lyra_logo16.png"}, "web_accessible_resources" : ["scripts/inject.js", "../src/assets/lyra_chrome_logo_med.png", "../browser/icons/lyra_logo48.png"]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "minimum_chrome_version": {"type": "string"}, "devtools_page": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "version", "description", "minimum_chrome_version", "devtools_page", "permissions", "content_scripts", "background", "icons", "page_action", "web_accessible_resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"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#"}
| [{"id" : "2001", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Sukamulya"}, {"id" : "2002", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Tegalurung"}, {"id" : "2003", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Langensari"}, {"id" : "2004", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Bayur Lor"}, {"id" : "2005", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Bayur Kidul"}, {"id" : "2006", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Kiara"}, {"id" : "2007", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Manggungjaya"}, {"id" : "2008", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Sumurgede"}, {"id" : "2009", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Muktijaya"}, {"id" : "2010", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Pasirukem"}, {"id" : "2011", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Pasirjaya"}, {"id" : "2012", "provinceId" : "32", "regencyId" : "15", "districtId" : "23", "name" : "Sukajaya"}] | json_instruct | {"type": "array", "items": {"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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"IsEncrypted": {"type": "boolean"}, "Values": {"type": "object", "properties": {"AzureWebJobsStorage": {"type": "string"}, "FUNCTIONS_WORKER_RUNTIME": {"type": "string"}}, "required": ["AzureWebJobsStorage", "FUNCTIONS_WORKER_RUNTIME"]}, "connectionStrings": {"type": "object", "properties": {"azurebetsfriendsconnstring": {"type": "object", "properties": {"ConnectionString": {"type": "string"}, "ProviderName": {"type": "string"}}, "required": ["ConnectionString", "ProviderName"]}}, "required": ["azurebetsfriendsconnstring"]}}, "required": ["IsEncrypted", "Values", "connectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsEncrypted" : false, "Values" : {"AzureWebJobsStorage" : "UseDevelopmentStorage=true", "FUNCTIONS_WORKER_RUNTIME" : "dotnet"}, "connectionStrings" : {"azurebetsfriendsconnstring" : {"ConnectionString" : "Server=tcp:betsfriendssql.database.windows.net,1433;Initial Catalog=BetsFriends;Persist Security Info=False;User ID=BetsFriends;Password=REDsky.123;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;", "ProviderName" : "System.Data.SqlClient"}}} | json_instruct | {"type": "object", "properties": {"IsEncrypted": {"type": "boolean"}, "Values": {"type": "object", "properties": {"AzureWebJobsStorage": {"type": "string"}, "FUNCTIONS_WORKER_RUNTIME": {"type": "string"}}, "required": ["AzureWebJobsStorage", "FUNCTIONS_WORKER_RUNTIME"]}, "connectionStrings": {"type": "object", "properties": {"azurebetsfriendsconnstring": {"type": "object", "properties": {"ConnectionString": {"type": "string"}, "ProviderName": {"type": "string"}}, "required": ["ConnectionString", "ProviderName"]}}, "required": ["azurebetsfriendsconnstring"]}}, "required": ["IsEncrypted", "Values", "connectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-clean-css": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-order": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-watch": {"type": "string"}, "lodash": {"type": "string"}, "minimatch": {"type": "string"}}, "required": ["gulp", "gulp-clean-css", "gulp-concat", "gulp-less", "gulp-order", "gulp-uglify", "gulp-watch", "lodash", "minimatch"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devDependencies" : {"gulp" : "^3.9.1", "gulp-clean-css" : "^4.0.0", "gulp-concat" : "^2.6.1", "gulp-less" : "^4.0.1", "gulp-order" : "^1.2.0", "gulp-uglify" : "^3.0.1", "gulp-watch" : "^5.0.1", "lodash" : ">=4.17.21", "minimatch" : ">=3.0.2"}, "scripts" : {"build" : "gulp css && gulp js"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-clean-css": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-order": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-watch": {"type": "string"}, "lodash": {"type": "string"}, "minimatch": {"type": "string"}}, "required": ["gulp", "gulp-clean-css", "gulp-concat", "gulp-less", "gulp-order", "gulp-uglify", "gulp-watch", "lodash", "minimatch"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"defaultMap": {"type": "object", "properties": {"spriteMap": {"type": "array", "items": {"type": "object", "properties": {"sprite": {"type": "string"}, "material": {"type": "string"}}, "required": ["sprite", "material"]}}}, "required": ["spriteMap"]}}, "required": ["defaultMap"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"defaultMap" : {"spriteMap" : [{"sprite" : "betterend:block/chorus_plant_flower_petal", "material" : "betterend:waving_floor"}, {"sprite" : "betterend:block/chorus_plant_flower_fur", "material" : "betterend:waving_floor"}]}} | json_instruct | {"type": "object", "properties": {"defaultMap": {"type": "object", "properties": {"spriteMap": {"type": "array", "items": {"type": "object", "properties": {"sprite": {"type": "string"}, "material": {"type": "string"}}, "required": ["sprite", "material"]}}}, "required": ["spriteMap"]}}, "required": ["defaultMap"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "Aram", "long" : "<i>Meaning:</i> \"Aram\" or \"Syria\", and its inhabitants; also the name of the son of Shem, a grandson of Nahor, and of an Israelite.<br/><i>Usage:</i> Aram, Mesopotamia, Syria, Syrians.<br/><i>Source:</i> from the same as \"H759\"; the highland;"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["hasIcon", "description", "name"]}, "subtitle": {"type": "string"}}, "required": ["index", "hash", "blacklisted", "redacted", "displayProperties", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 1261, "hash" : 1706206669, "blacklisted" : false, "redacted" : false, "displayProperties" : {"hasIcon" : false, "description" : "\"How did they find me? Every direction I turn, there they are. The beady phosphorescent red eyes of the Hobgoblins fill in the darkness around me. I look for cover, but more infernal machines teleport in, blocking my path. \n\n\"I'm outnumbered. Perhaps my luck has run out. \n\n\"They inch closer in pairs. Two by two they prepare to disintegrate me. \n\n\"There is still more for me to do. More heads to break.\n \n\"My weapon charges. I breathe in. \n\n\"I move.\"\n\n\u2014Saint-14", "name" : "Gallant Charge"}, "subtitle" : "There is a brief moment, before the clash, that lives between fear and certainty. Push through."} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["hasIcon", "description", "name"]}, "subtitle": {"type": "string"}}, "required": ["index", "hash", "blacklisted", "redacted", "displayProperties", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "theme": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}}, "required": ["name", "theme", "version", "description", "keywords", "repository", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "atom-cobalt-material-syntax", "theme" : "syntax", "version" : "1.2.4", "description" : "A dark blue syntax theme inspired by the classic Cobalt and Material themes", "keywords" : ["syntax", "theme", "material", "cobalt", "blue"], "repository" : "https://github.com/PietroPate/atom-cobalt-material-syntax", "license" : "MIT", "engines" : {"atom" : ">=1.0.0 <2.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "theme": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}}, "required": ["name", "theme", "version", "description", "keywords", "repository", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "http://www.spanishdict.com/conjugate/revolotear", "word" : "revolotear", "infinitivo" : "revolotear", "gerundio" : ["revoloteando"], "participio" : ["revoloteado"], "tenses" : {"3" : [["revoloteo"], ["revoloteas"], ["revolotea"], ["revoloteamos"], ["revolote\u00e1is"], ["revolotean"]], "4" : [["revolote\u00e9"], ["revoloteaste"], ["revolote\u00f3"], ["revoloteamos"], ["revoloteasteis"], ["revolotearon"]], "5" : [["revoloteaba"], ["revoloteabas"], ["revoloteaba"], ["revolote\u00e1bamos"], ["revoloteabais"], ["revoloteaban"]], "6" : [["revolotear\u00eda"], ["revolotear\u00edas"], ["revolotear\u00eda"], ["revolotear\u00edamos"], ["revolotear\u00edais"], ["revolotear\u00edan"]], "7" : [["revolotear\u00e9"], ["revolotear\u00e1s"], ["revolotear\u00e1"], ["revolotearemos"], ["revolotear\u00e9is"], ["revolotear\u00e1n"]], "8" : [["revolotee"], ["revolotees"], ["revolotee"], ["revoloteemos"], ["revolote\u00e9is"], ["revoloteen"]], "9" : [["revoloteara"], ["revolotearas"], ["revoloteara"], ["revolote\u00e1ramos"], ["revolotearais"], ["revolotearan"]], "10" : [["revolotease"], ["revoloteases"], ["revolotease"], ["revolote\u00e1semos"], ["revoloteaseis"], ["revoloteasen"]], "11" : [["revoloteare"], ["revoloteares"], ["revoloteare"], ["revolote\u00e1remos"], ["revoloteareis"], ["revolotearen"]], "12" : {"1" : ["revolotea"], "2" : ["revolotee"], "3" : ["revoloteemos"], "4" : ["revolotead"], "5" : ["revoloteen"]}}} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "ACPT", "name" : "Crypto Accept", "decimals" : 18, "address" : "0xcad2d4c4469ff09ab24d02a63bcedfcd44be0645"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"max_error_0_1": {"type": "number"}, "r2_0_1": {"type": "number"}, "std_var_1": {"type": "number"}, "min_var_1": {"type": "number"}, "r2_0": {"type": "number"}, "_runtime": {"type": "number"}, "max_var_1": {"type": "number"}, "max_error_0": {"type": "number"}, "min_var_0": {"type": "number"}, "mean_var_0": {"type": "number"}, "mae_0_1": {"type": "number"}, "mae_0": {"type": "number"}, "median_var_0": {"type": "number"}, "std_var_0": {"type": "number"}, "mean_var_1": {"type": "number"}, "_timestamp": {"type": "number"}, "train_size": {"type": "integer"}, "_step": {"type": "integer"}, "median_var_1": {"type": "number"}, "coregionalized": {"type": "boolean"}, "max_var_0": {"type": "number"}}, "required": ["max_error_0_1", "r2_0_1", "std_var_1", "min_var_1", "r2_0", "_runtime", "max_var_1", "max_error_0", "min_var_0", "mean_var_0", "mae_0_1", "mae_0", "median_var_0", "std_var_0", "mean_var_1", "_timestamp", "train_size", "_step", "median_var_1", "coregionalized", "max_var_0"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"max_error_0_1" : 0.207203041221788, "r2_0_1" : 0.9638205619017652, "std_var_1" : 0.5381028546338221, "min_var_1" : 0.28109172520595144, "r2_0" : 0.9638205619017652, "_runtime" : 527.1567559242249, "max_var_1" : 7.798995684058636, "max_error_0" : 0.207203041221788, "min_var_0" : 3.4803237499452923e-05, "mean_var_0" : 0.0023930095724293524, "mae_0_1" : 0.036407029139262116, "mae_0" : 0.036407029139262116, "median_var_0" : 0.001809803701282547, "std_var_0" : 0.0026635221550556317, "mean_var_1" : 0.8061504683697199, "_timestamp" : 1597406121.9821498, "train_size" : 250, "_step" : 0, "median_var_1" : 0.6904382161144984, "coregionalized" : true, "max_var_0" : 0.037780402056594345} | json_instruct | {"type": "object", "properties": {"max_error_0_1": {"type": "number"}, "r2_0_1": {"type": "number"}, "std_var_1": {"type": "number"}, "min_var_1": {"type": "number"}, "r2_0": {"type": "number"}, "_runtime": {"type": "number"}, "max_var_1": {"type": "number"}, "max_error_0": {"type": "number"}, "min_var_0": {"type": "number"}, "mean_var_0": {"type": "number"}, "mae_0_1": {"type": "number"}, "mae_0": {"type": "number"}, "median_var_0": {"type": "number"}, "std_var_0": {"type": "number"}, "mean_var_1": {"type": "number"}, "_timestamp": {"type": "number"}, "train_size": {"type": "integer"}, "_step": {"type": "integer"}, "median_var_1": {"type": "number"}, "coregionalized": {"type": "boolean"}, "max_var_0": {"type": "number"}}, "required": ["max_error_0_1", "r2_0_1", "std_var_1", "min_var_1", "r2_0", "_runtime", "max_var_1", "max_error_0", "min_var_0", "mean_var_0", "mae_0_1", "mae_0", "median_var_0", "std_var_0", "mean_var_1", "_timestamp", "train_size", "_step", "median_var_1", "coregionalized", "max_var_0"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101772667, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "6545edf67bf8ee0efcdbd687a2023b16", "wof:id" : 101772667, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.63717772051848, 44.05927321733327, 4.66477514589809, 44.07103175846908], "geometry" : {"coordinates" : [[[4.6567299086251, 44.07103175846908], [4.65689777124845, 44.06923297067215], [4.66187000097614, 44.06948998915192], [4.66212153656653, 44.06679178805075], [4.66336454218657, 44.06685600184579], [4.66344836107368, 44.0659565988741], [4.66469134983913, 44.06602079657335], [4.66477514589809, 44.06512139171559], [4.6635321764827, 44.06505719518287], [4.66361598841343, 44.0641577907727], [4.65740127552817, 44.06383659002171], [4.6575690824302, 44.06203779071683], [4.6538404007573, 44.06184489814274], [4.65375644100772, 44.06274429464992], [4.64754192482854, 44.06242250263784], [4.64771003429729, 44.0606237205979], [4.64522432272099, 44.06049490398397], [4.64530841091073, 44.05959551422467], [4.63909427250991, 44.05927321733327], [4.63901008760485, 44.06017260123684], [4.63776724809884, 44.06010809590828], [4.63717772051848, 44.06640375486103], [4.63842069544467, 44.06646826839489], [4.63816804638867, 44.06916640066237], [4.64065411986377, 44.06929538997781], [4.64073830100921, 44.068396010931], [4.64198132215637, 44.06846048202362], [4.64223378658443, 44.06576233704953], [4.64596269091356, 44.06595565021428], [4.646130866985, 44.06415687627367], [4.64985967776141, 44.0643500480644], [4.64960758255751, 44.06704821842726], [4.65085058253476, 44.06711258267757], [4.65093459840671, 44.06621319210649], [4.65217758153631, 44.06627754025885], [4.65226157457249, 44.06537814779898], [4.65599048091724, 44.06557109917884], [4.65548681873383, 44.07096746418841], [4.6567299086251, 44.07103175846908]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "voiceintro-toolbar-record-label": {"type": "string"}, "voiceintro-toolbar-stop-label": {"type": "string"}, "voiceintro-toolbar-clear-label": {"type": "string"}, "voiceintro-toolbar-upload-label": {"type": "string"}, "voiceintro-webaudio-not-supported": {"type": "string"}, "voiceintro-upload-publish-succeeded": {"type": "string"}, "voiceintro-upload-publish-failed": {"type": "string"}, "voiceintro-information-label": {"type": "string"}, "voiceintro-information-speaker-label": {"type": "string"}, "voiceintro-information-language-label": {"type": "string"}, "voiceintro-mic-access-notify": {"type": "string"}, "voiceintro-recording-notify": {"type": "string"}}, "required": ["@metadata", "voiceintro-toolbar-record-label", "voiceintro-toolbar-stop-label", "voiceintro-toolbar-clear-label", "voiceintro-toolbar-upload-label", "voiceintro-webaudio-not-supported", "voiceintro-upload-publish-succeeded", "voiceintro-upload-publish-failed", "voiceintro-information-label", "voiceintro-information-speaker-label", "voiceintro-information-language-label", "voiceintro-mic-access-notify", "voiceintro-recording-notify"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Luckas", "Araceletorres", "!Silent"]}, "voiceintro-toolbar-record-label" : "Gravar", "voiceintro-toolbar-stop-label" : "Parar", "voiceintro-toolbar-clear-label" : "Limpar", "voiceintro-toolbar-upload-label" : "Enviar", "voiceintro-webaudio-not-supported" : "A API do WebAudio n\u00e3o \u00e9 suportada por este navegador.", "voiceintro-upload-publish-succeeded" : "Grava\u00e7\u00e3o enviada com sucesso:", "voiceintro-upload-publish-failed" : "A grava\u00e7\u00e3o n\u00e3o foi enviada.", "voiceintro-information-label" : "Informa\u00e7\u00e3o", "voiceintro-information-speaker-label" : "Nome do falante:", "voiceintro-information-language-label" : "L\u00edngua:", "voiceintro-mic-access-notify" : "Clique em \"Permitir\" para permitir que o navegador acesse ao seu microfone.", "voiceintro-recording-notify" : "Gravando..."} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "voiceintro-toolbar-record-label": {"type": "string"}, "voiceintro-toolbar-stop-label": {"type": "string"}, "voiceintro-toolbar-clear-label": {"type": "string"}, "voiceintro-toolbar-upload-label": {"type": "string"}, "voiceintro-webaudio-not-supported": {"type": "string"}, "voiceintro-upload-publish-succeeded": {"type": "string"}, "voiceintro-upload-publish-failed": {"type": "string"}, "voiceintro-information-label": {"type": "string"}, "voiceintro-information-speaker-label": {"type": "string"}, "voiceintro-information-language-label": {"type": "string"}, "voiceintro-mic-access-notify": {"type": "string"}, "voiceintro-recording-notify": {"type": "string"}}, "required": ["@metadata", "voiceintro-toolbar-record-label", "voiceintro-toolbar-stop-label", "voiceintro-toolbar-clear-label", "voiceintro-toolbar-upload-label", "voiceintro-webaudio-not-supported", "voiceintro-upload-publish-succeeded", "voiceintro-upload-publish-failed", "voiceintro-information-label", "voiceintro-information-speaker-label", "voiceintro-information-language-label", "voiceintro-mic-access-notify", "voiceintro-recording-notify"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 85909191, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "cdff3f5470c7a2096c1448d6dbb2460b", "wof:id" : 85909191, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [138.981125, 36.310936, 138.981125, 36.310936], "geometry" : {"coordinates" : [138.981125, 36.310936], "type" : "Point"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fdb-all.js" : "sha512-65vzxjT+69FN5PKDg9I4ZP0hGhvGm8zdUzDOIS50jG0zhnOBe7yfkm1VL5oJ1rGil2CTJclP50/ZVLL4tGlfVw==", "fdb-all.min.js" : "sha512-13vBa6MTYufaEvWp13mILuwmQRTjhxPhImwdOtLKEOVk/C+7FhyJ2koW9bZeIkSWJx3ixfWrJ3hwdevCNy85Lg==", "fdb-angular.js" : "sha512-StOgIW2sEzCbcmb8q7sgSybI83aXNuf8tShB/6PjlZjKYPHInfX3h288XtFFtHXFz5PVU3brLIwJ4Do53K7u2Q==", "fdb-angular.min.js" : "sha512-vWir516TZvMwGEyhbdIRfSKMLg4aERQiJJ+CleRxcJN+E676FeQSKoTPO+itLlKo4AN5OTyf2x5GGKQ3p4WRpw==", "fdb-autobind.js" : "sha512-f+xC/UHgnYUJra87vXOesT152rBwF0o4AaMF6M90fjud+fWekIub8P2a5r4tsz8HopyrxFcaCcC+a8gCZ1LK4w==", "fdb-autobind.min.js" : "sha512-C5EXRHGJ9UaHPkv5QU+1pnAjR1pgy7Y7yyw2YcRLGSyrDu6xYdSoUXHyqG1x4YvIpHa1NVIrcB3J36sKqXyWgQ==", "fdb-core+persist.js" : "sha512-KY8MldXgA77biXnMLNKQWTpImxwacBVtsCIV6telt8Fg3iii9accmEJPsRPw6VRKboOlwIFkqJ2c7DGm0348nw==", "fdb-core+persist.min.js" : "sha512-smGOqviGJfRj48hHGQ70VA+4ghim2u+1RnUD8YsHsM76zOporIeZOXZ/KQnqnncO+7gjTMecPQymDQkhBVztFg==", "fdb-core+views.js" : "sha512-3Bb4R8xbjCRN2Y281RquoPuqLUMmK9DGlW3tsEINSe4G/A63fpxXTem/3u+PgRqrmnKENgaUbfTMEcnJ5I6mwQ==", "fdb-core+views.min.js" : "sha512-SachxSEpr2kyqQljPsiasro3UREfJOpxI6U6GyGfDNAdELucUYeptbsmTFhyIWiruJUYPqBzwVbvQupgEOKoxA==", "fdb-core.js" : "sha512-4BeXHenBxna6o95sQFJgHyI+Ov0euw2umYoTcieCEbFDa/u1DFpkWEah+VGAIq8Ia4PPiPhES3eZqhGMLHqHCw==", "fdb-core.min.js" : "sha512-aQ9worb32dHD/2rc63zddwdzBcZ4e/rapUtUT93iFwA25A7THoNCIzMyh3RgUcS67hS76zoFv9wyl7EGWRpKyg==", "fdb-infinilist.js" : "sha512-CaoG4JpiPuvZmmCsaNe2ltvOMNJPzbKHEompSk/u1Ef4Kcq7E2iPu+Xg3vXsvmmbonGQc5IuwY5lslvLDO7D/g==", "fdb-infinilist.min.js" : "sha512-/iaz0VQF5bcQUqft9RliQGd/gDBswE6L002AEkfj/3tKLspNrIANl7oru1xqNNsQ/3brBN41meuU/fCvinlJRg==", "fdb-legacy.js" : "sha512-cDwvaYNxCIFHA7LUKve4gnY9GOP0htpYHPKtU2gPYWcwQtDi8UXWRwfB0BvSCVe3bOzTI8RXfKLLAQcu4Dz/Xg==", "fdb-legacy.min.js" : "sha512-M0oP2Wd8k1/HraVvOZ0JCYB5nz0BJjtKDQC+wEo4AjN65eBkLB5XZfaLIBfuxLLXfdEIE/MnuNf0/VQDVlS3yw=="} | json_instruct | {"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "bundleId": {"type": "string"}, "uri": {"type": "string"}, "icon": {"type": "string"}, "bypasses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["name", "bundleId", "uri", "icon", "bypasses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Mario Kart Tour", "bundleId" : "com.nintendo.zaka", "uri" : "https://apps.apple.com/us/app/mario-kart-tour/id1293634699", "icon" : "https://is4-ssl.mzstatic.com/image/thumb/Purple126/v4/f2/1f/55/f21f55a1-ee5d-ad1c-7be3-1af6349abaf9/source/512x512bb.jpg", "bypasses" : [{"name" : "MKTBypass"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "bundleId": {"type": "string"}, "uri": {"type": "string"}, "icon": {"type": "string"}, "bypasses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["name", "bundleId", "uri", "icon", "bypasses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"mocha.files.glob": {"type": "string"}}, "required": ["mocha.files.glob"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mocha.files.glob" : "test/**/*.spec.js"} | json_instruct | {"type": "object", "properties": {"mocha.files.glob": {"type": "string"}}, "required": ["mocha.files.glob"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"status": {"type": "integer"}, "description": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"deviceId": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}}, "required": ["deviceId", "startTime", "endTime"]}}}, "required": ["status", "description", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 0, "description" : "OK", "data" : [{"deviceId" : "VivowatchSE-SNC-0001", "startTime" : "2020-05-15 00:00:00", "endTime" : "2021-06-30 00:00:00"}, {"deviceId" : "VivowatchSE-SNC-0002", "startTime" : "2020-05-15 00:00:00", "endTime" : "2021-06-30 00:00:00"}, {"deviceId" : "VivowatchSE-SNC-0003", "startTime" : "2020-05-15 00:00:00", "endTime" : "2021-06-30 00:00:00"}, {"deviceId" : "VivowatchSE-SNC-0004", "startTime" : "2020-05-15 00:00:00", "endTime" : "2021-06-30 00:00:00"}, {"deviceId" : "VivowatchSE-SNC-0005", "startTime" : "2020-05-15 00:00:00", "endTime" : "2021-06-30 00:00:00"}]} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "description": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"deviceId": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}}, "required": ["deviceId", "startTime", "endTime"]}}}, "required": ["status", "description", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xmin" : [490, 1014, 1126, 1229, 453, 389], "xmax" : [550, 1051, 1190, 1320, 475, 469], "ymin" : [664, 525, 434, 137, 321, 317], "ymax" : [752, 583, 474, 174, 414, 352]} | json_instruct | {"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"stumbleupon-circle": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "string"}}, "required": ["d"]}}}, "required": ["width", "height", "paths"]}}, "required": ["stumbleupon-circle"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stumbleupon-circle" : {"width" : 1536, "height" : 1792, "paths" : [{"d" : "M866 839l90-27v-62q0-79-58-135t-138-56-138 55.5-58 134.5v283q0 20-14 33.5t-33 13.5-32.5-13.5-13.5-33.5v-120h-151v122q0 82 57.5 139t139.5 57q81 0 138.5-56.5t57.5-136.5v-280q0-19 13.5-33t33.5-14q19 0 32.5 14t13.5 33v54zM1199 1034v-122h-150v126q0 20-13.5 33.5t-33.5 13.5q-19 0-32.5-14t-13.5-33v-123l-90 26-60-28v123q0 80 58 137t139 57 138.5-57 57.5-139zM1536 896q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"}]}} | json_instruct | {"type": "object", "properties": {"stumbleupon-circle": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "string"}}, "required": ["d"]}}}, "required": ["width", "height", "paths"]}}, "required": ["stumbleupon-circle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "description", "main", "repository", "author", "contributors", "license", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "webnative-filecoin", "version" : "0.1.0", "description" : "Fission Webnative Filecoin SDK", "main" : "index.js", "repository" : "https://github.com/benjaminbollen/webnative-filecoin", "author" : "Fission", "contributors" : ["Benjamin Bollen <ben@mosaiclabs.eu>", "James Walker <james@fission.codes>"], "license" : "Apache-2.0", "engines" : {"node" : ">=10.21.0"}, "devDependencies" : {"typescript" : "^4.0.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "description", "main", "repository", "author", "contributors", "license", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"towns" : [{"name" : "Grasellenbach", "url" : "grasellenbach"}, {"name" : "Grasellenbach", "url" : "grasellenbach-1"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "bin": {"type": "string"}, "extract_dir": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "suggest": {"type": "object", "properties": {"JDK": {"type": "array", "items": {"type": "string"}}}, "required": ["JDK"]}}, "required": ["homepage", "description", "license", "version", "architecture", "bin", "extract_dir", "shortcuts", "suggest"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"homepage" : "http://directory.apache.org/studio/", "description" : "The Eclipse-based LDAP browser and directory client.", "license" : "Apache-2.0", "version" : "2.0.0-M14", "architecture" : {"64bit" : {"url" : "https://www.apache.org/dist/directory/studio/2.0.0.v20180908-M14/ApacheDirectoryStudio-2.0.0.v20180908-M14-win32.win32.x86_64.zip", "hash" : "9DC8E5548E801D44663D1039C27030BF86D071334F205B61374CE096B7625125"}, "32bit" : {"url" : "https://www.apache.org/dist/directory/studio/2.0.0.v20180908-M14/ApacheDirectoryStudio-2.0.0.v20180908-M14-win32.win32.x86.zip", "hash" : "A4A48C263F564511E4C185104618ABE4B06AACD7A986920A616D26FA7941D8B7"}}, "bin" : "ApacheDirectoryStudio.exe", "extract_dir" : "ApacheDirectoryStudio", "shortcuts" : [["ApacheDirectoryStudio.exe", "Apache Directory Studio"]], "suggest" : {"JDK" : ["java/oraclejdk", "java/openjdk"]}} | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "bin": {"type": "string"}, "extract_dir": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "suggest": {"type": "object", "properties": {"JDK": {"type": "array", "items": {"type": "string"}}}, "required": ["JDK"]}}, "required": ["homepage", "description", "license", "version", "architecture", "bin", "extract_dir", "shortcuts", "suggest"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "\n\u00a0 \u00a0 \u00a0The Chapter shall be known as the Pregnancy Information Disclosure and Protection Ordinance.\n(Added by Ord. 212-11, File No. 110899, App. 11/3/2011, Eff. 12/3/2011)\n\n", "heading" : {"title" : "93", "chaptersection" : "1", "identifier" : "93.1", "catch_text" : "TITLE."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "f0da7cdd9ff0180f4e0bb097cdd2a0305698330f"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.1.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.1.0"], "meta" : {"description" : "Custom paginations for Django REST Framework", "homepage" : "https://github.com/unistra/django-rest-framework-custom-paginations"}, "versions" : {"1.0.0" : {"sha256" : "5207490c1508aefee2d3abfb3339cbf4214e9c3721c12ff4fe44484fe6297fb0", "url" : "https://files.pythonhosted.org/packages/fe/9b/5b835ad347f183be991a34ee0329399d3ec229bb2fe9bb206b2a10523598/djangorestframework-custom-paginations-1.0.0.zip"}, "1.1.0" : {"sha256" : "36667e00fc2a9ff9ac4d1da77c39c9f1198322c68c475eb3d87cabdf8a105d4d", "url" : "https://files.pythonhosted.org/packages/57/e3/a2cff14513615cfe2b838370d7abf238cdf56a3056244547688cfe8f1935/djangorestframework-custom-paginations-1.1.0.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.1.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datestamp" : "2020-01-17", "nameWithOwner" : "twitter/chill", "name" : "chill", "commits" : 662, "forkCount" : 114, "issues" : 128, "openIssues" : 44, "closedIssues" : 84, "pullRequests" : 261, "openPullRequests" : 2, "mergedPullRequests" : 231, "closedPullRequests" : 28, "stargazers" : 526, "watchers" : 142} | json_instruct | {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101830755, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "6d503c4cff5104e72d8c259051426609", "wof:id" : 101830755, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.77107, 49.3306, 3.77107, 49.3306], "geometry" : {"coordinates" : [3.77107, 49.3306], "type" : "Point"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "export const cilClone = [\"512 512\", \"<path fill='var(--ci-primary-color, currentColor)' d='M472,16H160a24.027,24.027,0,0,0-24,24V352a24.027,24.027,0,0,0,24,24H472a24.027,24.027,0,0,0,24-24V40A24.027,24.027,0,0,0,472,16Zm-8,328H168V48H464Z' class='ci-primary'/><path fill='var(--ci-primary-color, currentColor)' d='M344,464H48V168h56V136H40a24.027,24.027,0,0,0-24,24V472a24.027,24.027,0,0,0,24,24H352a24.027,24.027,0,0,0,24-24V408H344Z' class='ci-primary'/>\"];", "map" : {"version" : 3, "sources" : ["/home/david/Desktop/mydev/Church-Management/node_modules/@coreui/icons/js/free/cil-clone.js"], "names" : ["cilClone"], "mappings" : "AAAA,OAAO,MAAMA,QAAQ,GAAG,CAAC,SAAD,EAAW,qaAAX,CAAjB", "sourcesContent" : ["export const cilClone = [\"512 512\",\"<path fill='var(--ci-primary-color, currentColor)' d='M472,16H160a24.027,24.027,0,0,0-24,24V352a24.027,24.027,0,0,0,24,24H472a24.027,24.027,0,0,0,24-24V40A24.027,24.027,0,0,0,472,16Zm-8,328H168V48H464Z' class='ci-primary'/><path fill='var(--ci-primary-color, currentColor)' d='M344,464H48V168h56V136H40a24.027,24.027,0,0,0-24,24V472a24.027,24.027,0,0,0,24,24H352a24.027,24.027,0,0,0,24-24V408H344Z' class='ci-primary'/>\"]"]}, "metadata" : {}, "sourceType" : "module"} | 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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "usefulresources:base/block/special/chain"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "InvGen: An Efficient Invariant Generator.", "fields" : ["abstract interpretation", "symbolic execution", "software verification", "predicate abstraction", "order of magnitude"], "abstract" : "In this paper we present InvGen , an automatic linear arithmetic invariant generator for imperative programs. InvGen 's unique feature is in its use of dynamic analysis to make invariant generation order of magnitude more efficient.", "citation" : "Citations (130)", "year" : "2009", "departments" : ["Max Planck Society", "Max Planck Society"], "conf" : "cav", "authors" : ["Ashutosh Gupta.....http://dblp.org/pers/hd/g/Gupta:Ashutosh", "Andrey Rybalchenko.....http://dblp.org/pers/hd/r/Rybalchenko:Andrey"], "pages" : 7} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.5458824, "width" : 0.10235566, "ymin" : 0.19855124, "height" : 0.18196552}, "relativeKeypoints" : [{"y" : 0.23154916, "x" : 0.6393925}, {"y" : 0.32388008, "x" : 0.5614266}, {"y" : 0.30541113, "x" : 0.55464846}, {"y" : 0.28563383, "x" : 0.5572932}, {"y" : 0.26666048, "x" : 0.5658021}, {"y" : 0.2700065, "x" : 0.6397328}, {"y" : 0.3218048, "x" : 0.6119552}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.9242787], "label" : ["Palm"]} | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Robert Creeley", "classification" : "", "keywords" : [], "period" : "", "reference" : "http://www.poetryfoundation.org/poetrymagazine/poem/18981", "region" : "", "text" : ["Position is where you", "put it, where it is,", "did you, for example, that", "large tank there, silvered,", "with the white church along-", "side, lift", "all that, to what", "purpose? How", "heavy the slow", "world is with", "everything put", "in place. Some", "man walks by, a", "car beside him on", "the dropped", "road, a leaf of", "yellow color is", "going to", "fall. It", "all drops into", "place. My", "face is heavy", "with the sight. I can", "feel my eye breaking."], "title" : "The Window", "year" : ""} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "slug": {"type": "string"}}, "required": ["title", "slug"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "\u062f\u06cc\u0648\u0627\u0646 \u062e\u0627\u0642\u0627\u0646\u06cc", "slug" : "Divan-of-Khaqani"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "slug": {"type": "string"}}, "required": ["title", "slug"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x1f4a9567c1f98a8c9d7f026827f099b41a2e54d6", "tool" : "mythril", "start" : 1563510709.9611897, "end" : 1563510715.1589193, "duration" : 5.197729587554932, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["640402104200", "\u5f00\u57ce\u6751\u59d4\u4f1a", "121", "0"], ["640402104201", "\u67ef\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["640402104202", "\u4e8c\u5341\u91cc\u94fa\u6751\u59d4\u4f1a", "122", "0"], ["640402104203", "\u548c\u6cc9\u6751\u59d4\u4f1a", "220", "0"], ["640402104204", "\u5f6d\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["640402104205", "\u5927\u9a6c\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["640402104206", "\u5c0f\u9a6c\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["640402104207", "\u53cc\u6cc9\u6751\u59d4\u4f1a", "220", "0"], ["640402104208", "\u5bc7\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["640402104209", "\u5434\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["640402104210", "\u6df1\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["640402104211", "\u51af\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["640402104212", "\u90ed\u5e99\u6751\u59d4\u4f1a", "220", "0"], ["640402104213", "\u4e0a\u9752\u77f3\u6751\u59d4\u4f1a", "220", "0"], ["640402104214", "\u4e0b\u9752\u77f3\u6751\u59d4\u4f1a", "220", "0"], ["640402104216", "\u9ed1\u523a\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["640402104219", "\u4e09\u5341\u91cc\u94fa\u6751\u59d4\u4f1a", "220", "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "cordova": {"type": "object", "properties": {"id": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "platforms"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "cordova", "repository", "keywords", "engines", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cordova-plugin-zhl-yandex-ads-banner", "version" : "1.0.1", "description" : "Show yandex rsa adv.", "cordova" : {"id" : "cordova-plugin-zhl-yandex-ads-banner", "platforms" : ["ios", "android"]}, "repository" : {"type" : "git", "url" : "git+https://github.com/zahalski/cordova-plugin-zhl-yandex-ads-banner.git"}, "keywords" : ["ecosystem:cordova", "cordova-ios", "cordova-android"], "engines" : [{"name" : "cordova", "version" : ">=10.0.0"}], "author" : "Andrew Zahalski <info@zahalski.dev> (https://zahalski.dev/)", "license" : "MIT", "bugs" : {"url" : "https://github.com/zahalski/cordova-plugin-zhl-yandex-ads-banner/issues"}, "homepage" : "https://github.com/zahalski/cordova-plugin-zhl-yandex-ads-banner#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "cordova": {"type": "object", "properties": {"id": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "platforms"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "cordova", "repository", "keywords", "engines", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : [973257575386418427, 962834821342242758, 937677324837346715, 946424616461142173, 955364755357451238, 976646282676668557, 955123287242273522]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-coverage": {"type": "string"}}, "required": ["test", "test-coverage"]}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}}, "required": ["gulp"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["chai", "coveralls", "mocha", "nyc"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "express-path-router", "version" : "1.0.0", "description" : "A router for Express.js based on the filesystem", "main" : "index.js", "author" : "Jean-Baptiste Demonte <jbdemonte@gmail.com>", "license" : "MIT", "scripts" : {"test" : "mocha test/**/test.js", "test-coverage" : "nyc --reporter=lcov mocha test/**/test.js"}, "dependencies" : {"gulp" : "^3.9.1"}, "devDependencies" : {"chai" : "^4.1.2", "coveralls" : "^2.13.1", "mocha" : "^3.5.3", "nyc" : "^11.2.1"}, "repository" : {"type" : "git", "url" : "git@github.com:jbdemonte/express-path-router.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-coverage": {"type": "string"}}, "required": ["test", "test-coverage"]}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}}, "required": ["gulp"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["chai", "coveralls", "mocha", "nyc"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageHeight": {"type": "integer"}, "imageWidth": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageHeight", "imageWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "4.5.7", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[212.0, 272.0], [420.0, 280.0], [428.0, 361.0], [208.03571428571428, 356.24999999999994]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[163.0, 434.0], [195.0, 434.0], [159.0, 480.0], [153.0, 447.0]], "group_id" : 255, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[262.0, 744.0], [284.0, 744.0], [284.0, 765.0], [261.0, 766.0]], "group_id" : 255, "shape_type" : "polygon", "flags" : {}}], "imagePath" : "img_2846.jpg", "imageData" : "null", "imageHeight" : 1365, "imageWidth" : 1024} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageHeight": {"type": "integer"}, "imageWidth": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageHeight", "imageWidth"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200878792635000, "key" : "transformer-remark-markdown-html-15835b8b30fe38be681f406b7854e8ca-gatsby-remark-external-linksgatsby-remark-imagesgatsby-remark-code-titlesgatsby-remark-prismjs-", "val" : "<ul>\n<li>Engineered and maintained major features of Starry's customer-facing web app using ES6, Handlebars, Backbone, Marionette and CSS</li>\n<li>Proposed and implemented scalable solutions to issues identified with cloud services and applications responsible for communicating with Starry Station</li>\n<li>Interfaced with user experience designers and other developers to ensure thoughtful and coherent user experiences across Starry\u2019s iOS and Android mobile apps</li>\n</ul>"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"js/smooth-scroll.js": {"type": "string"}, "js/smooth-scroll.min.js": {"type": "string"}}, "required": ["js/smooth-scroll.js", "js/smooth-scroll.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"js/smooth-scroll.js" : "sha256-4SACbOa/m6huSji1Uso9xgCliju+4cMy/idcEyyanXM=", "js/smooth-scroll.min.js" : "sha256-KO4AI0BWAt4uBWQCDwt7X99a8Fz0q9dxjq+0mW6H0Eg="} | json_instruct | {"type": "object", "properties": {"js/smooth-scroll.js": {"type": "string"}, "js/smooth-scroll.min.js": {"type": "string"}}, "required": ["js/smooth-scroll.js", "js/smooth-scroll.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Compress-31b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "resolutiondate", "hash", "commitdate"]}}, "required": ["Compress-31b"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Compress-31b" : {"creationdate" : "2015-02-13 17:47:36 +0000", "resolutiondate" : "2015-02-13 23:45:33 +0000", "hash" : "f8bf45444c49053a92f6f560c5008d5ac43aa27f", "commitdate" : "2015-02-20 16:30:45 +0000"}} | json_instruct | {"type": "object", "properties": {"Compress-31b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "resolutiondate", "hash", "commitdate"]}}, "required": ["Compress-31b"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"716545f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "years"]}}, "required": ["716545f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"716545f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/716545f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/716545f-a.jpg", "title" : "Manhattan: Battery Park - Battery Place and West Street.", "date" : "1939", "text" : "Battery Park: Its Embarcadero and moored excursion steamers. Through the center appears a glimpse of the Aquarium. The Whitehall Bldg. is at the northwesterly confine of the Park, at Battery Place and West St. A section of Jersey City is at the left margin, separated from New York City by the North(Hudson) River.\n1939\nAlexander Alland\n", "folder" : "Battery Park & Battery Place and West Street., Manhattan, NY", "height" : 479, "years" : ["1939"]}} | json_instruct | {"type": "object", "properties": {"716545f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "years"]}}, "required": ["716545f-a"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5be857910cf23c274367da17", "title" : "\u7530\u59dd\u4e3d\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u4e00\u4f1a\u4f1a\u513f\uff5e", "picPath" : "/mediasource/live/15278694655690Io8FJj7ZL.jpg", "startTime" : 1541953425319, "memberId" : 63571, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5be857910cf23c274367da17.lrc", "streamPath" : "http://pl.live.weibo.com/alicdn/91de55e4c5436097c234bcbaf404f390_wb480.flv", "screenMode" : 0, "roomId" : "3868309", "bwqaVersion" : 0}, {"liveId" : "5be8530b0cf23c274367da16", "title" : "\u66f2\u7f8e\u9716\u7684\u7535\u53f0", "subTitle" : "\u968f\u65f6\u5173", "picPath" : "/mediasource/live/15419136560667118uZv1nE.jpg,/mediasource/live/1541913656226cch9LcTc00.jpg,/mediasource/live/15419136563628Yh78RXL22.jpg,/mediasource/live/1541913656466oM6V69yiNs.jpg,/mediasource/live/1541913656588176eihsM9l.jpg,/mediasource/live/1541913656743KSZSUPO2n8.jpg,/mediasource/live/1541913656877550Je0I6co.jpg,/mediasource/live/1541913656996r951P72k3n.jpg", "startTime" : 1541952267492, "memberId" : 711735, "liveType" : 2, "picLoopTime" : 30000, "lrcPath" : "/mediasource/live/lrc/5be8530b0cf23c274367da16.lrc", "streamPath" : "http://livepull.48.cn/pocket48/bej48_qu_meilin_hjrlt.flv", "screenMode" : 0, "roomId" : "25374599", "bwqaVersion" : 0}, {"liveId" : "5be835910cf23c274367d9f1", "title" : "\u7a0b\u5b87\u7490\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u6765\u8425\u4e1a\u4e86~", "picPath" : "/mediasource/live/1541943832994Q63kvI8dFA.png", "startTime" : 1541944721643, "memberId" : 825969, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5be835910cf23c274367d9f1.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3664916.flv", "screenMode" : 0, "roomId" : "26629356", "bwqaVersion" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [445.048, 99.3954, 1, 440.11, 116.457, 1, 424.155, 117.546, 1, 401.109, 142.554, 1, 429.341, 156.474, 1, 458.111, 116.342, 1, 468.255, 139.283, 1, 449.166, 120.385, 1, 434.52, 178.439, 1, 434.507, 233.632, 1, 436.544, 285.462, 1, 459.538, 179.364, 1, 489.588, 226.353, 1, 472.647, 280.448, 1, 439.936, 93.6149, 1, 449.106, 94.5121, 1, 432.944, 92.5765, 1, 456.108, 98.4074, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "null"}, "amber": {"type": "integer"}, "power": {"type": "string"}, "armor": {"type": "string"}, "rarity": {"type": "string"}, "flavor_text": {"type": "null"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "houses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "house": {"type": "string"}, "normal": {"type": "string"}, "zoom": {"type": "string"}}, "required": ["id", "house", "normal", "zoom"]}}, "rules": {"type": "array", "items": {}}}, "required": ["card_title", "card_type", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "houses", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"card_title" : "Sif\u00e3o Neurol\u00f3gico", "card_type" : "Action", "card_text" : "Jogar: Se o seu oponente tiver mais A do que voc\u00ea, roube 1A e compre uma carta.", "traits" : null, "amber" : 1, "power" : "0", "armor" : "0", "rarity" : "Uncommon", "flavor_text" : null, "card_number" : "116", "expansion" : 341, "is_maverick" : false, "is_anomaly" : false, "houses" : [{"id" : "1ca5f524-5a24-4a58-aacf-8204bdb46a32", "house" : "Logos", "normal" : "https://cdn.keyforgegame.com/media/card_front/pt/341_116_CW34G484FFRV_pt.png", "zoom" : "https://cards-keyforge.s3.eu-north-1.amazonaws.com/media/pt/cota/Logos-116.png"}], "rules" : []} | json_instruct | {"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "null"}, "amber": {"type": "integer"}, "power": {"type": "string"}, "armor": {"type": "string"}, "rarity": {"type": "string"}, "flavor_text": {"type": "null"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "houses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "house": {"type": "string"}, "normal": {"type": "string"}, "zoom": {"type": "string"}}, "required": ["id", "house", "normal", "zoom"]}}, "rules": {"type": "array", "items": {}}}, "required": ["card_title", "card_type", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "houses", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"sekai_id": {"type": "integer"}, "last_sekai_id": {"type": "integer"}, "fix_reward_group_id": {"type": "integer"}, "damage_rank_id": {"type": "integer"}, "teaser_time": {"type": "string"}, "start_time": {"type": "string"}, "count_start_time": {"type": "string"}, "end_time": {"type": "string"}, "end_losstime": {"type": "string"}, "result_end": {"type": "string"}}, "required": ["sekai_id", "last_sekai_id", "fix_reward_group_id", "damage_rank_id", "teaser_time", "start_time", "count_start_time", "end_time", "end_losstime", "result_end"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"sekai_id" : 1001, "last_sekai_id" : 0, "fix_reward_group_id" : 1001100, "damage_rank_id" : 1001200, "teaser_time" : "2020/03/31", "start_time" : "2020/04/01", "count_start_time" : "2020/04/01 22:00:00", "end_time" : "2020/04/01 23:59:59", "end_losstime" : "2020/04/02 05:00:00", "result_end" : "2020/04/08 23:59:59"}, {"sekai_id" : 1002, "last_sekai_id" : 1001, "fix_reward_group_id" : 1002100, "damage_rank_id" : 1002200, "teaser_time" : "2021/04/01", "start_time" : "2021/04/01", "count_start_time" : "2021/04/01", "end_time" : "2021/04/01 23:59:59", "end_losstime" : "2021/04/02 05:00:00", "result_end" : "2021/04/08 23:59:59"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"sekai_id": {"type": "integer"}, "last_sekai_id": {"type": "integer"}, "fix_reward_group_id": {"type": "integer"}, "damage_rank_id": {"type": "integer"}, "teaser_time": {"type": "string"}, "start_time": {"type": "string"}, "count_start_time": {"type": "string"}, "end_time": {"type": "string"}, "end_losstime": {"type": "string"}, "result_end": {"type": "string"}}, "required": ["sekai_id", "last_sekai_id", "fix_reward_group_id", "damage_rank_id", "teaser_time", "start_time", "count_start_time", "end_time", "end_losstime", "result_end"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.0.1"], "meta" : {"description" : "Folger's frequent use tools", "homepage" : "UNKNOWN"}, "versions" : {"1.0.0" : {"sha256" : "e644844a6697708077ace1474f595692eb446e51674d6121f0692401ffdba3e1", "url" : "https://files.pythonhosted.org/packages/b2/66/991f29901f9065b96e59614371fa996654c1118800aede97b20f7a27de39/FolsTools-1.0.0.zip"}, "1.0.1" : {"sha256" : "5f3f166586ca022aaff4a702f70dabf24430df6ba8c18540e1619f429ce2c01b", "url" : "https://files.pythonhosted.org/packages/e5/6c/1388e35967869144e90b989dbc12e3e63e1a44c0da22b9f185d727d0985c/FolsTools-1.0.1.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "c91d539", "CardHash" : "cb2187d", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x19bdea9d39dd922af59e623b8102bb9b36c56fbd", "tool" : "oyente", "start" : 1563247156.903971, "end" : 1563247161.650693, "duration" : 4.746721982955933, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "passport": {"type": "string"}, "passport-google-oauth": {"type": "string"}}, "required": ["express", "jsonwebtoken", "passport", "passport-google-oauth"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test-web-app-2020", "version" : "1.0.0", "description" : "A Test Web Application to test sign on using google and azure AD", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Hamy", "license" : "MIT", "dependencies" : {"express" : "^4.17.1", "jsonwebtoken" : "^8.5.1", "passport" : "^0.4.1", "passport-google-oauth" : "^2.0.0"}} | 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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "passport": {"type": "string"}, "passport-google-oauth": {"type": "string"}}, "required": ["express", "jsonwebtoken", "passport", "passport-google-oauth"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$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"}, "objects": {"type": "object", "properties": {"E01027699": {"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"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01027699"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01027699" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00141066", "LAD11CD" : "E07000165"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00141067", "LAD11CD" : "E07000165"}, "arcs" : [[-3, 5, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00141068", "LAD11CD" : "E07000165"}, "arcs" : [[7, -4, -7, 8, -1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00141069", "LAD11CD" : "E07000165"}, "arcs" : [[-5, -8]]}]}}, "arcs" : [[[7141, 5761], [255, -34], [-113, 1257], [1062, -664], [218, 10], [20, 191]], [[8583, 6521], [652, 913], [113, -307], [-289, -554], [24, -580], [139, -599], [626, -579], [-260, -410], [-463, 65]], [[9125, 4470], [-141, 322], [-1094, 95], [-331, -247], [-327, -946], [531, -251], [370, -754], [-756, 505], [-452, -886]], [[6925, 2308], [-339, 561], [53, 266], [-376, -87], [87, 368]], [[6350, 3416], [181, 420], [240, 136], [135, 528], [161, 2], [26, 182], [-255, 204], [-153, 197], [-78, 184], [129, 248], [405, 244]], [[9125, 4470], [-81, -446], [277, -100], [217, 292], [461, -709], [-1266, -919], [-797, -837], [-328, 495], [-537, -494]], [[7071, 1752], [-146, 556]], [[7141, 5761], [-1505, 353], [141, -404], [-384, -699], [-42, -100], [-1, -302], [565, -662], [21, -367], [414, -164]], [[7071, 1752], [-368, -333], [-1642, -1419], [-969, 2503], [-218, -135], [-149, 222], [-421, -244], [-153, 166], [-84, -280], [-162, 34], [-16, -33], [-783, -223], [-709, 298], [-690, 1316], [-7, 382], [-476, 364], [-60, 197], [108, 34], [-190, 46], [-82, 270], [1, 98], [1081, 908], [1006, 282], [-386, 1094], [150, 1237], [-189, 169], [1041, -370], [673, -33], [995, 295], [216, 803], [738, 128], [253, 471], [-167, -1449], [851, -491], [237, 487], [-12, 471], [898, 657], [827, -677], [321, -616], [-209, -1288], [258, -572]]], "transform" : {"scale" : [3.09416365717513e-06, 1.555046213207819e-06], "translate" : [-1.564379155266728, 53.95264186282604]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01027699": {"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"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01027699"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {}}}, "required": ["num_states", "batch_size", "index"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"num_states" : 15855601, "batch_size" : 35000000, "index" : []} | json_instruct | {"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {}}}, "required": ["num_states", "batch_size", "index"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404389981, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e0ac234e1a5d7957b816bfe50da7a99a", "wof:id" : 404389981, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.40714642801098, 47.10516018842262, 6.46022477730716, 47.17103375653445], "geometry" : {"coordinates" : [[[6.43547057698497, 47.10516018842262], [6.43078133849746, 47.12085341717483], [6.4125123769024, 47.13110841795321], [6.40714642801098, 47.15065005011417], [6.40953911539636, 47.15359834233227], [6.41836710883182, 47.16031259685111], [6.42982726222913, 47.15459362033427], [6.44861631450064, 47.15877507440539], [6.45636604716883, 47.17103375653445], [6.46022477730716, 47.1687736972524], [6.45175896626986, 47.15194975038779], [6.44739126314501, 47.12727120907576], [6.45161869894171, 47.11350147770548], [6.43547057698497, 47.10516018842262]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$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.