input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}...
{"type" : "FeatureCollection", "name" : "Baltic_2002", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Id" : 0}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-120.41743019093967, 38.67058100103059], [-120.41785133821...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "a...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"require": {"type": "object", "properties": {"talesoft/tale-pug": {"type": "string"}}, "required": ["talesoft/tale-pug"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"talesoft/tale-pug" : "*"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"talesoft/tale-pug": {"type": "string"}}, "required": ["talesoft/tale-pug"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900692077": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900692078": {"type": "object", "properties": {"nama": {"type":...
{"900692077" : {"nama" : "TPS 1", "dapil" : [6501, 16503, 2650201]}, "900692078" : {"nama" : "TPS 2", "dapil" : [6501, 16503, 2650201]}, "900692079" : {"nama" : "TPS 3", "dapil" : [6501, 16503, 2650201]}, "900692080" : {"nama" : "TPS 4", "dapil" : [6501, 16503, 2650201]}}
json_instruct
{"type": "object", "properties": {"900692077": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900692078": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"conversations": {"type": "object", "properties": {"pages": {"type": "integer"}, "page": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type...
{"conversations" : {"pages" : 157, "page" : 1, "count" : 1561, "results" : [{"id" : 583, "number" : 12345, "type" : "email", "mailboxid" : 2, "attachments" : false, "subject" : "Sample subject", "status" : "active", "threadCount" : 6, "preview" : "This is a preview...", "customerName" : "John Smith", "customerEmail" : ...
json_instruct
{"type": "object", "properties": {"conversations": {"type": "object", "properties": {"pages": {"type": "integer"}, "page": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "number": {"type": "integer"}, "type": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"messages": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["messages", "success"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"messages" : [], "success" : true}
json_instruct
{"type": "object", "properties": {"messages": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["messages", "success"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0x65115ba176b52bfd4650fe00e03814f4167c88491b62a9efec5a8b5dd25f412d", "parentHash" : "0x8fa25d27fbd2de206834f02d0fc43d2f2bbfb6aa65c0e42013b7b80a6e5f035f", "number" : 14748, "timestamp" : 1438402530, "nonce" : "0xba2931782fb885ab", "difficulty" : 860074935092, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_h...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["h5-component"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "it...
{"name" : "ROASTED ALMOND", "symbol" : "RALMOND", "logoURI" : "https://raw.githubusercontent.com/STARSCREAM-SAYS/almond/main/logo.png", "decimals" : 0, "address" : "6Ax2MkQAaS722tzToaoHQe16GVWVJvofWp1tFTdsTJhk", "chainId" : 101, "tags" : ["social-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"3339": {"type": "string"}, "3341": {"type": "string"}}, "required": ["3339", "3341"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"3339" : "3340", "3341" : "3342"}
json_instruct
{"type": "object", "properties": {"3339": {"type": "string"}, "3341": {"type": "string"}}, "required": ["3339", "3341"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}, "minLength": {"type": "integer"}}, ...
{"$id" : "https://example.com/testdata/generate/array_pattern/foo/bar.json", "description" : "Bar gives you lots of dumb info", "type" : "array", "items" : {"type" : "string", "pattern" : "^[a-z]{10}$", "minLength" : 3}}
json_instruct
{"type": "object", "properties": {"$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "pattern", "minLength"]}}, "required":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}, "...
{"name" : "vue-checkbox-switch", "version" : "1.0.0", "description" : "A simple Vue component for checkbox's switch style", "main" : "src/Switch.vue", "peerDependencies" : {"vue" : ">=2"}, "repository" : "rafaelpimpa/vue-checkbox-switch", "keywords" : ["vue", "checkbox", "checkbox-switch", "switch-checkbox", "switch"],...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}, "repository": {"type": "string"}, "keywords": {"type": "arra...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra...
{"directions" : ["Preheat the oven to 325 degrees F (165 degrees C).", "In a large bowl, toss together the apples, oranges, brown sugar, Cheddar cheese, and walnuts. Spread evenly in a 9x13 inch baking dish. Sprinkle crushed crackers evenly over the fruit.", "Melt the butter in a small saucepan over medium heat and whi...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"payzenPaymentError": {"type": "string"}, "payzenPaymentCancel": {"type": "string"}, "payzenGoingIntoProductionInfo": {"type": "string"}, "payzenCheckUrlWarn": {"type": "string"}, "payzenCheckUrlWarnDetails": {"typ...
{"payzenPaymentError" : "Votre paiement n'a pas \u00e9t\u00e9 accept\u00e9. Veuillez repasser votre commande.", "payzenPaymentCancel" : "Le paiement a \u00e9t\u00e9 annul\u00e9.", "payzenGoingIntoProductionInfo" : "PASSAGE EN PRODUCTION: Vous souhaitez savoir comment passer votre boutique en production, merci de consul...
json_instruct
{"type": "object", "properties": {"payzenPaymentError": {"type": "string"}, "payzenPaymentCancel": {"type": "string"}, "payzenGoingIntoProductionInfo": {"type": "string"}, "payzenCheckUrlWarn": {"type": "string"}, "payzenCheckUrlWarnDetails": {"type": "string"}, "payzenMaintenanceModeWarn": {"type": "string"}, "payzenP...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "time": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "news": {"type": "boolean"}, "weather": {"type": "boolean"}}, "required...
[{"date" : "2021-01-04", "time" : "13:18:00", "title" : "xyz", "content" : "alarm set for 2021-01-04 at 13:18:00", "news" : true, "weather" : true}, {"date" : "2021-04-22", "time" : "14:13:00", "title" : "wy", "content" : "alarm set for 2021-04-22 at 14:13:00", "news" : true, "weather" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "time": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "news": {"type": "boolean"}, "weather": {"type": "boolean"}}, "required": ["date", "time", "title", "content", "news", "weather"]}, "$schema": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "...
{"ast" : null, "code" : "'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = isAscii;\n\nvar _assertString = require('./util/assertString');\n\nvar _assertString2 = _interopRequireDefault(_assertString);\n\nfunction _interopRequireDefault(obj) {\n return obj && obj....
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["buyachareos1"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@cycle/core": {"type": "string"}, "@cycle/do...
{"name" : "JS-monads-stable", "version" : "0.2.0", "author" : "David Schalk", "license" : "MIT", "dependencies" : {"@cycle/core" : "^6.0.0", "@cycle/dom" : "^8.0.0", "rx" : "^4.0.7", "babel" : "latest", "babel-loader" : "latest", "babel-preset-es2015" : "latest", "watchify" : "latest", "browserify" : "latest", "babelif...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@cycle/core": {"type": "string"}, "@cycle/dom": {"type": "string"}, "rx": {"type": "string"}, "babel": {"type": "st...
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"}, "start": {"type": "st...
{"name" : "game-poller", "version" : "1.0.0", "description" : "Use this as a template to build a node application.", "main" : "src/server.js", "scripts" : {"test" : "echo \"Warn: no test specified\" && exit 0", "start" : "nodemon -r esm src/server.js", "serve" : "node -r esm src/server.js"}, "repository" : {"type" : "g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["test", "start", "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"es5-sham.js": {"type": "string"}, "es5-sham.min.js": {"type": "string"}, "es5-shim.js": {"type": "string"}, "es5-shim.min.js": {"type": "string"}}, "required": ["es5-sham.js", "es5-sham.min.js", "es5-shim.js", "es5-shim.min.js"]...
{"es5-sham.js" : "sha512-WNMGdZPlJTqDnjYa5sBKLjdPQCNHamWSH0zGfgWyDsY6uHfEw/9Q0lB2b+lCvEGlD8Wxw6ySy9ZJWK4DtqANUw==", "es5-sham.min.js" : "sha512-waNHQ1RYO0vsZYLpcpThHm4EaL0MPd7kmNU1p8L8ZeZr3HlwypxBx3x4o1acv1ZkNl+sFiFmkcm1Ix3pV7iJAQ==", "es5-shim.js" : "sha512-Hylyw32WNEXOnBYS0UWMuRxHENuxvXAd3dlgW0Doq8c1/k15EaGI1cur9YOMo...
json_instruct
{"type": "object", "properties": {"es5-sham.js": {"type": "string"}, "es5-sham.min.js": {"type": "string"}, "es5-shim.js": {"type": "string"}, "es5-shim.min.js": {"type": "string"}}, "required": ["es5-sham.js", "es5-sham.min.js", "es5-shim.js", "es5-shim.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1990, 5], [1992, 7], [2000, 7], [2004, 9]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"line" : 3, "column" : 19, "msg" : "Invalid use of 'eval' in strict mode."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$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"}, "year": {"type": "string"}, "departments": {"type": "array", "item...
{"title" : "A PAC-Bayesian bound for Lifelong Learning.", "fields" : ["inductive transfer", "stability", "algorithmic learning theory", "computational learning theory", "multi task learning"], "abstract" : "Transfer learning has received a lot of attention in the machine learning community over the last years, and seve...
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": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"...
{"type" : "cosmos-sdk/StdTx", "value" : {"msg" : [{"type" : "cosmos-sdk/MsgCreateValidator", "value" : {"description" : {"moniker" : "web34ever", "identity" : "", "website" : "", "security_contact" : "", "details" : ""}, "commission" : {"rate" : "0.100000000000000000", "max_rate" : "0.600000000000000000", "max_change_r...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"type": "object", "properties": {"moniker": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[133.875, 34.416666666666664], [133.875, 34.5], [134.0, 34.5], [134.0, 34.416666666666664], [133.875, 34.416666666666664]]]}, "properties" : {"code" : 513357, "url" : "http://madefor.github.io/0410/api/v1/513357.geojson", "view" : "https://github....
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "s...
{"name" : "URFAMYCIN CAPSUL 500 MG", "harga" : " Rp. 435.600/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Thiamphenicol / Tiamfenikol.", "indikasi" : "Infeksi saluran nafas, hepatobilier (empedu-hati), saluran kemih & kelamin dan usus.", "kontraindikasi"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "s...
{"name" : "cicd-sandbox", "version" : "1.0.0", "description" : "Demo project for CI/CD.", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "mocha tests.js"}, "author" : "Ivan Kockarevic", "license" : "MIT", "dependencies" : {"chai" : "^4.2.0", "express" : "^4.17.1", "mocha" : "^7.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"},...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "reg": {"type": "integer"}, "nibble": {"type": "string"}}, "required": ["name", "value", "reg", "nibble"]}, "$schema": "http://json-schema.org...
[{"name" : "Rx Carrier Frequency MOD [Hz]", "value" : 1200000000, "reg" : 0, "nibble" : "low"}, {"name" : "Rx BB Gain MOD [dB]", "value" : 15, "reg" : 35, "nibble" : "low"}, {"name" : "Rx RF Gain MOD [dB]", "value" : 619, "reg" : 49, "nibble" : "low"}, {"name" : "Rx Carrier Frequency SAT [Hz]", "value" : 1305000000, "r...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "reg": {"type": "integer"}, "nibble": {"type": "string"}}, "required": ["name", "value", "reg", "nibble"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "...
{"directions" : ["Combine black beans, corn, green chilies, tomatoes, green onions, shrimp, and cilantro in a large bowl; stir. Combine remaining ingredients and stir well.", "Stir in olive oil, cumin, garlic powder, lime juice, and hot sauce. Best refrigerated 2 hours before serving."], "ingredients" : ["1 (15 ounce) ...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Empunhadura Noveske SWS N6 10.5\" para AR-10 e compat\u00edveis", "ShortName" : "N6 10.5\"", "Description" : "Empunhadura Noveske SWS N6 10.5\" feita com liga leve de alum\u00ednio aeron\u00e1utico dur\u00e1vel. Suporta acess\u00f3rios ou empunhadura e tr\u00eas dispositivos t\u00e1ticos adicionais."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "monostrophe", "definition" : "A metrical composition consisting of a single strophe."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro...
{"userId" : 92772, "cartId" : "585f18bf-ed7f-4a9d-9d01-25ca6d025d6c", "preferredProducts" : [3293, 1233, 2413, 1128, 3084], "productReviews" : [{"productId" : 1554, "reviewText" : "I tried to pepper it but got prune all over it.", "reviewDate" : "2017-04-19T11:26:22.2898968+03:00"}, {"productId" : 28, "reviewText" : "o...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"generatedOn": {"type": "string"}, "lastCommit": {"type": "string"}, "translationStatus": {"type": "object", "properties": {"de": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount"...
{"generatedOn" : "2020-07-14T09:36:35.279Z", "lastCommit" : "49c2ad4d53c15d4e25ba7795183084f60194d653", "translationStatus" : {"de" : {"tokenCount" : 659, "translatedCount" : 609, "percentage" : 92}, "en" : {"tokenCount" : 659, "translatedCount" : 659, "percentage" : 100}, "es" : {"tokenCount" : 659, "translatedCount" ...
json_instruct
{"type": "object", "properties": {"generatedOn": {"type": "string"}, "lastCommit": {"type": "string"}, "translationStatus": {"type": "object", "properties": {"de": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required":...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1995, 7], [2008, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"413690": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["413690"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"413690" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"413690": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["413690"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "str...
{"authors" : [{"author" : "Peifeng Li"}, {"author" : "Guangbin Cui"}, {"author" : "Yingmei Wang"}, {"author" : "Ming Geng"}, {"author" : "Zhe Wang"}], "doi" : "10.1186/1471-2377-14-32", "publication_date" : "2014-02-22", "id" : "EN116107", "url" : "https://pubmed.ncbi.nlm.nih.gov/24555776", "source" : "BMC neurology", ...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8cc...
{"configuration" : ["PLATFORM", "POSTCONVERTWEBP", "UPSCALINGALGORITHM", "ENABLEPNGCRUSH", "ENABLEMOZJPEG", "SCALEMODE", "SCALE"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -7522, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 6653401880, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" : -6193, "081c...
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618f...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.274504, 34.032965], [-118.273553, 34.038022], [-118.259997, 34.031129], [-118.265436, 34.023412], [-118.274476, 34.027466], [-118.274504, 34.032965]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 8378}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cfg.a": {"type": "object", "properties": {"Name": {"type": "string"}, "Level": {"type": "integer"}, "Age": {"type": "integer"}}, "required": ["Name", "Level", "Age"]}, "cfg.base": {"type": "object", "properties": {"cfg.a": ...
{"cfg.a" : {"Name" : "eleven", "Level" : 99, "Age" : 17}, "cfg.base" : {"cfg.a" : {"Name" : "11", "Level" : 11, "Age" : 11}}}
json_instruct
{"type": "object", "properties": {"cfg.a": {"type": "object", "properties": {"Name": {"type": "string"}, "Level": {"type": "integer"}, "Age": {"type": "integer"}}, "required": ["Name", "Level", "Age"]}, "cfg.base": {"type": "object", "properties": {"cfg.a": {"type": "object", "properties": {"Name": {"type": "string"}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "Win...
{"Time" : "2021-10-19T11:00:00Z", "Temp" : 18.8, "RelHum" : 67, "WindSpeed" : 7.5, "WindDir" : 277}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schem...
{"assessment" : [{"name" : "Project outline and plan", "weight" : 35}, {"name" : "Project report", "weight" : 65}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"start": {"type": "string"}, "dev": {"type": "str...
{"name" : "sample-checkout-application", "version" : "1.0.0", "description" : "sample application integrated with Bexs Pay Checkout", "main" : "app.js", "scripts" : {"start" : "nodemon app", "dev" : "webpack -d", "build" : "webpack -p"}, "repository" : {"type" : "git", "url" : "git+https://github.com/thelimarenanbexs/s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "dev", "bui...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 4919, "ps" : 4737}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Header": {"type": "string"}, "Footer": {"type": "string"}, "Id": {"type": "null"}}, "required": ["Name", "Header", "Footer", "Id"]}, "$schema": "http://json-sch...
[{"Name" : "H#](", "Header" : "9-5!W", "Footer" : "LNH*,JU\\", "Id" : null}, {"Name" : "<Q//Q.", "Header" : "QX:P", "Footer" : "3F0%", "Id" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Header": {"type": "string"}, "Footer": {"type": "string"}, "Id": {"type": "null"}}, "required": ["Name", "Header", "Footer", "Id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"...
{"t" : "misahanehanek", "h" : [{"d" : [{"f" : "\u7528\u9f3b\u5b50\u805e\u805e\u55c5\u55c5\uff0c\u5230\u8655\u805e\u5473\u3002", "e" : ["\ufff9`Mi~`sahanehanek~ `ko~ `waco~ `icowacowa~.\ufffa\ufffb\u72d7\u5230\u8655\u805e\u5473\u9053\u3002"], "s" : ["`misa~`sa~`n~`e~`sanek~"]}]}], "stem" : "hanek", "tag" : "[\u758a 2]"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}...
Please provide a valid JSON object following this schema: {"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": {"t...
{"source" : "http://www.spanishdict.com/conjugate/enmugrar", "word" : "enmugrar", "infinitivo" : "enmugrar", "gerundio" : ["enmugrando"], "participio" : ["enmugrado"], "tenses" : {"3" : [["enmugro"], ["enmugras"], ["enmugra"], ["enmugramos"], ["enmugr\u00e1is"], ["enmugran"]], "4" : [["enmugr\u00e9"], ["enmugraste"], [...
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", "item...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "it...
{"type" : "FeatureCollection", "title" : "Arch of Augustus (Fano)", "id" : "818481608", "bbox" : [13.0144392, 43.8431286, 13.0144392, 43.8431286], "description" : "A city gate in the form of a triumphal arch with three vaults. The gate marks the entry of the via Flaminia into the city.", "connectsWith" : ["413129"], "f...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"currency": {"type": "string"}, "firstDayOfWeek": {"type": "integer"}, "region.name": {"type": "string"}, "timezone": {"type": "string"}, "locale": {"type": "string"}}, "required": ["currency", "firstDayOfWeek", "r...
{"currency" : "SAR", "firstDayOfWeek" : 6, "region.name" : "Saudi Arabia", "timezone" : "Asia/Riyadh", "locale" : "SA"}
json_instruct
{"type": "object", "properties": {"currency": {"type": "string"}, "firstDayOfWeek": {"type": "integer"}, "region.name": {"type": "string"}, "timezone": {"type": "string"}, "locale": {"type": "string"}}, "required": ["currency", "firstDayOfWeek", "region.name", "timezone", "locale"], "$schema": "http://json-schema.org/d...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 113, "id" : "BR-AC"}, {"users" : 506, "id" : "BR-AL"}, {"users" : 442, "id" : "BR-AM"}, {"users" : 47, "id" : "BR-AP"}, {"users" : 2017, "id" : "BR-BA"}, {"users" : 1609, "id" : "BR-CE"}, {"users" : 353, "id" : "BR-DF"}, {"users" : 521, "id" : "BR-ES"}, {"users" : 1028, "id" : "BR-GO"}, {"users" : 284, "id"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"python.venvPath": {"type": "string"}, "files.associations": {"type": "object", "properties": {"*-flow.yaml": {"type": "string"}}, "required": ["*-flow.yaml"]}, "python.formatting.provider": {"type": "string"}, "yaml.completion...
{"python.venvPath" : "/Users/minhhoang/virtualenvs/", "files.associations" : {"*-flow.yaml" : "yaml"}, "python.formatting.provider" : "yapf", "yaml.completion" : true, "yaml.format.enable" : true, "yaml.schemas" : {"https://raw.githubusercontent.com/argoproj/argo/master/api/jsonschema/schema.json" : ["*-flow.yaml", "/e...
json_instruct
{"type": "object", "properties": {"python.venvPath": {"type": "string"}, "files.associations": {"type": "object", "properties": {"*-flow.yaml": {"type": "string"}}, "required": ["*-flow.yaml"]}, "python.formatting.provider": {"type": "string"}, "yaml.completion": {"type": "boolean"}, "yaml.format.enable": {"type": "boo...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, ...
{"h" : [{"d" : [{"e" : ["\ufff9`Misafodoyan~ `ako~ `ko~ `adihayay~ `a~ `fodoy~.\ufffa\ufffb\u6211\u628a\u90a3\u8a31\u591a\u6bdb\u7dda\u7de8\u7e54\u597d\u4e86\u3002"], "f" : "\u628a\u6bdb\u7dda\u7de8\u7e54\u4e86\u3001\u649a\u6210\u4e86\u3002"}, {"e" : ["\ufff9`Kahengangay~ `kora~ `misafodoyan~ `ako~.\ufffa\ufffb\u6211\u...
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repair_end" : "2019-07-10 11:17:28.888292", "repair_begin" : "2019-07-10 11:10:54.480323", "patches" : []}
json_instruct
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"CN": {"type": "string"}, "key": {"type": "object", "properties": {"algo": {"type": "string"}, "size": {"type": "integer"}}, "required": ["algo", "size"]}, "names": {"type": "array", "items": {"type": "object", "pr...
{"CN" : "Mini-CA OCSP Signer", "key" : {"algo" : "ecdsa", "size" : 256}, "names" : [{"C" : "AU", "L" : "Sydney", "OU" : "Mini-CA"}]}
json_instruct
{"type": "object", "properties": {"CN": {"type": "string"}, "key": {"type": "object", "properties": {"algo": {"type": "string"}, "size": {"type": "integer"}}, "required": ["algo", "size"]}, "names": {"type": "array", "items": {"type": "object", "properties": {"C": {"type": "string"}, "L": {"type": "string"}, "OU": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, "se...
[{"ts" : "1535835229", "in" : [{"coinbase" : "0304c915045dfc8a5b08fabe6d6d0000000002933bf000007ffcbd6fb8f00000222318267e61000000000000003201000000000000002fffffbb7a0000000d2f6e6f64655374726174756d2f"}], "block" : 1427716, "sent" : 2500000000, "txid" : "e3c09a5255c1ea33c8f9a2e3f5e7a99c07ce997e4421fe45cee610c4030e782c", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, "sent": {"type": "integer"}, "txid": {"type": "string"}, "fees": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"system_health": {"type": "object", "properties": {"info": {"type": "object", "properties": {"can_reach_server": {"type": "string"}, "remaining_requests": {"type": "string"}}, "required": ["can_reach_server", "remain...
{"system_health" : {"info" : {"can_reach_server" : "\u53ef\u8bbf\u95ee AccuWeather \u670d\u52a1\u5668", "remaining_requests" : "\u5176\u4f59\u5141\u8bb8\u7684\u8bf7\u6c42"}}}
json_instruct
{"type": "object", "properties": {"system_health": {"type": "object", "properties": {"info": {"type": "object", "properties": {"can_reach_server": {"type": "string"}, "remaining_requests": {"type": "string"}}, "required": ["can_reach_server", "remaining_requests"]}}, "required": ["info"]}}, "required": ["system_health"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": ...
{"id" : 11516241, "name" : "Gouki The Powerload Ogre", "is_illegal" : false, "is_custom" : false, "text" : "2+ Warrior monsters\nGains ATK equal to the combined Link Ratings of all other Link Monsters you control x 200. This Link Summoned card is unaffected by other cards' effects. You can Tribute 1 \"Gouki\" Link Mons...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"anydoor-fake": {"type": "string"}}, "required...
{"name" : "anydoor_fake-wheel", "version" : "0.0.1", "description" : "A simple static resource server build with Node.js", "main" : "src/index.js", "bin" : {"anydoor-fake" : "bin/anydoor-fake"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://gi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"anydoor-fake": {"type": "string"}}, "required": ["anydoor-fake"]}, "scripts": {"type": "object", "properties": {"test": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long...
{"place_name" : "Fisher", "state_name" : "Illinois", "state_abbrv" : "IL", "lat" : "40.2991", "long" : "-88.356"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"sourceDefinitionId": {"type": "string"}, "name": {"type": "string"}, "dockerRepository": {"type": "string"}, "dockerImageTag": {"type": "string"}, "documentationUrl": {"type": "string"}, "icon": {"type": "string"}...
{"sourceDefinitionId" : "47f25999-dd5e-4636-8c39-e7cea2453331", "name" : "Bing Ads", "dockerRepository" : "airbyte/source-bing-ads", "dockerImageTag" : "0.1.3", "documentationUrl" : "https://docs.airbyte.io/integrations/sources/bing-ads", "icon" : "bingads.svg"}
json_instruct
{"type": "object", "properties": {"sourceDefinitionId": {"type": "string"}, "name": {"type": "string"}, "dockerRepository": {"type": "string"}, "dockerImageTag": {"type": "string"}, "documentationUrl": {"type": "string"}, "icon": {"type": "string"}}, "required": ["sourceDefinitionId", "name", "dockerRepository", "docke...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[96, 13], [102, 44], [68, 90], [68, 17], [84, 50], [70, 80], [104, 97], [120, 13], [106, 80], [66, 56], [100, 92], [107, 106], [88, 90], [102, 99], [45, 108], [82, 93], [35, 13], [73, 93], [84, 100], [83, 81], [47, 59], [68, 88], [71, 86], [91, 25], [68, 80], [28, 65], [16, 72], [45, 53], [65, 66], [15, ...
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"asset": {"type": "string"}, "threat": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}, "vulnerability": {"type": "string"}}, "required": ["asset", "threat", "uuid", "version", "vulnerability"], "$s...
{"asset" : "d2023d89-44d1-11e9-a78c-0800277f0571", "threat" : "b402d5f5-4576-11e9-9173-0800277f0571", "uuid" : "7f9f1f9e-4f02-11e9-b3ea-0800277f0571", "version" : 1, "vulnerability" : "69fc1210-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"asset": {"type": "string"}, "threat": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}, "vulnerability": {"type": "string"}}, "required": ["asset", "threat", "uuid", "version", "vulnerability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propertie...
{"contract" : "0xf3ac6c6a88de9cafd1fcd418b01da0184b442ea6", "tool" : "solhint", "start" : 1563214923.0531406, "end" : 1563214954.367802, "duration" : 31.314661264419556, "analysis" : [{"file" : "/unique_contracts/0xf3ac6c6a88de9cafd1fcd418b01da0184b442ea6.sol", "line" : "25", "column" : "13", "message" : "Expected inde...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": ...
{"nom" : "M\u00e9ry-sur-Cher", "circ" : "2\u00e8me circonscription", "dpt" : "Cher", "inscrits" : 539, "abs" : 273, "votants" : 266, "blancs" : 16, "nuls" : 9, "exp" : 241, "res" : [{"nuance" : "MDM", "nom" : "Mme Nadia ESSAYAN", "voix" : 142}, {"nuance" : "COM", "nom" : "M. Nicolas SANSU", "voix" : 99}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "...
{"n_dim" : 21, "n_trials" : 130, "objective" : "drop_wave_on_cube", "white" : "platypus_smpso", "black" : "hyperopt_rand", "traceback" : ["passing", "passing"], "best_val" : [-0.27976610013703745, -0.288720928108244], "best_x" : [[0.02453221402726713, 0.13936694350760936, 0.04156094082980866, 0.4803327090489533, 0.0467...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulat...
{"date" : 20200618, "states" : 56, "positive" : 2176098, "negative" : 9735467, "pending" : 1903, "hospitalizedCurrently" : 28538, "hospitalizedCumulative" : 136980, "inIcuCurrently" : 6560, "inIcuCumulative" : 9738, "onVentilatorCurrently" : 2518, "onVentilatorCumulative" : 869, "dateChecked" : "2020-06-18T24:00:00Z", ...
json_instruct
{"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulative": {"type": "integer"}, "inIcuCurrently": {"type": "integer...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id_5866": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5866"], "$schema": "http://json-schema.org/draft-07/schema#...
{"id_5866" : {"publicdate" : "2011-09-24 04:28:13", "title" : "Montezuma's Castle and Other Weird Tales"}}
json_instruct
{"type": "object", "properties": {"id_5866": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5866"], "$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"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "...
{"id" : "2009", "provinceId" : "14", "regencyId" : "05", "districtId" : "04", "name" : "Tanjung Kuyo"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"tableName": {"type": "string"}, "group": {"type": "string"}, "desc": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "partitionMode": {"type": "string"}, "levels": {"type": "string"}}, "requ...
{"tableName" : "hourly_web_click", "group" : "web", "desc" : "web click hourly model", "startTime" : "2019-01-01 00:00:00", "endTime" : "2019-11-30 23:59:59", "partitionMode" : "H", "levels" : "offline"}
json_instruct
{"type": "object", "properties": {"tableName": {"type": "string"}, "group": {"type": "string"}, "desc": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "partitionMode": {"type": "string"}, "levels": {"type": "string"}}, "required": ["tableName", "group", "desc", "startTime", "endTime...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "...
{"key" : "F#", "suffix" : "m13/B", "positions" : [{"frets" : "777877", "fingers" : "111211", "barres" : "7", "capo" : "true"}, {"frets" : "777879", "fingers" : "111213", "barres" : "7", "capo" : "true"}, {"frets" : "774x45", "fingers" : "341012", "barres" : "4", "capo" : "true"}, {"frets" : "jjjkjj", "fingers" : "11121...
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "ba...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0x98a675ec95f598811d90fedfcc7e25d428d5c768ecc61fcaef29e4c95413355a", "parentHash" : "0x55ac56437be55001774f151e97393a7fdf81053fc223468dc3dbcca97cf3c1d1", "number" : 58703, "timestamp" : 1439125177, "nonce" : "0x9fce5ab472ec1968", "difficulty" : 1714032306672, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv...
{"probe_id" : 18438, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 11427, "resolver_net" : "70.122.0.0/15", "ipv4_tcp" : true, "internal" : "172.16.0.1", "ipv6_cap" : true, "qname_minimization" : true}, {"ipv6_tcp" : true, "resolver_asn" : 11427, "resolver_net" : "70.122.0.0/15", "ipv4_tcp" : true, "internal" : "...
json_instruct
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_ca...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "630203100001", "text" : "\u4e50\u90fd\u8def\u5c45\u59d4\u4f1a"}, {"id" : "630203100002", "text" : "\u5e73\u5b89\u8def\u5c45\u59d4\u4f1a"}, {"id" : "630203100003", "text" : "\u6e5f\u4e2d\u8def\u5c45\u59d4\u4f1a"}, {"id" : "630203100004", "text" : "\u5316\u9686\u8def\u5c45\u59d4\u4f1a"}, {"id" : "630203100005",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"box_name": {"type": "string"}, "description": {"type": "string"}, "gamma": {"type": "number"}, "label": {"type": "string"}, "model_name": {"type": "string"}, "model_param": {"type": "object", "pro...
[{"box_name" : "none", "description" : "A Logit with RFF with fashion mnist", "gamma" : 0.00031334607827109305, "label" : "logit rff ", "model_name" : "logit", "model_param" : {"C" : 1000}, "test_score" : 0.8474, "time" : 266.55388248799864, "train_score" : 0.8655}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"box_name": {"type": "string"}, "description": {"type": "string"}, "gamma": {"type": "number"}, "label": {"type": "string"}, "model_name": {"type": "string"}, "model_param": {"type": "object", "properties": {"C": {"type": "integer"}}, "required": ["C"]}, "tes...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ...
{"nom" : "Villepreux", "dpt" : "Yvelines", "inscrits" : 7310, "abs" : 1655, "votants" : 5655, "blancs" : 418, "nuls" : 125, "exp" : 5112, "res" : [{"panneau" : "1", "voix" : 3923}, {"panneau" : "2", "voix" : 1189}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "title": {"type": "null"}}, "required": ["code", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "10001", "title" : null}, {"code" : "10002", "title" : null}, {"code" : "10003", "title" : null}, {"code" : "10004", "title" : null}, {"code" : "10005", "title" : null}, {"code" : "10006", "title" : null}, {"code" : "10007", "title" : null}, {"code" : "10008", "title" : null}, {"code" : "10009", "title" : nu...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "title": {"type": "null"}}, "required": ["code", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "style": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"...
{"name" : "typography-baseline.css", "version" : "2.0.0", "description" : "A good start to your CSS typography that covers all the semantic nooks and crannies", "main" : "src/baseline.css", "style" : "src/baseline.css", "files" : ["LICENSE.md", "src/baseline.css"], "repository" : {"type" : "git", "url" : "git+https://g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "style": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "u...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"bson.js": {"type": "string"}, "bson.min.js": {"type": "string"}}, "required": ["bson.js", "bson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bson.js" : "sha256-DbUlMtng8heAwpLR7yHqDHzXluYE98bTddWNEpDv9DE=", "bson.min.js" : "sha256-+xe9dQBH2iLhOvZfQlMVIgLTaLlb06/V8Q5TQ0o3vmQ="}
json_instruct
{"type": "object", "properties": {"bson.js": {"type": "string"}, "bson.min.js": {"type": "string"}}, "required": ["bson.js", "bson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"asana": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "slack": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "sendgrid": {"type": "...
{"asana" : {"token" : "[ACCESS_TOKEN]"}, "slack" : {"token" : "[ACCESS_TOKEN]"}, "sendgrid" : {"user" : "[USERNAME]", "pass" : "[PASSWORD]"}, "dropbox" : {"token" : "[ACCESS_TOKEN]"}}
json_instruct
{"type": "object", "properties": {"asana": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "slack": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "sendgrid": {"type": "object", "properties": {"user": {"type": "string"}, "pass": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": [...
{"index" : 6932, "hash" : 3366441835, "artDyeHash" : 3366441835, "redacted" : false, "dyeManifestHash" : 302877035, "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", "blackl...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2020-12-12T21:00:00Z", "Temp" : 14.3, "RelHum" : 73, "WindSpeed" : 1.5, "WindDir" : 345}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"LogLevel": {"type": "string"}, "LogPath": {"type": "string"}, "TCPAddr": {"type": "string"}, "WSAddr": {"type": "string"}, "HTTPAddr": {"type": "string"}, "MaxConnNum": {"type": "integer"}, "DBSource": {"type...
{"LogLevel" : "debug", "LogPath" : "", "TCPAddr" : "127.0.0.1:3563", "WSAddr" : "0.0.0.0:3565", "HTTPAddr" : "0.0.0.0:6100", "MaxConnNum" : 20000, "DBSource" : "user=dz_db password=d2SQC4nEeqDF958qLiu2 dbname=dz host=pgm-bp1rx6909s61kx0f9o.pg.rds.aliyuncs.com port=1433 sslmode=disable", "DBMaxConn" : 200, "DBIdleConn" ...
json_instruct
{"type": "object", "properties": {"LogLevel": {"type": "string"}, "LogPath": {"type": "string"}, "TCPAddr": {"type": "string"}, "WSAddr": {"type": "string"}, "HTTPAddr": {"type": "string"}, "MaxConnNum": {"type": "integer"}, "DBSource": {"type": "string"}, "DBMaxConn": {"type": "integer"}, "DBIdleConn": {"type": "integ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], ...
{"Time" : "2021-09-18T05:00:00Z", "Temp" : 19.7, "RelHum" : 78, "WindSpeed" : 1.9, "WindDir" : 48}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$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"}, "main": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"typ...
{"name" : "@kbn/dev-utils", "main" : "./target/index.js", "version" : "1.0.0", "license" : "Apache-2.0", "private" : true, "scripts" : {"build" : "babel src --out-dir target", "kbn:bootstrap" : "yarn build"}, "dependencies" : {"chalk" : "^2.3.0", "execa" : "^0.10.0", "moment" : "^2.20.1", "tree-kill" : "^1.2.0"}, "devD...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "kbn:bootstrap": {"type": "string"}}, "required": ["build", "k...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "140822104200", "text" : "\u88f4\u5e84\u6751\u59d4\u4f1a"}, {"id" : "140822104201", "text" : "\u5357\u536b\u6751\u59d4\u4f1a"}, {"id" : "140822104202", "text" : "\u96c6\u8d24\u6751\u59d4\u4f1a"}, {"id" : "140822104203", "text" : "\u8303\u65b0\u6751\u59d4\u4f1a"}, {"id" : "140822104204", "text" : "\u897f\u536b\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"vehicle": {"type": "object", "properties": {"vehicleClass": {"type": "string"}, "vehicleType": {"type": "string"}, "chassisType": {"type": "null"}, "manufactureDate": {"type": "string"}, "yearOfManufacture": {"type"...
{"vehicle" : {"vehicleClass" : "V", "vehicleType" : "HGV", "chassisType" : null, "manufactureDate" : "01/05/2001", "yearOfManufacture" : 2001, "testCertificateExpiryDate" : "31/10/2018", "outOfTestMarker" : "N", "vehicleIdentifier" : "D6Z1V87", "previousRegmark" : "F9O6Y39", "registrationDate" : "29/10/2001", "numberOf...
json_instruct
{"type": "object", "properties": {"vehicle": {"type": "object", "properties": {"vehicleClass": {"type": "string"}, "vehicleType": {"type": "string"}, "chassisType": {"type": "null"}, "manufactureDate": {"type": "string"}, "yearOfManufacture": {"type": "integer"}, "testCertificateExpiryDate": {"type": "string"}, "outOfT...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "year": {"type": "integer"}, "runtime": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}, "release-date": {"type": "string"}, "director": {"type": "string"}...
{"name" : "Spirited Away", "year" : 2001, "runtime" : 125, "categories" : ["adventure", "fantasy", "animation"], "release-date" : "2001-07-18", "director" : "Hayao Miyazaki", "writer" : ["Hayao Miyazaki"], "actors" : ["Rumi Hiragi", "Mari Natsuki", "Miyu Irino"], "storyline" : "Spirited Away is an adventure and coming-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "year": {"type": "integer"}, "runtime": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}, "release-date": {"type": "string"}, "director": {"type": "string"}, "writer": {"type": "array", "items": {"type": "string"}}, "actors":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"date": {"type": "string"}, "message": {"type": "string"}, "observation": {"type": "object", "properties": {"about": {"type": "string"}, "avm": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"...
{"date" : "Sat, 30 Nov 2013 13:42:25 +0000", "message" : "This is a beta release of LCOGT JSON. The format may change so any applications you build using this may need updating in the future.", "observation" : {"about" : "http://lcogt.net/observations/ogg/2m0a/30848", "avm" : {"code" : "3.6.4", "name" : "Clusters of St...
json_instruct
{"type": "object", "properties": {"date": {"type": "string"}, "message": {"type": "string"}, "observation": {"type": "object", "properties": {"about": {"type": "string"}, "avm": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "credit": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}, "package": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "l...
{"name" : "_simply", "version" : "1.0.0", "status" : "beta", "type" : "app", "package" : "olgks._simply", "description" : "A simple blank app for Logiks to start with. Start by building a new home page.", "keywords" : "", "license" : "MIT License", "homepage" : "https://github.com/LogiksApps/_simply", "repository" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}, "package": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "reposit...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "79604eb17f534502ae8b", "c" : {"main" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "o...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.698792, 53.76184]}, "properties" : {"minimum-net-dwellings" : "0", "site-plan-url" : "http://maps.preston.gov.uk/planning/map.aspx", "maximum-net-dwellings" : "0", "hectares" : "0.04", "ownership-status" : "not owned by a public authority", "notes...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"minimum-net-dwellings": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"packageName": {"type": "string"}}, "required": ["packageName"]}, "instance": {"type": "object", "properties": {"frameTitleOf:": {"type": "string"}, "icon": {"type": "string"}, "priori...
{"class" : {"packageName" : "bak 4/27/2016 19:08"}, "instance" : {"frameTitleOf:" : "bak 5/12/2016 17:26", "icon" : "bak 4/27/2016 15:08", "priority" : "bak 4/27/2016 19:42"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"packageName": {"type": "string"}}, "required": ["packageName"]}, "instance": {"type": "object", "properties": {"frameTitleOf:": {"type": "string"}, "icon": {"type": "string"}, "priority": {"type": "string"}}, "required": ["frameTitleOf:", "ic...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"TheWeirdSisters": {"type": "array", "items": {"type": "string"}}}, "required": ["TheWeirdSisters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TheWeirdSisters" : ["PowerTrio", "FairyGodmother", "Seers", "SiblingTeam", "TropeCodifier", "WitchClassic", "Familiar", "WickedWitch", "FairyGodmother", "Seer", "TropeNamer", "TheHecateSisters", "TheThreeFacesOfEve", "PowerTrio", "WizardingSchool", "TheDividual", "AncientEvil", "TheSandman", "ArtifactOfDoom", "FourEl...
json_instruct
{"type": "object", "properties": {"TheWeirdSisters": {"type": "array", "items": {"type": "string"}}}, "required": ["TheWeirdSisters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPattern": {"type": "string"}}, "required": ["method", "urlPattern"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}...
{"request" : {"method" : "GET", "urlPattern" : "/bidrag-sjablon/barnetilsyn.*"}, "response" : {"status" : 200, "body" : " [ {\"typeStonad\": \"64\",\"typeTilsyn\": \"DO\",\"datoFom\": \"2020-07-01\",\"datoTom\": \"9999-12-31\",\"belopBarneTilsyn\": 358,\"brukerid\": \"A100364 \",\"tidspktEndret\": \"2020-05-17T14:13:1...
json_instruct
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPattern": {"type": "string"}}, "required": ["method", "urlPattern"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "body": {"type": "string"}, "headers": {"type": "object", "p...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"just-animate-all.js": {"type": "string"}, "just-animate-all.min.js": {"type": "string"}, "just-animate-extras.js": {"type": "string"}, "just-animate-extras.min.js": {"type": "string"}, "just-animate-tools.js": {"t...
{"just-animate-all.js" : "sha256-ifJmLyoMFNDm39+p56dO5YbEr38ZDMbtBcUI+iwc5pA=", "just-animate-all.min.js" : "sha256-jmCIrvqjaJsFkqlTbEWHE6EzxIQ2HB7nSAIvsaDZMrM=", "just-animate-extras.js" : "sha256-arPF75d8vc3e/O/kBqPvuu+8IQO724u9S4wGrAVudfE=", "just-animate-extras.min.js" : "sha256-JK6xklREJ1PrbMbKzIXgUPi/2+jHSpNPzTI2...
json_instruct
{"type": "object", "properties": {"just-animate-all.js": {"type": "string"}, "just-animate-all.min.js": {"type": "string"}, "just-animate-extras.js": {"type": "string"}, "just-animate-extras.min.js": {"type": "string"}, "just-animate-tools.js": {"type": "string"}, "just-animate-tools.min.js": {"type": "string"}, "just-...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items...
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "btn_login_up", "texture" : "14f82cd94", "rect" : [637, 373, 81, 99], "offset" : [0, 0], "originalSize" : [81, 99], "capInsets" : [15, 15, 15, 25]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "follower...
{"user" : "knolleary", "repos" : 1, "login" : "knolleary", "id" : 51083, "avatar_url" : "https://avatars1.githubusercontent.com/u/51083?v=3", "url" : "https://api.github.com/users/knolleary", "html_url" : "https://github.com/knolleary", "followers_url" : "https://api.github.com/users/knolleary/followers", "following_ur...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-sche...
[{"year" : 1916, "sex" : "F", "n" : 5, "prop" : 4.61e-06}, {"year" : 1919, "sex" : "F", "n" : 5, "prop" : 4.26e-06}, {"year" : 1996, "sex" : "F", "n" : 5, "prop" : 2.61e-06}, {"year" : 1999, "sex" : "F", "n" : 6, "prop" : 3.08e-06}, {"year" : 2001, "sex" : "F", "n" : 5, "prop" : 2.53e-06}, {"year" : 2010, "sex" : "F", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "It's an Magenta crystal."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema...
{"word" : "Disguise", "definitions" : ["A means of altering one's appearance to conceal one's identity.", "The state of having altered one's appearance in order to conceal one's identity.", "The concealing of one's true intentions or feelings."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"generator-wupjs": {"type": "object", "properties": {"module": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}, "github": {"type": "string"}, "licens...
{"generator-wupjs" : {"module" : "argu", "description" : "Helper for preprocessing arguments before passing to functions", "author" : "Jason Lenoble", "email" : "jason.lenoble@gmail.com", "github" : "jlenoble", "license" : "MIT", "transpile" : "es2015", "addons" : [], "Class" : "Argu", "createdWith" : "0.6.0-10", "modi...
json_instruct
{"type": "object", "properties": {"generator-wupjs": {"type": "object", "properties": {"module": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}, "github": {"type": "string"}, "license": {"type": "string"}, "transpile": {"type": "string"}, "addons": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "aut...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"confidence" : 9, "authenticationResultCode" : "ValidCredentials", "brandLogoUri" : "http://dev.virtualearth.net/Branding/logo_powered_by.png", "copyright" : "Copyright \u00a9 2017 Microsoft and its suppliers. All rights reserved. This AP...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "...