input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
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" : true, "values" : ["minecraft:shield", "minecraft:iron_sword", "minecraft:iron_helmet", "minecraft:iron_chestplate", "minecraft:iron_leggings", "minecraft:iron_boots", "minecraft:iron_horse_armor"]} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "Wi... | {"Time" : "2021-05-26T12:00:00Z", "Temp" : 37, "RelHum" : 21, "WindSpeed" : 4.8, "WindDir" : 298} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "fileName": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}... | [{"name" : "Elite", "displayName" : "Elite Dangerous", "fileName" : "Elite Dangerous\\EliteD MFD.jpg", "configurations" : [{"name" : "LMFD_Elite"}, {"name" : "WHKEY_Elite", "filename" : "Elite Dangerous\\EliteD THROTTLE.JPG"}, {"name" : "RMFD_Elite", "enabled" : false}]}, {"name" : "EliteHV", "displayName" : "Elite Dan... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "fileName": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["name", "displayNa... |
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"}, "types": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "o... | {"name" : "nest-next-example-advanced-server", "version" : "1.0.0", "description" : "The server portion of an advanced example using nest-next.", "main" : "dist/main.js", "types" : "src/main.ts", "license" : "MIT", "dependencies" : {"@nestjs/common" : "^6.10.12", "@nestjs/core" : "^6.10.12", "@nestjs/platform-fastify" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@nestjs/common": {"type": "string"}, "@nestjs/core": ... |
The schema below describes a JSON structure. Generate a valid example:
{"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.6.6"], "meta" : {"description" : "UUIDField for django models", "homepage" : "http://bitbucket.org/schinckel/django-uuidfield/"}, "versions" : {"0.6.1" : {"sha256" : "d7a23a4999dd1d9f1d0ed74a5605ee7f7202d20a2e2ef4a5ecb316a546f4525f", "url" : "https://files.pythonhosted.org/packages/5b/91/c308462... | 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.1": {"type": "obj... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "... | {"name" : "Haramaya University", "alt_name" : "(HU)", "country" : "Ethiopia", "state" : null, "address" : {"street" : "PO Box 138", "city" : "Dire Dawa", "province" : "Harrar", "postal_code" : null}, "contact" : {"telephone" : "+251(25) 553-0319", "website" : "http://www.haramaya.edu.et", "email" : "haramaya@haramaya.e... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}},... |
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"}, "postinstall": {"type... | {"name" : "simple-git-mirror", "version" : "0.0.1", "description" : "Combines a (dumb) Node.js webhook listener with git to one-way mirroring of a git repository.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "postinstall" : "winser -i -s -c --startcmd \"node server.js\"", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "postinstall": {"type": "string"}, "preuninstall": {"type": "string"}, "uninstall-windows-s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, "required": ["cdf_... | {"cdf_smooth" : {"x" : [1.4860681322449911, 2.277767470942213, 2.7283304571288762, 3.0308343745632107, 3.3046045688249555, 3.562296418331589, 3.80173025440313, 4.0612710232851645, 4.316823238158109, 4.616307411684693, 4.953560528209305, 5.324685108381014, 5.761606530343462, 6.288092769076972, 6.972490520547941, 7.99066... | json_instruct | {"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, "required": ["cdf_smooth"], "$schema": "http://json-schema.org/draft-07/schem... |
Create an example JSON object that satisfies 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" : 55, "n_trials" : 80, "objective" : "markowitz_return_on_cube", "white" : "optuna_random_clone_1", "black" : "bobyqa_default", "traceback" : ["passing", "passing"], "best_val" : [612.6862767029318, 2014.3974641606444], "best_x" : [[0.727667169841907, 0.32404560838186847, 0.9114573344729129, 0.9083644143973655... | 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": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "repository": {"type": "object",... | {"name" : "@terminus/stylelint-config-frontend", "version" : "1.3.2", "license" : "MIT", "author" : "@terminus", "private" : false, "homepage" : "https://github.com/GetTerminus/terminus-oss", "repository" : {"type" : "git", "url" : "https://github.com/GetTerminus/terminus-oss.git"}, "bugs" : {"url" : "https://github.co... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "requir... | {"ETag" : "W/\"1a29b9a01295ecf5db069ae2c4aed1e2\"", "Last-Modified" : "Tue, 07 Jul 2020 23:10:16 GMT", "base" : {"repo" : {"name" : "pymapd-feedstock"}}, "closed_at" : "2020-07-07T23:10:16Z", "created_at" : "2020-07-07T20:28:47Z", "draft" : false, "head" : {"ref" : "0.24.0_hf3ed77"}, "html_url" : "https://github.com/co... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type"... | {"WorkItem" : {"AffectedComponent" : {"Name" : "", "DisplayName" : ""}, "ClosedComment" : "by design", "ClosedDate" : "2013-04-24T12:58:53.31-07:00", "CommentCount" : 2, "Custom" : "", "Description" : "Hi,\n\nI'm using the modern tab control (under .net 4) to navigate between different user controls, I depend on Loaded... | json_instruct | {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "string"}, "CommentCoun... |
Please provide a valid JSON object following 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" : "TEIS", "frequency" : 357, "males" : "99.71988795518207 %", "females" : "0.2801120448179272 %"}] | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"... | {"lockfileVersion" : 1, "dependencies" : {"@types/node" : {"version" : "7.0.52", "resolved" : "https://registry.npmjs.org/@types/node/-/node-7.0.52.tgz", "integrity" : "sha512-jjpyQsKGsOF/wUElNjfPULk+d8PKvJOIXk3IUeBYYmNCy5dMWfrI+JiixYNw8ppKOlcRwWTXFl0B+i5oGrf95Q=="}, "commander" : {"version" : "2.12.0", "resolved" : "h... | json_instruct | {"type": "object", "properties": {"lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"atax_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_e... | {"atax_kernel20" : {"write" : {"device_start" : 1586202704.5304513, "host_queued_start" : 1586202787.651192, "device_queued" : 1586202704.5301979, "device_end" : 1586202704.5305543, "host_queued_end" : 1586202787.651562}, "device" : "gpu", "nd_range" : {"device_start" : 1586202704.5305552, "device_end" : 1586202704.530... | json_instruct | {"type": "object", "properties": {"atax_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "req... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema... | [{"year" : 1970, "sex" : "M", "n" : 12, "prop" : 6.3e-06}, {"year" : 1972, "sex" : "M", "n" : 5, "prop" : 2.99e-06}, {"year" : 1973, "sex" : "M", "n" : 5, "prop" : 3.1e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "null"}, "UlanIdNo": {"type": "null"}},... | {"accession_number" : "70.39A-B", "actors" : [{"ULAN" : {"Name" : null, "UlanIdNo" : null}, "after_follower" : null, "birth_date" : "1886-1888", "collaboration" : null, "death_date" : "1945", "display_name" : "Fakeye A. Ogun", "first" : "Fakeye", "fullname" : "Fakeye A. Ogun", "irn" : 8776, "last" : "Ogun", "middle" : ... | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "null"}, "UlanIdNo": {"type": "null"}}, "required": ["Name", "UlanIdNo"]}, "after_follower": {"type": "null"}, "birt... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "main", "version", "private"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"name" : "babel-plugin-macros-register", "main" : "src/index", "version" : "9.2.6", "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "main", "version", "private"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": ... | {"name" : "node-simple-webserver-serverless", "version" : "1.0.6", "description" : "Simple Node.js (serverless) server running Fastify", "main" : "index.js", "repository" : {"type" : "git", "url" : "git://github.com/mikaelvesavuori/node-simple-webserver.git"}, "scripts" : {"test" : "echo \"Error: no test specified\" &&... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"150727100": {"type": "string"}, "150727101": {"type": "string"}, "150727102": {"type": "string"}, "150727200": {"type": "string"}, "150727201": {"type": "string"}, "150727202": {"type": "string"}, "150727203": {"type": "str... | {"150727100" : "\u963f\u62c9\u5766\u989d\u83ab\u52d2\u9547", "150727101" : "\u963f\u65e5\u54c8\u6c99\u7279\u9547", "150727102" : "\u547c\u4f26\u9547", "150727200" : "\u8d1d\u5c14\u82cf\u6728", "150727201" : "\u514b\u5c14\u4f26\u82cf\u6728", "150727202" : "\u8fbe\u8d49\u82cf\u6728", "150727203" : "\u5b9d\u683c\u5fb7\u4e... | json_instruct | {"type": "object", "properties": {"150727100": {"type": "string"}, "150727101": {"type": "string"}, "150727102": {"type": "string"}, "150727200": {"type": "string"}, "150727201": {"type": "string"}, "150727202": {"type": "string"}, "150727203": {"type": "string"}}, "required": ["150727100", "150727101", "150727102", "1... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "... | {"nom" : "Saint-Andr\u00e9-de-Rosans", "dpt" : "Hautes-Alpes", "inscrits" : 174, "abs" : 27, "votants" : 147, "blancs" : 12, "nuls" : 6, "exp" : 129, "res" : [{"panneau" : "1", "voix" : 84}, {"panneau" : "2", "voix" : 45}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type... | [{"province" : "\u6c5f\u82cf\u7701", "city" : "\u5357\u4eac\u5e02", "area" : "\u6ea7\u6c34\u533a", "name" : "\u6ea7\u6c34\u6d2a\u84dd\u57e0\u90ae\u653f\u652f\u5c40", "code" : "211219", "address" : "\u5357\u4eac\u5e02\u6ea7\u6c34\u533a\u6d2a\u84dd\u9547\u91d1\u725b\u5357\u8def110\u53f7", "phone" : "025-57230001"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"opc": {"type": "string"}}, "required": ["opc"]}, "files": {"type": "array", "ite... | {"name" : "object-parser-cli", "version" : "0.0.1", "description" : "Object preprocessor", "bin" : {"opc" : "object-parser-cli"}, "files" : ["object-parser-cli", "index.js", "lib"], "config" : {"ghooks" : {"pre-commit" : "npm test"}}, "scripts" : {"start" : "jasminetea --watch", "test" : "jasminetea --cover --report --... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"opc": {"type": "string"}}, "required": ["opc"]}, "files": {"type": "array", "items": {"type": "string"}}, "config": {"type": "object", "properties": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hilar_lymph_node": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall"... | {"hilar_lymph_node" : {"accuracy" : 0.8832923832923832, "roc_auc" : 0.902559260133587, "recall" : 0.6831683168316832, "precision" : 0.5227272727272727, "f1_score" : 0.5922746781115881, "negative_recall" : 0.9116409537166901, "negative_precision" : 0.9530791788856305, "negative_f1_score" : 0.931899641577061}} | json_instruct | {"type": "object", "properties": {"hilar_lymph_node": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "num... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"async-limiter": {"type": "object", "properties": {"version": {"type": "string"}, "resolved... | {"requires" : true, "lockfileVersion" : 1, "dependencies" : {"async-limiter" : {"version" : "1.0.0", "resolved" : "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", "integrity" : "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="}, "colors" : {"version" ... | json_instruct | {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"async-limiter": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["v... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"d": {"type": "object", "properties": {"item": {"type": "string"}}, "r... | {"type" : "minecraft:crafting_shaped", "group" : "pylons", "pattern" : ["qqq", "idi", "bbb"], "key" : {"d" : {"item" : "minecraft:diamond_block"}, "b" : {"item" : "minecraft:polished_blackstone"}, "q" : {"item" : "minecraft:quartz_slab"}, "i" : {"item" : "minecraft:iron_bars"}}, "result" : {"item" : "pylons:expulsion_p... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"d": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "b": {"type": "object", "properties": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "mongodb": {"t... | {"name" : "netshoes-challenge", "version" : "1.0.0", "description" : "## Expected result", "main" : "app.js", "dependencies" : {"express" : "^4.14.0", "mongodb" : "^2.2.11", "request" : "^2.78.0"}, "devDependencies" : {}, "scripts" : {"start" : "node app.js", "loadDataBase" : "node public/js/mongo-setup.js"}, "reposito... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "mongodb": {"type": "string"}, "request": {"type": "string"}}, "required": ["expres... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "drouth", "definition" : "Same as Drought. Sandys. Another ill accident is drouth at the spindling of corn. Bacon. One whose drouth [thirst], Yet scarce allayed, still eyes the current stream. Milton. In the dust and drouth of London life. Tennyson."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"... | {"nom" : "Molleville", "circ" : "3\u00e8me circonscription", "dpt" : "Aude", "inscrits" : 107, "abs" : 34, "votants" : 73, "blancs" : 11, "nuls" : 4, "exp" : 58, "res" : [{"nuance" : "SOC", "nom" : "M. Andr\u00e9 VIOLA", "voix" : 33}, {"nuance" : "REM", "nom" : "Mme Mireille ROBERT", "voix" : 25}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
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"}, "build": {"type": "string"}}, "r... | {"name" : "userscript-typescript-template", "version" : "1.0.0", "description" : "Template repo using Webpack and TypeScript to build your userscript for Tampermonkey and more extensions.", "main" : "userscript/index.user.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "webpack"}, "r... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "objec... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"pageInfo": {"type": "object", "properties": {"page": {"type": "integer"}, "numPages": {"type": "integer"}, "pageSize": {"type": "integer"}, "numEntries": {"type": "integer"}}, "required": ["page", "numPages", "pageSize", "numEnt... | {"pageInfo" : {"page" : 0, "numPages" : 248, "pageSize" : 1, "numEntries" : 248}, "content" : [{"matchId" : 5883, "time" : {"millis" : 788659200000, "label" : "Thu 29 Dec 1994, 00:00 GMT"}, "teams" : [{"id" : 473, "name" : "Middlesex"}, {"id" : 41, "name" : "Italy", "abbreviation" : "ITA"}], "scores" : [3, 50], "status... | json_instruct | {"type": "object", "properties": {"pageInfo": {"type": "object", "properties": {"page": {"type": "integer"}, "numPages": {"type": "integer"}, "pageSize": {"type": "integer"}, "numEntries": {"type": "integer"}}, "required": ["page", "numPages", "pageSize", "numEntries"]}, "content": {"type": "array", "items": {"type": "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"gdLHDBuyCoin": {"type": "object", "properties": {"1": {"type": "object", "properties": {"count": {"type": "integer"}, "price": {"type": "integer"}}, "required": ["count", "price"]}, "2": {"type": "object", "p... | {"gdLHDBuyCoin" : {"1" : {"count" : 1000, "price" : 1}, "2" : {"count" : 5000, "price" : 1.5}, "3" : {"count" : 10000, "price" : 2}, "4" : {"count" : 50000, "price" : 2.5}, "5" : {"count" : 100000, "price" : 3}}, "gdLunDongJiangLi" : {"1" : 51255, "2" : 51256, "3" : 51257, "4" : 51258, "5" : 51259, "6" : 51260, "7" : 5... | json_instruct | {"type": "object", "properties": {"gdLHDBuyCoin": {"type": "object", "properties": {"1": {"type": "object", "properties": {"count": {"type": "integer"}, "price": {"type": "integer"}}, "required": ["count", "price"]}, "2": {"type": "object", "properties": {"count": {"type": "integer"}, "price": {"type": "number"}}, "req... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "o... | {"$schema" : "https://raw.githubusercontent.com/lenra-io/ex_component_schema/beta/priv/static/draft-lenra.json", "$id" : "widget.schema.json", "title" : "Widget", "description" : "Element of type widget", "type" : "component", "properties" : {"type" : {"description" : "The identifier of the component", "enum" : ["widge... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"t... |
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" : "621202103001", "text" : "\u540e\u6751\u5c45\u59d4\u4f1a"}, {"id" : "621202103002", "text" : "\u524d\u6751\u5c45\u59d4\u4f1a"}, {"id" : "621202103003", "text" : "\u540e\u575d\u5c45\u59d4\u4f1a"}, {"id" : "621202103200", "text" : "\u540e\u575d\u6751\u59d4\u4f1a"}, {"id" : "621202103201", "text" : "\u524d\u6751\... | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "dev:sass": {"type": "string"}, "dev:server": {"t... | {"name" : "3d2p-web", "version" : "1.0.0", "description" : "The 3D2P website", "scripts" : {"dev" : "npx -c \"concurrently \\\"npm run dev:sass\\\" \\\"npm run dev:server\\\"\"", "dev:sass" : "npx node-sass -w ./wwwroot/sass/ -o ./wwwroot/css/", "dev:server" : "dotnet watch run", "build" : "npx npm-run-all build:*", "b... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "dev:sass": {"type": "string"}, "dev:server": {"type": "string"}, "build": {"type": "string"}, "build:app": {"type": "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "module": {"type": "string"}}, "required": ["target", "source... | {"extends" : "./tsconfig.base.json", "compilerOptions" : {"target" : "es5", "sourceMap" : false, "module" : "esnext"}, "files" : ["declarations.d.ts", "src/entry.dev.ts"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "module": {"type": "string"}}, "required": ["target", "sourceMap", "module"]}, "files": {"type": "array", "items": {"type": "string"}}}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"extends": {"type": "string"}, "globals": {"type": "object", "properties": {"Promise": {"type": "boolean"}, "amd": {"type": "boolean"}, "Set": {"type": "boolean"}, "Map": {"type": "boolean"}}, "required": ["Prom... | {"extends" : "brightspace/polymer-3-config", "globals" : {"Promise" : false, "amd" : true, "Set" : true, "Map" : true}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "globals": {"type": "object", "properties": {"Promise": {"type": "boolean"}, "amd": {"type": "boolean"}, "Set": {"type": "boolean"}, "Map": {"type": "boolean"}}, "required": ["Promise", "amd", "Set", "Map"]}}, "required": ["extends", "globals"], "$schema"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "Co... | {"Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*", "ConnectionStrings" : {"NuGetMustHaves" : ""}, "Sentry" : {"Dsn" : "https://c05f3dc2309645be86735b9dca0be03a@sentry.io/1266317"}} | json_instruct | {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"NuGetMustHaves": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "seatbid": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "impid": {"type": "... | {"id" : "request_id", "seatbid" : [{"bid" : [{"id" : "bid_id", "impid" : "imp_id", "price" : 10, "adomain" : [], "crid" : "crid", "ext" : {"prebid" : {"type" : "banner"}, "origbidcpm" : 10, "origbidcur" : "USD"}}], "seat" : "interactiveoffers", "group" : 0}], "cur" : "USD", "ext" : {"responsetimemillis" : {"interactive... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "seatbid": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "impid": {"type": "string"}, "price": {"type": "integer"}, "adomain": {"type": "array", "items... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"error... | {"contract" : "0xde37fbca32a6e6a39f682c0949adae813f3517f9", "tool" : "osiris", "start" : 1564625669.5895808, "end" : 1564625723.4610097, "duration" : 53.87142896652222, "analysis" : [{"errors" : [{"line" : 171, "column" : 6, "message" : "overflow_bugs"}, {"line" : 172, "column" : 6, "message" : "overflow_bugs"}], "file... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti... |
Based on the schema below, produce a valid JSON object:
{"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":... | {"derivation" : "from the same as H3564 (\u05db\u05bc\u05d5\u05bc\u05e8);", "pron" : "kore", "outline" : "<ol><li> kor, a measure (usually dry)<ol><li> a dry or liquid measure equal to 10 ephahs or baths<ol><li> a dry measure containing 6.25 bushels (220 l)</li><li> a liquid measure of 58 gallons (263 l)</li></ol></li>... | 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", ... |
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": {"start": {"type": "string"}, "api": {"type": "string"}, "... | {"name" : "f-secure_homework", "version" : "0.0.1", "description" : "F-Secure Homework", "main" : "server.js", "scripts" : {"start" : "node server.js", "api" : "json-server --watch db.json", "scss-compile" : "node-sass -rw myApp/styles/scss -o myApp/styles/css", "watch" : "npm run scss-compile"}, "author" : "TomaySOFT"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "api": {"type": "string"}, "scss-compile": {"type": "string"}, "watch": {"type": "string"}... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : 101828477, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "281e77b343a46565a184ccc376e465ea", "wof:id" : 101828477, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.38502945293254, 49.19655013842879, 2.41405362775077, 49.22167160719516... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"service_name": {"type": "string"}, "service_description": {"type": "string"}, "service_type": {"type": "string"}, "authors": {"type": "string"}, "creation_date": {"type": "string"}, "version": {"type": "string"}, "v... | {"service_name" : "PandaController", "service_description" : "A SiLA 2 service to control a Panda robot arm from Franka Emika.", "service_type" : "PandaRobotController", "authors" : "Florian Bauer <florian.bauer.dev@gmail.com>", "creation_date" : "2021-01-07", "version" : "0.0.1", "vendor_url" : "https://www.cs7.tf.fau... | json_instruct | {"type": "object", "properties": {"service_name": {"type": "string"}, "service_description": {"type": "string"}, "service_type": {"type": "string"}, "authors": {"type": "string"}, "creation_date": {"type": "string"}, "version": {"type": "string"}, "vendor_url": {"type": "string"}, "SiLA_standard_feature_list": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "16\u82f1\u5bf8P90\u67aa\u7ba1 5.7x28", "ShortName" : "16\u82f1\u5bf8P90 5.7x28", "Description" : "\u9002\u7528\u4e8eP90\u76845.7x28\u5f39407\u6beb\u7c73\u67aa\u7ba1\u3002"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"... | {"track" : "javascript", "exercise" : "rna-transcription", "id" : "afb43141f0714a6ab1f3b0cbf3daa02b", "url" : "https://exercism.io/my/solutions/afb43141f0714a6ab1f3b0cbf3daa02b", "handle" : "IanDCarroll", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"cordova_version": {"type": "string"}, "framework_version": {"type": "string"}, "xcode_version": {"type": "string"}}, "required": ["cordova_version", "framework_version", "xcode_version"], "$schema": "http://json-sche... | {"cordova_version" : "7.1", "framework_version" : "3.5", "xcode_version" : "9"} | json_instruct | {"type": "object", "properties": {"cordova_version": {"type": "string"}, "framework_version": {"type": "string"}, "xcode_version": {"type": "string"}}, "required": ["cordova_version", "framework_version", "xcode_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "nul... | {"accountLinkingWhitelistedDomains" : null, "asin" : "B01LWNXENU", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "This skill gives some facts about cockatiels both as pets and in the wild.Fun app for all the cockatiel lovers and soon to be cockatiel lovers out there... | json_instruct | {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["c... | {"geometry" : {"coordinates" : [[[-76.74473627459679, 36.23407363945698], [-76.98036969357753, 36.23039239261074], [-76.99443117482541, 36.235736704534936], [-77.12975788276273, 36.2336192662271], [-77.21735379927844, 36.24113779368635], [-77.14164727244116, 36.417218117798114], [-77.1390080120441, 36.456631045432005],... | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "... | {"name" : "TERRAMYCIN VIAL 50 MG", "harga" : " Rp. 11.977/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Oxytetracicline / Oksitetrasiklin HCl.", "indikasi" : "Infeksi pernafasan, saluran kemih dan kelamin, kulit dan jaringan lunak, serebrospinal, mata, sa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Length": {"type": "integer"}, "Height": {"type": "integer"}, "Depth": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": ... | {"Name" : "97", "Objects" : [{"Length" : 587, "Height" : 233, "Depth" : 220, "Stock" : null, "Cost" : 30089620}], "Items" : [{"Length" : 74, "C1_Length" : 0, "Height" : 32, "C1_Height" : 1, "Depth" : 60, "C1_Depth" : 1, "Demand" : 32, "DemandMax" : null, "Value" : 142080}, {"Length" : 100, "C1_Length" : 0, "Height" : 4... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Length": {"type": "integer"}, "Height": {"type": "integer"}, "Depth": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": {"type": "integer"}}, "required": ["Length", "Height", "Dep... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.068694, 51.303807]}, "properties" : {"deliverable" : "yes", "minimum-net-dwellings" : "1", "planning-permission-status" : "permissioned", "organisation" : "local-authority-eng:TAN", "planning-permission-type" : "full planning permission", "site-pl... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"deliverable": {"type": "string"},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#... | {"CIDADE" : "Lajeado", "IBGE" : "4311403", "ESTADO" : "Rio Grande do Sul", "ID" : "43"} | json_instruct | {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], ... | {"country" : "Beijing, China", "github" : "pmq20", "home" : "http://www.minqi-pan.com/", "name" : "Minqi Pan", "twitter" : "psvr"} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type"... | {"key" : "/books/OL708331M", "title" : "Ethnic cleavages and conflict", "subtitle" : "the sources of national cohesion and disintegration : the case of Yugoslavia", "publishers" : ["Ashgate"], "authors" : ["Gojko Vuckovic"], "isbn_10" : "1859726402", "isbn_13" : null, "publish_date" : "1997", "subjects" : ["Nationalism... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": "string"}, "isbn_13": {"type": "null"}, "publish_date": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1977, 76], [1978, 37], [1979, 22], [1980, 10], [1981, 13], [1982, 11], [1983, 6], [1984, 7], [1985, 5], [1988, 14], [1989, 12], [1990, 13], [1991, 13], [1992, 9], [1993, 7], [1994, 12], [1995, 17], [1996, 12], [1997, 19], [1998, 19], [1999, 18], [2000, 16], [2001, 12], [2002, 23], [2003, 18], [2004, 21], [2005, 30], ... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies... | {"name" : "kurahenPremium", "version" : "1.5.1", "repository" : {"type" : "git", "url" : "https://github.com/Kurahen-Premium/Kurahen-Premium.git"}, "devDependencies" : {"grunt" : "^0.4.5", "grunt-cli" : "^0.1.13", "grunt-contrib-concat" : "^0.5.0", "grunt-jsbeautifier" : "^0.2.7", "grunt-string-replace" : "^1.0.0", "gr... | 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"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"age=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "age=1": {"type": "object", "properties": {"model": {"type": "string"}}, "require... | {"variants" : {"age=0" : {"model" : "photosynthesis:block/scallion_crop_stage0"}, "age=1" : {"model" : "photosynthesis:block/scallion_crop_stage1"}, "age=2" : {"model" : "photosynthesis:block/scallion_crop_stage1"}, "age=3" : {"model" : "photosynthesis:block/scallion_crop_stage2"}, "age=4" : {"model" : "photosynthesis:... | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"age=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "age=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "age=2": {"type": "object", "properties": {"mo... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[14.405, 35.892], [14.409, 35.891], [14.415, 35.884], [14.413, 35.883], [14.398, 35.888], [14.405, 35.892]]]}, "properties" : {"name" : "Mdina", "iso2" : "MT-29", "admin_level" : 8, "osm_id" : 7510549, "countrylevel_id" : "iso2:MT-29", "osm_data" ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"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" : 85791695, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "2c5bb52594ed269bd6d0fdb3d7a669ab", "wof:id" : 85791695, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-1.57653808593992, 54.93282071184912, -1.55181884765739, 54.94607621990004... | 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": ["... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "lanifice", "definition" : "Anything made of wool. [Obs.] Bacon."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}, "FIELD7": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRAND... | {"PRODUCT_NAME" : "CHOCOLATE NAIRO ROLL", "MANUFACTURER" : "CALIBER FOODS LTD", "BRANDNAME" : "KENBAKE", "WEIGHT" : "POLYTHENE PAPER", "FIELD7" : "400G 1 PC"} | json_instruct | {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}, "FIELD7": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT", "FIELD7"], "$schema": "http://json-schema.org/draft-... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[8, 11], [33, 15], [25, 35], [24, 33], [44, 32], [16, 13], [33, 12], [26, 35], [22, 32], [11, 17], [0, 37], [6, 17]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "nul... | {"contract" : "0x3485b9566097ad656c70d6ebbd1cd044e2e72d05", "tool" : "mythril", "start" : 1563541595.034266, "end" : 1563541600.6136806, "duration" : 5.57941460609436, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": ... | {"t" : "apek", "h" : [{"d" : [{"f" : "\u7528\u624b\u3001\u5de5\u5177\u6572\u6253\u3001\u6253\u788e\u3002", "e" : ["\ufff9`A~`p~`e~`k~`e~`n~ `ko~ `'ongcoy~.\ufffa\ufffb\u628a\u78d0\u77f3\u6572\u6253\u3002"], "s" : ["`pekpek~", "`ti'ti'~"], "r" : ["`miapek~"]}]}]} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"revertResize": {"type": "null"}}, "required": ["revertResize"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"revertResize" : null} | json_instruct | {"type": "object", "properties": {"revertResize": {"type": "null"}}, "required": ["revertResize"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "watch": {"type": "str... | {"name" : "slitherlink-editor", "version" : "0.0.1", "description" : "Uses `solved` and some baremetal html to make it easier to author slitherlink puzzles", "main" : "dist/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "watch" : "node build.js watch", "build" : "node build.js", "precom... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "precommit": {"type": "string"}},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"t... | [{"comment" : "unclear reaction incomplete reaction", "definition" : "Secologanin <=> Gentiopicrin", "orthologs" : {}, "name" : "", "product_stoichiometries" : ["1"], "enzymes" : [], "equation" : "C01852 <=> C09782", "glycans" : false, "substrate_stoichiometries" : ["1"], "rpairs" : {}, "entry_id" : "R08500", "pathways... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"values" : ["particle_creat:load"]} | json_instruct | {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["Minecraft is a game!", "URealms is a game!", "Tabletop Simulator is a game!", "You roleplay? I roleplay! We all scream for roleplay!", "Have you tried Javascript?", "Powered by Electron", "Powered by Javascript", "Powered by pixies", "Made by thepaperpilot!", "Puppet Pals is Better!", "You should also try Socks!", "N... | 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": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "demigroat", "definition" : "A half groat."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"csar": {"type": "string"}, "artifactVersion": {"type": "string"}}, "required": ["csar", "artifactVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"csar" : "xxxx", "artifactVersion" : "1.0"} | json_instruct | {"type": "object", "properties": {"csar": {"type": "string"}, "artifactVersion": {"type": "string"}}, "required": ["csar", "artifactVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"alive": {"type": "boolean"}, "controllers": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "string"}}, "httpServers": {"type": "array", "items": {"type": "object", ... | {"alive" : false, "controllers" : ["controller-a", "controller-b"], "features" : ["feature-a", "feature-b"], "httpServers" : [{"port" : 1001}, {"port" : 1002}], "locked" : false, "sinks" : [{"name" : "sink1-topic"}, {"name" : "sink2-topic"}], "sources" : [{"name" : "source1-topic"}, {"name" : "source2-topic"}]} | json_instruct | {"type": "object", "properties": {"alive": {"type": "boolean"}, "controllers": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "string"}}, "httpServers": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}}, "required": ["port"]}}, "lo... |
Based on the schema below, produce a valid JSON object:
{"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" : "3310050007", "district_id" : "3310050", "name" : "BAWAK"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"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/\"2f946f68ccc80a03d2cf78ee7494a2b7\"", "Last-Modified" : "Sat, 28 Mar 2020 21:36:45 GMT", "base" : {"repo" : {"name" : "r-base-feedstock"}}, "closed_at" : "2020-03-28T21:36:45Z", "created_at" : "2020-02-07T12:28:33Z", "draft" : false, "head" : {"ref" : "bot-pr_arch"}, "html_url" : "https://github.com/conda... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codena... | [{"manufacturer" : "Gasei S.A.", "market_name" : "SENSE704G", "codename" : "SENSE704G", "model" : "SENSE704G"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9... | {"\uc774\ub984" : "\uae40\ubb38\uc6d0", "\ud55c\ubb38\uba85" : "\u91d1\u6587\u5143", "\uc0dd\ub144\uc6d4\uc77c" : "1941-03-05", "\uc815\ub2f9" : "\uc2e0\ubbfc\uc8fc\uacf5\ud654\ub2f9", "\uc120\uac70\uad6c" : "\uacbd\uae30 \uc758\uc815\ubd80\uc2dc", "\ub2f9\uc120\ud69f\uc218" : "\uc7ac\uc120", "\ub2f9\uc120\ub300\uc218"... | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ... | {"nom" : "Bouhans-l\u00e8s-Lure", "dpt" : "Haute-Sa\u00f4ne", "inscrits" : 225, "abs" : 38, "votants" : 187, "blancs" : 3, "nuls" : 30, "exp" : 154, "res" : [{"panneau" : "2", "voix" : 85}, {"panneau" : "1", "voix" : 69}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe... | [{"namaKab" : "WONOGIRI", "originalFilename" : "YEKTI DEWI RETNO.B.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 94681, "noUrut" : 1, "nama" : "YEKTI DEWI RETNO BASUKI, S.I.Kom.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "WONOGIRI", "originalFilename" : "DAHONO.jpg", "namaPartai" : "PARTAI AMANAT NASIO... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"... | {"name" : "discord-vaccine-finder-bot", "version" : "1.0.0", "description" : "Allows discord users to query the vaccine provider API", "main" : "./src/main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Brian Li", "license" : "ISC", "dependencies" : {"axios" : "^0.21.1", "discord... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"class": {"type": "string"}, "id": {"type": "string"}, "kwargs": {"type": "object", "properties": {"clipped": {"type": "boolean"}}, "required": ["clipped"]}, "children": {"type": "array", "items": {"type": "object", "properties... | {"class" : "Toolbar", "id" : "", "kwargs" : {"clipped" : true}, "children" : [{"class" : "Btn", "kwargs" : {"icon" : true}}]} | json_instruct | {"type": "object", "properties": {"class": {"type": "string"}, "id": {"type": "string"}, "kwargs": {"type": "object", "properties": {"clipped": {"type": "boolean"}}, "required": ["clipped"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "kwargs": {"type": "object... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "... | {"contacts" : [{"name" : "Vasanthi Krishnan (Dr)", "email" : "", "designation" : "Chief Executive Officer (CEO)", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=844", "name" : "Hindustan Latex Family Planning Promotion Trust", "primaryEmail" : "rshivi@hlfppt.com", "website" : "www.h... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-117.976569, 33.859662], [-117.97634, 33.87], [-117.96822, 33.87005], [-117.96794, 33.854523], [-117.976239, 33.857487], [-117.976569, 33.859662]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 6510}}]} | 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... |
Following the schema specification below, generate a valid JSON instance:
{"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... | {"localities" : ["Kingsley, IA"], "state" : "IA", "postal_code" : "51028", "locality" : "Kingsley, IA", "lat" : 42.596655, "region" : {"fips" : "19", "abbr" : "IA", "name" : "Iowa"}, "city" : "Kingsley", "type" : "STANDARD", "lng" : -95.98764, "counties" : [{"fips" : "149", "name" : "Plymouth County"}, {"fips" : "193",... | 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"}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "... | {"_id" : "55ee5e441432201b6ec597f3", "index" : 675, "guid" : "5bde8d5e-3c9c-4985-8f9f-1935a27876ab", "isActive" : false, "balance" : "$62,102.16", "picture" : "http://placehold.it/32x32", "age" : 68, "eyeColor" : "brown", "name" : "Gates Maxwell", "gender" : "male", "company" : "ACCRUEX", "email" : "gatesmaxwell@accrue... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "icon": {"type": "string"}, "homepage": {"type": "strin... | {"name" : "ios-snippets", "displayName" : "iOS Snippets", "description" : "Snippets for iOS/macOS Development", "version" : "1.0.0-custom", "publisher" : "ornithologist", "icon" : "icon.png", "homepage" : "https://github.com/ornithocoder/vscode-ios-snippets", "engines" : {"vscode" : "^0.10.6"}, "keywords" : ["ios", "ob... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "icon": {"type": "string"}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean... | {"track" : "typescript", "exercise" : "rna-transcription", "id" : "14b7ff38c54d40f8b8fe85b56ec9152a", "url" : "https://exercism.org/tracks/typescript/exercises/rna-transcription", "handle" : "juniorleaoo", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"resourceFields": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "nullable": {"type": "boolean"}, "minLength": {"type": "integer"}, "required": {"type": "boolea... | {"resourceFields" : {"name" : {"type" : "string", "nullable" : false, "minLength" : 1, "required" : true}, "authCertificateAuthority" : {"type" : "string", "nullable" : true}, "authKey" : {"type" : "string", "nullable" : true}, "driver" : {"type" : "string", "nullable" : true}, "extractedConfig" : {"type" : "string", "... | json_instruct | {"type": "object", "properties": {"resourceFields": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "nullable": {"type": "boolean"}, "minLength": {"type": "integer"}, "required": {"type": "boolean"}}, "required": ["type", "nullable", "minLength", "required"]}, "au... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"app_name": {"type": "string"}, "author": {"type": "string"}, "main_module": {"type": "string"}, "version": {"type": "string"}}, "required": ["app_name", "author", "main_module", "version"], "$schema": "http://json-sc... | {"app_name" : "RetCom", "author" : "imifume", "main_module" : "src/main/python/main.py", "version" : "0.0.4"} | json_instruct | {"type": "object", "properties": {"app_name": {"type": "string"}, "author": {"type": "string"}, "main_module": {"type": "string"}, "version": {"type": "string"}}, "required": ["app_name", "author", "main_module", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"commandString": {"type": "string"}, "queryStart": {"type": "string"}, "queryEnd": {"type": "string"}, "iteration": {"type": "integer"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "result": {"t... | {"commandString" : "zenbot.bat sim binanceus.BTC-USD --period_length=87m --min_periods=52 --markdown_buy_pct=-0.07500619195429659 --markup_sell_pct=1.610099645660037 --order_type=taker --sell_stop_pct=0 --buy_stop_pct=35 --profit_stop_enable_pct=12 --profit_stop_pct=6 --trend_ema=39 --oversold_rsi_periods=49 --oversold... | json_instruct | {"type": "object", "properties": {"commandString": {"type": "string"}, "queryStart": {"type": "string"}, "queryEnd": {"type": "string"}, "iteration": {"type": "integer"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "result": {"type": "object", "properties": {"params": {"type": "string"}, "endBalance... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors"... | {"contract" : "0x960b236a07cf122663c4303350609a66a7b288c0", "tool" : "osiris", "start" : 1564570815.5281394, "end" : 1564570923.4822524, "duration" : 107.9541130065918, "analysis" : [{"errors" : [], "file" : "/unique_chucks/1/0x960b236a07cf122663c4303350609a66a7b288c0.sol", "name" : "ANPlaceholder"}, {"errors" : [{"lin... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "userName": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "port", "userName", "password"], "$schema": "http://json-schema.org/draft-07/sche... | {"host" : "0.0.0.0", "port" : 6969, "userName" : "healthcheck", "password" : "zb!XztG34"} | json_instruct | {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "userName": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "port", "userName", "password"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"activePlaceCount": {"type": "integer"}, "date": {"type": "string"}, "fc": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer"}, "mda": {"type": "string"}, "movements": {"type": "array", "items": {}}, ... | {"activePlaceCount" : 0, "date" : "dates not known", "fc" : "Valerie Parkinson", "gender" : "Female", "id" : 2199, "mda" : "Parkinson, Valerie", "movements" : [], "startLetter" : "P", "totalWorks" : 2, "url" : "http://www.tate.org.uk/art/artists/valerie-parkinson-2199"} | json_instruct | {"type": "object", "properties": {"activePlaceCount": {"type": "integer"}, "date": {"type": "string"}, "fc": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer"}, "mda": {"type": "string"}, "movements": {"type": "array", "items": {}}, "startLetter": {"type": "string"}, "totalWorks": {"type": "int... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, ... | [{"id" : 363765446, "name" : "CVE-2018-17463", "full_name" : "kdmarti2/CVE-2018-17463", "owner" : {"login" : "kdmarti2", "id" : 2709377, "avatar_url" : "https://avatars.githubusercontent.com/u/2709377?v=4", "html_url" : "https://github.com/kdmarti2"}, "html_url" : "https://github.com/kdmarti2/CVE-2018-17463", "descript... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "requ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "Cancelable.js"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"videojs.wavesurfer.js": {"type": "string"}, "videojs.wavesurfer.min.js": {"type": "string"}}, "required": ["videojs.wavesurfer.js", "videojs.wavesurfer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"videojs.wavesurfer.js" : "sha256-BJDvYsO5nRjAQr4g8JpjLFxbYXkyzB45huVAuBLLVgM=", "videojs.wavesurfer.min.js" : "sha256-r8j5jtpHQ1bm3wQjCPs6U1o29E1Ql6h0DRffcYRYHdg="} | json_instruct | {"type": "object", "properties": {"videojs.wavesurfer.js": {"type": "string"}, "videojs.wavesurfer.min.js": {"type": "string"}}, "required": ["videojs.wavesurfer.js", "videojs.wavesurfer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "loader": {"type": "string"}, "flower": {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"]}}, "required": ["parent", "loader", "flower"], "$schema": "http://jso... | {"parent" : "block/block", "loader" : "botania:floating_flower", "flower" : {"parent" : "metabotany:block/flower_bouganvillea"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "loader": {"type": "string"}, "flower": {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"]}}, "required": ["parent", "loader", "flower"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type"... | {"_id" : "55ee5e44007a75f327ecedc1", "index" : 228, "guid" : "f6bffe21-c023-4078-95b7-8b923cf816c6", "isActive" : false, "balance" : "$54,558.84", "picture" : "http://placehold.it/32x32", "age" : 69, "eyeColor" : "brown", "name" : "Ochoa Roman", "gender" : "male", "company" : "MALATHION", "email" : "ochoaroman@malathio... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":... |
Based on the schema below, produce a valid JSON object:
{"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... | {"title" : "Sugar Cane Factory, Grosse Tete, Louisiana", "creation_date" : "1983", "creation_date_earliest" : "1983-01-01", "creation_date_latest" : "1983-01-01", "medium" : "platinum/palladium print", "accession_number" : "2007.51.26", "id" : "cmoa:things/75dca45d-4ba3-43a9-b35a-964d2aef44fd", "credit_line" : "Gift of... | 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"},... |
Create a JSON structure that matches this schema definition:
{"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:/... | [{"name" : "BABYGIRL", "frequency" : 1708, "males" : "0.351288056206089 %", "females" : "99.64871194379391 %"}] | 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#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.