input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation"...
{"web" : [{"value" : ["\u7802\u5ca9", "\u7802\u5ca9", "\u6c99\u5ca9"], "key" : "Sandstone"}, {"value" : ["\u4e91\u6bcd\u7802\u5ca9"], "key" : "micaceous sandstone"}, {"value" : ["\u77f3\u82f1\u5ca9\u8d28\u7802\u5ca9", "\u767d\u6ce1\u77f3", "\u7802\u5ca9"], "key" : "quartzitic sandstone"}], "query" : "sandstone", "trans...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[3.8418240580313188, 4.461152868806713, 4.878767526288758, 3.891200579312094, 3.473232788505781, 4.213647271772409, 4.638805034011792, 3.982507624127071, 4.613300278261274, 4.155890554546249]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"webhookID": {"type": "string"}, "webhookToken": {"type": "string"}, "AdminLogName": {"type": "string"}}, "required": ["webhookID", "webhookToken", "AdminLogName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webhookID" : "", "webhookToken" : "", "AdminLogName" : "DayZServer_x64.ADM"}
json_instruct
{"type": "object", "properties": {"webhookID": {"type": "string"}, "webhookToken": {"type": "string"}, "AdminLogName": {"type": "string"}}, "required": ["webhookID", "webhookToken", "AdminLogName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id_10336": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_10336"], "$schema": "http://json-schema.org/draft-07...
{"id_10336" : {"publicdate" : "2015-11-02 09:28:49", "downloads" : 582}}
json_instruct
{"type": "object", "properties": {"id_10336": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_10336"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"5242": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["5242"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"5242" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"5242": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["5242"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Serilog": {"type": "object", "properties": {"WriteTo": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}}}, "required": ["WriteTo"]}}, "required": ["Ser...
{"Serilog" : {"WriteTo" : [{"Name" : "Console"}]}}
json_instruct
{"type": "object", "properties": {"Serilog": {"type": "object", "properties": {"WriteTo": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}}}, "required": ["WriteTo"]}}, "required": ["Serilog"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"typ...
{"userId" : 97039, "cartId" : "4d32b7a9-531f-431f-8e58-f1df365c8e9b", "preferredProducts" : [], "productReviews" : [{"productId" : 4367, "reviewText" : "heard about this on new jersey hip hop radio, decided to give it a try.", "reviewDate" : "2016-06-04T02:45:36.8574976+03:00"}, {"productId" : 2584, "reviewText" : "My ...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.o...
{"id" : "07", "provinceId" : "73", "regencyId" : "71", "name" : "Tallo"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index.browser.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.browser.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index.browser.js" : "sha512-59aAy0cdYzad/yO4k1qmq8J3ypt/QagbrwdA0uG7hYe9Ndd9dL+HCQiF4QCbTC5gNfXOilrm2UzHUgy3ipR2Zw==", "index.min.js" : "sha512-oSjUBHvAFEBjsqP3k2RbsCKvmjmhTxUwUTBi9MOi6hakg5UCyBCs09y9Kgm44t7XKmlYZkcVV3DCwdCrr+LQkg=="}
json_instruct
{"type": "object", "properties": {"index.browser.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.browser.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["Combine walnuts, 1 tablespoon water, sugar, cayenne, and kosher salt in small nonstick skillet. Stir over medium heat until water evaporates and nuts are dry and golden, about 4 minutes. Remove from heat; cool. (Can be made 1 day ahead. Store airtight at room temperature.)", "Whisk olive oil, vegetabl...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/biome/tentacle/tentaclepopbig/tentaclepopbig.object": {"type": "array", "items": {"...
[{"DeniedAlternatives" : [], "Files" : {"objects/biome/tentacle/tentaclepopbig/tentaclepopbig.object" : ["/avianDescription"]}, "Texts" : {"Eng" : "A big growth. Something is inside, I wonder what it is...", "Rus" : "\u0411\u043e\u043b\u044c\u0448\u0430\u044f \u043a\u0430\u043f\u0441\u0443\u043b\u0430. \u0427\u0442\u04...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/biome/tentacle/tentaclepopbig/tentaclepopbig.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/biome/tentacle/tentaclepopbi...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900453689": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900453690": {"type": "object", "properties": {"nama": {"type":...
{"900453689" : {"nama" : "TPS 1", "dapil" : [3507, 13509, 2350206]}, "900453690" : {"nama" : "TPS 2", "dapil" : [3507, 13509, 2350206]}, "900453691" : {"nama" : "TPS 3", "dapil" : [3507, 13509, 2350206]}, "900453692" : {"nama" : "TPS 4", "dapil" : [3507, 13509, 2350206]}, "900453693" : {"nama" : "TPS 5", "dapil" : [350...
json_instruct
{"type": "object", "properties": {"900453689": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900453690": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "85e932a29f7278c7b36ba17ae513f384f554fe63"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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...
{"published" : "2015-09-10T23:02:00Z", "media-type" : "News", "title" : "Catch golf comedy at nexStage", "id" : "96bf9204-aa3b-4c6e-9364-803553439772", "content" : "\u00a0\u00a0\u00a0\u00a0 The 2010 country club-set comedy \u201cThe Fox on the Fairway\u201d starts at the nexStage Theatre in Ketchum on Thursday, Sept. 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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "requ...
{"images" : [{"url" : "images/englishBayPark.jpg", "title" : "English Bay Park", "description" : "This is English Bay Park, on the north west corner of Vancouver. The standing stone figure is a modern an inuksuk (plural inuksuit) tranditionally built by the Inuit, I\u00f1upiat, Kalaallit, Yupik, and other peoples of th...
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "title", "description", "tags"]}}}, "required":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/...
[{"package" : "bioconductor-golubesets", "downloads" : 10300, "count" : 6213}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.97": {"type": "integer"}, "0.98": ...
{"hour positive count" : 8, "hour neutral count" : 4, "hour negative count" : 2, "hour distri" : {"0.97" : 1, "0.98" : 2, "0.96" : 2, "0.99" : 2, "0.71" : 1, "0.64" : 1, "0.04" : 1, "0.6" : 1, "0.18" : 1, "0.74" : 1, "1.0" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.97": {"type": "integer"}, "0.98": {"type": "integer"}, "0.96": {"type": "integer"}, "0.99": {"type": "i...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["ali.regenerator", "js2coffee-redux", "recast-harmony"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}}, "required": ["test"]}, "repo...
{"name" : "ecmasciptcourse", "version" : "1.0.0", "description" : "learning EcmaScript", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/1DiegoG1/ecmaSciptCourse.git"}, "author" : "Diego Gonz\u00e1lez", "license" ...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index"...
{"index" : 7237, "hash" : 445042156, "artDyeHash" : 445042156, "redacted" : false, "dyeManifestHash" : 212353004, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"address": {"type": "object", "properties": {"id": {"type": "integer"}, "id_customer": {"type": "string"}, "id_manufacturer": {"type": "string"}, "id_supplier": {"type": "string"}, "id_warehouse": {"type": "string"}, "id_cou...
{"address" : {"id" : 42, "id_customer" : "24", "id_manufacturer" : "0", "id_supplier" : "0", "id_warehouse" : "0", "id_country" : "8", "id_state" : "0", "alias" : "Mon adresse", "company" : "", "lastname" : "BRUYERE ", "firstname" : "R\u00e9my", "vat_number" : "", "address1" : "address 1", "address2" : "", "postcode" :...
json_instruct
{"type": "object", "properties": {"address": {"type": "object", "properties": {"id": {"type": "integer"}, "id_customer": {"type": "string"}, "id_manufacturer": {"type": "string"}, "id_supplier": {"type": "string"}, "id_warehouse": {"type": "string"}, "id_country": {"type": "string"}, "id_state": {"type": "string"}, "al...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["...
{"nodes" : [{"id" : "758b26c3f2", "position" : {"x" : -395, "y" : -110}}, {"id" : "5d1a240daa", "position" : {"x" : 10, "y" : 195}}, {"id" : "fe403d9ccc", "position" : {"x" : 20, "y" : -170}}], "links" : [{"source" : "5d1a240daa", "sourcePort" : "out0", "target" : "758b26c3f2", "points" : [{"x" : 210, "y" : 269}, {"x" ...
json_instruct
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["id", "position"]}}, "links": {"type": "array", "ite...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[444.23699758587105, 488.84014865952304], [459.0605967557495, 469.7812354411078], [473.8841959256279, 465.545921392571], [486.5901380712381, 459.19295031976594], [499.2960802168481, 452.8399792469611], [512.0020223624583, 446.487008174156], [520.4726504595317, 431.6634090042776], [512.0020223624583, 418.95746685866743...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["elementsofpower:serendibite"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:suburb": {"ty...
{"type" : "Feature", "id" : "node/5743069798", "properties" : {"addr:city" : "Oederan", "addr:country" : "DE", "addr:postcode" : "09569", "addr:suburb" : "Memmendorf", "description" : "Alpaca-Pordukte und regionale", "operator" : "Goldener Stern Memmendorf", "organic" : "no", "shop" : "farm", "wheelchair" : "no", "id" ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:suburb": {"type": "string"}, "description": {"type": "string"}, "operato...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "...
{"type" : "MultiPolygon", "coordinates" : [[[[-100.497345, 28.749765], [-100.497263, 28.749766], [-100.497134, 28.749761], [-100.497022, 28.749771], [-100.496997, 28.749771], [-100.496404, 28.749764], [-100.496332, 28.749764], [-100.49598, 28.749765], [-100.495135, 28.749767], [-100.49403, 28.749775], [-100.489042, 28....
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}}, "required": ["slug", "name"...
[{"slug" : "testssl-sh", "name" : "testssl.sh", "description" : "A command-line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. It's designed to provide clear output for your \"is this good or bad\" decision.", "tags" : ["linux", "osx",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}}, "required": ["slug", "name", "description", "tags", "url"]}, "$schema": "http://json...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"globals": {"type": "object", "properties": {"window": {"type": "boolean"}}, "required": ["window"]}, "collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "coveragePathIgnorePatterns": {"type": "array", "it...
{"globals" : {"window" : true}, "collectCoverageFrom" : ["src/**/*.{ts,tsx}"], "coveragePathIgnorePatterns" : ["/node_modules/", "__fixtures__", "constants/index.ts", "state.ts"], "coverageReporters" : ["lcov"], "moduleFileExtensions" : ["js", "json", "jsx", "ts", "tsx"], "moduleNameMapper" : {"^~/(.*)$" : "<rootDir>/s...
json_instruct
{"type": "object", "properties": {"globals": {"type": "object", "properties": {"window": {"type": "boolean"}}, "required": ["window"]}, "collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "coveragePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "coverageReporters": {"type": "arra...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties":...
{"localities" : ["Rangely, CO"], "state" : "CO", "postal_code" : "81648", "locality" : "Rangely, CO", "lat" : 39.940221, "region" : {"fips" : "08", "abbr" : "CO", "name" : "Colorado"}, "city" : "Rangely", "type" : "STANDARD", "lng" : -108.665369, "counties" : [{"fips" : "103", "name" : "Rio Blanco County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "...
{"description" : "", "code" : "", "ldc" : [], "sintaxis" : "dataclasses.fields(class_or_instance)\n", "parametros" : [{"nombre" : "class_or_instance", "description" : ""}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mout": {"type": "string"}}, "required": ["mout"]}, "keywords": {"type": "array", "items": {...
{"name" : "dejavu", "version" : "0.4.8", "main" : "dist/", "dependencies" : {"mout" : "^0.9.1"}, "keywords" : ["oop", "interface", "class", "abstract", "final", "inheritance"], "homepage" : "https://github.com/IndigoUnited/dejavu", "authors" : ["IndigoUnited <hello@indigounited.com> (http://indigounited.com)"], "descri...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mout": {"type": "string"}}, "required": ["mout"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "auth...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"src": {"type": "string"}, "text": {"type": "string"}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"x": {"type": "number"}, "y...
{"src" : "dzi://openseadragon/something", "text" : "measurementorfact", "shapes" : [{"type" : "rect", "geometry" : {"x" : 0.5614033197022136, "y" : 0.11586327570674965, "width" : 0.14027982326951394, "height" : 0.0625920471281296}, "style" : {}}], "context" : "http://localhost:8080/semanticAnnotator/#", "date" : "2021-...
json_instruct
{"type": "object", "properties": {"src": {"type": "string"}, "text": {"type": "string"}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "width": {"type": "number"}, "height...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"adv_t": {"type": "array", "items": {"type": "integer"}}, "adv_w": {"type": "array", "items": {"type": "integer"}}, "clfs": {"type": "array", "items": {"type": "string"}}, "mean": {"type": "array", "items": {"ty...
{"adv_t" : [2, 0, 3, 3, 0, 3, 3], "adv_w" : [2, 0, 3, 3, 0, 4, 4], "clfs" : ["Nearest Neighbors", "RBF SVM", "Decision Tree", "Random Forest", "Neural Net", "Naive Bayes", "Linear SVM"], "mean" : [0.6483516483516484, 0.5549450549450549, 0.8002747252747253, 0.7810439560439559, 0.5697802197802196, 0.8307692307692307, 0.8...
json_instruct
{"type": "object", "properties": {"adv_t": {"type": "array", "items": {"type": "integer"}}, "adv_w": {"type": "array", "items": {"type": "integer"}}, "clfs": {"type": "array", "items": {"type": "string"}}, "mean": {"type": "array", "items": {"type": "number"}}, "parameters": {"type": "object", "properties": {"cv_method...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"vue-resource.js": {"type": "string"}, "vue-resource.min.js": {"type": "string"}}, "required": ["vue-resource.js", "vue-resource.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vue-resource.js" : "sha256-LiSTJuOdEkdWt+8ML6SMU0/S3FK6Q0gTVnTzMY1LdVc=", "vue-resource.min.js" : "sha256-MF6jIU2A8SdorxyrEruRuWC6zV2EQY3dDsy5usLvFZQ="}
json_instruct
{"type": "object", "properties": {"vue-resource.js": {"type": "string"}, "vue-resource.min.js": {"type": "string"}}, "required": ["vue-resource.js", "vue-resource.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"provides": {"type": "object", "properties": {"URI::wss": {"type": "object", "properties": {"version": {"type": "number"}, "file": {"type": "string"}}, "required": ["version", "file"]}, "URI::ws": {"type": "object"...
{"provides" : {"URI::wss" : {"version" : 0.03, "file" : "lib/URI/wss.pm"}, "URI::ws" : {"version" : 0.03, "file" : "lib/URI/ws.pm"}}, "name" : "URI::ws", "dist" : "URI-ws-0.03", "pathname" : "P/PL/PLICEASE/URI-ws-0.03.tar.gz", "version" : 0.03, "target" : "URI::ws"}
json_instruct
{"type": "object", "properties": {"provides": {"type": "object", "properties": {"URI::wss": {"type": "object", "properties": {"version": {"type": "number"}, "file": {"type": "string"}}, "required": ["version", "file"]}, "URI::ws": {"type": "object", "properties": {"version": {"type": "number"}, "file": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d183-92", "text" : "PRODUCTION (continued)\nClasses in radio and television writing /nay be established in a school\nsystem at the secondary level* either independently or as part of a workshop\u00ae\nNecessarily the objectives of the school system and the particular department of\ninstruction must be observed...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema"...
{"VersionId" : "v12", "IsDefaultVersion" : true, "CreateDate" : "2021-12-07T02:22:29+00:00", "PolicyName" : "AWSBatchServiceRole"}
json_instruct
{"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"In": {"type": "string"}, "Expect": {"type": "array", "items": {"type": "integer"}}}, "required": ["In", "Expect"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"In" : "1999-01-08", "Expect" : [0, 0, 0, 4, 255, 255, 254, 154]}, {"In" : "0009-01-08", "Expect" : [0, 0, 0, 4, 255, 244, 231, 106]}, {"In" : "9999-01-08", "Expect" : [0, 0, 0, 4, 0, 44, 148, 110]}, {"In" : "1999-12-30", "Expect" : [0, 0, 0, 4, 255, 255, 255, 254]}, {"In" : "1996-02-29", "Expect" : [0, 0, 0, 4, 255,...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"In": {"type": "string"}, "Expect": {"type": "array", "items": {"type": "integer"}}}, "required": ["In", "Expect"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["kind", "name", "href", "description"], "$schema": "http://json-schema.org/draft-07...
{"kind" : "Type", "name" : "SVGURIReference", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/SVGURIReference", "description" : "The href attribute defines a link to a resource as a reference URL. The exact meaning of that link depends on the context of each element using it."}
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["kind", "name", "href", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "propert...
{"name" : "Oberschule Bergen\nmit gymn. Angebot", "id" : "NI-61293-0", "address" : "Lange Str. 50, 29303\u00a0Bergen", "school_type" : "Realschule", "phone" : "05051 470297", "email" : "schulverwaltung@obs-bergen.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 9.94787, "lat" : 52.809115}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["pro...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": ...
{"name" : "topdoc-theme", "version" : "0.2.7", "description" : "Topdoc Theme for the Topcoat Demo documentation", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git://github.com/topcoat/topdoc-theme.git"}, "keywords" : ["topdoc", "topcoat", "theme", "templ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "chil...
{"code" : 1807021, "parent" : 1807, "name" : "GUNUNG LABUHAN", "latitude" : "-4.7370922529984", "longitude" : "104.58328186847", "postal" : [34767, 34768], "children" : [1807021001, 1807021002, 1807021003, 1807021004, 1807021005, 1807021006, 1807021007, 1807021008, 1807021009, 1807021010, 1807021011, 1807021012, 180702...
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj...
{"hash" : "0x38018f43f2597dcce46641c073324a2be66417bbd0272a42733aad6164513ea7", "parentHash" : "0x3cecea970563f7c9fbf99871a022250dfab3ef2ee5cde5f3fbc9bfc387d35264", "number" : 91012, "timestamp" : 1439649093, "nonce" : "0xb03e32f804cde1af", "difficulty" : 3427306014696, "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"]...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7205161004", "district_id" : "7205161", "name" : "OGOAMAS 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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"LiveFrom": {"type": "string"}, "LiveTo": {"type": "string"}, "CaseTypeID": {"type": "string"}, "CaseFieldID": {"type": "string"}, "UserRole": {"type": "string"}, "CRUD": {"type": "s...
[{"LiveFrom" : "01/01/2017", "LiveTo" : "", "CaseTypeID" : "FT_DynamicFieldCaseType", "CaseFieldID" : "TextField", "UserRole" : "caseworker-befta_master", "CRUD" : "CRUD"}, {"LiveFrom" : "01/01/2017", "LiveTo" : "", "CaseTypeID" : "FT_DynamicFieldCaseType", "CaseFieldID" : "TextAreaField", "UserRole" : "caseworker-beft...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"LiveFrom": {"type": "string"}, "LiveTo": {"type": "string"}, "CaseTypeID": {"type": "string"}, "CaseFieldID": {"type": "string"}, "UserRole": {"type": "string"}, "CRUD": {"type": "string"}}, "required": ["LiveFrom", "LiveTo", "CaseTypeID", "CaseFieldID", "Us...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Objects": {"type": "array", "items": {"type": "object", "properties": {"DisplayName": {"type": "string"}, "UserId": {"type": "string"}, "ManagerUserId": {"type": "string"}}, "required": ["DisplayName", "UserI...
{"Objects" : [{"DisplayName" : "User1", "UserId" : "1", "ManagerUserId" : "999"}, {"DisplayName" : "User2", "UserId" : "2", "ManagerUserId" : "999"}, {"DisplayName" : "User3", "UserId" : "3", "ManagerUserId" : "999"}], "PageNumber" : 1, "PageSize" : 20, "TotalCount" : 1, "ObjectCount" : 1}
json_instruct
{"type": "object", "properties": {"Objects": {"type": "array", "items": {"type": "object", "properties": {"DisplayName": {"type": "string"}, "UserId": {"type": "string"}, "ManagerUserId": {"type": "string"}}, "required": ["DisplayName", "UserId", "ManagerUserId"]}}, "PageNumber": {"type": "integer"}, "PageSize": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/media/lambiengcode/src/flutter/project/cloud_classroom/build/firebase_core/intermediates/res/merged/release/drawable/notification_bg.xml", "source" : "/home/lambiengcode/.gradle/caches/transforms-2/files-2.1/a4999ae474860d57429c3bc9c4a045ec/core-1.0.0/res/drawable/notification_bg.xml"}, {"merged" : "/med...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resource...
{"title" : "Tuvalu - Urban Development", "downloads" : 73, "tags" : ["development", "hxl", "indicators", "Tuvalu"], "hxl" : 1, "org" : "World Bank Group", "id" : "69137835-91f5-4521-9a2b-d3b06af7ac53", "resources" : [{"update_date" : "2021-01-31T23:58:29.426521", "link" : "https://data.humdata.org/dataset/69137835-91f5...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "vegetarien", "name" : "V\u00e9g\u00e9tarien"}, {"id" : "vegetalien", "name" : "V\u00e9g\u00e9talien"}, {"id" : "diabetique", "name" : "Diab\u00e9tique"}, {"id" : "sansGluten", "name" : "Sans Gluten"}, {"id" : "intolerantLactose", "name" : "Intol\u00e9rant au lactose"}, {"id" : "allergiesAlimentaires", "name" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string...
{"name" : "leaflet.AnimatedMarker", "assets" : [{"files" : ["AnimatedMarker.js", "AnimatedMarker.min.js", "AnimatedMarker.min.js.map"], "version" : "1.0.0", "mainfile" : "AnimatedMarker.min.js"}], "versions" : ["1.0.0"], "zip" : "leaflet.AnimatedMarker.zip", "mainfile" : "AnimatedMarker.min.js", "author" : "openplans",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"ty...
{"name" : "moolater", "description" : "Quickly save a web page as a task in Remember the Milk to read later.", "author" : "Christopher Frost", "license" : "MIT", "private" : true, "scripts" : {"build" : "./build.sh", "dev" : "web-ext run --verbose --browser-console --url https://xkcd.com --source-dir src", "lint:javasc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "lint:javascript": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i...
{"directions" : ["Melt 2 tablespoons butter in a large skillet over medium-high heat. Stir in the shallots, and cook for 2 minutes to soften slightly. Add the mushrooms, and continue cooking until the mushrooms have released their liquid and are tender. Remove the mushrooms from the skillet and set aside.", "Pour the p...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type"...
{"(0, 0)" : "mecklenburg - vorpommern state election , 2002", "(1, 0)" : "party", "(1, 1)" : "party list votes", "(1, 2)" : "vote percentage", "(1, 3)" : "total seats", "(1, 4)" : "seat percentage", "(2, 0)" : "social democratic party (spd)", "(2, 1)" : "394118", "(2, 2)" : "40.6%", "(2, 3)" : "33", "(2, 4)" : "46.5%",...
json_instruct
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "430181115203", "text" : "\u571f\u6865\u6751"}, {"id" : "430181115214", "text" : "\u91d1\u724c\u6751"}, {"id" : "430181115220", "text" : "\u8dc3\u9f99\u6751"}, {"id" : "430181115226", "text" : "\u6c5f\u4e1c\u6751"}, {"id" : "430181115234", "text" : "\u67cf\u6811\u6751"}, {"id" : "430181115237", "text" : "\u91d...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it...
{"directions" : ["Whisk eggs with pinch of salt until blended. Heat 1 tablespoon oil in wok or heavy medium skillet over eggs into skillet. Using spatula, lift eggs as they cook, letting uncooked part run underneath until set. Transfer to cutting board. Cut eggs into shreds.", "Combine shrimp, wine and cornstarch in sm...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "appliesTo": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {}}}, "required": ["name", "appliesTo", "properties"]}, "$...
[{"name" : "Invalid", "appliesTo" : ["bpmn:UserTask"], "properties" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "appliesTo": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {}}}, "required": ["name", "appliesTo", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "sapper": {"type": "string"}, "build": {"type": "string"}, "export": {"type": "s...
{"name" : "nft-minter-web-app", "version" : "0.0.1", "scripts" : {"dev" : "sapper dev --no-hot", "sapper" : "sapper", "build" : "sapper build", "export" : "sapper export _export", "start" : "node __sapper__/build", "sirv" : "sirv start _export", "lint" : "eslint '**/*.{js,jsx}' --quiet"}, "devDependencies" : {"babel-es...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "sapper": {"type": "string"}, "build": {"type": "string"}, "export": {"type": "string"}, "start": {"type": "string"}, "sirv": {"type": "string"}, "lint": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["...
{"name" : "muse-ui2", "version" : "0.1.0", "private" : true, "scripts" : {"serve" : "vue-cli-service serve", "build" : "vue-cli-service build --target lib --name muse-ui2 src/index.js"}, "dependencies" : {"body-scroll-lock" : "^2.6.4", "core-js" : "^2.6.5", "dayjs" : "^1.8.16", "keycode" : "^2.2.0", "normalize-wheel" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["serve", "build"]}, "dependencies": {"type": "object", "properties": {"body-sc...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cytoscape.js": {"type": "string"}, "cytoscape.min.js": {"type": "string"}}, "required": ["cytoscape.js", "cytoscape.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cytoscape.js" : "sha256-1UeDMifqkpnLXyBgjhaaZ/QhRt5XXEadzyf8+GPTGCM=", "cytoscape.min.js" : "sha256-HuYeEzvxxgOAa/U5OB11vVz9qJB+LD/cZDCprWQLEzA="}
json_instruct
{"type": "object", "properties": {"cytoscape.js": {"type": "string"}, "cytoscape.min.js": {"type": "string"}}, "required": ["cytoscape.js", "cytoscape.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": ...
{"display-name" : "", "package-name" : "mach2", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "mach2", "latest-version" : "0.7.0.0", "0.7.0.0" : {"url" : "https://github.com/riverar/mach2/releases/download/0.7.0.0/mach2_0.7.0.0_x64.zip", "file-type" : ".zip", "bin" : ["mach2.exe"], "shortcut...
json_instruct
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "0.7.0.0": {"type": "o...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"class": {"type": "array", "items": {"type": "integer"}}, "classes": {"type": "array", "items": {"type": "integer"}}, "copy": {"type": "array", "items": {"type": "integer"}}, "constructors": {"type": "array", "items": {"type": ...
{"class" : [65537, 131074, 196610, 262148, 327683, 393218, 458754, 524290], "classes" : [131073], "copy" : [262145, 327681, 393217, 458753], "constructors" : [262145], "constructor" : [327681], "condition" : [393217]}
json_instruct
{"type": "object", "properties": {"class": {"type": "array", "items": {"type": "integer"}}, "classes": {"type": "array", "items": {"type": "integer"}}, "copy": {"type": "array", "items": {"type": "integer"}}, "constructors": {"type": "array", "items": {"type": "integer"}}, "constructor": {"type": "array", "items": {"ty...
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"}, "build": {"type": "string"}, "s...
{"name" : "irish-rail-graphql", "version" : "1.0.0", "description" : "Irish real time graphql", "main" : "index.js", "scripts" : {"start" : "nodemon lib/index.js --exec babel-node --presets es2015,stage-0", "build" : "babel lib -d dist --presets es2015,stage-0", "serve" : "node dist/index.js"}, "author" : "Fintan Dunle...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["start", "build", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type"...
{"name" : "Booksmart", "version" : "0.0.1", "description" : "A smart bookmarks manager for students.", "repository" : "git@github.com:Darkneon/booksmart.git", "license" : "MIT", "private" : false, "scripts" : {"start" : "yarn exec ts-node server/index.ts", "build:ext" : "mkdir -p ./extension/dist && cp ./extension/ass...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build:ext": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Awesome", "text" : "I love coding cant wait to have tons of fun", "id" : "054043c4-3b09-48db-97e0-cfa90ab34747"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "BECAUSE REAL THINGS ARE NO FARTHER CONCERNED, NOR INTENDED TO BE MEANT BY ANY SUCH PROPOSITIONS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/14415.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Sample Album": {"type": "string"}}, "required": ["Sample Album"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Sample Album" : "samplealbum"}
json_instruct
{"type": "object", "properties": {"Sample Album": {"type": "string"}}, "required": ["Sample Album"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "en...
{"contract" : "0xa94575b11060644cf926f5b853cf9c95fd5b9770", "tool" : "securify", "start" : 1563749659.4716816, "end" : 1563749663.7080085, "duration" : 4.2363269329071045, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or...
Generate sample JSON data that conforms to the following schema definition: {"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" : "9047d0d", "CardHash" : "a22e929", "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 an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["bubbleup-plugin-build-rollup", "bubbleup-plugin-test-mocha"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
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" : 404382667, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4a5ab5f94cdc2e967ba52c26ff587258", "wof:id" : 404382667, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.45086932784774, 44.51608726486504, -0.36071334038883, 44.557309242923...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"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": "str...
{"name" : "zhang-shasha", "description" : "Tree edit distance using the Zhang Shasha algorithm", "license" : {"key" : "bsd-3-clause", "name" : "BSD 3-clause \"New\" or \"Revised\" License", "spdx_id" : "BSD-3-Clause", "url" : "https://api.github.com/licenses/bsd-3-clause"}, "starNum" : 136, "folkNum" : 24, "watchNum" :...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"...
{"n_dim" : 3, "n_trials" : 340, "objective" : "deap_combo3_on_cube", "white" : "platypus_smpso", "black" : "ultraopt_etpe", "traceback" : ["passing", "passing"], "best_val" : [79877.46017507171, 95092.2274226729], "best_x" : [[0.5549094140982103, 0.5607076020073488, 0.7181669953625914], [0.5283599341009515, 0.535022570...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"addOverlayBtn": {"type": "string"}, "colorScaleBox": {"type": "string"}, "initializePanel": {"type": "str...
{"class" : {}, "instance" : {"addOverlayBtn" : "ls 9/12/2013 18:53:20.256", "colorScaleBox" : "ls 9/12/2013 18:53:20.244", "initializePanel" : "ls 12/3/2013 17:08:18.859", "metricBox" : "ls 9/12/2013 18:53:20.216", "okBtn" : "ls 9/12/2013 18:53:20.295", "overlayList" : "ls 9/12/2013 18:53:20.27", "removeOverlayBtn" : "...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"addOverlayBtn": {"type": "string"}, "colorScaleBox": {"type": "string"}, "initializePanel": {"type": "string"}, "metricBox": {"type": "string"}, "okBtn": {"type": "string"}, "o...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "ob...
{"name" : "angular2-requirejs", "version" : "0.1.0", "license" : "MIT", "scripts" : {"start" : "lite-server"}, "dependencies" : {"@angular/common" : "^4.0.1", "@angular/compiler" : "^4.0.1", "@angular/core" : "^4.0.1", "@angular/forms" : "^4.0.1", "@angular/http" : "^4.0.1", "@angular/platform-browser" : "^4.0.1", "@an...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angula...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"/public/js/manifest.js": {"type": "string"}, "/public/js/theme.js": {"type": "string"}, "/public/css/theme.css": {"type": "string"}, "/public/js/vendor.js": {"type": "string"}}, "required": ["/public/js/manifest.js", "/public/...
{"/public/js/manifest.js" : "/public/js/manifest.js?id=4d112df8a2235668cff6", "/public/js/theme.js" : "/public/js/theme.js?id=77991dddb5fd05dafce1", "/public/css/theme.css" : "/public/css/theme.css?id=ef20867d00ed2895d7a1", "/public/js/vendor.js" : "/public/js/vendor.js?id=51c90f795c381fa8e3bb"}
json_instruct
{"type": "object", "properties": {"/public/js/manifest.js": {"type": "string"}, "/public/js/theme.js": {"type": "string"}, "/public/css/theme.css": {"type": "string"}, "/public/js/vendor.js": {"type": "string"}}, "required": ["/public/js/manifest.js", "/public/js/theme.js", "/public/css/theme.css", "/public/js/vendor.j...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 101892827, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "6a4ee99ddff6ec0815595a1a4ad3c7c2", "wof:id" : 101892827, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.07472634981872, 46.19631925996532, 3.08972336884375, 46.20626164275706...
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": ["...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-00000000000...
{"configuration" : ["AUTOCOMMIT", "CACHE_TYPE"], "regionsToPerf" : {"00000000-0000-0000-0000-000000000000" : 10240000000}, "regionsToUserPerf" : {"00000000-0000-0000-0000-000000000000" : 7550000000}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"]}, "regionsToUserPerf": {"type": "object", "properties":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"notes": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}}}, "required": ["notes"], "$schema":...
{"notes" : [{"title" : "Finish this Bootcamp ", "text" : "The graduation date is January 20th! \ud83d\udc9c", "id" : "4V__vL9ZidJF3NyXOAjI4"}, {"title" : "Start applying for Job", "text" : "Starting December start looking for a job!", "id" : "B8H75MgbwGj82iIN8k_az"}, {"title" : "Continue learning!", "text" : "I will be...
json_instruct
{"type": "object", "properties": {"notes": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}}}, "required": ["notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"env": {"type": "object", "properties": {"matrix": {"type": "string"}, "*": {"type": "array", "items": {"type": "string"}}}, "required": ["matrix", "*"]}, "gemfile": {"type": "object", "properties": {"default_ivalue"...
{"env" : {"matrix" : "advanced", "*" : ["export ${jervis_toolchain_ivalue}"]}, "gemfile" : {"default_ivalue" : "${PWD}/Gemfile", "*" : ["export BUNDLE_GEMFILE=\"${jervis_toolchain_ivalue}\""]}, "jdk" : {"default_ivalue" : "openjdk7", "openjdk7" : ["some commands"]}, "rvm" : {"default_ivalue" : "1.9.3", "*" : ["some com...
json_instruct
{"type": "object", "properties": {"env": {"type": "object", "properties": {"matrix": {"type": "string"}, "*": {"type": "array", "items": {"type": "string"}}}, "required": ["matrix", "*"]}, "gemfile": {"type": "object", "properties": {"default_ivalue": {"type": "string"}, "*": {"type": "array", "items": {"type": "string...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K18983": {"type": "string"}}, "required": ["K18983"]}, "name": {"type":...
[{"comment" : "D-galactarolactone cycloisomerase", "definition" : "D-Galactaro-1,4-lactone <=> 5-Dehydro-4-deoxy-D-glucarate", "orthologs" : {"K18983" : "D-galactarolactone cycloisomerase [EC:5.5.1.27]"}, "name" : "D-galactaro-1,4-lactone lyase (ring-opening)", "product_stoichiometries" : ["1"], "enzymes" : ["5.5.1.27"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K18983": {"type": "string"}}, "required": ["K18983"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {...
{"file_name" : "FactoryGame/Content/FactoryGame/World/Environment/Water/Texture/SpecularHighlights.uasset", "guid" : {"a" : 2969115282, "b" : 1191950049, "c" : 3560792477, "d" : 3850144436}, "exports" : [{"name" : "SpecularHighlights", "class" : {"package" : "/Script/Engine", "name" : "Texture2D"}, "super" : null, "tem...
json_instruct
{"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"streetAddress": {"type": "string"}, "locality": {"type": "string"}, "postalCode": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}}, "required": ["streetAddress", "locality", "p...
{"streetAddress" : "Street Address", "locality" : "City", "postalCode" : "Zip Code", "region" : "State", "country" : "Country"}
json_instruct
{"type": "object", "properties": {"streetAddress": {"type": "string"}, "locality": {"type": "string"}, "postalCode": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}}, "required": ["streetAddress", "locality", "postalCode", "region", "country"], "$schema": "http://json-schema.org/draft-07...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s...
{"id" : 19351, "title" : ["[Eastern Harbor, Alley]"], "description" : ["Dark despite the time of day, the alley is crowded with boxes, barrels, and rope-tied cloth bags. Doors line the brick walls of the buildings that rise on either side of the cobblestoned path, their faces unmarked and plain. A lone lantern stands...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"21135"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"ty...
{"special" : {"background" : "#18262F", "foreground" : "#A6AFB8", "cursor" : "#A6AFB8"}, "colors" : {"color0" : "#18262F", "color1" : "#EF5253", "color2" : "#7CC844", "color3" : "#E4B51C", "color4" : "#33B5E1", "color5" : "#A363D5", "color6" : "#52CBB0", "color7" : "#A6AFB8", "color8" : "#667581", "color9" : "#18262F",...
json_instruct
{"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_ward...
{"wards" : [{"ward_no" : 1, "ward_name" : "Gangawali", "ward_id" : "199976"}, {"ward_no" : 2, "ward_name" : "Keharpur", "ward_id" : "199972"}, {"ward_no" : 3, "ward_name" : "Keharpur Mafi", "ward_id" : "199973"}, {"ward_no" : 4, "ward_name" : "Parshotampur", "ward_id" : "199387"}, {"ward_no" : 5, "ward_name" : "Prem Na...
json_instruct
{"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wards": {"type": "integer"}, "name": {"type": "string"}, "lsg...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/handheld", "textures" : {"layer0" : "waterworks:items/manual"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"mesh": {"type": "object", "properties": {"triangle_list": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "vertex_list": {"type": "array", "items": {"type": "object", "properties": {"x...
{"mesh" : {"triangle_list" : [[0, 1, 2], [2, 3, 0]], "vertex_list" : [{"x" : -0.9755282581475764, "y" : 1.3843332714001528}, {"x" : -0.02447174185242318, "y" : 1.6933502657751003}, {"x" : -0.27447174185242296, "y" : 2.462771150068914}, {"x" : -1.2255282581475764, "y" : 2.1537541556939663}]}}
json_instruct
{"type": "object", "properties": {"mesh": {"type": "object", "properties": {"triangle_list": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "vertex_list": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}...
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" : "1602041005", "district_id" : "1602041", "name" : "PANCAWARNA"}
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-watch": {"type": "string"}...
{"name" : "menus-list", "version" : "0.0.1", "description" : "terminal-kit based, menus-based list", "main" : "index.js", "scripts" : {"test" : "jest", "test-watch" : "jest --watch", "example" : "tsc -b ./tsconfig.example.json && node ./build/example/example.js"}, "repository" : {"type" : "git", "url" : "git+https://gi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-watch": {"type": "string"}, "example": {"type": "string"}}, "required": ["test", "tes...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id_10555": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "r...
{"id_10555" : {"title" : "Diary and Letters of Madame D'Arblay", "language" : "English", "totaltime" : "02:47:49", "url_librivox" : "http://librivox.org/diary-and-letters-of-madame-darblay-by-thomas-babington-macaulay/", "url_iarchive" : "http://archive.org/details/diaryandlettersofdarblay_1605_librivox", "readers" : [...
json_instruct
{"type": "object", "properties": {"id_10555": {"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": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"handle": {"type": "string"}, "imageHero": {"type": "string"}, "imageIcon": {"type": "string"}}, "required": ["handle", "imageHero", "imageIcon"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"handle" : "furniture", "imageHero" : "", "imageIcon" : "illu-subCategory-furniture"}
json_instruct
{"type": "object", "properties": {"handle": {"type": "string"}, "imageHero": {"type": "string"}, "imageIcon": {"type": "string"}}, "required": ["handle", "imageHero", "imageIcon"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id",...
{"id" : 353795, "node" : [{"id" : 302002, "name" : "\u8210\u72a2\u306e\u7389\u5ea7", "image" : "//lain.bgm.tv/pic/cover/m/46/99/302002_Sl44S.jpg", "date" : "2018-07-01"}, {"id" : 353795, "name" : "\u604b\u3068\u7f6a", "image" : "/img/no_icon_subject.png", "date" : "2015-01-27"}], "relate" : [{"relate" : "\u524d\u4f20",...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "i...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "swift_versions": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": ...
{"name" : "VBUtil", "version" : "1.0.2", "summary" : "\u5de5\u5177", "swift_versions" : "4.0", "description" : "\u667a\u63a7\u8f66\u4e91\u5de5\u5177", "homepage" : "http://ccwcar.iask.in:802/Aiden/VBUtil", "license" : "MIT", "authors" : {"Aiden" : "252289287@qq.com"}, "source" : {"git" : "http://rd.ccwcar.com:802/Aiden...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "swift_versions": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Aiden": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object...
{"name" : "hubot-response", "version" : "1.2.0", "main" : "index.coffee", "description" : "Makes creating hubot responses easy.", "keywords" : ["hubot", "hubot-scripts", "response"], "scripts" : {"test" : "HUBOT_RESPONSE_GLOB=test/fixtures/*.* mocha --compilers coffee:coffee-script/register", "start" : "HUBOT_RESPONSE_...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"speciesId": {"type": "integer"}, "breedId": {"type": "integer"}, "petQualityId": {"type": "integer"}, "level": {"type": "integer"}, "health": {"type": "integer"}, "power": {"type": "integer"}, "speed": {"type":...
{"speciesId" : 258, "breedId" : 5, "petQualityId" : 4, "level" : 25, "health" : 1587, "power" : 315, "speed" : 297}
json_instruct
{"type": "object", "properties": {"speciesId": {"type": "integer"}, "breedId": {"type": "integer"}, "petQualityId": {"type": "integer"}, "level": {"type": "integer"}, "health": {"type": "integer"}, "power": {"type": "integer"}, "speed": {"type": "integer"}}, "required": ["speciesId", "breedId", "petQualityId", "level",...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["id", "name", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5fdb724b365afaabaa8faa82", "name" : "updateHarvardTestsFromApi", "private" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["id", "name", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "command": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"hoist": {"type": "boolean"}}, "required": ["hoist"]}, "publish": {"type": "object", "...
{"version" : "0.3.7", "command" : {"bootstrap" : {"hoist" : false}, "publish" : {"allowBranch" : "master", "conventionalCommits" : true, "ignoreChanges" : ["**/tests/**"], "message" : "chore(package): release %s", "signGitCommit" : true}}, "packages" : ["packages/*"]}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "command": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"hoist": {"type": "boolean"}}, "required": ["hoist"]}, "publish": {"type": "object", "properties": {"allowBranch": {"type": "string"}, "conventionalCommits": {"typ...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["511803204001", "\u57ce\u9547\u4e2d\u5fc3\u793e\u533a", "220", "0"], ["511803204201", "\u4e07\u575d\u6751\u6751\u59d4\u4f1a", "210", "0"], ["511803204202", "\u85d5\u5858\u6751\u6751\u59d4\u4f1a", "210", "0"], ["511803204203", "\u5ed6\u573a\u6751\u6751\u59d4\u4f1a", "210", "0"], ["511803204204", "\u89c2\u97f3\u6751\u6...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "ht...
{"Target" : "css/app.min.9eb407350c9b163f8a47de0d22ce2136bda361cac0ef8178a0eb8fab22453f45.css", "MediaType" : "text/css", "Data" : {"Integrity" : "sha256-nrQHNQybFj+KR94NIs4hNr2jYcrA74F4oOuPqyJFP0U="}}
json_instruct
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]},...
{"latest_version" : ["0.7.1"], "meta" : {"description" : "xml-data validator tool", "homepage" : "https://code.google.com/p/pyxmlcheck/"}, "versions" : {"0.6.5" : {"sha256" : "58fc7f5f0f747a265299814e2a165f9ead4541a577010b875c808db72d2089e1", "url" : "https://files.pythonhosted.org/packages/69/62/34bb1273ab2d6657a19f83...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.6.5": {"type": "obj...