input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "identifier": {"type": "arr... | {"resourceType" : "CodeSystem", "id" : "ex-payee-resource-type", "meta" : {"lastUpdated" : "2021-01-17T07:06:13.533+11:00"}, "url" : "http://terminology.hl7.org/CodeSystem/ex-payee-resource-type", "identifier" : [{"system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.4.1164"}], "version" : "4.0.1",... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.778744, 34.895066], [-95.77421, 34.905443], [-95.772397, 34.91666], [-95.767213, 34.916675], [-95.761105, 34.93116], [-95.748519, 34.927903], [-95.740253, 34.927519], [-95.744959, 34.919158], [-95.745994, 34.907607], ... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"... | {"name" : "Sidy", "version" : "1.1.0", "repository" : {"type" : "git", "url" : "https://github.com/reactivestudio/Sidy.js.git"}, "devDependencies" : {"grunt" : "^0.4.5", "grunt-cli" : ">= 0.1.6", "grunt-contrib-uglify" : "~0.5.0", "grunt-compass-multiple" : "~0.2.1", "grunt-contrib-copy" : "~0.7.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-cli"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "requir... | {"type" : "minecraft:crafting_shaped", "pattern" : ["###", "###", "###"], "key" : {"#" : {"item" : "silentgems:heliodor"}}, "result" : {"item" : "silentgems:heliodor_block"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"i... |
Based on the schema below, produce a valid JSON object:
{"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": {}}, "t... | {"directions" : ["Whisk vegetable oil, vinegar, sugar, salt, parsley, garlic, basil, celery seed, marjoram, and black pepper together in a bowl."], "ingredients" : ["1/2 cup vegetable oil", "2 tablespoons vinegar", "2 teaspoons white sugar", "1/2 teaspoon salt", "1/4 teaspoon dried parsley", "4 cloves garlic, minced", ... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite... | {"ast" : null, "code" : "/** @license MIT License (c) copyright 2010-2014 original author or authors */\n\n/** @author Brian Cavalier */\n\n/** @author John Hann */\n(function (define) {\n 'use strict';\n\n define(function (require) {\n var inspect = require('../state').inspect;\n\n return function inspection(P... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {... | {"type" : "Feature", "properties" : {"name" : "Auvergne-Rh\u00f4ne-Alpes", "iso2" : "FR-ARA", "admin_level" : 4, "osm_id" : 3792877, "wikidata_id" : "Q18338206", "wikipedia_id" : "fr:Auvergne-Rh\u00f4ne-Alpes", "population" : 7948287, "countrylevel_id" : "iso2:FR-ARA", "osm_data" : {"localname" : "Auvergne-Rh\u00f4ne-A... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express"... | {"name" : "node-api", "main" : "server.js", "scripts" : {}, "dependencies" : {"body-parser" : "~1.0.1", "express" : "~4.0.0", "fs" : "0.0.1-security", "jsonwebtoken" : "^7.1.9", "lodash" : "^4.16.2", "mongoose" : "~3.6.13", "morgan" : "^1.7.0", "njwt" : "^0.3.1", "secure-random" : "^1.1.1"}, "devDependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "fs": {"type": "string"}, "jsonwebtoken": {"type"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o... | {"hash" : "0x416015c763af67286f5f3f32351db79861d84f20972a0b88672055a14e8444a9", "parentHash" : "0xd6b74afd5aa310c5527b3c96de00b4baf3ef5342bd8adbef5283eb5fdbb5709f", "number" : 60636, "timestamp" : 1439159159, "nonce" : "0xd3232c8cfbc53f18", "difficulty" : 1732990808218, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"resolution": {"type": "string"}, "globalDependencies": {"type": "object", "properties": {"codemirror": {"type": "string"}, "handsontable": {"type": "string"}, "iron-router": {"type": "string"}, "jquery": {"type": "st... | {"resolution" : "tests/typings.upstream", "globalDependencies" : {"codemirror" : "registry:dt/codemirror#0.0.0+20160619021621", "handsontable" : "registry:dt/handsontable#0.24.3+20160711161324", "iron-router" : "github:meteor-typings/iron-router#c6fcb905c526fceb10f842400d754e6ad9583860", "jquery" : "registry:dt/jquery#... | json_instruct | {"type": "object", "properties": {"resolution": {"type": "string"}, "globalDependencies": {"type": "object", "properties": {"codemirror": {"type": "string"}, "handsontable": {"type": "string"}, "iron-router": {"type": "string"}, "jquery": {"type": "string"}, "meteor": {"type": "string"}, "underscore": {"type": "string"... |
Generate a valid JSON object that conforms to the following schema:
{"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"}}, "requi... | [{"review" : "\uc784\uad8c\ud0dd \uac10\ub3c5\ub2d8\uc758 \uc791\ud488\uc5d0 \ub2e4\uc2dc\ud55c\ubc88 \uac10\ud0c4\ud558\uace0 \ubc14\ub85c \uae00\ub0a8\uae41\ub2c8\ub2e4. \ub9c8\uc9c0\ub9c9\uc7a5\uba74\uc740 \uc815\ub9d0 \uc555\uad8c", "date" : "10.09.17", "rating" : "10", "author" : "h999****", "review_id" : "4841048... | 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"]... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "i... | [{"results" : [{"tech" : 3, "pts" : 3220, "connections" : 199511, "capacity" : 15270754, "investments" : 83986935}, {"tech" : 7, "pts" : 4, "connections" : 1334, "capacity" : 46518, "investments" : 476037}, {"tech" : 1, "pts" : 178, "connections" : 151573, "capacity" : 3989710, "investments" : 43180532}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"pwstrength-bootstrap.js": {"type": "string"}, "pwstrength-bootstrap.min.js": {"type": "string"}}, "required": ["pwstrength-bootstrap.js", "pwstrength-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pwstrength-bootstrap.js" : "sha256-7XesW+PNEU3Tw6UopOBzBr3munmebIpmN5hDLumfL28=", "pwstrength-bootstrap.min.js" : "sha256-IMiuKRV3OIJ91U1reEAa6UjOyK0/YpvUVIV9PPqj+oU="} | json_instruct | {"type": "object", "properties": {"pwstrength-bootstrap.js": {"type": "string"}, "pwstrength-bootstrap.min.js": {"type": "string"}}, "required": ["pwstrength-bootstrap.js", "pwstrength-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"test": {"type": "string"}}, "required": ["test"]}, "reposit... | {"name" : "skinchange-lite", "version" : "0.0.0", "description" : "[](https://jitpack.io/#VerstSiu/skinchange-lite)", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://gith... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "bin": {"type": "object", "properties": {}, "required": []}, "bugs": {"type": "... | {"author" : {"name" : "Neski", "url" : "https://twitter.com/itsneski"}, "bin" : {}, "bugs" : {"url" : "https://github.com/itsneski/lightning-jet/issues"}, "dependencies" : {"@grpc/grpc-js" : "^1.3.7", "@grpc/proto-loader" : "^0.6.5", "caporal" : "^1.4.0", "date-and-time" : "^2.0.1", "deasync" : "0.1.23", "find-process"... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "bin": {"type": "object", "properties": {}, "required": []}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "de... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-122.331037, 47.372071], [-122.314445, 47.372225], [-122.313186, 47.373593], [-122.313211, 47.368811], [-122.299024, 47.368662], [-122.293761, 47.36973], [-122.296731, 47.357844], [-122.309524, 47.357943], [-122.312476, 4... | 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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type"... | {"derivation" : "a primitive root;", "pron" : "aw-khaz'", "outline" : "<ol><li> grasp, take hold, seize, take possession<ol><li> (Qal) to grasp, take hold of</li><li> (Niphal) to be caught, grasped, be settled</li><li> (Piel) to enclose, overlay</li><li> (Hophal) fastened</li></ol></li></ol>", "kjv_def" : "[phrase] be ... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "origin": {"type": "string"}, "feedUrl": {"type": "string"}, "theme": {"type": "object", "properties": {"backgroundColor": {"type": "string"}, "themeColor": {"type... | {"title" : "CSS", "description" : "The latest news and updates from around the web about CSS", "origin" : "https://topicdeck.com/web-dev/css/", "feedUrl" : "https://topicdeck.com/web-dev/css/all.rss", "theme" : {"backgroundColor" : "#654ff0", "themeColor" : "#654ff0"}, "content" : {"allTitle" : "All"}, "site" : {"googl... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "origin": {"type": "string"}, "feedUrl": {"type": "string"}, "theme": {"type": "object", "properties": {"backgroundColor": {"type": "string"}, "themeColor": {"type": "string"}}, "required": ["backgroundColor", "themeColor"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}, "file": {"type": "string"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "intege... | [{"id" : "infobar.servicesUpdated", "defaultMessage" : "!!!Your services have been updated.", "file" : "src/components/layout/AppLayout.js", "start" : {"line" : 29, "column" : 19}, "end" : {"line" : 32, "column" : 3}}, {"id" : "infobar.buttonReloadServices", "defaultMessage" : "!!!Reload services", "file" : "src/compon... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}, "file": {"type": "string"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "end": {"type": "object", "pro... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 325}, "clipped" : true, "id" : "6e3c63a8d7"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 336}, "clipped" : true, "id" : "1938177cfb"}, {"arcs" : [[2]], "type" : "Polygon... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "ascLocation": {"type": "string"}}, "required": ["api-version", "subscriptionId", "ascLocation"]}, "response... | {"parameters" : {"api-version" : "2015-06-01-preview", "subscriptionId" : "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "ascLocation" : "centralus"}, "responses" : {"200" : {"body" : {"id" : "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/locations/centralus", "name" : "centralus", "type" : ... | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "ascLocation": {"type": "string"}}, "required": ["api-version", "subscriptionId", "ascLocation"]}, "responses": {"type": "object", "properties": {"200": {"type": "ob... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "objec... | {"name" : "node-linking", "version" : "1.0.0", "description" : "The node-linking is a Node.js module which allows you to communicate with the BLE devices supporting the Linking Profile developed by Linking Project (NTT DoCoMo) in Japan.", "main" : "./lib/linking.js", "files" : ["lib"], "directories" : {"lib" : "./lib"}... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "... | {"index" : 6893, "hash" : 3624407321, "artDyeHash" : 3624407321, "redacted" : false, "dyeManifestHash" : 3312546585, "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": {"meta_name": {"type": "string"}, "meta_type": {"type": "string"}, "meta_description": {"type": "array", "items": {"type": "string"}}, "meta_abstract_types": {"type": "array", "items": {"type": "string"}}}, "required": ["meta... | {"meta_name" : "settings_monte_carlo", "meta_type" : "type-abstract", "meta_description" : ["Contains parameters that control the Monte-Carlo sampling."], "meta_abstract_types" : ["settings_sampling"]} | json_instruct | {"type": "object", "properties": {"meta_name": {"type": "string"}, "meta_type": {"type": "string"}, "meta_description": {"type": "array", "items": {"type": "string"}}, "meta_abstract_types": {"type": "array", "items": {"type": "string"}}}, "required": ["meta_name", "meta_type", "meta_description", "meta_abstract_types"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900112235": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112236": {"type": "object", "properties": {"nama": {"type... | {"900112235" : {"nama" : "TPS 1", "dapil" : [1602, 11605, 2160903]}, "900112236" : {"nama" : "TPS 2", "dapil" : [1602, 11605, 2160903]}, "900112237" : {"nama" : "TPS 3", "dapil" : [1602, 11605, 2160903]}, "900112238" : {"nama" : "TPS 4", "dapil" : [1602, 11605, 2160903]}, "900112239" : {"nama" : "TPS 5", "dapil" : [160... | json_instruct | {"type": "object", "properties": {"900112235": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112236": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"exampleFont": {"type": "string"}, "freeExampleFont": {"type": "string"}}, "required": ["exampleFont", "freeExampleFont"]}, "instance": {"type": "object", "properties": {"a... | {"class" : {"exampleFont" : "TB 11/14/2016 15:14", "freeExampleFont" : "TB 11/21/2016 10:27"}, "instance" : {"addGlyph:" : "TB 11/21/2016 10:50", "font:" : "TB 11/21/2016 10:44", "initialize" : "TB 11/30/2016 16:16", "open" : "TB 11/13/2016 12:43", "path:" : "TB 11/14/2016 14:49"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"exampleFont": {"type": "string"}, "freeExampleFont": {"type": "string"}}, "required": ["exampleFont", "freeExampleFont"]}, "instance": {"type": "object", "properties": {"addGlyph:": {"type": "string"}, "font:": {"type": "string"}, "initialize... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"... | {"schema_version" : "1.2.0", "id" : "GHSA-pxgr-qfm4-mhv6", "modified" : "2022-05-13T01:32:14Z", "published" : "2022-05-13T01:32:14Z", "aliases" : ["CVE-2018-5199"], "details" : "In Veraport G3 ALL on MacOS, due to insufficient domain validation, It is possible to overwrite installation file to malicious file. A remote ... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required... | {"ETag" : "W/\"d36989b0caeb25508618ec1df0040dedc7468fef6a3fce0fc60961dc29ce9265\"", "Last-Modified" : "Sat, 22 May 2021 02:28:52 GMT", "base" : {"repo" : {"name" : "r-splus2r-feedstock"}}, "closed_at" : "2021-05-22T02:28:48Z", "created_at" : "2021-05-22T02:04:41Z", "draft" : false, "head" : {"ref" : "this_is_not_a_bran... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"face": {"type": "object", "properties": {"pose_t0": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "... | {"face" : {"pose_t0" : {"position" : [10.91192008768393, -1.0, 0.0], "rotation" : [0.0, 2.221441469079183, 2.221441469079183]}, "pose_t1" : {"position" : [10.91192008768393, -1.0, 0.0], "rotation" : [0.0, 2.221441469079183, 2.221441469079183]}, "vertex0" : [-9.999999999999998, 10.0, 0.0], "vertex1" : [-9.99999999999999... | json_instruct | {"type": "object", "properties": {"face": {"type": "object", "properties": {"pose_t0": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "rotation"]}, "pose_t1": {"type": "object", "properti... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "borough", "definition" : "1. In England, an incorporated town that is not a city; also, a town that sends members to parliament; in Scotland, a body corporate, consisting of the inhabitants of a certain district, erected by the sovereign, with a certain jurisdiction; in America, an incorporated town or villa... | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "pr... | {"name" : "smart-table-flaco", "version" : "0.1.0", "description" : "smart table binding for Flaco framework", "main" : "./dist/bundle/index", "types" : "./dist/declarations/index.d.ts", "module" : "./dist/bundle/module.js", "scripts" : {"test:ci" : "npm run build && npm test", "test" : "tsc -b test && rollup -c ./roll... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"test:ci": {"type": "string"}, "test": {"type": "string"}, "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tech" : "tbs", "headers" : ["tbs.h"], "displayName" : "TPM Base Services"} | json_instruct | {"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "st... | {"name" : "random-teams-generator", "version" : "1.0.0", "description" : "Random Team Generator (RTG) is a progressive web application which generates teams randomly.", "main" : "main.js", "scripts" : {"dev" : "webpack-dev-server", "test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/vsambo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "repository": {"type": "object", ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d1430-32", "text" : "NETWORK AND NONNETWORK COMMERCIAL AND SUSTAINING PROGRAMS\nOF^NBC BASIC AFFILIATES, MONDAY, APRIL 24, 1944, 6-11 P.M. EWT\nco\n[31 j"} | 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": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2005", "provinceId" : "35", "regencyId" : "15", "districtId" : "03", "name" : "Tanjekwagir"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1978, 5], [1986, 5], [1991, 6], [1992, 6], [1998, 5], [1999, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$schema": "http://json-schema.org/draft-07/... | [{"category" : "``backup``", "description" : "[``botocore``] Update backup client to latest version", "type" : "api-change"}, {"category" : "``docdb``", "description" : "[``botocore``] Update docdb client to latest version", "type" : "api-change"}, {"category" : "``cloudfront``", "description" : "[``botocore``] Update ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "420606171001", "text" : "\u7c73\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171002", "text" : "\u8c22\u6d3c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171003", "text" : "\u987a\u6b63\u6cb3\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171004", "text" : "\u6850\u6811\u5e97\u793e\u533a\u5c45\u5... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prestart": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"},... | {"name" : "webserver", "version" : "1.0.0", "private" : true, "scripts" : {"prestart" : "npm install", "build" : "tsc -p tsconfig.json", "test" : "jest --env=node --colors --coverage test", "newman" : "newman run test/renderstreaming.postman_collection.json", "start" : "node ./build/index.js", "dev" : "ts-node ./src/in... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prestart": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "newman": {"type": "string"}, "start": {"type": "string"}, "d... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", ... | {"name" : "questUseWorkspotTier", "members" : [{"name" : "Tier3", "value" : 0}, {"name" : "Tier4", "value" : 1}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}, "$schema": "ht... | [{"mid" : "/m/0bwd_0j", "description" : "elephant", "score" : 0.9926275014877319, "topicality" : 0.9926275014877319}, {"mid" : "/m/07kbbhf", "description" : "elephants and mammoths", "score" : 0.9871743321418762, "topicality" : 0.9871743321418762}, {"mid" : "/m/01280g", "description" : "wildlife", "score" : 0.962045550... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"consul": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "url": {"type": "string"}, "service": {"type": "string"}, "address": {"type": "string"}, "port": {"type": "string"}, "pingEnabled": {"type":... | {"consul" : {"enabled" : true, "url" : "http://consul:8500", "service" : "u.fetch-service", "address" : "u.fetch-service", "port" : "5200", "pingEnabled" : true, "pingEndpoint" : "api/fetcher/health", "pingInterval" : 5, "removeAfterInterval" : 10, "requestRetries" : 3}, "fabio" : {"enabled" : true, "url" : "http://fab... | json_instruct | {"type": "object", "properties": {"consul": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "url": {"type": "string"}, "service": {"type": "string"}, "address": {"type": "string"}, "port": {"type": "string"}, "pingEnabled": {"type": "boolean"}, "pingEndpoint": {"type": "string"}, "pingInterval": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"... | {"name" : "@dwdht/bootstrap", "version" : "0.1.1", "description" : "dWeb CLI For Launching DHT Bootstrap Nodes Via Command Line", "contributors" : ["Jared Rice Sr. <jared@dwebs.io>", "Bench Computer, Inc. <legal@benchx.io>"], "license" : "MIT", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type"... | {"parent" : "0abe3076-16a9-4975-87da-4ecfc24d9226", "pid" : 5761, "argv" : ["/home/martin/.nvm/versions/node/v12.4.0/bin/node", "/home/martin/.nvm/versions/node/v12.4.0/bin/npm", "run", "lint"], "execArgv" : [], "cwd" : "/home/martin/workspaces/vscode-json-languageservice", "time" : 1588017375710, "ppid" : 5760, "cover... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "coverageFilename": {"type": "string"}, "ex... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "productName": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"... | {"name" : "GStar", "version" : "0.0.1", "productName" : "GStar", "description" : "Github Stars Management Tool", "main" : "dist/electron.js", "author" : {"name" : "PC", "email" : ""}, "dependencies" : {"electron-config" : "^0.2.1", "electron-is" : "^2.4.0", "electron-log" : "^1.3.0", "keytar" : "^4.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "productName": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http... | {"assessment" : [{"name" : "Mid Trimester Quiz", "weight" : 20}, {"name" : "Legal Hypothetical (ILAC) & Research Assignment", "weight" : 30}, {"name" : "Final Examination", "weight" : 50}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}}, "required": ["@metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["R-Joe"]}} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}}, "required": ["@metadata"], "$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": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K02554": {"type": "string"}}, "required": ["K02554"]}, "name": {"type... | [{"comment" : "", "definition" : "4-Carboxy-4-hydroxy-2-oxoadipate <=> 4-Carboxy-2-oxo-3-hexenedioate + H2O", "orthologs" : {"K02554" : "2-keto-4-pentenoate hydratase [EC:4.2.1.80]"}, "name" : "4-Carboxy-4-hydroxy-2-oxoadipate hydro-lyase", "product_stoichiometries" : ["1", "1"], "enzymes" : ["4.2.1.80"], "equation" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K02554": {"type": "string"}}, "required": ["K02554"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"angular-sanitize.js": {"type": "string"}, "angular-sanitize.min.js": {"type": "string"}}, "required": ["angular-sanitize.js", "angular-sanitize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-sanitize.js" : "sha512-vgLJYRG/8okjIYOsxX8gDLdErvVonzOfhJfwOwQ13k9kQjbXwdtiFvLo1Dg/5AU4AL505dyk09IOhssGSjh+VA==", "angular-sanitize.min.js" : "sha512-8y/WzqyFG/Z4u0fcqZaZCTo4h0rayEJnLeX/n/kRuq3oiJojWOxafL3dXAQV0SPSqT1tS6fK20sqWNIY1/0Ddw=="} | json_instruct | {"type": "object", "properties": {"angular-sanitize.js": {"type": "string"}, "angular-sanitize.min.js": {"type": "string"}}, "required": ["angular-sanitize.js", "angular-sanitize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type... | {"status" : 200, "data" : {"totalSubs" : 280, "subsInEachSource" : {"feedly" : 122, "inoreader" : 99, "feedsPub" : 59}, "failedSources" : {}}, "lastModified" : 1609061544962} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_c... | {"station" : [{"pref_cd" : 23, "line_cd" : 99513, "line_name" : "\u540d\u53e4\u5c4b\u5e02\u55b6\u5730\u4e0b\u9244\u6771\u5c71\u7dda", "station_cd" : 9951309, "station_g_cd" : 9951309, "station_name" : "\u4f0f\u898b", "lon" : 136.897427, "lat" : 35.169273}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"... |
Generate a valid JSON object that conforms to the following schema:
{"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" : ["usefulresources:platinum_bars"]} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": ... | {"name" : "DEXTools", "website" : "https://dextools.io/app", "description" : "Ultimate Hub and Defi App For Decentralized exchanges like Uniswap, Pancakeswap, Sushiswap, etc.", "explorer" : "https://bscscan.com/token/0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e", "type" : "BEP20", "symbol" : "DEXT", "decimals" : 18, "sta... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["get-css"] | json_instruct | {"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": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$sche... | {"name" : "Nottingham Lister Gate", "addressLines" : ["34", "Unit 3", "Lister Gate", "Nottingham", "Nottinghamshire"], "postalCode" : "NG1 7DD", "country" : "gb"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "n... | {"artist_id" : "ARLT50D1187B98E956", "artist_latitude" : 43.64856, "artist_location" : "Toronto", "artist_longitude" : -79.38533, "artist_name" : "Solvent", "duration" : 232.85506, "num_songs" : 1, "song_id" : "SOFAFNN12AB018E520", "title" : "Take Me Home", "year" : 2010} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "programs": {"type": "object", "prope... | {"name" : "Grundschule R\u00fcstersiel", "id" : "NI-39482-0", "address" : "Achtern Diek 7, 26386\u00a0Wilhelmshaven", "school_type" : "Grundschule Ganztagsschule", "phone" : "04421 60362", "full_time_school" : true, "programs" : {"programs" : []}, "state" : "NI", "lon" : 8.109435, "lat" : 53.558002} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "requ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "... | {"logs" : [{"outputFile" : "/Users/liwei/Documents/github/LeeMedia/ExoPlayer/extensions/gvr/buildout/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-cs/values-cs.xml", "map" : [{"source" : "/Users/liwei/.gradle/caches/transforms-1/files-1.1/sdk-common-1.60.1.aar/e4f8e12fe48d8bf556dd632906ed5c... | json_instruct | {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startCol... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type"... | {"name" : "UNCLS", "symbol" : "UNCLES", "logoURI" : "https://i.pinimg.com/564x/9d/84/75/9d8475e2fc5877f9fc312cc53e3c0bb0.jpg", "decimals" : 9, "address" : "6mYq94Uo1ciebHZuUhn7waNKV1Xh5tKdQdJToFTJQWb5", "chainId" : 101, "tags" : ["utility-token", "community-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "rules": {"type": "array", "items": {}}}, "required": ["name", "description", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "emptyRuleSet", "description" : "", "rules" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "rules": {"type": "array", "items": {}}}, "required": ["name", "description", "rules"], "$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"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type":... | {"name" : "language-groovy", "version" : "0.4.0", "private" : true, "description" : "Groovy language support in Atom", "repository" : {"type" : "git", "url" : "https://github.com/Jakehp/language-groovy"}, "license" : "MIT", "engines" : {"atom" : ">0.50.0 <2.0.0"}, "dependencies" : {}, "bugs" : {"url" : "https://github.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3208090016", "district_id" : "3208090", "name" : "CIBULAN"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"abstract": {"type": "string"}, "description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": ... | {"abstract" : "https://events.drupal.org/neworleans2016/sessions/just-right-goldilocks-and-cms-theme-systems", "description" : "How do we design a CMS theme system that satisfies widely differing user personas at once? Is it possible to provide excellent user experiences for frontend developers, backend developers, and... | json_instruct | {"type": "object", "properties": {"abstract": {"type": "string"}, "description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "delete_your_for_loops", "version" : "1.0.0", "description" : "Demonstrates using functional constructs to replace for loops", "main" : "index.js", "scripts" : {"test" : "./node_modules/.bin/mocha"}, "author" : "Jeff Butler", "license" : "MIT", "dependencies" : {"immutable" : "^3.8.1", "xlsx" : "^0.9.6"}, "de... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "i... | {"author" : {"id" : "t2_u4qzm", "name" : "tjkopena"}, "date" : {"day" : 1497312000, "full" : 1497349970, "month" : 1496275200, "week" : 1497139200}, "id" : "t3_6gz183", "picture" : {"filesize" : 59807, "fullUrl" : "https://external-preview.redd.it/vZS9uzsk88LakZ-efSD845A4TNQqEMe-iH7kXBYWJpI.jpg?auto=webp&s=9340826469a3... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"currentAnimal": {"type": "string"}, "bird": {"type": "object", "properties": {"imageUrl": {"type": "string"}, "videoUrl": {"type": "string"}, "style": {"type": "string"}, "iframeUrl": {"type": "string"}}, "require... | {"currentAnimal" : "bird", "bird" : {"imageUrl" : "/static/samples/img/bird.jpg", "videoUrl" : "/video/bird-video.mp4", "style" : "yellowBackground", "iframeUrl" : "https://player.vimeo.com/video/151358139"}} | json_instruct | {"type": "object", "properties": {"currentAnimal": {"type": "string"}, "bird": {"type": "object", "properties": {"imageUrl": {"type": "string"}, "videoUrl": {"type": "string"}, "style": {"type": "string"}, "iframeUrl": {"type": "string"}}, "required": ["imageUrl", "videoUrl", "style", "iframeUrl"]}}, "required": ["curr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"options": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "repeat": {"type": "boolean"}, "fields": {"type": "object", "properties": {"has_header": {"type": "object", "properties": {"typ... | {"options" : {"type" : "fieldset", "label" : "Spalten\u00fcbersschrift & Zeilenbezeichner Ergebnis", "repeat" : false, "fields" : {"has_header" : {"type" : "button", "label" : "Hat Kopfzeile!", "show_if" : "$input_table.numOfHeader >= 1"}, "has_label" : {"type" : "button", "label" : "Hat Zeilenbezeichner!", "show_if" :... | json_instruct | {"type": "object", "properties": {"options": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "repeat": {"type": "boolean"}, "fields": {"type": "object", "properties": {"has_header": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "sho... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "s... | {"slug" : "oauth2-provider", "name" : "WP OAuth Server", "latest_version" : "3.4.5", "last_updated" : "2018-03-27T17:30:48.668Z", "vulnerabilities" : [{"id" : "8153", "title" : "WP OAuth Server <= 3.1.4 - Insecure Pseudor&om Number Generation", "created_at" : "2015-08-14T17:23:13Z", "updated_at" : "2015-09-23T18:45:49Z... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.883927768663838, 55.76897750404312]}, "properties" : {"TIMESTAMP UTC" : "2019-09-17T10:35:24", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.962983972269353, 55.6940448... | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "d... | {"name" : "Buff Protocol", "symbol" : "BUFF", "address" : "0x4b0F3d2E41994e715cD5587c349c753C10c06AE0", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "... | {"vendor" : "zulu", "filename" : "zulu17.0.69-ea-jdk17.0.0-ea.30-win_i686.zip", "release_type" : "ea", "version" : "17.0.69", "java_version" : "17.0.0-ea.30", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "i686", "file_type" : "zip", "image_type" : "jdk", "features" : [], "url" : "https://static.azul.com/z... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http... | {"assessment" : [{"name" : "Literature Critique: Challenging Behaviour", "weight" : 20}, {"name" : "Assessment 2: Plan for School wide PBS", "weight" : 30}, {"name" : "Assessment 3: Positive Behaviour Support Plan", "weight" : 50}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "keyword": {"type": "string"}, "name": {"type": "string"}, "line": {"type": "integer"}, "id": {"type": "string"}, "tags": {"type": "array", "items": {"t... | [{"description" : "\tAs Autokin developer\n\tI want to verify that all API are working as they should", "keyword" : "Feature", "name" : "My Feature", "line" : 2, "id" : "my-feature", "tags" : [{"name" : "@autokin", "line" : 1}], "uri" : "features/initial.feature", "elements" : [{"id" : "my-feature;my-first-scenario", "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "keyword": {"type": "string"}, "name": {"type": "string"}, "line": {"type": "integer"}, "id": {"type": "string"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "line": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "COLEMAN", "frequency" : 15145, "males" : "99.84153185869924 %", "females" : "0.15846814130075934 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cSpell.fixSpellingWithRenameProvider": {"type": "boolean"}, "cSpell.import": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.fixSpellingWithRenameProvider", "cSpell.import"], "$schema": "http:... | {"cSpell.fixSpellingWithRenameProvider" : false, "cSpell.import" : ["../cspell.config.yaml"]} | json_instruct | {"type": "object", "properties": {"cSpell.fixSpellingWithRenameProvider": {"type": "boolean"}, "cSpell.import": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.fixSpellingWithRenameProvider", "cSpell.import"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"{src,test}/**/*.js": {"type": "array", "items": {"type": "string"}}}, "required": ["{src,test}/**/*.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"{src,test}/**/*.js" : ["prettier --write", "git add"]} | json_instruct | {"type": "object", "properties": {"{src,test}/**/*.js": {"type": "array", "items": {"type": "string"}}}, "required": ["{src,test}/**/*.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1887, 5], [1891, 5], [1892, 5], [1894, 5], [1897, 5], [1898, 5], [1899, 5], [1900, 7], [1904, 6], [1906, 8], [1907, 7], [1908, 7], [1909, 6], [1910, 8], [1911, 12], [1912, 10], [1913, 6], [1914, 6], [1915, 14], [1916, 19], [1917, 15], [1918, 12], [1919, 13], [1920, 18], [1921, 15], [1922, 18], [1923, 15], [1924, 20],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2001, 5], [2002, 11], [2003, 9], [2004, 7], [2005, 13], [2006, 20], [2007, 25], [2008, 23], [2009, 12], [2010, 24], [2011, 13], [2012, 17], [2013, 19], [2014, 14]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"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" : [308.599, 120.831, 1, 315.118, 147.234, 1, 296.008, 149.109, 1, 288.806, 183.143, 1, 301.463, 199.064, 1, 332.835, 145.2, 1, 336.325, 177.247, 1, 329.269, 198.612, 1, 300.73, 207.056, 1, 308.393, 261.667, 1, 306.99, 312.23, 1, 324.703, 212.732, 1, 324.886, 263.592, 1... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "loginnotify-desc": {"type": "string"}, "echo-category-title-login-fail": {"ty... | {"@metadata" : {"authors" : ["Pikne"]}, "loginnotify-desc" : "Teavitab kasutajaid kahtlastest sisselogimiskatsetest, mis on tehtud tundmatu seadmega ja/v\u00f5i tundmatult IP-aadressilt.", "echo-category-title-login-fail" : "Eba\u00f5nnestunud sisselogimiskatsed", "echo-pref-tooltip-login-fail" : "Teavita mind, kui m\u... | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "loginnotify-desc": {"type": "string"}, "echo-category-title-login-fail": {"type": "string"}, "echo-pref-tooltip-login-fail": {"type": "string"}, "echo-c... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "prope... | {"type" : "MultiPolygon", "coordinates" : [[[[-80.15127456, 26.941876347000054], [-80.152435, 26.941777489000053], [-80.152945, 26.942311], [-80.153028, 26.942418], [-80.153175, 26.942606], [-80.153474, 26.942959], [-80.153752, 26.943263], [-80.154042, 26.943558], [-80.15817, 26.947177], [-80.158311, 26.947297], [-80.1... | 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": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ServiceWildcard": {"type": "array", "items": {"type": "string"}}, "ServicesAffected": {"type": "array", "items": {"type": "string"}}, "PrivilegeEscalation": {"type": "array", "items": {}}, "ResourceExposure": {"type... | {"ServiceWildcard" : ["kafka"], "ServicesAffected" : ["firehose", "kafka", "kms"], "PrivilegeEscalation" : [], "ResourceExposure" : ["kms:CreateGrant"], "DataExfiltration" : [], "CredentialsExposure" : [], "InfrastructureModification" : ["firehose:TagDeliveryStream", "kafka:TagResource", "kafka:UntagResource", "kms:Cre... | json_instruct | {"type": "object", "properties": {"ServiceWildcard": {"type": "array", "items": {"type": "string"}}, "ServicesAffected": {"type": "array", "items": {"type": "string"}}, "PrivilegeEscalation": {"type": "array", "items": {}}, "ResourceExposure": {"type": "array", "items": {"type": "string"}}, "DataExfiltration": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "... | {"title" : "Eunice Cook wearing sash inscribed \"Mothers March of Dimes,\" and hat, kneeling next to girl in wheelchair holding March of Dimes placard, another pose", "creation_date" : "c. 1955", "creation_date_earliest" : "1952-01-01", "creation_date_latest" : "1958-01-01", "medium" : "gelatin silver print", "accessio... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},... |
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" : "Justicehood", "definitions" : ["The position, office, or rank of justice; justiceship."], "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": ... | {"h" : [{"d" : [{"s" : ["`midimata'~"], "e" : ["\ufff9`Dimata'~ `to~ `kosoy~.\ufffa\ufffb\u80a9\u6311\u9999\u8305\u8349\u3002"], "f" : "\u80a9\u6311\uff0c\u6311\u64d4\u5b50\u3002"}]}], "t" : "dimata'"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e",... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Alex Nauda": {"type": "string"}}, "required": ["Alex Nauda"]}... | {"name" : "GoldenFleece", "version" : "1.1", "summary" : "On a quest for a better JSON API", "homepage" : "https://github.com/alexnauda/GoldenFleece", "authors" : {"Alex Nauda" : "alex@alexnauda.com"}, "source" : {"git" : "https://github.com/alexnauda/GoldenFleece.git", "tag" : "v1.1"}, "license" : "Apache License, Ver... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Alex Nauda": {"type": "string"}}, "required": ["Alex Nauda"]}, "source": {"type": "object", "properties": {"git": {"ty... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allGeoFe... | {"componentChunkName" : "component---src-templates-hospital-js", "path" : "/hospital/77", "webpackCompilationHash" : "44596c0c4b68fd63171c", "result" : {"data" : {"allGeoFeature" : {"edges" : [{"node" : {"id" : "814c3e1f-8566-5ca6-a6a1-bb43bd3d0ae3", "featureFields" : {"ADDRESS_1" : "Hesketh Road, Colwyn Bay, Conwy", "... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allGeoFeature": {"type": "object", "properties": {"edges": {"type": "array", "items... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Title": {"type": "string"}, "Description": {"type": "string"}, "Quality": {"type": "string"}, "WidthHint": {"type": "integer"}, "HeightHint": {"type": "integer"}, "FlairText": {"type": "string"}, "FlairIconPath": {"type": "... | {"Title" : "Unremembered Defiance", "Description" : "Civil defense units suffered the most as social collapse accelerated.", "Quality" : "Epic", "WidthHint" : 2, "HeightHint" : 1, "FlairText" : "Daily", "FlairIconPath" : "progression/StoreContent/FlairIcons/RitualIconFlair.png", "FlairBackgroundPath" : "progression/Sto... | json_instruct | {"type": "object", "properties": {"Title": {"type": "string"}, "Description": {"type": "string"}, "Quality": {"type": "string"}, "WidthHint": {"type": "integer"}, "HeightHint": {"type": "integer"}, "FlairText": {"type": "string"}, "FlairIconPath": {"type": "string"}, "FlairBackgroundPath": {"type": "string"}, "ObjectIm... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "... | {"\u5de5\u5ee0\u540d\u7a31" : "\u5c55\u5370\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99611648", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07410001276943", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u65b0\u838a\u5340\u5316\u6210\u8def\u4e00\u4e5d\u4e94\u5df7\u4e8c\u4e4b\u4e94... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "stri... | {"name" : "kbs1/encrypted-api-server-laravel", "description" : "Encrypted API - laravel server implementation.", "type" : "library", "license" : "MIT", "authors" : [{"name" : "kbs1", "email" : "viliam.kubis@gmail.com"}], "require" : {"php" : ">=7.0", "laravel/framework" : ">=5.4", "kbs1/encrypted-api-base" : "dev-maste... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"difficulty": {"type": "string"}, "url": {"type": "string"}}, "required": ["difficulty", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"difficulty" : "interview", "url" : "https://www.codechef.com/COMX2020/problems/CMX1P02"} | json_instruct | {"type": "object", "properties": {"difficulty": {"type": "string"}, "url": {"type": "string"}}, "required": ["difficulty", "url"], "$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"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "stri... | {"name" : "skateboard/framework", "description" : "Minimalist PHP framework", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Jannie Theunissen", "email" : "jannie@onesheep.org"}], "require" : {"php" : "^7.1|^8.0", "bramus/router" : "^1.6.1", "vlucas/phpdotenv" : "^4.1"}, "autoload" : {"psr-4" : {"Skateb... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version... | {"id" : "B4B96C77-6C5D-40A5-83E4-548E48CBECED", "name" : "monitor-dashboard", "codepoint" : "F0A07", "aliases" : [], "tags" : ["Device / Tech", "Device / Tech"], "author" : "Austin Andrews", "version" : "2.5.94", "zhs" : ["\u4eea\u8868\u677f\u76d1\u89c6\u5668"], "description" : "", "comments" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"typ... |
Please provide a valid JSON object following this schema:
{"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": ... | {"n_dim" : 3, "n_trials" : 340, "objective" : "landscapes_combo1_on_cube", "white" : "shgo_slsqp_sobol", "black" : "scipy_lbfgsb", "traceback" : ["passing", "passing"], "best_val" : [391148653.13531923, 0.6243949491634938], "best_x" : [[0.37265625, 0.33203125, 0.37421875], [0.32099999512196575, 0.3214142085466367, 0.32... | 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": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"C" : 2.602541307925907, "gamma" : 0.12538191876588559} | json_instruct | {"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
... | [{"type" : "feature", "category" : "Athena", "description" : "This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails."}, {"type" : "feature", "category" : "Lightsail", "description" : "This release adds support to describe the synchroniza... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"tactics": {"type": "object", "properties": {"#text": {"type": "string"}, "action": {"type": "array", "items": {"type": "object", "properties": {"#text": {"type": "string"}, "name": {"type": "object", "properties": {"... | {"tactics" : {"#text" : "", "action" : [{"#text" : "", "name" : {"@stringid" : "43019", "#text" : "AutoGatherFoodInvestment"}, "type" : "AutoGather", "active" : "1", "persistent" : "1", "investmentresource" : "Food"}, {"#text" : "", "name" : {"@stringid" : "43019", "#text" : "AutoGatherWoodInvestment"}, "type" : "AutoG... | json_instruct | {"type": "object", "properties": {"tactics": {"type": "object", "properties": {"#text": {"type": "string"}, "action": {"type": "array", "items": {"type": "object", "properties": {"#text": {"type": "string"}, "name": {"type": "object", "properties": {"@stringid": {"type": "string"}, "#text": {"type": "string"}}, "requir... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {... | {"userId" : 21623, "cartId" : "a49bf91d-ece7-42f1-8767-7f32f7219f2d", "preferredProducts" : [2722, 683, 4349, 3673], "productReviews" : [{"productId" : 2730, "reviewText" : "I tried to nab it but got biscuit all over it.", "reviewDate" : "2018-07-20T11:01:58.7199546+03:00"}, {"productId" : 2853, "reviewText" : "talk ab... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"},... | {"IsRecentlyVerified" : false, "ID" : 62947, "UUID" : "B90A226C-CB14-489B-BF4E-4E0EB2936226", "DataProviderID" : 26, "DataProvidersReference" : "77823", "OperatorID" : 73, "OperatorsReference" : "EV-Box EVB-P1437012", "UsageCost" : "0.00 jaarabonnement", "AddressInfo" : {"ID" : 63293, "Title" : "Luienhoeksestraat 16", ... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"},... | {"name" : "HBNetWorking", "version" : "0.1.0", "summary" : "A short description of HBNetWorking.", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://github.com/lzjappAthena/HBNetWorking", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"lzjappAthena" : "798956212@qq.com... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.