input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp":...
{"name" : "gulppostcssstarter", "version" : "1.0.0", "description" : "Basic starter project for PostCSS use via Gulp", "author" : "Kezz Bracey", "license" : "MIT", "devDependencies" : {"gulp" : "^3.9.0", "gulp-postcss" : "^6.0.0", "postcss-bem" : "^0.3.0", "postcss-nested" : "^0.3.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-postcss": {"type": "string"}, "postcss-bem":...
Please provide a valid JSON object following this 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.org/draft...
{"word" : "Queen", "definitions" : ["(of a woman) behave in an unpleasantly superior way towards (someone)", "Convert (a pawn) into a queen when it reaches the opponent's back rank on the board."], "parts-of-speech" : "Verb"}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0x674b4f70f3b7b187519bb9a2bb478672454fe8d6b2bf7d92eff048a8f9ef59b0", "parentHash" : "0xac271aced292fcfc9c7f2643feadd3b8d38ebd9ff8b9d1e60254f70812da5543", "number" : 61911, "timestamp" : 1439180227, "nonce" : "0x1aa500ef76dfb063", "difficulty" : 1740358708822, "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"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}, "lint": {"type": "string"}, "t...
{"name" : "@iyowei/not-empty-plain-object", "version" : "1.0.0", "description" : "\u68c0\u67e5\u4f20\u5165\u53c2\u6570\u662f\u4e0d\u662f\u975e\u7a7a\u5bf9\u8c61\u5b57\u9762\u91cf\u3002", "main" : "notEmptyPlainObject.js", "scripts" : {"format" : "npx prettier '**/*.{js,mjs,json,md}' --write --loglevel error", "lint" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["format", "lint", "...
Please provide a valid JSON object following this 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": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.122036, 34.134237], [-118.121258, 34.134289], [-118.121353, 34.145968], [-118.098656, 34.146103], [-118.09871, 34.141407], [-118.099789, 34.141399], [-118.099784, 34.140672], [-118.100511, 34.140667], [-118.100517, 3...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "dynamic_config": {"type": "integer"}, "generated_by": {"type": "string"}, "license": {"type": "array", "items": {"type": "stri...
{"abstract" : "Gamification Of Shared Housekeeping", "author" : ["Flavio Poletti <polettix@cpan.org>"], "dynamic_config" : 0, "generated_by" : "Dist::Zilla version 5.039, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005", "license" : ["artistic_2"], "meta-spec" : {"url" : "http://search.cpan.org/perl...
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "dynamic_config": {"type": "integer"}, "generated_by": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "meta-spec": {"type": "object", "properties": {"url": {"type":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "a...
{"title" : "Click model-based information retrieval metrics.", "fields" : ["data mining", "interleaving", "user modeling", "computer science", "information retrieval"], "abstract" : "In recent years many models have been proposed that are aimed at predicting clicks of web search users. In addition, some information ret...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "requ...
{"name" : "odoo-addons", "description" : "DEPRECEATED, see README", "license" : {"key" : "agpl-3.0", "name" : "GNU Affero General Public License v3.0", "spdx_id" : "AGPL-3.0", "url" : "https://api.github.com/licenses/agpl-3.0"}, "starNum" : 69, "folkNum" : 142, "watchNum" : 69, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-sche...
{"word" : "Verge", "definitions" : ["An edge or border.", "A grass edging such as that by the side of a road or path.", "An edge of tiles projecting over a gable.", "An extreme limit beyond which something specified will happen."], "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type"...
{"name" : "analytics-and-rest-api-examples", "version" : "1.0.0", "description" : "exercises for workshop", "repository" : "https://github.com/spider-sauce/analytics-and-rest-api-example.git", "main" : "index.js", "scripts" : {"test" : "npm test"}, "author" : "James Tacker", "license" : "ISC", "dependencies" : {"axios"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "li...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "ad...
{"type" : "Feature", "id" : "way/235368286", "properties" : {"addr:city" : "Dornbirn", "addr:country" : "AT", "addr:housenumber" : "44", "addr:postcode" : "6850", "addr:street" : "Lange M\u00e4hder", "building" : "yes", "contact:phone" : "0664 4009488", "contact:website" : "http://www.bluamahof.at", "name" : "Bluamahof...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "bu...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dependencies1": {"type": "object", "properties": {"name": {"type": "string"}, "credit_card": {"type": "integer"}}, "required": ["name", "credit_card"]}, "dependencies2": {"type": "object", "properties": {"nam...
{"dependencies1" : {"name" : "John Doe", "credit_card" : 5555555555555555}, "dependencies2" : {"name" : "John Doe", "credit_card" : 5555555555555555}}
json_instruct
{"type": "object", "properties": {"dependencies1": {"type": "object", "properties": {"name": {"type": "string"}, "credit_card": {"type": "integer"}}, "required": ["name", "credit_card"]}, "dependencies2": {"type": "object", "properties": {"name": {"type": "string"}, "credit_card": {"type": "integer"}}, "required": ["na...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MathJax", "description" : "A Javascript framework for displaying LaTeX/MathML.", "url" : "https://www.mathjax.org/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "pandaPackage": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "pandaPackage", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "test-package-3", "pandaPackage" : true, "main" : "main.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pandaPackage": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "pandaPackage", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"posts": {"type": "object", "properties": {"edges": {"type": "array", "...
{"componentChunkName" : "component---src-components-module-blog-posts-category-index-jsx", "path" : "/blog/category/productivity", "result" : {"data" : {"posts" : {"edges" : [{"node" : {"excerpt" : "We can configure aliases very easily in bash or zsh. but those aliases are global to all directory. sometimes we need ali...
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"posts": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": ...
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" : [[[124.0, 39.166666666666664], [124.0, 39.25], [124.125, 39.25], [124.125, 39.166666666666664], [124.0, 39.166666666666664]]]}, "properties" : {"code" : 582460, "url" : "http://madefor.github.io/0410/api/v1/582460.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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"...
{"code" : 9409050011, "parent" : 9409050, "name" : "PARAI", "latitude" : null, "longitude" : null, "postal" : [98119, 98529], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0x0732f3885c45d9be4c18f9607809cfc7b134a3ff5e45c100a8addae644ebc49c", "parentHash" : "0x1071ef8a0034343613c214f5f295e532936e7d1710f4c61b5f336cbf6f95bfc6", "number" : 74651, "timestamp" : 1439389845, "nonce" : "0x798d529d0ff6c362", "difficulty" : 2203125923509, "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"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"stats": {"type": "string"}, "videos": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "env_info": {"type": "object", "properties": {"gym_version": {"type": "string"}, "env_id": {"type": "string"}...
{"stats" : "openaigym.episode_batch.1.11404.stats.json", "videos" : [["openaigym.video.1.11404.video000000.mp4", "openaigym.video.1.11404.video000000.meta.json"], ["openaigym.video.1.11404.video000001.mp4", "openaigym.video.1.11404.video000001.meta.json"], ["openaigym.video.1.11404.video000008.mp4", "openaigym.video.1....
json_instruct
{"type": "object", "properties": {"stats": {"type": "string"}, "videos": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "env_info": {"type": "object", "properties": {"gym_version": {"type": "string"}, "env_id": {"type": "string"}}, "required": ["gym_version", "env_id"]}}, "required": ["stat...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {""...
{"translation-revision-date" : "2021-03-10 19:48:00+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14))...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"header": {"type": "string"}, "headerText": {"type": "string"}, "components": {"type": "array", "items": {"type": "string"}}, "examples": {"type": "object", "properties": {"contextual": {"type": "object", "propertie...
{"header" : "\uacbd\uace0\ucc3d (Alert)", "headerText" : "`v-alert` \ucef4\ud3ec\ub10c\ud2b8 \uc911\uc694\ud55c \uc815\ubcf4\ub97c \uc720\uc800\uc5d0\uac8c \uc804\ud558\ub294\ub370 \uc4f0\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uc758 4\uac00\uc9c0 \uc885\ub958\uac00 \uc788\uc2b5\ub2c8\ub2e4; **success**, **info**, **warning** ...
json_instruct
{"type": "object", "properties": {"header": {"type": "string"}, "headerText": {"type": "string"}, "components": {"type": "array", "items": {"type": "string"}}, "examples": {"type": "object", "properties": {"contextual": {"type": "object", "properties": {"header": {"type": "string"}}, "required": ["header"]}, "closable"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"ty...
{"text" : "Except as otherwise provided by \u00a7 29-106.02 or by law other than this title, the Mayor may deliver any record to a person by delivering it to the person that submitted it, to the address of the person's registered agent, to the principal office address of the person, or to another address the person pro...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "prope...
{"name" : "ofxiOSBoost", "version" : "1.60.0", "summary" : "Boost C++ library", "description" : "Boost is the library that can (and should) be used to ease c++ development.", "homepage" : "http://www.boost.org", "license" : "Boost", "authors" : {"Danoli3" : "danoli3@gmail.com"}, "source" : {"git" : "https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Danoli3": {"type": "string"}}, "required": ["Danoli3...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod...
{"userId" : 10253, "cartId" : "dd4b52c6-e250-4552-b5c0-0e977fb45e17", "preferredProducts" : [108, 1189, 2813, 2425, 3173, 3355], "productReviews" : [{"productId" : 1768, "reviewText" : "I saw one of these in Comoros and I bought one.", "reviewDate" : "2017-07-19T06:12:15.1319884+03:00"}, {"productId" : 3247, "reviewTex...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"transport": {"type": "string"}, "kernel_name": {"type": "string"}, "shell_port": {"type": "integer"}, "stdin_port": {"type": "integer"}, "signature_scheme": {"type": "string"}, "hb_port": {"type": "integer"}, "control_port": {"t...
{"transport" : "tcp", "kernel_name" : "", "shell_port" : 55731, "stdin_port" : 55733, "signature_scheme" : "hmac-sha256", "hb_port" : 55735, "control_port" : 55734, "ip" : "127.0.0.1", "iopub_port" : 55732, "key" : "d84155fd-5383-4ae6-bec1-c59d978e2b0d"}
json_instruct
{"type": "object", "properties": {"transport": {"type": "string"}, "kernel_name": {"type": "string"}, "shell_port": {"type": "integer"}, "stdin_port": {"type": "integer"}, "signature_scheme": {"type": "string"}, "hb_port": {"type": "integer"}, "control_port": {"type": "integer"}, "ip": {"type": "string"}, "iopub_port":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"sn12.82:1.1": {"type": "string"}}, "required": ["sn12.82:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn12.82:1.1" : "bj14.204, cck16.124, csp1ed12.350, csp2ed12.350, dr16.159, ms12S2_570, msdiv73, sya16.160, vri24.115"}
json_instruct
{"type": "object", "properties": {"sn12.82:1.1": {"type": "string"}}, "required": ["sn12.82:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[135.875, 25.0], [135.875, 25.083333333333332], [136.0, 25.083333333333332], [136.0, 25.0], [135.875, 25.0]]]}, "properties" : {"code" : 373547, "url" : "http://madefor.github.io/0410/api/v1/373547.geojson", "view" : "https://github.com/madefor/04...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "minecraft:block/gray_concrete_stairs"}
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": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "39f4b84e6e636f914456571fbd478d2a99838384"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http:/...
{"inputs" : [["3", "6", "1 2 3 4 5 6", "3", "2 3 4", "6", "22 5 6 33 1 4", "2", "4 15", "4", "1 3 4 2", "2", "1 2"]], "outputs" : [["Yes", "No", "Yes"]]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"testName": {"type": "string"}, "hello": {"type": "string"}, "helloDom": {"type": "string"}, "linked": {"type": "string"}}, "required": ["testName", "hello", "helloDom", "linked"], "$schema": "http://json-schema.org/...
{"testName" : "test", "hello" : "hello: '{msg} world'", "helloDom" : "hello: '%{msg} world'", "linked" : "@testName"}
json_instruct
{"type": "object", "properties": {"testName": {"type": "string"}, "hello": {"type": "string"}, "helloDom": {"type": "string"}, "linked": {"type": "string"}}, "required": ["testName", "hello", "helloDom", "linked"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "string"}, "author_email": {"type": "string"}, "project_title": {"type": "string"}, "project_name": {"type": "string"}, "project_slug": {"type": "string"}, "project_short_description": {"type": "st...
{"author" : "Author", "author_email" : "author@email.com", "project_title" : "Python Project", "project_name" : "{{ cookiecutter.project_title.lower().replace(' ', '-') }}", "project_slug" : "{{ cookiecutter.project_title.lower().replace(' ', '_').replace('-', '_') }}", "project_short_description" : "A new Python proje...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "author_email": {"type": "string"}, "project_title": {"type": "string"}, "project_name": {"type": "string"}, "project_slug": {"type": "string"}, "project_short_description": {"type": "string"}, "version": {"type": "string"}, "python_version": {"type": "arr...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"user_name": {"type": "string"}}, "required": ["user_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user_name" : "test-user"}
json_instruct
{"type": "object", "properties": {"user_name": {"type": "string"}}, "required": ["user_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "st...
{"variants" : {"type=bottom" : {"model" : "beyond_earth:block/mercury_stone_brick_slab"}, "type=top" : {"model" : "beyond_earth:block/mercury_stone_brick_slab_top"}, "type=double" : {"model" : "beyond_earth:block/mercury_stone_brick_slab_full"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "pr...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}, "lines": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "t...
{"id" : "608c1427181c2e00225ccab5", "title" : "Ariana Grande - 34+35", "created" : 1619792938, "updated" : 1619793003, "lines" : [{"id" : "608c1427181c2e00225ccab5", "text" : "Ariana Grande - 34+35", "userId" : "6055950b87138f0022246f59", "created" : 1619792938, "updated" : 1619792938}, {"id" : "608c142a246f590000bbe66...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}, "lines": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "userId": {"type": "string"}, "created": {"...
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" : "anas", "definition" : "A genus of water fowls, of the order Anseres, including certain species of fresh-water ducks."}
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": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"...
{"id" : "have-fun", "symbol" : "hf", "name" : "Have Fun", "platforms" : {"ethereum" : "0x2681576aee6486e2f891763a960b71c89bd2806d"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Have Fun will be a defi ecosystem with different things to offer. By recording feedback on the platform, users will...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "descripti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "40c21a48e5fb88decd05d5ad3889db6dc0326759"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "array", "items": {}}}, "required": ["outDir", "module", "types"]},...
{"extends" : "../../tsconfig.json", "compilerOptions" : {"outDir" : "../../dist/out-tsc/apps/admin", "module" : "es2015", "types" : []}, "include" : ["./src/**/*.ts", "../../libs/admin-conference/src/lib/admin-conference.module.ts", "../../libs/admin-system/src/lib/admin-system.module.ts", "../../libs/admin-system/src/...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "array", "items": {}}}, "required": ["outDir", "module", "types"]}, "include": {"type": "array", "items": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Ialoveni": {"type": "string"}}, "required": ["Ialoveni"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Ialoveni" : "MJN"}
json_instruct
{"type": "object", "properties": {"Ialoveni": {"type": "string"}}, "required": ["Ialoveni"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {"type": "string"}}, ...
{"accession_number" : "1989.778", "actors" : [], "creation_date" : "20th century", "credit_line" : "Gift of Mr. and Mrs. Harrison Eiteljorg", "cultures" : ["Yoruba people"], "dimensions" : "W: 15 1/2 inches (approx.)", "dynasty" : null, "images" : [], "irn" : 2374, "materials" : "Glass Beads | leather | cloth | Etc.", ...
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {"type": "string"}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]},...
{"name" : "gulp-twing", "version" : "4.0.0", "description" : "Twing plugin for gulp.js", "repository" : {"type" : "git", "url" : "git://github.com/ericmorand/gulp-twing"}, "keywords" : ["gulp", "gulpplugin", "twig", "twing"], "main" : "src/index.js", "scripts" : {"precover" : "rimraf coverage", "test" : "tape 'test/*.j...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "re...
[{"review" : "\uc9c0\uae08 \ud2f0\ube44\uc5d0\uc11c \ub098\uc624\ub294\uc911 \ub0a8\uc790\uc5d0\ub300\ud55c\ubcf5\uc218\uadf9 \ub300\ub9ac\ub9cc\uc871\ud558\uac8c\ud574\uc904\uc218\uc787\uc5b4\uc11c\ud1b5\ucf8c\ud558\uba74\uc11c\ub3c4 \uc2dc\uc6d0\uc12d\uc12d\ud558\ub2e4", "date" : "13.03.31", "rating" : "10", "author"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "antifebrile", "definition" : "Febrifuge."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, ...
{"name" : "webpack-presets", "description" : "Shareable configuration presets for Webpack", "author" : "Juho Vepsalainen <bebraw@gmail.com>", "version" : "0.1.1", "scripts" : {"build" : "babel src -d lib", "watch" : "babel src --watch -d lib", "test" : "mocha ./test", "lint" : "eslint .", "watch:test" : "mocha ./test -...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "wa...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "2ac7c52", "CardHash" : "d990175", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"u...
{"version" : "1.5.0", "description" : "Compute various size metrics for a Git repository, flagging those that might cause problems.", "homepage" : "https://github.com/github/git-sizer", "license" : "MIT", "architecture" : {"64bit" : {"url" : "https://github.com/github/git-sizer/releases/download/v1.5.0/git-sizer-1.5.0-...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "require...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"...
{"citations" : [{"textCitation" : "[See eqtri on Metamath](http://us.metamath.org/mpegif/eqtri.html)"}], "names" : ["eqtri"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wceq", "#T_cB", "#T_cB", "#T_wceq", "#T_cC", "#T_cA", "#T_wceq", "#T_cC"], "metaLanguage" : "METAMATH", "remarks" : " An equality tr...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [153.356, 39.6858, 0.913957, 178.799, 98.4269, 0.864298, 131.725, 114.134, 0.789713, 104.316, 165.042, 0.624827, 84.6928, 194.462, 0.672837, 225.717, 80.7927, 0.793192, 198.421, 120.054, 0.678496, 129.816, 163.061, 0.69265, 198.383, 264.962, 0.680234, 167.056, 268.88...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"number" : "50.101", "title" : "General.", "children" : []}
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"evalScript": {"type": "string"}, "evalStatement": {"type": "string"}, "getPythonVersion": {"type": "string"}, "runScript": {"type": "string"}, "set"...
{"className" : "io.deephaven.db.util.PythonEvaluator", "methods" : {"evalScript" : "Evaluate the provided statements.\n\n If you've got a multi-line script; you must use this version.\n\n:param s: (java.lang.String) - the string to evaluate", "evalStatement" : "Evaluate the provided statement.\n\n Not suitable for use ...
json_instruct
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"evalScript": {"type": "string"}, "evalStatement": {"type": "string"}, "getPythonVersion": {"type": "string"}, "runScript": {"type": "string"}, "set": {"type": "string"}}, "required": ["evalScript", "evalStat...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"baseUrl": {"type": "string"}, "viewportWidth": {"type": "integer"}, "viewportHeight": {"type": "integer"}, "testFiles": {"type": "string"}, "env": {"type": "object", "properties": {"PULL_SECRET": {"type": "string"},...
{"baseUrl" : "http://localhost:3000", "viewportWidth" : 1440, "viewportHeight" : 1080, "testFiles" : "*.spec.ts", "env" : {"PULL_SECRET" : "{}", "SSH_PUB_KEY" : "", "DNS_DOMAIN_NAME" : "redhat.com", "API_VIP" : "192.168.126.100", "INGRESS_VIP" : "192.168.126.101", "NETWORK_CIDR" : "10.128.0.0/14", "NETWORK_HOST_PREFIX"...
json_instruct
{"type": "object", "properties": {"baseUrl": {"type": "string"}, "viewportWidth": {"type": "integer"}, "viewportHeight": {"type": "integer"}, "testFiles": {"type": "string"}, "env": {"type": "object", "properties": {"PULL_SECRET": {"type": "string"}, "SSH_PUB_KEY": {"type": "string"}, "DNS_DOMAIN_NAME": {"type": "strin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/rt-prettyphoto": {"type": "object", "properties": {"1.3": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"},...
{"packages" : {"wpackagist-plugin/rt-prettyphoto" : {"1.3" : {"name" : "wpackagist-plugin/rt-prettyphoto", "version" : "1.3", "version_normalized" : "1.3.0.0", "uid" : 296582, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/rt-prettyphoto.zip?timestamp=1431227463"}, "source" : {"type" : "svn",...
json_instruct
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/rt-prettyphoto": {"type": "object", "properties": {"1.3": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"t...
{"citations" : [{"textCitation" : "[See isabld on Metamath](http://us.metamath.org/mpegif/isabld.html)"}], "names" : ["isabld"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cB", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cG", "#T_wph", "#T_wi", "#T_c.pl", "#T_wceq", "#T_cplusg", "#T_cfv", "#T_cG", "...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "start_url": {"type": "string"}, "gcm_sender_id": {"type": "string"}}, "required": ["short_name", "name", "start_url", "gcm_sender_id"], "$schema": "htt...
{"short_name" : "HackNTU 2017", "name" : "HackNTU Major website for 2017", "start_url" : "/index.html", "gcm_sender_id" : "285023490245231287"}
json_instruct
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "start_url": {"type": "string"}, "gcm_sender_id": {"type": "string"}}, "required": ["short_name", "name", "start_url", "gcm_sender_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "version": {"type": "string"}, "versionName": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "pr...
{"uid" : "org.forgejs.heartbeat", "name" : "Heartbeat", "slug" : "heartbeat", "version" : "1.0.0", "versionName" : "Heartbeat 1.0.0", "description" : "Add a simple heartbeat", "author" : {"name" : "GoPro", "website" : "https://forgejs.org"}, "licence" : "Apache-2.0", "data" : {"keyframes" : [{"ts" : 0, "data" : 100}, {...
json_instruct
{"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "version": {"type": "string"}, "versionName": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["instanceof", "mousedown", "mousemove", "mouseup", "touchend", "touchmove", "touchstart"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"count": {"type": "integer"}, "251000": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "211010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required":...
{"count" : 56, "251000" : {"count" : 8}, "211010" : {"count" : 1}, "192099" : {"count" : 2}, "291060" : {"count" : 1}, "113121" : {"count" : 1}, "252020" : {"count" : 1}, "131111" : {"count" : 1}, "434071" : {"count" : 2}, "119030" : {"count" : 4}, "291141" : {"count" : 1}, "193030" : {"count" : 2}, "N.A.//" : {"count"...
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "251000": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "211010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "192099": {"type": "object", "properties": {"count": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "loc": {"type": "object", "properties": {"source": {"type": "null"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column...
{"type" : "Program", "loc" : {"source" : null, "start" : {"line" : 1, "column" : 0}, "end" : {"line" : 1, "column" : 28}}, "range" : [0, 28], "body" : [{"type" : "DeclareExportAllDeclaration", "loc" : {"source" : null, "start" : {"line" : 1, "column" : 0}, "end" : {"line" : 1, "column" : 28}}, "range" : [0, 28], "sourc...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "loc": {"type": "object", "properties": {"source": {"type": "null"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "end": {"type": "object", "properties": {"line": {"t...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-enrich": {"type": "string"}, "apici": {"type": "str...
{"name" : "api", "description" : "Api", "version" : "1.5.0", "main" : "index", "dependencies" : {"http-enrich" : "file:../http-enrich", "apici" : "file:../apici"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-enrich": {"type": "string"}, "apici": {"type": "string"}}, "required": ["http-enrich", "apici"]}}, "required...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["a...
{"workbench.colorCustomizations" : {"activityBar.background" : "#142E51", "titleBar.activeBackground" : "#1C4071", "titleBar.activeForeground" : "#F8FAFD"}, "solidity.compileUsingRemoteVersion" : "v0.8.9+commit.e5eed63a"}
json_instruct
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["activityBar.background", "titleBar.activeBackground", "title...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"},...
{"0" : "detect_allergen", "1" : "detect_colour", "2" : "detect_expiration", "3" : "detect_ingredients", "4" : "detect_nutri", "5" : "detect_safety", "6" : "identify", "7" : "locate", "8" : "recognise", "9" : "same_intent"}
json_instruct
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["0", "1", "2", "3", "4...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema...
{"name" : "Token 12vM", "symbol" : "12vM4", "decimals" : 6, "address" : "12vM4g6aCoP5EUheBfS2K5gdxbPtmuPxUirYm8jFgGo4", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}}, "required": ["0", "1", "2"]}}, "required": ["parent", "textures"], "$schema...
{"parent" : "calculator:item/SonarHoe", "textures" : {"0" : "calculator:model/tools/flawless_diamond_0", "1" : "calculator:model/tools/flawless_diamond_1", "2" : "calculator:model/tools/flawless_diamond_2"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}}, "required": ["0", "1", "2"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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...
{"user" : "F-happy", "repos" : 1, "login" : "F-happy", "id" : 8241236, "avatar_url" : "https://avatars1.githubusercontent.com/u/8241236?v=3", "url" : "https://api.github.com/users/F-happy", "html_url" : "https://github.com/F-happy", "followers_url" : "https://api.github.com/users/F-happy/followers", "following_url" : "...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type":...
{"name" : "Shirasagi Himegimi ph\u00eda sau b\u00ecnh phong", "achievementgroup" : "Th\u1ebf gi\u1edbi mu\u00f4n m\u00e0u", "ishidden" : true, "sortorder" : 5019, "stages" : 1, "stage1" : {"title" : "Shirasagi Himegimi ph\u00eda sau b\u00ecnh phong", "description" : "Ch\u00ednh th\u1ee9c g\u1eb7p m\u1eb7t \u0111\u1ea1i...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type":...
{"name" : "dragsort", "version" : "1.0.6", "license" : "MIT", "description" : "jQuery - Drag & drop JS library", "keywords" : ["drag", "drop", "sortable"], "files" : ["dist"], "author" : {"name" : "Alexander Gavazov", "url" : "http://www.atlantify.com", "email" : "alex@atlantify.com"}, "main" : "dist/js/jquery.dragsort...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {...
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"}, "start": {"type": "str...
{"name" : "dockering-node", "version" : "1.0.0", "description" : "Basic Node Application Running inside Docker container connected to mongodb", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node index.js"}, "keywords" : ["node", "docker", "mongo", "mongoose"], "aut...
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"}}, "required": ["test", "start"]}, "keywords": {"type": "array",...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"HollowMod:VoidPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {"type": "string"}}}, "required": ["NAME", "DESCRIPTIONS"]}, "HollowMod:SoulPotion": {"type": "...
{"HollowMod:VoidPotion" : {"NAME" : "Void Potion", "DESCRIPTIONS" : ["Gain ", " Void."]}, "HollowMod:SoulPotion" : {"NAME" : "Soul Potion", "DESCRIPTIONS" : ["Gain ", " Soul."]}, "HollowMod:LifebloodPotion" : {"NAME" : "Lifeblood Potion", "DESCRIPTIONS" : ["Gain ", " Temporary Health."]}, "HollowMod:InfectionPotion" : ...
json_instruct
{"type": "object", "properties": {"HollowMod:VoidPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {"type": "string"}}}, "required": ["NAME", "DESCRIPTIONS"]}, "HollowMod:SoulPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTI...
Using the following JSON schema, generate a compatible JSON instance: {"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" : [[[128.125, 22.25], [128.125, 22.333333333333332], [128.25, 22.333333333333332], [128.25, 22.25], [128.125, 22.25]]]}, "properties" : {"code" : 332831, "url" : "http://madefor.github.io/0410/api/v1/332831.geojson", "view" : "https://github.com/madef...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "publicAccess": {"type": "boolean"}, "name": {"type": "object", "properties": {"en": {"type": "string"}, "zh-hant": {"type": "string"}}, "required": ["en", "zh-hant"]}, "alphaSortName": {"type": "o...
{"id" : 1431, "publicAccess" : true, "name" : {"en" : "Yamakawa Rattan Japan Inc.", "zh-hant" : "Yamakawa Rattan Japan \u682a\u5f0f\u6703\u793e"}, "alphaSortName" : {"en" : "Yamakawa Rattan Japan Inc.", "zh-hant" : "Yamakawa Rattan Japan \u682a\u5f0f\u6703\u793e"}, "type" : "Organization", "roles" : ["Manufacturer", "\...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "publicAccess": {"type": "boolean"}, "name": {"type": "object", "properties": {"en": {"type": "string"}, "zh-hant": {"type": "string"}}, "required": ["en", "zh-hant"]}, "alphaSortName": {"type": "object", "properties": {"en": {"type": "string"}, "zh-hant": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ak_2a1j2Mk9YSmC1gioUq4PWRm3bsv887MbuRVwyv4KaUGoR1eiKi": {"type": "integer"}}, "required": ["ak_2a1j2Mk9YSmC1gioUq4PWRm3bsv887MbuRVwyv4KaUGoR1eiKi"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ak_2a1j2Mk9YSmC1gioUq4PWRm3bsv887MbuRVwyv4KaUGoR1eiKi" : 100000000000001}
json_instruct
{"type": "object", "properties": {"ak_2a1j2Mk9YSmC1gioUq4PWRm3bsv887MbuRVwyv4KaUGoR1eiKi": {"type": "integer"}}, "required": ["ak_2a1j2Mk9YSmC1gioUq4PWRm3bsv887MbuRVwyv4KaUGoR1eiKi"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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...
[{"year" : 1976, "sex" : "F", "n" : 6, "prop" : 3.82e-06}, {"year" : 1977, "sex" : "F", "n" : 9, "prop" : 5.47e-06}, {"year" : 1978, "sex" : "F", "n" : 5, "prop" : 3.04e-06}, {"year" : 1979, "sex" : "F", "n" : 9, "prop" : 5.22e-06}, {"year" : 1981, "sex" : "F", "n" : 9, "prop" : 5.03e-06}, {"year" : 1982, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "kinesitherapy", "definition" : "See Kinesiatrics."}
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": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "WHICH ARE AS IT WERE THE BONDS BETWEEN PARTICULAR THINGS THAT EXIST AND THE NAMES THEY ARE TO BE RANKED UNDER?", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/9418.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$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"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "require...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"name" : "MQ"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-60.8262695, 14.494482421874991], [-60.8621094, 14.4262695], [-60.8994141, 14.473779296874993], [-61.0637207, 14.467089843750001], [-61.090332, 14.5296875], [-61.0113281...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", "properties": {"type": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "licen...
{"name" : "nicescroll", "version" : "3.5.1", "title" : "jQuery.NiceScroll", "author" : {"name" : "InuYaksa", "url" : "https://github.com/inuyaksa"}, "licenses" : [{"type" : "MIT", "url" : "MIT.LICENSE"}], "dependencies" : {"jquery" : ">=1.4.3"}, "description" : "Nicescroll is a jquery plugin, for nice customizabled scr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "licenses": {"type": "array", "items": {"type": "object", "propertie...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "banner": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}}, "required": ["src"]}}, "hot": {"type": "string"}, "hotLink": {"type": "string"}, "title": {"type":...
{"id" : 1007, "banner" : [{"src" : "//cdn.cnbj0.fds.api.mi-img.com/b2c-mimall-media/91e46304f075e6396d9408e7aada7c56.jpg?bg=DCB6B0"}, {"src" : "//cdn.cnbj0.fds.api.mi-img.com/b2c-mimall-media/a28e43b18deeee39cd65608c6414f4b9.jpg?bg=F7F4F0"}, {"src" : "//cdn.cnbj0.fds.api.mi-img.com/b2c-mimall-media/a54bcd092a25a2398154...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "banner": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}}, "required": ["src"]}}, "hot": {"type": "string"}, "hotLink": {"type": "string"}, "title": {"type": "string"}, "bigContent": {"type": "string"}, "smallContent": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"development": {"type": "string"}, "production": {"type": "string"}}, "required": ["development", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"development" : "85KB", "production" : "36KB"}
json_instruct
{"type": "object", "properties": {"development": {"type": "string"}, "production": {"type": "string"}}, "required": ["development", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "6302190001", "nama" : "SEPAPAH"}, {"id" : "6302190002", "nama" : "BANJARSARI"}, {"id" : "6302190003", "nama" : "SUNGAI BETUNG"}, {"id" : "6302190004", "nama" : "SAMPANAHAN HILIR"}, {"id" : "6302190005", "nama" : "SUKAMAJU"}, {"id" : "6302190006", "nama" : "SAMPANAHAN"}, {"id" : "6302190007", "nama" : "GUNUNG ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1106050004", "district_id" : "1106050", "name" : "BLANG KOLAK I"}
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": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"...
{"Time" : "2021-06-21T15:00:00Z", "Temp" : 31, "RelHum" : 33, "WindSpeed" : 5.8, "WindDir" : 331}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "m...
{"name" : "jackchow/rbacshow", "description" : "the rbac features show in system base on layui2.3 and thinkphp5.1", "type" : "project", "keywords" : ["rbac", "auth", "permission", "thinkphp5"], "homepage" : "https://github.com/jackchow123456/jackchow-rbacshow", "license" : "MIT", "minimum-stability" : "dev", "authors" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "i...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "t...
{"source" : "http://lema.rae.es/drae/srv/search?val=avalentar", "word" : "avalentar", "infinitivo" : "avalentar", "participio" : ["avalentado"], "gerundio" : ["avalentando"], "tenses" : {"3" : [["avalento"], ["avalentas", "avalent\u00e1s"], ["avalenta"], ["avalentamos"], ["avalent\u00e1is", "avalentan"], ["avalentan"]]...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"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": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "00e6d3048bc437818cd5ca3885dce436aa537b4c"}
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": {"base_url": {"type": "string"}, "hostname": {"type": "string"}, "notebook_dir": {"type": "string"}, "password": {"type": "boolean"}, "pid": {"type": "integer"}, "port": {"type": "integer"}, "secure": {"type": "bool...
{"base_url" : "/", "hostname" : "localhost", "notebook_dir" : "C:\\Users\\phong\\Desktop\\Youtube-Dashboard", "password" : false, "pid" : 16992, "port" : 8888, "secure" : false, "sock" : "", "token" : "0e17ad631c51829cf60181c64e1120e230c8c2652f9b30e4", "url" : "http://localhost:8888/"}
json_instruct
{"type": "object", "properties": {"base_url": {"type": "string"}, "hostname": {"type": "string"}, "notebook_dir": {"type": "string"}, "password": {"type": "boolean"}, "pid": {"type": "integer"}, "port": {"type": "integer"}, "secure": {"type": "boolean"}, "sock": {"type": "string"}, "token": {"type": "string"}, "url": {...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "url", "content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "\u4e66\u5199\u5343\u79cb\u4f1f\u4e1a \u4e60\u8fd1\u5e73\u8fd9\u4e9b\u521d\u5fc3\u8bdd\u8bed\u8a00\u8c06\u610f\u6df1", "url" : "https://news.sina.com.cn/gov/xlxw/2020-01-11/doc-iihnzhha1765691.shtml", "content" : "\u4e66\u5199\u5343\u79cb\u4f1f\u4e1a \u4e60\u8fd1\u5e73\u8fd9\u4e9b\u521d\u5fc3\u8bdd\u8bed\u8...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "url", "content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"editor.tabSize": {"type": "integer"}, "files.insertFinalNewline": {"type": "boolean"}, "files.associations": {"type": "object", "properties": {".babelrc": {"type": "string"}, ".eslintrc": {"type": "string"}, ".prettierrc": ...
{"editor.tabSize" : 2, "files.insertFinalNewline" : true, "files.associations" : {".babelrc" : "jsonc", ".eslintrc" : "jsonc", ".prettierrc" : "jsonc", ".stylelintrc" : "json", ".env" : "ignore", ".env.example" : "ignore", ".eslintignore" : "ignore", ".flowconfig" : "ignore", ".npmrc" : "ignore", ".yarnrc" : "ignore"},...
json_instruct
{"type": "object", "properties": {"editor.tabSize": {"type": "integer"}, "files.insertFinalNewline": {"type": "boolean"}, "files.associations": {"type": "object", "properties": {".babelrc": {"type": "string"}, ".eslintrc": {"type": "string"}, ".prettierrc": {"type": "string"}, ".stylelintrc": {"type": "string"}, ".env"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "integer"}, "Software": ...
{"Make" : "Nokia", "Model" : "6500c", "Orientation" : 1, "XResolution" : 300, "YResolution" : 300, "ResolutionUnit" : 2, "Software" : "V 03.21", "YCbCrPositioning" : 1, "ExifOffset" : 158, "Compression" : 6, "ThumbnailOffset" : 398, "ThumbnailLength" : 5262, "ColorSpace" : 1, "ExifImageWidth" : 1200, "ExifImageHeight" ...
json_instruct
{"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "integer"}, "Software": {"type": "string"}, "YCbCrPositioning": {"type": "integer"}, "ExifOffs...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"primitive_leaves": {"type": "string"}}, "required": ["primitive_leaves"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"primitive_leaves" : "environmental:cherry_leaves"}
json_instruct
{"type": "object", "properties": {"primitive_leaves": {"type": "string"}}, "required": ["primitive_leaves"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"t...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Victory Island, Guiuan, Eastern Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.eastern-samar.guiuan.victory-island", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"uglifyjs": {"type": "string"}}, "required": ["uglifyjs"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string...
{"name" : "dandom", "devDependencies" : {"uglifyjs" : "latest"}, "scripts" : {"build" : "uglifyjs DOM.js -c -m -o DOM.min.js; gzip < DOM.min.js > DOM.min.js.gz; stat --printf=\"%s\" DOM.min.js.gz; echo \" bytes\""}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"uglifyjs": {"type": "string"}}, "required": ["uglifyjs"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["name", "devDependencies", "scri...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"143202PD": {"type": "string"}, "143228PD": {"type": "string"}}, "required": ["143202PD", "143228PD"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"143202PD" : "-31.957116,115.865318", "143228PD" : "-31.955438,115.862428"}
json_instruct
{"type": "object", "properties": {"143202PD": {"type": "string"}, "143228PD": {"type": "string"}}, "required": ["143202PD", "143228PD"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "manifest_version": {"type": "integer"}, "minimum_chrome_version": {"type": "string"}, "permissions...
{"name" : "Refined GitHub", "version" : "0.2.0", "description" : "Simplifies the GitHub interface and adds useful features", "homepage_url" : "https://github.com/ChaseKnowlden/refined-github", "manifest_version" : 2, "minimum_chrome_version" : "48", "permissions" : ["https://github.com/*"], "icons" : {"128" : "icon.png...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "manifest_version": {"type": "integer"}, "minimum_chrome_version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"typ...
{"id" : 9390, "info" : {"name" : "\u30cb\u30b3\u30cb\u30b3\u5927\u767e\u79d1 \u30aa\u30fc\u30c8\u30ea\u30f3\u30af\u306e\u30b9\u30bf\u30a4\u30eb\u3092\u5909\u66f4", "description" : "\u30aa\u30fc\u30c8\u30ea\u30f3\u30af\u306e\u30b9\u30bf\u30a4\u30eb\u3092\u306f\u3066\u306a\u30d6\u30c3\u30af\u30de\u30fc\u30af\u306e\u30aa\...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"turf.js": {"type": "string"}, "turf.min.js": {"type": "string"}}, "required": ["turf.js", "turf.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"turf.js" : "sha512-rxKB+oVR4ZTrNrrzTQfn59qovW4Pw4orBRmxatdVsdRkpXXXcHlSQ+e1qR31PuSbhIcfgp+vbb4MwDapSfoxZA==", "turf.min.js" : "sha512-I5PabYhgJ7k8kVKgMG/Zjgrc6WpYZ2T7toB/eUW6iuCIEsNrsxlC/zEYnqTSwbdhco1xBAgMPlFToHRLanJnSQ=="}
json_instruct
{"type": "object", "properties": {"turf.js": {"type": "string"}, "turf.min.js": {"type": "string"}}, "required": ["turf.js", "turf.min.js"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "tsc": {"type": "string"}}, "...
{"name" : "markstypescriptdemo", "version" : "1.0.1", "description" : "This is a demo. plain and simple", "main" : "index.js", "scripts" : {"test" : "test", "tsc" : "tsc"}, "author" : "Mark Moore", "license" : "ISC", "devDependencies" : {"typescript" : "^4.4.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "tsc": {"type": "string"}}, "required": ["test", "tsc"]}, "author": {"type": "string"}, "li...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"},...
[{"namaKab" : "PATI", "originalFilename" : "Agus Suprianto.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 261307, "noUrut" : 1, "nama" : "AGUS SUPRIANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PATI", "originalFilename" : "Endang Lelonowati.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 261228, "noUrut" : 2...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "ha...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [232.585, 133.018, 1, 231.856, 152.12, 1, 212.127, 156.782, 1, 196.074, 191.364, 1, 225.259, 199.317, 1, 250.726, 150.517, 1, 262.396, 177.503, 1, 255.524, 202.069, 1, 211.781, 225.573, 1, 224.446, 278.16, 1, 205.813, 332.383, 1, 235.542, 229.167, 1, 260.685, 273.486...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "auto": {"type": "boolean"}, "contexts": {"type": "array", "items": {}}, "responses": {"type": "array", "items": {"type": "object", "properties": {"resetContexts": {"type...
{"id" : "3956b637-7b3b-4ffc-b0d9-a38cbb4d72ec", "name" : "Cactus Intent", "auto" : true, "contexts" : [], "responses" : [{"resetContexts" : false, "affectedContexts" : [], "parameters" : [], "messages" : [{"type" : 0, "lang" : "nl", "speech" : ["Ga weg! Ok, sorry wat wil je weten?", "Geef me ruimte! Hey, wil je wat wet...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "auto": {"type": "boolean"}, "contexts": {"type": "array", "items": {}}, "responses": {"type": "array", "items": {"type": "object", "properties": {"resetContexts": {"type": "boolean"}, "affectedContexts": {"type": "array", "items": ...