input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object"...
{"name" : "IQGradientMaskView", "version" : "1.0.0", "summary" : "UIView subclass to show Gradient Mask on the top and bottom.", "homepage" : "http://github.com/hackiftekhar/IQGradientMaskView", "screenshots" : "https://raw.githubusercontent.com/hackiftekhar/IQGradientMaskView/master/Screenshot/screenshot.jpg", "licens...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Iftekhar Qurashi": {"type": "string"}}, "required": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "me...
{"id" : "ecb054a0-ef5d-44a1-a0af-eda94b60d4f2", "playerTags" : ["766dfd1e-11c3-42b6-a167-9b2d568b5dc0"], "teamTags" : ["36569151-a2fb-43c1-9df7-2df512424c82"], "gameTags" : ["8c9b1852-d4a0-4302-8cc6-9a8054e0820c"], "metadata" : {"mod" : "ON_FIRE", "play" : 83, "type" : 0, "parent" : "7f853329-3258-4888-8762-04d2e2c86ee...
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": {"mod": {"type": "string"}, "play...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema...
[{"name" : "KENY", "frequency" : 1352, "males" : "99.55621301775149 %", "females" : "0.4437869822485207 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1377010003", "district_id" : "1377010", "name" : "KAMPUNG APAR"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Xenokore\\In...
{"name" : "xenokore/inspirobot", "description" : "Inspirobot image generator", "version" : "1.0.0", "type" : "library", "autoload" : {"psr-4" : {"Xenokore\\Inspirobot\\" : "src/"}}, "require" : {"guzzlehttp/guzzle" : "^6.3"}, "require-dev" : {"phpunit/phpunit" : "^8.3"}, "license" : "MIT", "authors" : [{"name" : "Yani"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Xenokore\\Inspirobot\\": {"type": "string"}}, "required": ["Xenokore\\Insp...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contrac...
{"contract" : "0x7ba16ac939441baaf9c6703701950e49706049a1", "tool" : "oyente", "start" : 1563773207.4187899, "end" : 1563773213.3999715, "duration" : 5.981181621551514, "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://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"generatetool": {"type": "string"}, "gltfUpAxis": {"type": "string"}, "version": {"type": "string"}}, "required": ["generatetool", "gltfUpAxis", "version"]}, "root": {"type"...
{"asset" : {"generatetool" : "cesiumlab2@www.cesiumlab.com", "gltfUpAxis" : "Z", "version" : "1.0"}, "root" : {"boundingVolume" : {"box" : [100.008636474609, 98.4831428527832, -13.4941837787628, 30.0221405029297, 0, 0, 0, 29.9612083435059, 0, 0, 0, 7.37066721916199]}, "content" : {"uri" : "Tile_p005_p006.b3dm"}, "geome...
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"generatetool": {"type": "string"}, "gltfUpAxis": {"type": "string"}, "version": {"type": "string"}}, "required": ["generatetool", "gltfUpAxis", "version"]}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "prope...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"package": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "name": {"type": "o...
{"description" : "Reference to an object described within another package.", "type" : "object", "properties" : {"package" : {"type" : "string"}, "name" : {"type" : "string"}}, "required" : ["name", "package"]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"package": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}}, "requir...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boo...
{"name" : "Ghostrick Angel of Mischief", "number" : "53334641", "is_illegal" : false, "text" : "2 Level 4 monsters\nYou can also Xyz Summon this card by using a \"Ghostrick\" Xyz Monster you control as the Xyz Material, except \"Ghostrick Angel of Mischief\". (Xyz Materials attached to that monster also become Xyz Mate...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}}, "required": [""]}}, "required": ["variants"], "$...
{"variants" : {"" : [{"model" : "ordanas_inferno:block/chiseled_polished_limestone"}]}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date"...
{"id" : 149257, "node" : [{"id" : 134204, "name" : "\u3070\u304f\u304a\u3093!!", "nameCN" : "\u7206\u97f3\u5c11\u5973!!", "image" : "//lain.bgm.tv/pic/cover/m/9a/e7/134204_o6xos.jpg", "date" : "2016-04-04"}, {"id" : 149257, "name" : "\u3070\u304f\u304a\u3093!! OAD", "nameCN" : "\u7206\u97f3\u5c11\u5973!! OAD", "image" ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"stdout": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}}, "required": ["line"]}}}, "required": ["stdout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stdout" : [{"line" : "test cases/failing/37 has function external dependency/meson.build:8:3: ERROR: Dependencies must be external dependencies"}]}
json_instruct
{"type": "object", "properties": {"stdout": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}}, "required": ["line"]}}}, "required": ["stdout"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "titl...
{"published" : "2015-09-11T17:36:08Z", "media-type" : "News", "title" : "US Ecology, Inc. to Present at Imperial Capital Global Opportunities Conference on September 17, 2015", "id" : "5aaee440-5f73-4138-947b-f7afdaea0a19", "content" : "Comments\n\nSeptember 11, 2015 - BOISE, ID\n\nBOISE, ID--(Marketwired - September 1...
json_instruct
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"28261": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "28263": {"type": "object", "properties": {"nama": {"type": "stri...
{"28261" : {"nama" : "BARUMEKAR", "dapil" : [32, 3211, 13215, 2320606]}, "28263" : {"nama" : "BURUJULJAYA", "dapil" : [32, 3211, 13215, 2320606]}, "28260" : {"nama" : "CIBANTENG", "dapil" : [32, 3211, 13215, 2320606]}, "28262" : {"nama" : "CIBUNGUR", "dapil" : [32, 3211, 13215, 2320606]}, "28259" : {"nama" : "CIGUNUNG"...
json_instruct
{"type": "object", "properties": {"28261": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "28263": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "dependencies": {"type": "object", "properties": {"clean-webpack-plugin": {"type": "str...
{"scripts" : {"start" : "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --inline", "build" : "./node_modules/webpack/bin/webpack.js --progress --profile --colors"}, "dependencies" : {"clean-webpack-plugin" : "^0.1.11", "css-loader" : "^0.25.0", "extract-text-webpack-plugin" : "^1.0.1", "file-loader" ...
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "dependencies": {"type": "object", "properties": {"clean-webpack-plugin": {"type": "string"}, "css-loader": {"type": "string"}, "extract-text-webpack...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"email": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}, "endpoints": {"type": "array", "items": {"type": "object", "properties": {"repo": {"type...
{"email" : {"from" : "github-hook@example.com", "to" : "pfanone@gmail.com"}, "endpoints" : [{"repo" : "pfanone/paulfanone", "branch" : "master", "action" : "something has been changed on the server", "run" : "./payload.sh"}]}
json_instruct
{"type": "object", "properties": {"email": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}, "endpoints": {"type": "array", "items": {"type": "object", "properties": {"repo": {"type": "string"}, "branch": {"type": "string"}, "action": {"type": "string"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at...
{"generated_at" : "2017-01-27T09:37:33.800410", "required_by" : ["djcroco", "django-croco", "django-crocodoc"], "requires" : ["requests"], "package" : "crocodoc"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch...
Please provide a valid JSON object following this schema: {"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" : "6103040002", "district_id" : "6103040", "name" : "ANDENG"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nameEnglish": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "stateShort": {"type": "string"}, "country": {"type": "string"}, "des...
{"id" : "yqb", "name" : "A\u00e9oport international Jean-Lesage de Qu\u00e9bec", "nameEnglish" : "Qu\u00e9bec City Jean Lesage International Airport", "city" : "Qu\u00e9bec City", "state" : "Quebec", "stateShort" : "QC", "country" : "Canada", "description" : "With a few exceptions, airport codes starting with \u2018*Y*...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nameEnglish": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "stateShort": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredit": {"type": "string"}, "imag...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"category.squake.binds": {"type": "string"}, "category.squake.general": {"type": "string"}, "config.squake.enabled": {"type": "string"}, "category.squake.trimp": {"type": "string"}, "config.squake.trimping.enabled": {"type": "s...
{"category.squake.binds" : "Squake", "category.squake.general" : "General", "config.squake.enabled" : "Enable Movement System", "category.squake.trimp" : "Trimping", "config.squake.trimping.enabled" : "Enable Trimping", "config.squake.trimp.multiplier" : "Magic Trimp Factor", "category.squake.caps" : "Movement Caps", "...
json_instruct
{"type": "object", "properties": {"category.squake.binds": {"type": "string"}, "category.squake.general": {"type": "string"}, "config.squake.enabled": {"type": "string"}, "category.squake.trimp": {"type": "string"}, "config.squake.trimping.enabled": {"type": "string"}, "config.squake.trimp.multiplier": {"type": "string...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"iblockchain": {"type": "string"}}, "required": ["iblockchain"]}...
{"name" : "iblockchain", "version" : "0.0.5", "description" : "Learn blockchain by building one in node.js", "main" : "index.js", "bin" : {"iblockchain" : "bin/index.js"}, "scripts" : {"start" : "node ./bin/index.js", "server" : "node ./src/server.js 8001", "deploy" : "pm2 start ./src/server.js --log-date-format='YYYY-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"iblockchain": {"type": "string"}}, "required": ["iblockchain"]}, "scripts": {"type": "object", "properties": {"start": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"...
{"name" : "goferai/util", "type" : "library", "description" : "Library of PHP utility functions", "keywords" : ["gofer", "utility functions"], "homepage" : "https://github.com/goferai/gofer-util", "license" : "Apache-2.0", "authors" : [{"name" : "Chip Allen", "email" : "chip@gofer.co", "role" : "Developer"}], "autoload...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "d...
{"name" : "yfipool.finance", "symbol" : "YFP", "address" : "0x442dC4dbB08E8a2c4Dc8c28CC2c98369aECCCD26", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
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": {"test": {"type": "string"}, "start": {"type": "s...
{"name" : "webpack1", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "webpack --mode development --env development --hot", "build" : "webpack --mode production"}, "author" : "", "license" : "ISC", "dependencies" : {"babel-pres...
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"}, "build": {"type": "string"}}, "required": ["test", "start", "b...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "profile": {"type": "object", "properties": {"macro": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"payload": {"type": "string"}, "id": {"t...
{"version" : "1", "profile" : {"macro" : {"items" : [{"payload" : "audioCall.js", "id" : "audioCall", "type" : "url"}]}, "roomcontrol" : {"items" : [{"payload" : "audiocall.xml", "id" : "audiocall", "type" : "url"}]}, "userParams" : []}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "profile": {"type": "object", "properties": {"macro": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"payload": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}}, "required":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}}, "required": ["name", "version"]}, "value": {"type": "integer"}, "alarm": {"type": "object", "properties": {"severity": {"type"...
{"type" : {"name" : "VEnum", "version" : 1}, "value" : 1, "alarm" : {"severity" : "NONE", "status" : "NONE", "name" : "None"}, "time" : {"unixSec" : 0, "nanoSec" : 0, "userTag" : null}, "enum" : {"labels" : ["One", "Two", "Three"]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}}, "required": ["name", "version"]}, "value": {"type": "integer"}, "alarm": {"type": "object", "properties": {"severity": {"type": "string"}, "status": {"type": "string"}, "name": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}}, "required": ["type", "ingredient", "result"], "$schema":...
{"type" : "minecraft:smelting", "ingredient" : {"item" : "ecfabric:platinum_ore"}, "result" : "ecfabric:platinum"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}}, "required": ["type", "ingredient", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}},...
[{"molecule_structure" : "circular", "definition" : "Vernonia yellow vein virus DNA-A, complete genome", "virus_id" : "e289deeb", "isolate_id" : "nvf271pf", "_id" : "NC_007730", "host" : "Vernonia cinerea"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", ...
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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scrip...
{"name" : "jquery.dirty", "version" : "0.8.1", "description" : "A jQuery plugin for detecting if a form has been modified", "main" : "dist/jquery.dirty.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "node-qunit-phantomjs test/test.html"}, "repository" : {"type" : "git", "url" : "git+https://github.com/si...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type":...
{"ast" : null, "code" : "import _extends from \"@babel/runtime/helpers/extends\";\nimport StyleSheet from \"react-native-web/dist/exports/StyleSheet\";\nexport default function flattenStyle(style) {\n var flatStyle = _extends({}, StyleSheet.flatten(style));\n\n if (flatStyle.transform) {\n flatStyle.transform.forE...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}...
{"title" : "Longitudinal study of people learning to use continuous voice-based cursor control.", "fields" : ["cursor", "touchpad", "joystick", "vowel", "target acquisition"], "abstract" : "We conducted a 2.5 week longitudinal study with five motor impaired (MI) and four non-impaired (NMI) participants, in which they l...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {...
{"\u5de5\u5ee0\u540d\u7a31" : "\u5d69\u76ca\u96fb\u6a5f\u80a1\u4efd\u6709\u9650\u516c\u53f8\u677f\u6a4b\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99608514", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "06910000098324", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u677f\u6a4b\u5340\u4e2d\u5c71\u8def...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}...
{"name" : "classic-ancii-tree", "version" : "1.0.1", "description" : "Draws a tree with a classic ancii style and ancii colors from chalk.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/VashurkinAnton/classic-a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"ty...
{"resourceType" : "DataElement", "id" : "Basic.created", "meta" : {"lastUpdated" : "2015-10-24T07:41:03.495+11:00"}, "url" : "http://hl7.org/fhir/DataElement/Basic.created", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"path" : "Basic.created", "short" : "When created", "de...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type":...
Please provide a valid JSON object following this schema: {"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": "int...
{"nom" : "Aizy-Jouy", "dpt" : "Aisne", "inscrits" : 200, "abs" : 24, "votants" : 176, "blancs" : 2, "nuls" : 0, "exp" : 174, "res" : [{"panneau" : "2", "voix" : 60}, {"panneau" : "3", "voix" : 38}, {"panneau" : "9", "voix" : 29}, {"panneau" : "11", "voix" : 22}, {"panneau" : "1", "voix" : 15}, {"panneau" : "4", "voix" ...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 1.0, 0.0, 0.0, 2.0, 0.0, 2.0, 1.0, 3.0, 3.0, 0.0, 5.0, 2.0, 3.0, 1.0, 3.0, 1.0, 1.0, 2.0, 1.0, 3.0, 1.0, 1.0, 2.0, 0.0, 0.0, 0.0, 1.0, 1.0, 2.0, 1.0, 1.0, 2.0, 0.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "...
{"rajaongkir" : {"query" : {"city" : "351"}, "status" : {"code" : 200, "description" : "OK"}, "results" : [{"subdistrict_id" : "4926", "province_id" : "26", "province" : "Riau", "city_id" : "351", "city" : "Pelalawan", "type" : "Kabupaten", "subdistrict_name" : "Bandar Petalangan"}, {"subdistrict_id" : "4927", "provinc...
json_instruct
{"type": "object", "properties": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "prisonment", "definition" : "Imprisonment. [Obs.] Shak."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"typ...
{"id" : "d5c0a1fe-80de-4720-8f76-047eaf07277d", "playerTags" : [], "teamTags" : ["8d87c468-699a-47a8-b40d-cfb73a5660ad", "eb67ae5e-c4bf-46ca-bbbc-425cd34182ff"], "gameTags" : ["837244e5-2aef-47db-8f73-687168bfd702"], "metadata" : {"play" : 3, "subPlay" : -1, "children" : ["b7e1d684-eec4-4b42-890f-1feecf755a13", "a6981d...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "pr...
{"contract" : "0xbbd7b196d8ce1f56b2901145b3fcfc42cded5596", "tool" : "osiris", "start" : 1564575876.2542837, "end" : 1564575885.3665922, "duration" : 9.112308502197266, "analysis" : [{"errors" : [{"line" : 49, "column" : 33, "message" : "overflow_bugs"}, {"line" : 53, "column" : 16, "message" : "overflow_bugs"}], "file...
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": {"errors": {"type": "array", "items": {"type": "object", "properti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "a...
{"author" : "Charles Bernstein", "classification" : "", "keywords" : [], "period" : "", "reference" : "http://www.poetryfoundation.org/poetrymagazine/poem/181605", "region" : "", "text" : ["The rich men, they know about suffering", "That comes from natural things, the fate that", "Rich men say they can't control, the s...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"item": {"type": "string"}, "result": {"type": "string"}, "dryingtime": {"type": "integer"}}, "required": ["item", "result", "dryingtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"item" : "fab:salted_chicken_strips", "result" : "fab:chicken_jerky", "dryingtime" : 3000}
json_instruct
{"type": "object", "properties": {"item": {"type": "string"}, "result": {"type": "string"}, "dryingtime": {"type": "integer"}}, "required": ["item", "result", "dryingtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/Users/kyryu/.local/share/virtualenvs/dts-R5Wu7jlI/bin/python"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "150702008008", "text" : "\u671b\u6d77\u793e\u533a"}, {"id" : "150702008009", "text" : "\u4e1c\u6d77\u793e\u533a"}, {"id" : "150702008010", "text" : "\u8fdc\u5c71\u793e\u533a"}, {"id" : "150702008011", "text" : "\u6797\u6d77\u793e\u533a"}]
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["station_name", "station_no", "station_id", "ts_id", "ts_name", "parametertype_id", "parametertype_name"], ["Corin Dam Boat Ramp", "570947", "13648", "3016010", "DMQaQc.Merged.DailyMean.24HR", "11770", "Wind Speed"]]
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": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "preview": {"type": "string"}, "instructions": {"type": "string"}}, "required": ["html", "css", "authors", ...
{"html" : "WerewolfTheForsaken1e.html", "css" : "WerewolfTheForsaken1e.css", "authors" : "Kevin J.", "roll20userid" : "129882", "preview" : "WerewolftheForsaken1e.png", "instructions" : "A simple sheet made specifically for use with Werewolf the Forsaken's First Edition.\nIf you have any issues with the sheet, feel fr...
json_instruct
{"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "preview": {"type": "string"}, "instructions": {"type": "string"}}, "required": ["html", "css", "authors", "roll20userid", "preview", "instructions"], "$schema": "h...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Code": {"type": "integer"}, "DeviceID": {"type": "string"}, "CustomerEmail": {"type": "string"}, "ReportDate": {"type": "string"}, "Status": {"type": "string"}, "TotalCapacity": {"type": "integer"}, "CurrentCapaci...
{"Code" : 200, "DeviceID" : "1666729", "CustomerEmail" : "test@localhost", "ReportDate" : "2016-02-09 14:16:41", "Status" : "A", "TotalCapacity" : 8400, "CurrentCapacity" : 7000}
json_instruct
{"type": "object", "properties": {"Code": {"type": "integer"}, "DeviceID": {"type": "string"}, "CustomerEmail": {"type": "string"}, "ReportDate": {"type": "string"}, "Status": {"type": "string"}, "TotalCapacity": {"type": "integer"}, "CurrentCapacity": {"type": "integer"}}, "required": ["Code", "DeviceID", "CustomerEma...
Generate a valid JSON object that conforms to the following schema: {"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": {"t...
{"nom" : "Damousies", "dpt" : "Nord", "inscrits" : 167, "abs" : 26, "votants" : 141, "blancs" : 3, "nuls" : 2, "exp" : 136, "res" : [{"panneau" : "11", "voix" : 44}, {"panneau" : "2", "voix" : 40}, {"panneau" : "3", "voix" : 19}, {"panneau" : "9", "voix" : 17}, {"panneau" : "1", "voix" : 10}, {"panneau" : "4", "voix" :...
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"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"6971": {"type": "string"}, "6969": {"type": "string"}}, "required": ["6971", "6969"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"6971" : "6972", "6969" : "6970"}
json_instruct
{"type": "object", "properties": {"6971": {"type": "string"}, "6969": {"type": "string"}}, "required": ["6971", "6969"], "$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" : "rechiseled_compat:block/blue_skies_maple_planks_bricks"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "r...
{"name" : "express-ziet-now-semaphore-ci", "version" : "1.0.0", "description" : "Express Started Template", "main" : "index.js", "scripts" : {"start" : "NODE_ENV=local nodemon index.js", "test" : "NODE_ENV=test PORT=3000 jest --coverage --bail"}, "repository" : {"type" : "git", "url" : "git+https://github.com/stajics/e...
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"]}, "repository": {"type": "objec...
Following the schema specification below, generate a valid JSON instance: {"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" : 9007200874360232000, "key" : "/static/1b61b3592d197c4bd2f8819a1df2d2e9/2c40d/homeis.jpg", "val" : "45baf2e60969542daff857516d0bf23b"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3203161002", "district_id" : "3203161", "name" : "SUKATANI"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"PresetNumber": {"type": "integer"}, "UUID": {"type": "string"}, "Name": {"type": "string"}, "Version": {"type": "string"}, "Description": {"type": "string"}, "Icon": {"type": "string"}, "BPM": {"type": "number"}, "Pedals": ...
{"PresetNumber" : 127, "UUID" : "3422C1F1-166E-445A-84DF-2D562DA83F22", "Name" : "Foo Fighters No way back Dist", "Version" : "0.7", "Description" : "", "Icon" : "icon.png", "BPM" : 120.0, "Pedals" : [{"Name" : "bias.noisegate", "IsOn" : true, "Parameters" : [0.1383, 0.2246, 1.0]}, {"Name" : "BlueComp", "IsOn" : false,...
json_instruct
{"type": "object", "properties": {"PresetNumber": {"type": "integer"}, "UUID": {"type": "string"}, "Name": {"type": "string"}, "Version": {"type": "string"}, "Description": {"type": "string"}, "Icon": {"type": "string"}, "BPM": {"type": "number"}, "Pedals": {"type": "array", "items": {"type": "object", "properties": {"...
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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "b...
{"name" : "maru-js", "version" : "1.0.1", "description" : "A minimal global state management library for React", "main" : "dist/index.js", "types" : "dist/index.d.ts", "scripts" : {"prepare" : "yarn build", "build" : "tsc", "test" : "jest"}, "author" : "Jiseop Han <jshan2017@gmail.com>", "license" : "MIT", "repository"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "i...
{"topic" : "CVS", "category" : "radiance-dev", "attachments" : [], "created_by_name" : "Erwin Rol", "created_at" : "December 09, 2003 at 12:07PM", "body" : "How do i checkout the latest version of Radiance. I tried \n\n\ncvs -d :pserver:anoncvs@radiance-online.org:/ray login\n\n\nbut that gives me a timeout.\n\n\n- Erw...
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["to...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "c3t-pad-markdown", "version" : "0.2.2", "description" : "Convert Chaos Communication Congress schedule into markdown for the translation team", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Philipp Bock <p@philippbock.de> (http://philippbock.de/), Seba...
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"}, "depen...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "requir...
{"index" : 8382, "hash" : 1095181216, "artDyeHash" : 1095181216, "redacted" : false, "dyeManifestHash" : 3656403360, "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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "publisher": {"type": "string"}, "status": {"type": "string"}, "version": {"type": "string"}, "kind": {"type": "...
{"resourceType" : "StructureDefinition", "id" : "dpc-profile-endpoint", "url" : "https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-endpoint", "name" : "DPC Endpoint", "publisher" : "The DPC Team", "status" : "draft", "version" : "0.0.1", "kind" : "resource", "abstract" : false, "type" : "Endpoint", "baseDefini...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "publisher": {"type": "string"}, "status": {"type": "string"}, "version": {"type": "string"}, "kind": {"type": "string"}, "abstract": {"type": "boolean"}, "type": {"type...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["510722124001", "\u516b\u6d1e\u573a\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["510722124201", "\u516b\u6d1e\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["510722124202", "\u4e66\u623f\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510722124203", "\u7f57\u76d8\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"statistics": {"type": "object", "properties": {"successpercentage": {"type": "array", "items": {"type": "number"}}, "meanarrivaltime": {"type": "array", "items": {"type": "number"}}, "minarrivaltime": {"type"...
{"statistics" : {"successpercentage" : [3.5000000000000004, 6.0, 9.0, 9.5, 18.5, 12.5, 21.0, 20.5, 17.5, 24.5], "meanarrivaltime" : [7.204622839444852, 5.191619505162438, 4.396403924949753, 5.423583994434235, 4.2700103660979005, 8.74961328351245, 4.366840926859034, 7.399962567438035, 8.32224049768279, 4.103490679016367...
json_instruct
{"type": "object", "properties": {"statistics": {"type": "object", "properties": {"successpercentage": {"type": "array", "items": {"type": "number"}}, "meanarrivaltime": {"type": "array", "items": {"type": "number"}}, "minarrivaltime": {"type": "array", "items": {"type": "number"}}}, "required": ["successpercentage", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataType" : "CNE", "longName" : "Enterer Authorization Mode", "hl7Table" : "HL70483"}
json_instruct
{"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : 9007200872727669000, "key" : "/static/9d882293c1b7b04e65b4bcf6f3ae4bbf/e5166/SlidingWindow2.jpg", "val" : "a26a9d645ab9c8ad012296a0f09a27dc"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"JerkSue": {"type": "array", "items": {"type": "string"}}}, "required": ["JerkSue"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"JerkSue" : ["MarySue", "WellExcuseMePrincess", "DarkerAndEdgier", "JerkassDissonance", "Jerkass", "ToughLove", "FreudianExcuse", "JerkassDissonance", "ItsAllAboutMe", "ButtMonkey", "CantGetAwayWithNuthin", "ComedicSociopathy", "DracoInLeatherPants", "CreatorsPet", "JerkassWoobie", "Jerkass", "KarmaHoudini"]}
json_instruct
{"type": "object", "properties": {"JerkSue": {"type": "array", "items": {"type": "string"}}}, "required": ["JerkSue"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated...
{"generated_at" : "2017-01-27T09:37:38.657378", "required_by" : ["KegElements", "Flask-Simple-Serializer", "flask-wtf-alchemy-utils", "Flask-Marcos", "ShelfCMS"], "requires" : ["SQLAlchemy", "WTForms", "WTForms-Components", "SQLAlchemy-Utils", "six"], "package" : "WTForms-Alchemy"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch...
Create an example JSON object that satisfies 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" : 4837861, "name" : "Meklord Astro Dragon Triskelion", "is_illegal" : false, "is_custom" : false, "text" : "Cannot be Normal Summoned/Set. Must first be Special Summoned (from your hand) by banishing 3 \"Meklord\" monsters with different names from your GY. Once per turn, when this card declares an attack: You ca...
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"ty...
{"name" : "is-touch-device-javascript", "version" : "0.1.0", "description" : "Detecting if touch APIs implemented whether or not the current device has a touchscreen.", "main" : "dist/is-touch-device.min.js", "repository" : {"type" : "git", "url" : "https://github.com/hesambayat/is-touch-device-javascript.git"}, "autho...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"exp_name": {"type": "string"}, "exp_path": {"type": "string"}, "data_path": {"type": "string"}, "use_cuda": {"type": "boolean"}, "n_channels": {"type": "integer"}, "n_classes": {"type": "integer"}, "train_epoch...
{"exp_name" : "test", "exp_path" : "/Volumes/Partition1/Projects/semantic_segmentation/exp_results", "data_path" : "/Users/cristea/Downloads/VOCdevkit 2/VOC2012", "use_cuda" : false, "n_channels" : 3, "n_classes" : 21, "train_epochs" : 100, "batch_size" : 4, "eval_net_epoch" : 1, "save_net_epochs" : 2, "print_loss" : 1...
json_instruct
{"type": "object", "properties": {"exp_name": {"type": "string"}, "exp_path": {"type": "string"}, "data_path": {"type": "string"}, "use_cuda": {"type": "boolean"}, "n_channels": {"type": "integer"}, "n_classes": {"type": "integer"}, "train_epochs": {"type": "integer"}, "batch_size": {"type": "integer"}, "eval_net_epoch...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"streams": {"type": "array", "items": {"type": "object", "properties": {"stream": {"type": "object", "properties": {"name": {"type": "string"}, "json_schema": {"type": "object", "properties": {}, "required": []}, "sup...
{"streams" : [{"stream" : {"name" : "properties", "json_schema" : {}, "supported_sync_modes" : ["full_refresh", "incremental"], "supported_destination_sync_modes" : ["overwrite", "append_dedup"], "source_defined_cursor" : true}, "sync_mode" : "incremental", "destination_sync_mode" : "append_dedup"}]}
json_instruct
{"type": "object", "properties": {"streams": {"type": "array", "items": {"type": "object", "properties": {"stream": {"type": "object", "properties": {"name": {"type": "string"}, "json_schema": {"type": "object", "properties": {}, "required": []}, "supported_sync_modes": {"type": "array", "items": {"type": "string"}}, "...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string...
[{"province" : "\u5c71\u4e1c\u7701", "city" : "\u804a\u57ce\u5e02", "area" : "\u51a0\u53bf", "name" : "\u51a0\u53bf\u4e1c\u53e4\u57ce\u90ae\u653f\u652f\u5c40", "code" : "252525", "address" : "\u804a\u57ce\u5e02\u51a0\u53bf\u4e1c\u53e4\u57ce\u9547\u653f\u5e9c\u9a7b\u5730", "phone" : "0635-5740000"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "xivdb": {"type": "string"}, "behavior": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"...
{"id" : 228, "img" : "/i/068000/068728.png", "xivdb" : "/companion/228", "behavior" : {"de" : "Folgt nach", "en" : "Obedient", "fr" : "Poursuite", "jp" : "\u8ffd\u5f93"}, "race" : {"de" : "Puppe", "en" : "Poppet", "fr" : "Poup\u00e9e", "jp" : "\u30c9\u30fc\u30eb"}, "info" : {"de" : "Als diese Puppe entworfen wurde, gab...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "xivdb": {"type": "string"}, "behavior": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "race": {"typ...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "JUSTO LUIS", "frequency" : 101, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"options": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "root": {"type": "object", "properties": {"name": {"type": "null"}, "version": {"type": "null"}, "user": {"type": "null"}, "channel": {"type":...
{"options" : [["glew:shared", "False"], ["glfw:shared", "False"], ["glfw:vulkan_static", "False"], ["imgui:shared", "False"]], "root" : {"name" : null, "version" : null, "user" : null, "channel" : null}}
json_instruct
{"type": "object", "properties": {"options": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "root": {"type": "object", "properties": {"name": {"type": "null"}, "version": {"type": "null"}, "user": {"type": "null"}, "channel": {"type": "null"}}, "required": ["name", "version", "user", "chann...
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:i...
{"id" : 404335905, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "8d9e163ce81f3d6f1aa48341d2962516", "wof:id" : 404335905, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-2.34041, 40.9051, -2.34041, 40.9051], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "stri...
{"text" : "Whoever engages in the practice of engineering shall keep displayed in a conspicuous place in his established place of business the certificate of registration granted him under this part, and evidence of current renewal.", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 2-2312.\n\n1973 Ed., \u00a7 2...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email_address": {"type": "string"}, "dfe_uuid": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type"...
{"id" : "e4d294c2-29e4-42cc-ab06-9d54a07d0e68", "first_name" : "Abd", "last_name" : "Corazon de Ablo", "email_address" : "abd.corazon-de-ablo@york.ac.uk", "dfe_uuid" : "3a37f778-e5bb-4bbe-8cc0-d4b7e50b7eec", "created_at" : "2020-10-15 16:55:24 +0100", "updated_at" : "2021-02-02 09:13:56 +0000", "last_signed_in_at" : "2...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email_address": {"type": "string"}, "dfe_uuid": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "last_signed_in_at": {"type": "string"}, "send_notificat...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "description_zh": {"type": "string"}, "enable": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "category": {"type": "stri...
{"name" : "TensorflowLiteMicro", "description" : "Tensorflow Lite Micro package, a lightweight deep learning end-test inference framework for RT-Thread operating system .", "description_zh" : "\u7528\u4e8ert-thread\u64cd\u4f5c\u7cfb\u7edf\u7684\u8f7b\u91cf\u7ea7\u6df1\u5ea6\u5b66\u4e60\u7aef\u4fa7\u63a8\u7406\u6846\u67...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "description_zh": {"type": "string"}, "enable": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, ...
{"title" : "Arm of the Law", "description" : "A quiet backwater outpost on Mars gets a surprise in the form of a new police recruit - in a box! Yep, it's a prototype robot cop sent to the backwater station for testing. And Harrison tells the strange, funny and scary things that begin to happen after that, as only he ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, ...
Generate a valid JSON object that conforms to the following 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":...
{"id" : 404398875, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "115700764494ae5a3165805b31ee2fac", "wof:id" : 404398875, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.09, 44.55944, -0.09, 44.55944], "geometry" : {"coordinates" : [...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id_2271": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "read...
{"id_2271" : {"title" : "\u0416\u0438\u0442\u0438\u044f \u0421\u0432\u044f\u0442\u044b\u0445, \u0442. 12 - \u0430\u0432\u0433\u0443\u0441\u0442 (Zhitiia Sviatykh, v. 12 - August)", "language" : "Church Slavonic", "totaltime" : "16:30:32", "url_librivox" : "http://librivox.org/kniga-zitij-svjatyh-na-mesjac-avgust-by-dim...
json_instruct
{"type": "object", "properties": {"id_2271": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"TagManager": {"type": "object", "properties": {"CategoryClicks": {"type": "string"}, "CategoryDate": {"type": "string"}, "CategoryDevice": {"type": "string"}, "CategoryEmail": {"type": "string"}, "CategoryErrors": {...
{"TagManager" : {"CategoryClicks" : "\u041a\u043b\u0438\u043a\u0438", "CategoryDate" : "\u0414\u0430\u0442\u0430", "CategoryDevice" : "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "CategoryEmail" : "Email", "CategoryErrors" : "\u041e\u0448\u0438\u0431\u043a\u0438", "CategoryHistory" : "\u0418\u0441\u0...
json_instruct
{"type": "object", "properties": {"TagManager": {"type": "object", "properties": {"CategoryClicks": {"type": "string"}, "CategoryDate": {"type": "string"}, "CategoryDevice": {"type": "string"}, "CategoryEmail": {"type": "string"}, "CategoryErrors": {"type": "string"}, "CategoryHistory": {"type": "string"}, "ComparisonC...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "s...
{"collections" : [{"fullName" : "System.Text.DecoderFallback", "methods" : [{"name" : "System.Text.DecoderFallback.ExceptionFallback", "type" : "PROP", "count" : 12}, {"name" : "System.Text.DecoderFallback.ReplacementFallback", "type" : "PROP", "count" : 8}]}]}
json_instruct
{"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name"...
The schema below describes a JSON structure. Generate a valid example: {"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-02-17T18:00:00Z", "Temp" : 7.4, "RelHum" : 69, "WindSpeed" : 7.8, "WindDir" : 221}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[], [{"name" : "DAG and IP3 signaling", "imports" : ["PIP3 activates AKT signaling"]}], [{"name" : "MEK activation", "imports" : ["RAF activation"]}, {"name" : "AKT phosphorylates targets in the cytosol", "imports" : ["AKT phosphorylates targets in the nucleus"]}, {"name" : "AKT phosphorylates targets in the nucleus",...
json_instruct
{"type": "array", "items": {"type": "array", "items": {}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required...
[{"postal_code" : "62020", "place_name" : "Lomas de San Ant\u00f3n", "place_type" : "Fraccionamiento", "county" : "Cuernavaca", "state" : "Morelos", "city" : "Cuernavaca"}, {"postal_code" : "62020", "place_name" : "Las Terrazas", "place_type" : "Unidad habitacional", "county" : "Cuernavaca", "state" : "Morelos", "city"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type"...
{"derivation" : "a primitive root;", "pron" : "tsaw-rab'", "outline" : "<ol><li> to burn, scorch<ol><li> (Niphal) to be scorched</li></ol></li></ol>", "kjv_def" : "burn.", "lemma" : "\u05e6\u05b8\u05e8\u05b7\u05d1", "frequency" : 1, "strongs_def" : "to burn", "xlit" : "ts\u00e2rab"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"<page title>": {"type": "string"}, "manufacturer warranty": {"type": "string"}}, "required": ["<page title>", "manufacturer warranty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"<page title>" : "Nikon D3200 24 2 MP DSLR Black 18 55mm AF s VR DX Zoom Lens with EXTRAS | eBay", "manufacturer warranty" : "No"}
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "manufacturer warranty": {"type": "string"}}, "required": ["<page title>", "manufacturer warranty"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[141.92579259500008, -12.68736161299995], [141.92138354100007, -12.684415672999933], [141.92296271300006, -12.682137231999945], [141.92029423400004, -12.68035423899994], [141.921794384, -12.678189664999934], [141.91471710700011, -12.67346054699993...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0783f47f145fff247e38f6c84e46549b7ef91235"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"},...
{"body" : "Hi German!\n> Is it too bad to consider the direct illuminance as it is, and assume \n> the diffuse illuminance as isotropic (i.e. assume the diffuse daylight \n> entering through my window is the same as the horizontal) ???\nYes, that would be very bad. There is no such thing as an uniform sky in \nnature.\...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"QuicklyDemotedWoman": {"type": "array", "items": {"type": "string"}}}, "required": ["QuicklyDemotedWoman"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"QuicklyDemotedWoman" : ["QuicklyDemotedLeader", "AlwaysFemale", "RememberWhenYouBlewUpASun", "ValuesDissonance", "StayInTheKitchen", "WriterOnBoard", "StayInTheKitchen", "TheChick", "TheComplainerIsAlwaysWrong", "StrangledByTheRedString", "Chickification", "QuicklyDemotedLeader", "HystericalWoman", "Anime", "Manga", ...
json_instruct
{"type": "object", "properties": {"QuicklyDemotedWoman": {"type": "array", "items": {"type": "string"}}}, "required": ["QuicklyDemotedWoman"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"jquery.touchSwipe.js": {"type": "string"}, "jquery.touchSwipe.min.js": {"type": "string"}}, "required": ["jquery.touchSwipe.js", "jquery.touchSwipe.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.touchSwipe.js" : "sha256-jm+MYCSZz4fs9CoEN4iM5jQqy1JHFg6EQaP1FTAWCm4=", "jquery.touchSwipe.min.js" : "sha256-/WEJVNqslxrlmESiDML51Ix6zNqKyhx+jcGAYWAUgLM="}
json_instruct
{"type": "object", "properties": {"jquery.touchSwipe.js": {"type": "string"}, "jquery.touchSwipe.min.js": {"type": "string"}}, "required": ["jquery.touchSwipe.js", "jquery.touchSwipe.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contrac...
{"contract" : "0x3a306a399085f3460bbcb5b77015ab33806a10d5", "tool" : "osiris", "start" : 1564577084.1939821, "end" : 1564577087.2414317, "duration" : 3.0474495887756348, "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://...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"vendor": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "builders": {"type": "object", "properties": {"react": {...
{"vendor" : "awsgrupo29", "name" : "awsgrupo29", "version" : "0.0.0", "title" : "controle de leads", "description" : "painel das leads", "builders" : {"react" : "3.x", "messages" : "1.x", "docs" : "0.x", "admin" : "0.x", "node" : "6.x", "graphql" : "1.x"}, "dependencies" : {"vtex.styleguide" : "9.x"}, "registries" : ["...
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "builders": {"type": "object", "properties": {"react": {"type": "string"}, "messages": {"type": "string"}, "docs": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "s...
{"name" : "grunt-highlight-prismjs", "description" : "syntax highlight with prismjs", "version" : "0.0.2", "homepage" : "https://github.com/suweiwua/grunt-highlight-prismjs", "main" : "Gruntfile.js", "author" : {"name" : "suwei", "email" : "suweiwua@gmail.com", "url" : "http://blog.2fe.space/"}, "repository" : {"type" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "re...
Create a JSON structure that matches this 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": "array", "items": {}...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Loosen the skin from the meat of the turkey breast.", "Place the turkey breast into a large oven-safe pot or Dutch oven with a lid and pour chicken stock over the meat. Mix melted butter with chicken bouillon granules, sage, savory, rosemary, and thyme...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900648305": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900648306": {"type": "object", "properties": {"na...
{"900648305" : {"nama" : "TPS 1", "dapil" : [5301, 15304, 2531501]}, "900648306" : {"nama" : "TPS 2", "dapil" : [5301, 15304, 2531501]}, "900648307" : {"nama" : "TPS 3", "dapil" : [5301, 15304, 2531501]}, "900648308" : {"nama" : "TPS 4", "dapil" : [5301, 15304, 2531501]}}
json_instruct
{"type": "object", "properties": {"900648305": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900648306": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"typ...
{"geometry" : {"type" : "Point", "coordinates" : [-165.47, 61.74]}, "type" : "Feature", "id" : "99662", "properties" : {"other_cities" : "", "city" : "Scammon Bay", "state" : "AK", "county" : "Wade Hampton Census Area"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codena...
[{"manufacturer" : "Itel", "market_name" : "itel P37 Pro(Vision2 Plus)", "codename" : "itel-P681L", "model" : "itel P681L"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"et...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"ethanh59" : {"title" : "Ethanh59", "channel_id" : 28342707, "link" : "http://t...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"ethanh59": {"type": "object", "properties": {"title": {"type"...