input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {}}... | {"name" : "cyper", "version" : "1.0.0", "description" : "API that connects the back-end to the front-end", "main" : "index.js", "scripts" : {}, "keywords" : [], "author" : "Shashank Elareddy", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "stri... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"tests": {"type": "string"}, "ext": {"type": "string"}, "base_url": {"type": "string"}, "log_level": {"type": "integer"}}, "required": ["tests", "ext", "base_url", "log_level"], "$schema": "http://json-schema.org/draft-07/schema#... | {"tests" : "./examples", "ext" : ".json", "base_url" : "https://jsonplaceholder.typicode.com", "log_level" : 20} | json_instruct | {"type": "object", "properties": {"tests": {"type": "string"}, "ext": {"type": "string"}, "base_url": {"type": "string"}, "log_level": {"type": "integer"}}, "required": ["tests", "ext", "base_url", "log_level"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"endpoint": {"type": "string"}, "api-version": {"type": "string"}, "id": {"type": "string"}, "patch": {"type": "object", "properties": {"name": {"type": "string"}}, "r... | {"parameters" : {"endpoint" : "https://contoso.westus.communications.azure.com", "api-version" : "2021-10-20_preview2", "id" : "90eb00c4-234e-4df7-a231-ef7895518384", "patch" : {"name" : "MainUpdate"}}, "responses" : {"200" : {"body" : {"id" : "90eb00c4-234e-4df7-a231-ef7895518384", "name" : "MainUpdate", "fallbackQueu... | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"endpoint": {"type": "string"}, "api-version": {"type": "string"}, "id": {"type": "string"}, "patch": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["endpoint", "api-version", "id", "pa... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#... | [{"name" : "VYTANTAS", "frequency" : 3, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"public_repos": {"type": "integer"}, "site_admin": {"type": "boolean"}, "subscriptions_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "hireable": {"type": "null"}, "id": {"type": "integer"}, "followers_url": {"typ... | {"public_repos" : 1, "site_admin" : false, "subscriptions_url" : "https://api.github.com/users/CarverCounty/subscriptions", "gravatar_id" : "", "hireable" : null, "id" : 7737016, "followers_url" : "https://api.github.com/users/CarverCounty/followers", "following_url" : "https://api.github.com/users/CarverCounty/followi... | json_instruct | {"type": "object", "properties": {"public_repos": {"type": "integer"}, "site_admin": {"type": "boolean"}, "subscriptions_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "hireable": {"type": "null"}, "id": {"type": "integer"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "blog":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"bug_id": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}, "tool": {"type": "string"}, "correctness": {"type": "string"}, "project": {"type": "string"}, "ID": {"type": "string"}}, "required": ["bug_id... | {"bug_id" : "126", "target" : ["com/google/javascript/jscomp/MinimizeExitPoints.java:141"], "tool" : "AVATAR", "correctness" : "Correct", "project" : "Closure", "ID" : "63_PFL_AVATAR_Patch_16_7"} | json_instruct | {"type": "object", "properties": {"bug_id": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}, "tool": {"type": "string"}, "correctness": {"type": "string"}, "project": {"type": "string"}, "ID": {"type": "string"}}, "required": ["bug_id", "target", "tool", "correctness", "project", "ID"], "$s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"sickbeds_summary": {"type": "object", "properties": {"data": {"type": "object", "properties": {"\u5165\u9662\u60a3\u8005\u6570": {"type": "integer"}, "\u6b8b\u308a\u75c5\u5e8a\u6570": {"type": "integer"}}, "required": ["\u5165... | {"sickbeds_summary" : {"data" : {"\u5165\u9662\u60a3\u8005\u6570" : 8, "\u6b8b\u308a\u75c5\u5e8a\u6570" : 21}, "last_update" : "2020/04/25"}} | json_instruct | {"type": "object", "properties": {"sickbeds_summary": {"type": "object", "properties": {"data": {"type": "object", "properties": {"\u5165\u9662\u60a3\u8005\u6570": {"type": "integer"}, "\u6b8b\u308a\u75c5\u5e8a\u6570": {"type": "integer"}}, "required": ["\u5165\u9662\u60a3\u8005\u6570", "\u6b8b\u308a\u75c5\u5e8a\u6570"... |
Using the following JSON schema, generate a compatible 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/\"4db5b9f386a17f40bad219d35b2566e7743e4064f33c3ea4c8c7c41db588301e\"", "Last-Modified" : "Thu, 27 May 2021 12:55:16 GMT", "base" : {"repo" : {"name" : "python-neutronclient-feedstock"}}, "closed_at" : "2021-05-27T12:55:13Z", "created_at" : "2021-05-27T12:45:04Z", "draft" : false, "head" : {"ref" : "this_is... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", ... | {"name" : "backend", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node ./bin/www", "dev" : "nodemon ./bin/www"}, "dependencies" : {"axios" : "^0.20.0", "connect-mongo" : "^3.2.0", "cookie-parser" : "^1.4.5", "cors" : "^2.8.5", "ddos" : "^0.2.1", "debug" : "~2.6.9", "dotenv" : "^8.2.0", "express" : "^4... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "dependencies": {"type": "object", "properties": {"axios": {"t... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"voce": {"type": "string"}, "giochi": {"type": "array", "items": {"type": "string"}}}, "required": ["voce", "giochi"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"voce" : "Creato da uno scienziato dopo anni di orribili esperimenti di ingegneria genetica.", "giochi" : ["rosso", "blu", "verde_foglia", "x"]}, {"voce" : "Il suo DNA \u00e8 quasi uguale a quello di MEW, tuttavia le dimensioni e il carattere sono agli antipodi.", "giochi" : ["giallo"]}, {"voce" : "Dato che le sue ab... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"voce": {"type": "string"}, "giochi": {"type": "array", "items": {"type": "string"}}}, "required": ["voce", "giochi"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {... | {"\u5de5\u5ee0\u540d\u7a31" : "\u667a\u8208\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99618560", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07599999018012", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u677f\u6a4b\u5340\u6c11\u5b89\u8857\u4e8c\u516d\u4e4b\u4e8c\u865f... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "retur... | {"baseObjects" : ["[\"!\",\"Bp\",null,null,null,null,null,null,{\"618\":\"_c\",\"@\":\"G_\",\"4.910300072491162e+307\":1.0412295551305353e+308,\"\":\"}\",\"I0}\":\"u\",\"9.304732155663868e+307\":122,\"6.311674177728819e+307\":\"\",\"!\":1.659384649214093e+308}]", "[\"!\",\"Bp\"]", "[\"!\",\"Bp\"]", "[\"!\",\"Bp\"]"], "... | json_instruct | {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-0... | {"index" : 2622, "redacted" : false, "hash" : 359881981, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["Atrib", "axios", "multiselect"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type... | {"name" : "tungsten", "description" : "JSON Web Token authentication", "version" : "0.1.1", "homepage" : "http://github.com/stevelacy/tungsten", "repository" : "git://github.com/stevelacy/tungsten.git", "author" : "Steve Lacy me@slacy.me (http://slacy.me)", "devDependencies" : {"express" : "^4.12.4", "jshint" : "^2.7.0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jshint": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "rochelle", "definition" : "A seaport town in France. Rochelle powders. Same as Seidlitz powders. -- Rochelle salt (Chem.), the double tartrate of sodium and potassium, a white crystalline substance. It has a cooling, saline, slightly bitter taste and is employed as a mild purgative. It was discovered by Seig... | 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": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type... | {"id" : 192111, "info" : {"name" : "GroenLinks amendementen dark", "description" : "a dark theme for GroenLinks's amendementen site", "additionalInfo" : null, "format" : "uso", "category" : "groenlinks", "createdAt" : "2020-11-05T22:52:58.000Z", "updatedAt" : "2020-11-06T00:45:19.000Z", "license" : "NO-REDISTRIBUTION",... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": ... | {"nft" : {"id" : 8676, "image" : "ipfs://QmbiQy9mH5ot5cy5JXLtS7ne6kTWexj3oxWh9aRwXZ5JaM", "attributes" : [{"trait_type" : "Clothes", "value" : "Bayc T Red"}, {"trait_type" : "Hat", "value" : "Bowler"}, {"trait_type" : "Mouth", "value" : "Phoneme Vuh"}, {"trait_type" : "Earring", "value" : "Silver Stud"}, {"trait_type" ... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Buliran, Cabanatuan City, Nueva Ecija, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.nueva-ecija.cabanatuan-city.buliran", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "code": {"type": "integer"}, "result": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "text": {"type": ... | {"success" : true, "message" : "\u64cd\u4f5c\u6210\u529f\uff01", "code" : 0, "result" : [{"value" : "0", "text" : "\u65e0\u6548", "title" : "\u65e0\u6548"}, {"value" : "1", "text" : "\u6709\u6548", "title" : "\u6709\u6548"}], "timestamp" : 1578031058313} | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "code": {"type": "integer"}, "result": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}}, "required": ["value", "text", "title... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"token": {"type": "string"}, "pg_user": {"type": "string"}, "pg_password": {"type": "string"}, "pg_db": {"type": "string"}}, "required": ["token", "pg_user", "pg_password", "pg_db"], "$schema": "http://json-sche... | {"token" : "TOKEN_HERE", "pg_user" : "", "pg_password" : "", "pg_db" : ""} | json_instruct | {"type": "object", "properties": {"token": {"type": "string"}, "pg_user": {"type": "string"}, "pg_password": {"type": "string"}, "pg_db": {"type": "string"}}, "required": ["token", "pg_user", "pg_password", "pg_db"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st... | {"schema_version" : "1.2.0", "id" : "GHSA-mhq6-64cp-3vx7", "modified" : "2022-05-13T01:04:43Z", "published" : "2022-05-13T01:04:43Z", "aliases" : ["CVE-2018-14661"], "details" : "It was found that usage of snprintf function in feature/locks translator of glusterfs server 3.8.4, as shipped with Red Hat Gluster Storage, ... | 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... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[[[0.05050545185804367, -0.05717747285962105]], [[0.03914690762758255, -0.0949425920844078]]], [[[-0.0701020285487175, -0.10693597793579102]], [[-0.008690295740962029, -0.06512909382581711]]]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["''", "Things", "take", "a", "turn", "for", "the", "worse", "''"], ["''", "Send", "him", "back", "where", "he", "came", "from", "''"], ["''", "We", "got", "shots", "fired", "down", "the", "street", "''"], ["If", "they", "get", "the", "Villain", "surrounded", "{", "*AHEM*", "}"], ["Hood", "'til", "the", "last", "pop",... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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": {"is_lock_vulnerable": ... | {"contract" : "0x5b53f9755f82439cba66007ec7073c59e0da4a7d", "tool" : "maian", "start" : 1565484507.641418, "end" : 1565484744.0321686, "duration" : 236.3907506465912, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type":... | [{"fees" : -2500000000, "ts" : "1535053026", "txid" : "23eaaa3f11e08d85d0ea9178377a6e909f31ff91156d5ed4475b626c5922e806", "block" : 1419429, "in" : [{"coinbase" : "03a5a81504e20c7f5b0826002eb504000000052f6d70682f"}], "sent" : 2500000000, "out" : [{"value" : 0}, {"addr" : "MJpTHvn5TSgzr6mNsdEu28zMnQX232jr9q", "value" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "bioconductor-complexheatmap", "downloads" : 41700, "count" : 8334}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "snippack", "definition" : "The common snipe. [Prov. Eng.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"verifiedRole": {"type": "string"}, "verifiedRemovedRole": {"type": "string"}, "nicknameUsers": {"type": "boolean"}, "joinDM": {"type": "boolean"}, "verifyChannel": {"type": "string"}, "announceChannel": {"type": "string"}, "nick... | {"verifiedRole" : "403573706355376128", "verifiedRemovedRole" : "403598085294391297", "nicknameUsers" : true, "joinDM" : true, "verifyChannel" : "403597574487015425", "announceChannel" : "403596763371405344", "nicknameFormat" : "%USERNAME% - (%USERID%)", "welcomeMessage" : "Welcome to %SERVER, %USERNAME%!", "groupRank... | json_instruct | {"type": "object", "properties": {"verifiedRole": {"type": "string"}, "verifiedRemovedRole": {"type": "string"}, "nicknameUsers": {"type": "boolean"}, "joinDM": {"type": "boolean"}, "verifyChannel": {"type": "string"}, "announceChannel": {"type": "string"}, "nicknameFormat": {"type": "string"}, "welcomeMessage": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"tron": {"type": "string"}}, "required": ["tron"]}, "hashing_algorithm": {"type": "... | {"id" : "zelaapayae", "symbol" : "zpae", "name" : "ZelaaPayAE", "platforms" : {"tron" : ""}, "hashing_algorithm" : "SHA-256", "categories" : ["Cryptocurrency"], "description" : {"en" : "We are building an entire decentralized ecosystem specifically for GCC countries and driving the momentum to establish a censor-ship r... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"tron": {"type": "string"}}, "required": ["tron"]}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"index_number": {"type": "integer"}, "names": {"type": "object", "properties": {"fr": {"type": "string"}, "de": {"type": "string"}, "it": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "de", "it", "en"]}, ... | {"index_number" : 17, "names" : {"fr" : "Vaccin", "de" : "Immunit\u00e4t", "it" : "Immunit\u00e0", "en" : "Immunity"}, "descriptions" : {"en" : "Prevents the Pok\u00e9mon from getting poisoned.", "de" : "Das Pok\u00e9mon kann weder durch normales Gift noch durch toxisches Gift vergiftet werden. Vergiftete Pok\u00e9mon,... | json_instruct | {"type": "object", "properties": {"index_number": {"type": "integer"}, "names": {"type": "object", "properties": {"fr": {"type": "string"}, "de": {"type": "string"}, "it": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "de", "it", "en"]}, "descriptions": {"type": "object", "properties": {"en": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"STUN_GRENADE": {"type": "integer"}, "TEARGAS_GRENADE": {"type": "integer"}, "MUSTARD_GRENADE": {"type": "integer"}, "MINI_GRENADE": {"type": "integer"}, "HAND_GRENADE": {"type": "integer"}, "SMOKE_GRENADE": {"type": "integer"}, ... | {"STUN_GRENADE" : 3, "TEARGAS_GRENADE" : 3, "MUSTARD_GRENADE" : 2, "MINI_GRENADE" : 3, "HAND_GRENADE" : 2, "SMOKE_GRENADE" : 3, "GL_HE_GRENADE" : 2, "GL_TEARGAS_GRENADE" : 2, "GL_STUN_GRENADE" : 2, "GL_SMOKE_GRENADE" : 2, "MORTAR_SHELL" : 1, "CLIPROCKET_AP" : 1, "CLIPROCKET_HE" : 1, "CLIPROCKET_HEAT" : 1, "DETONATOR" :... | json_instruct | {"type": "object", "properties": {"STUN_GRENADE": {"type": "integer"}, "TEARGAS_GRENADE": {"type": "integer"}, "MUSTARD_GRENADE": {"type": "integer"}, "MINI_GRENADE": {"type": "integer"}, "HAND_GRENADE": {"type": "integer"}, "SMOKE_GRENADE": {"type": "integer"}, "GL_HE_GRENADE": {"type": "integer"}, "GL_TEARGAS_GRENADE... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "covalent:block/redwood_crate"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "FOR HE HAS NO POSITIVE CLEAR IDEA OF THE LARGENESS OF ANY EXTENSION,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/3547.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int... | {"nom" : "Fayence", "dpt" : "Var", "inscrits" : 4174, "abs" : 870, "votants" : 3304, "blancs" : 44, "nuls" : 16, "exp" : 3244, "res" : [{"panneau" : "2", "voix" : 1090}, {"panneau" : "11", "voix" : 832}, {"panneau" : "3", "voix" : 565}, {"panneau" : "9", "voix" : 390}, {"panneau" : "1", "voix" : 173}, {"panneau" : "4",... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1214051011", "district_id" : "1214051", "name" : "OLANORI"} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"addresses": {"type": "array", "items": {"type": "object", "properties": {"street": {"type": "string"}, "zip_code": {"type": "string"}, "town": {"type": "string"}, "country": {"type": "string"}}, "required": ["street", "zip_cod... | {"addresses" : [{"street" : "Mainstreet 22a", "zip_code" : "A-12345", "town" : "Best Town", "country" : "Germany"}, {"street" : "Otherstreet #1", "zip_code" : "A-54321", "town" : "Great Town", "country" : "Austria"}]} | json_instruct | {"type": "object", "properties": {"addresses": {"type": "array", "items": {"type": "object", "properties": {"street": {"type": "string"}, "zip_code": {"type": "string"}, "town": {"type": "string"}, "country": {"type": "string"}}, "required": ["street", "zip_code", "town", "country"]}}}, "required": ["addresses"], "$sch... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {... | {"name" : "by/best-seller-products", "description" : "A plugin to get bestseller products", "type" : "craft-plugin", "version" : "1.0.0", "keywords" : ["craft", "cms", "craftcms", "craft-plugin", "best seller products"], "support" : {"docs" : "https://github.com/bhashkar007/best-seller-products/blob/master/README.md", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"docs": {"type": "string"}, "issues": {"type": "string"}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "homestead", "definition" : "1. The home place; a home and the inclosure or ground immediately connected with it. Dryden. 2. The home or seat of a family; place of origin. We can trace them back to a homestead on the Rivers Volga and Ural. W. Tooke. 3. (Law) The home and appurtenant land and buildings owned ... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ja502:1.1": {"type": "string"}, "ja502:2.1": {"type": "string"}, "ja502:3.1": {"type": "string"}, "ja502:4.1": {"type": "string"}, "ja502:5.1": {"type": "string"}, "ja502:6.1": {"type": "string"}, "ja502:7.1": {"type": "str... | {"ja502:1.1" : "csp1ed22.326, csp2ed22.326, ms22J_2990, msdiv133, pts-vp-pli4.424, sc1", "ja502:2.1" : "dr27.432, ms22J_2991, msdiv134, sc2", "ja502:3.1" : "ms22J_2992, msdiv135, sc3", "ja502:4.1" : "ms22J_2993, msdiv136, pts-vp-pli4.425, sc4", "ja502:5.1" : "ms22J_2994, msdiv137, sc5", "ja502:6.1" : "ms22J_2995, msdiv... | json_instruct | {"type": "object", "properties": {"ja502:1.1": {"type": "string"}, "ja502:2.1": {"type": "string"}, "ja502:3.1": {"type": "string"}, "ja502:4.1": {"type": "string"}, "ja502:5.1": {"type": "string"}, "ja502:6.1": {"type": "string"}, "ja502:7.1": {"type": "string"}, "ja502:8.1": {"type": "string"}, "ja502:9.1": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ProductID": {"type": "integer"}, "ProductName": {"type": "string"}, "SupplierID": {"type": "integer"}, "CategoryID": {"type": "integer"}, "QuantityPerUnit": {"type": "string"}, "UnitPrice": {"type": "number"}, "UnitsInStock... | {"ProductID" : 3, "ProductName" : "Aniseed Syrup", "SupplierID" : 1, "CategoryID" : 2, "QuantityPerUnit" : "12 - 550 ml bottles", "UnitPrice" : 10.0, "UnitsInStock" : 13, "UnitsOnOrder" : 70, "ReorderLevel" : 25, "Discontinued" : false} | json_instruct | {"type": "object", "properties": {"ProductID": {"type": "integer"}, "ProductName": {"type": "string"}, "SupplierID": {"type": "integer"}, "CategoryID": {"type": "integer"}, "QuantityPerUnit": {"type": "string"}, "UnitPrice": {"type": "number"}, "UnitsInStock": {"type": "integer"}, "UnitsOnOrder": {"type": "integer"}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array"... | {"directions" : ["Mix egg, mayonnaise, green onions, Old Bay and hot sauce in a small bowl until mayo is completely incorporated, then set aside.", "Lightly break up crabmeat in a medium bowl. Add milk; toss gently to coat. Add crushed saltines; toss gently to combine. Add egg mixture; gently toss, once again, to combi... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"... | {"title" : "Distributed backup scheduling: Modeling and optimization.", "fields" : ["scheduling", "fair share scheduling", "computer data storage", "backup", "telecommunications network"], "abstract" : "Recent years have seen rapid growth in data storage, magnifying the importance of ensuring data safety by performing ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "r... | [{"molecule_structure" : "linear", "definition" : "Oryza rufipogon endornavirus, complete genome", "virus_id" : "20822662", "isolate_id" : "yjqm95g0", "_id" : "NC_007649", "host" : "Oryza rufipogon W1714"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "describe": {"type": "string"}, "copyright": {"type": "string"}, "parent": {"type": "string"}, "paths": {"type": "object", "properties": {"body": {"type": "strin... | {"key" : "conduct", "name" : "Conduct Model", "describe" : "Conduct Data Model", "copyright" : "Copyright (c) 2021 Quinn Michaels. All rights reserved.", "parent" : "/data/mind/index.json", "paths" : {"body" : "/data/mind/conduct/body.json", "search" : "/data/mind/conduct/search.json", "verbal" : "/data/mind/conduct/ve... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "describe": {"type": "string"}, "copyright": {"type": "string"}, "parent": {"type": "string"}, "paths": {"type": "object", "properties": {"body": {"type": "string"}, "search": {"type": "string"}, "verbal": {"type": "string"}}, "req... |
Generate sample JSON data that conforms to the following schema definition:
{"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-sche... | [{"year" : 1989, "sex" : "F", "n" : 7, "prop" : 3.51e-06}, {"year" : 1990, "sex" : "F", "n" : 6, "prop" : 2.92e-06}, {"year" : 1991, "sex" : "F", "n" : 8, "prop" : 3.93e-06}, {"year" : 1993, "sex" : "F", "n" : 15, "prop" : 7.61e-06}, {"year" : 1994, "sex" : "F", "n" : 9, "prop" : 4.62e-06}, {"year" : 1995, "sex" : "F",... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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#"}
| [[1994, 11], [1995, 214], [1996, 96], [1997, 55], [1998, 66], [1999, 46], [2000, 29], [2001, 16], [2002, 14], [2003, 13], [2004, 10], [2005, 5], [2006, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "requir... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"id" : "uk.ac.cam.kings.grasshopper"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[0.10488957365254237, 52.20175648958012], [0.10486275156239344, 52.20169073433743], [0.10489762027958704, 52.20169073433743], [0.10488689144352747,... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "geometry": {"type": "object", "properties": {"type": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "sta... | {"name" : "instaclone", "version" : "1.0.0", "main" : "app.js", "author" : "Joao Victor Farias", "license" : "MIT", "scripts" : {"dev" : "nodemon src/server.js", "start" : "sucrase-node src/server.js", "generate-docs" : "jsdoc -r ./src -d docs -c jsdoc.json README.md"}, "devDependencies" : {"eslint" : "^6.7.0", "eslin... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "generate-docs": {"type": "string"}},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "milliard", "definition" : "A thousand millions; -- called also billion. See Billion."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"keypoints": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["keypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"keypoints" : [[[138.19033813476562, 86.86457061767578, 0.8837015628814697], [137.3845672607422, 104.7965316772461, 0.7901939153671265], [121.04812622070312, 107.19093322753906, 0.8539129495620728], [108.07026672363281, 134.1182403564453, 0.9234558343887329], [120.24652099609375, 146.2994842529297, 0.8789937496185303]... | json_instruct | {"type": "object", "properties": {"keypoints": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["keypoints"], "$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"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required... | {"name" : "fastiles", "version" : "2.1.0", "main" : "js/fastiles.js", "devDependencies" : {"typescript" : "^4.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "main", "devDependencies"], "$schema": "http://js... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "Seled", "long" : "<i>Meaning:</i> \"Seled\", an Israelite.<br/><i>Usage:</i> Seled.<br/><i>Source:</i> from \"H5539\"; \"exultation\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"description": {"type": "string"}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}... | {"description" : "Regenerate SignalR service access key. PrimaryKey and SecondaryKey cannot be regenerated at the same time.", "input_method" : "stdin", "parameters" : {"parameters" : {"description" : "Parameter that describes the Regenerate Key Operation.", "type" : "Optional[String[1]]"}, "api_version" : {"descriptio... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "api_version": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$schema": "http://json-schema.org/dra... | {"clients_without_service" : "5e72327c7853621a11cd9322c46d22ee", "outages" : "5655599112cbe2c187b614f134284aed", "created_at" : "2021-12-09T18:19:01.951633"} | json_instruct | {"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod... | {"userId" : 60360, "cartId" : "2271e5c2-a1e9-4a98-9596-9070b3db7f59", "preferredProducts" : [2340], "productReviews" : [{"productId" : 4065, "reviewText" : "one of my hobbies is drawing. and when i'm drawing this works great.", "reviewDate" : "2016-11-20T07:59:45.2713128+02:00"}, {"productId" : 4517, "reviewText" : "i ... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"antd-with-locales.js": {"type": "string"}, "antd-with-locales.min.js": {"type": "string"}, "antd.css": {"type": "string"}, "antd.js": {"type": "string"}, "antd.min.css": {"type": "string"}, "antd.min.js": {"type": "string"}}, ... | {"antd-with-locales.js" : "sha512-QMvjpNCodz3xLs+oSLzalzqDf4LB2+PH0XTpSASbD2FwPpTzsZFBRnAI1afZV9T2GD5FdLxlAiGPQ98i8Jo72w==", "antd-with-locales.min.js" : "sha512-2RGU/sNs8OWSc2x+A1n9AYa4eegflIHDVzhsB1DTQltzLwol/x/f0z+9sMNFvHkMVUCNY0ddRzVf6+5d7qsRyw==", "antd.css" : "sha512-N9ll3ayaTTBbfFSa0oLM6xBAiZ8O7F29wmUNyAxNf5pJc2... | json_instruct | {"type": "object", "properties": {"antd-with-locales.js": {"type": "string"}, "antd-with-locales.min.js": {"type": "string"}, "antd.css": {"type": "string"}, "antd.js": {"type": "string"}, "antd.min.css": {"type": "string"}, "antd.min.js": {"type": "string"}}, "required": ["antd-with-locales.js", "antd-with-locales.min... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"react-bootstrap-table-all.min.css": {"type": "string"}, "react-bootstrap-table.js": {"type": "string"}, "react-bootstrap-table.min.css": {"type": "string"}, "react-bootstrap-table.min.js": {"type": "string"}}... | {"react-bootstrap-table-all.min.css" : "sha512-ZAnl9fDbR5kp1OLU3t7hn+LRV1vVb4LanlmOGqXRLuXj8ClMMHADkcT5tmt2+nqQmZWDw2x0oxdTApTJPUR4+w==", "react-bootstrap-table.js" : "sha512-LboB+1L3/chXcUr5QdxAY4Ocu3MuCSfvbLd1UKRTY5hbAL1NoP3Ua2yiZhQ2NgC6MbaAPYV5BZdb8CR7hZBf2w==", "react-bootstrap-table.min.css" : "sha512-4jVASUbivIk5... | json_instruct | {"type": "object", "properties": {"react-bootstrap-table-all.min.css": {"type": "string"}, "react-bootstrap-table.js": {"type": "string"}, "react-bootstrap-table.min.css": {"type": "string"}, "react-bootstrap-table.min.js": {"type": "string"}}, "required": ["react-bootstrap-table-all.min.css", "react-bootstrap-table.js... |
Construct a JSON document that adheres to this schema specification:
{"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" : "Ville-en-Blaisois", "dpt" : "Haute-Marne", "inscrits" : 123, "abs" : 29, "votants" : 94, "blancs" : 7, "nuls" : 3, "exp" : 84, "res" : [{"panneau" : "2", "voix" : 56}, {"panneau" : "1", "voix" : 28}]} | 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": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"DesignPatterns\\": {"type": "string"}, "DesignPatterns\\Tests\\": {"type": "string"}}, "required": ["DesignPatterns\\", "Design... | {"autoload" : {"psr-4" : {"DesignPatterns\\" : "patterns/", "DesignPatterns\\Tests\\" : "tests/"}}, "require" : {"php" : "^7.0", "codeception/codeception" : "^2.2"}} | json_instruct | {"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"DesignPatterns\\": {"type": "string"}, "DesignPatterns\\Tests\\": {"type": "string"}}, "required": ["DesignPatterns\\", "DesignPatterns\\Tests\\"]}}, "required": ["psr-4"]}, "require": {"type": "o... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"root": {"type": "string"}, "sourceRoot": {"type": "string"}, "targets": {"type": "object", "properties": {"build": {"type": "object", "properties": {"executor": {"type": "string"}, "outputs": {"type": "array"... | {"root" : "libs/thunder/common/types", "sourceRoot" : "libs/thunder/common/types/src", "targets" : {"build" : {"executor" : "@nrwl/js:swc", "outputs" : ["{options.outputPath}"], "options" : {"outputPath" : "dist/libs/thunder/common/types", "main" : "libs/thunder/common/types/src/index.ts", "tsConfig" : "libs/thunder/co... | json_instruct | {"type": "object", "properties": {"root": {"type": "string"}, "sourceRoot": {"type": "string"}, "targets": {"type": "object", "properties": {"build": {"type": "object", "properties": {"executor": {"type": "string"}, "outputs": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : ["discord_hook.node", "9981ab6e5e2\\DiscordHook.dll", "9981ab6e5e2\\DiscordHook64.dll", "9981ab6e5e2\\DiscordHookHelper.exe", "9981ab6e5e2\\DiscordHookHelper64.exe", "9981ab6e5e2\\discord_overlay_sdk_x86.dll", "9981ab6e5e2\\discord_overlay_sdk_x64.dll", "index.js", "manifest.json"]} | json_instruct | {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, ... | {"n_dim" : 5, "n_trials" : 80, "objective" : "markowitz_return_on_cube", "white" : "ultraopt_etpe", "black" : "optuna_random_clone_2", "traceback" : ["passing", "passing"], "best_val" : [5212.356426534458, 5751.462959138755], "best_x" : [[0.26615944893907323, 0.4721361497708682, 0.8921242679638435, 1.0, 0.6750495113024... | 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": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ... | {"lastUpdated" : 1655019279666, "username" : "1hugecat", "scores" : [{"xp" : 6930, "rank" : 490, "cardId" : 251}, {"xp" : 10949, "rank" : 259, "cardId" : 625}, {"xp" : 5589, "rank" : 377, "cardId" : 680}, {"xp" : 5109, "rank" : 255, "cardId" : 679}, {"xp" : 5306, "rank" : 406, "cardId" : 467}, {"xp" : 18292, "rank" : 4... | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "auth... | {"name" : "Calculator", "version" : "1.0.0", "description" : "Calculator sample project", "main" : "Calculator.js", "scripts" : {"test" : "mocha --recursive"}, "author" : "Scott Keller", "license" : "MIT", "devDependencies" : {"chai" : "^4.1.2", "chai-as-promised" : "^7.1.1", "mocha" : "^3.5.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDe... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"172051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "419091": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ... | {"172051" : {"count" : 1}, "count" : 28, "419091" : {"count" : 1}, "999920" : {"count" : 1}, "212011" : {"count" : 1}, "1110XX" : {"count" : 1}, "151199" : {"count" : 1}, "113031" : {"count" : 3}, "251000" : {"count" : 3}, "112020" : {"count" : 1}, "N.A.//" : {"count" : 14}, "211020" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"172051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "419091": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties"... | {"name" : "Sidhpur", "lsg_code" : "251059", "district" : "Patan", "state" : "Gujarat", "no_of_wards" : 9, "wards" : [{"ward_no" : "5", "ward_name" : "Sidhpur (M) - Ward No.5", "ward_id" : "37666"}, {"ward_no" : "8", "ward_name" : "Sidhpur (M) - Ward No. 8", "ward_id" : "1303696"}, {"ward_no" : "2", "ward_name" : "Sidhp... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "strin... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "req... | {"h" : [{"d" : [{"e" : ["\ufff9`Mikotoay~ `kora~ `lotong~.\ufffa\ufffb\u90a3\u96bb\u7334\u5b50\u6b63\u5728\u6349\u8768\u5b50\u3002"], "f" : "\u6b63\u5728\u6349\u8768\u5b50\u3002"}, {"e" : ["\ufff9`Ora~ `malitengay~ `ko~ `mikotoay~ `a~ `lotong~.\ufffa\ufffb\u662f\u90a3\u96bb\u8001\u7334\u6349\u8768\u5b50\u3002"], "f" : ... | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"prefix": {"type": "string"}, "tableSet": {"type": "object", "properties": {"member": {"type": "object", "properties": {"autoIncrement": {"type": "integer"}}, "required": ["autoIncrement"]}}, "required": ["mem... | {"prefix" : "member_", "tableSet" : {"member" : {"autoIncrement" : 1}}, "jsonType" : true} | json_instruct | {"type": "object", "properties": {"prefix": {"type": "string"}, "tableSet": {"type": "object", "properties": {"member": {"type": "object", "properties": {"autoIncrement": {"type": "integer"}}, "required": ["autoIncrement"]}}, "required": ["member"]}, "jsonType": {"type": "boolean"}}, "required": ["prefix", "tableSet", ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "str... | [{"namaKab" : "MUKOMUKO", "originalFilename" : "4x6 - Copy.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 192531, "noUrut" : 1, "nama" : "MUKHOLID, S.Pd", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MUKOMUKO", "originalFilename" : "4x 6 - Copy.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 19... | 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", "... |
Generate sample JSON data that conforms to the following schema definition:
{"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-sche... | [{"year" : 1918, "sex" : "F", "n" : 6, "prop" : 4.99e-06}, {"year" : 1920, "sex" : "F", "n" : 6, "prop" : 4.82e-06}, {"year" : 1921, "sex" : "F", "n" : 7, "prop" : 5.47e-06}, {"year" : 1922, "sex" : "F", "n" : 9, "prop" : 7.21e-06}, {"year" : 1923, "sex" : "F", "n" : 9, "prop" : 7.19e-06}, {"year" : 1924, "sex" : "F", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "e... | {"name" : "Realschule Lemgo Realschule der Alten Hansestadt Lemgo - Sekundarstufe I -", "id" : "NRW-162322", "address" : "Kleiststra\u00dfe 11, 32657 Lemgo", "school_type" : "Realschule", "fax" : "05261 947617", "phone" : "05261 94760", "website" : " http://www.realschule-lemgo.de", "email" : " 162322@schule.nrw.de "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"video": {"type": "boolean"}, "ignoreTestFiles": {"type": "string"}, "screenshotOnRunFailure": {"type": "boolean"}}, "required": ["video", "ignoreTestFiles", "screenshotOnRunFailure"], "$schema": "http://json-schema.org/draft-0... | {"video" : false, "ignoreTestFiles" : "**/ignoredTestFiles/*.js", "screenshotOnRunFailure" : false} | json_instruct | {"type": "object", "properties": {"video": {"type": "boolean"}, "ignoreTestFiles": {"type": "string"}, "screenshotOnRunFailure": {"type": "boolean"}}, "required": ["video", "ignoreTestFiles", "screenshotOnRunFailure"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"item.monkeysmod.banana_item": {"type": "string"}, "item.monkeysmod.banana_picker": {"type": "string"}, "block.monkeysmod.banana_bunch": {"type": "string"}, "item.monkeysmod.banana": {"type": "string"}, "item.monkeysmod.banana_pe... | {"item.monkeysmod.banana_item" : "Banana", "item.monkeysmod.banana_picker" : "Banana Picker", "block.monkeysmod.banana_bunch" : "Banana Stem", "item.monkeysmod.banana" : "Peeled Banana", "item.monkeysmod.banana_peel" : "Banana Peel", "block.monkeysmod.voodoo_bench" : "Voodoo Bench", "entity.monkeysmod.banana_mob" : "Ba... | json_instruct | {"type": "object", "properties": {"item.monkeysmod.banana_item": {"type": "string"}, "item.monkeysmod.banana_picker": {"type": "string"}, "block.monkeysmod.banana_bunch": {"type": "string"}, "item.monkeysmod.banana": {"type": "string"}, "item.monkeysmod.banana_peel": {"type": "string"}, "block.monkeysmod.voodoo_bench":... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title_en": {"type": "string"}}, "required": ["id", "title_en"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1", "title_en" : "Actual"}, {"id" : "2", "title_en" : "Relationships"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title_en": {"type": "string"}}, "required": ["id", "title_en"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": ... | {"stationId" : 3100531, "stationGroupId" : 3100531, "name" : "\u9577\u8c37\u5bfa", "lineId" : 31005, "zipCode" : "633-0112", "pref" : "\u5948\u826f\u770c", "city" : "\u685c\u4e95\u5e02", "town" : "\u521d\u702c", "longitude" : 135.906453, "latitude" : 34.526889, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "prope... | {"id" : "8dbe7072-9773-40ca-a136-e6dc0bbd2d14", "playerTags" : ["b86237bb-ade6-4b1d-9199-a3cc354118d9"], "teamTags" : [], "gameTags" : ["1fcf2609-1842-4907-8d1e-144449325106"], "metadata" : {"mod" : "INHABITING", "play" : 309, "type" : 0, "parent" : "2cd3fc00-0a6b-4171-bebe-e83bea29e909", "subPlay" : 0}, "created" : "2... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "int... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.analysis.extraPaths" : ["./src/projectmlincvmediapipe"]} | json_instruct | {"type": "object", "properties": {"python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "langs": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "versions": {"type": "object", "properties": {"v7.0": {"type": "string"}}, "required": ["v7.0"]},... | {"name" : "JI", "langs" : {"en" : "English"}, "versions" : {"v7.0" : "v7.0.1"}, "social" : {"author" : "Ond\u0159ej N\u011bmec", "from" : 2018, "icon" : "", "description" : ""}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "langs": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "versions": {"type": "object", "properties": {"v7.0": {"type": "string"}}, "required": ["v7.0"]}, "social": {"type": "object", "properties": {"author": {"type": "strin... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "prope... | {"id" : "VISP0", "name" : {"en" : "Saharanpur / Sars?wa"}, "country" : "IN", "region" : "UP", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "VISP", "iata" : null}, "location" : {"latitude" : 29.9939, "longitude" : 77.4253, "elevation" : 272}, "t... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"error": {"type": "string"}, "limit": {"type": "integer"}, "offset": {"type": "integer"}, "number_of_page_results": {"type": "integer"}, "number_of_total_results": {"type": "integer"}, "status_code": {"type": "integer"}, "resul... | {"error" : "OK", "limit" : 1, "offset" : 0, "number_of_page_results" : 1, "number_of_total_results" : 1, "status_code" : 1, "results" : {"api_detail_url" : "https://www.giantbomb.com/api/dlc/3020-3561/", "date_added" : "2012-11-08 01:36:38", "date_last_updated" : "2013-02-12 21:39:38", "deck" : "Retake Omega together w... | json_instruct | {"type": "object", "properties": {"error": {"type": "string"}, "limit": {"type": "integer"}, "offset": {"type": "integer"}, "number_of_page_results": {"type": "integer"}, "number_of_total_results": {"type": "integer"}, "status_code": {"type": "integer"}, "results": {"type": "object", "properties": {"api_detail_url": {"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "Addre... | {"IsRecentlyVerified" : false, "ID" : 104103, "UUID" : "CD224510-6E0C-4648-A346-AEC4C1D675ED", "DataProviderID" : 1, "OperatorID" : 80, "UsageTypeID" : 4, "AddressInfo" : {"ID" : 104449, "Title" : "Eneldrive Fast EVA+ Conad Sicilia", "AddressLine1" : "Via Messina Montagne", "Town" : "Palermo", "StateOrProvince" : "Pale... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Santo Nio, Zamboanga City, Zamboanga del Sur, Zamboanga Peninsula (Region IX), PH", "locale" : "ph.zamboanga-peninsula-region-ix.zamboanga-del-sur.zamboanga-city.santo-nio", "country_id" : 177, "country_reference" : 177, "country_name" ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"900143077": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900143078": {"type": "object", "properties": {"nam... | {"900143077" : {"nama" : "TPS 01", "dapil" : [1802, 11808, 2180704]}, "900143078" : {"nama" : "TPS 02", "dapil" : [1802, 11808, 2180704]}, "900143079" : {"nama" : "TPS 03", "dapil" : [1802, 11808, 2180704]}, "900143080" : {"nama" : "TPS 04", "dapil" : [1802, 11808, 2180704]}, "900143081" : {"nama" : "TPS 05", "dapil" :... | json_instruct | {"type": "object", "properties": {"900143077": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900143078": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"combination": {"type": "array", "items": {"type": "integer"}}, "permutation": {"type": "array", "items": {"type": "integer"}}, "musdb/A Classic Education - NightOwl_drums.wav": {"type": "object", "properties": {"S... | {"combination" : [0, 1], "permutation" : [0, 1], "musdb/A Classic Education - NightOwl_drums.wav" : {"SI-SDR" : [-11.816491636768864, 11.380518651329618], "SI-SIR" : [-11.294637635247401, 13.501753021153224], "SI-SAR" : [-2.355824165934531, 15.510007926054993], "SD-SDR" : [-11.82043922382005, 10.473210334579356], "SNR"... | json_instruct | {"type": "object", "properties": {"combination": {"type": "array", "items": {"type": "integer"}}, "permutation": {"type": "array", "items": {"type": "integer"}}, "musdb/A Classic Education - NightOwl_drums.wav": {"type": "object", "properties": {"SI-SDR": {"type": "array", "items": {"type": "number"}}, "SI-SIR": {"type... |
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" : 10073, "cartId" : "d5b98d51-ae9a-4440-b314-305bf2697a18", "preferredProducts" : [3886, 783, 1274], "productReviews" : [{"productId" : 3383, "reviewText" : "My dog loves to play with it.", "reviewDate" : "2019-03-07T18:10:17.7727322+02:00"}, {"productId" : 2418, "reviewText" : "This infomediaries, does exact... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st... | {"schema_version" : "1.2.0", "id" : "GHSA-vwxf-wx2p-p3vm", "modified" : "2022-05-01T07:18:02Z", "published" : "2022-05-01T07:18:02Z", "aliases" : ["CVE-2006-4387"], "details" : "Apple Mac OS X 10.4 through 10.4.7, when the administrator clears the \"Allow user to administer this computer\" checkbox in System Preference... | 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": {}}, "affected": {"type": "a... |
Construct a JSON document that adheres to this schema specification:
{"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" : [[[-90.1885, 32.300392], [-90.188663, 32.300407], [-90.189152, 32.300455], [-90.189315, 32.300473], [-90.189286, 32.301608], [-90.188897, 32.301629], [-90.189278, 32.301904], [-90.18907, 32.301883], [-90.18852, 32.301828], [... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": ... | {"id" : "54e4171e-aaf1-4a92-94d4-3664895e81ea", "name" : "United Teaching South Yorkshire", "code" : "5", "address" : {"addressLine1" : "Primary: High Hazels Academy, Worsbrough Bank End Academy, Hunningley Primary School and Hull Collegiate School (independent)", "addressLine2" : "Secondary: Sheffield Park Academy, Sh... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"... |
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" : "0x71a9e38e1548f5abd0c66ad3c624b8827d7b4607a85ec5fd3f26425442303dab", "parentHash" : "0x7f274efe68b604dffbcf5150e50635c593b7c97d74acfaba29fec668bf1d86e6", "number" : 25682, "timestamp" : 1438580016, "nonce" : "0x25b5a1d0d4d01e59", "difficulty" : 1125771568758, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type... | {"id" : 101897473, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5e8952c3ea97f5a3bd63f0bb3ffa819f", "wof:id" : 101897473, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.20342701453694, 44.18589860571029, 3.21235060093028, 44.1924276017931]... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank":... | {"name" : "Wrapped Filecoin", "symbol" : "WFIL", "id" : "0x6e1A19F235bE7ED8E3369eF73b196C07257494DE", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/wrapped-filecoin", "market_cap_usd" : 331518, "market_cap_rank" : 2819, "24_hr_volume_usd" : 0.0, "logoURI" : "https://raw.githubusercontent.com/po... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "emendatusenigmatica:block/coal_deepslate_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript... | {"title" : "MMD Brilliant 2U kinect motion data download", "author" : "yaoiwolf", "description" : "Theundefineddownloadundefinedlinkundefinedisundefinedinundefinedtheundefinedvideoundefineddescription.", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumbnails/youtube/N7fiNiyTxNw... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "... | {"type" : "MultiPolygon", "coordinates" : [[[[-82.5324704579999, 27.32664111800005], [-82.53246628299988, 27.326010680000074], [-82.5325143139999, 27.326024689000057], [-82.53297907699992, 27.32622495100008], [-82.53333150799993, 27.326448606000035], [-82.53360216899993, 27.32666319400004], [-82.5338187439999, 27.32670... | 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": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindD... | {"Time" : "2021-09-08T18:00:00Z", "Temp" : 28.3, "RelHum" : 60, "WindSpeed" : 4.5, "WindDir" : 344} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"outputFileName": {"type": "string"}, "inputFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["outputFileName", "inputFiles"]}, "$schema": "http://json-schema.org/d... | [{"outputFileName" : "dist/ADM-dateTimePicker.min.js", "inputFiles" : ["dist/ADM-dateTimePicker.js"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"outputFileName": {"type": "string"}, "inputFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["outputFileName", "inputFiles"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"data_version": {"type": "integer"}, "lastLogin": {"type": "integer"}, "lastIP": {"type": "string"}, "vanish": {"type": "boolean"}, "usedKits": {"type": "object", "properties": {"inicial": {"type": "integer"},... | {"data_version" : 2, "lastLogin" : 1623076826977, "lastIP" : "/149.90.200.10", "vanish" : false, "usedKits" : {"inicial" : 1623061703087, "ajuda" : 1623063985529, "diario" : 1623063999184, "casa" : 1623064137633, "farm" : 1623064219472}, "firstJoin" : 1623061703072, "firstJoinProcessed" : true, "jailOnNextLogin" : fals... | json_instruct | {"type": "object", "properties": {"data_version": {"type": "integer"}, "lastLogin": {"type": "integer"}, "lastIP": {"type": "string"}, "vanish": {"type": "boolean"}, "usedKits": {"type": "object", "properties": {"inicial": {"type": "integer"}, "ajuda": {"type": "integer"}, "diario": {"type": "integer"}, "casa": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hash": {"type": "array", "items": {"type": "integer"}}, "handler": {"type": "array", "items": {"type": "integer"}}, "https": {"type": "array", "items": {"type": "integer"}}, "haserror": {"type": "array", "ite... | {"hash" : [1572865, 1507329, 1638401, 1769473, 2424833, 2555905, 2818049, 2883585, 2949121, 3080193, 3670017, 3866625, 3997697, 4194305, 4653057, 4718593, 4915201, 4980737, 5570561, 5832705, 6291457, 6881281, 6946817, 7077889, 7471105, 7667713, 7733249, 7864321, 8912897, 8978433, 9109505, 9437185, 9568257, 9699329, 983... | json_instruct | {"type": "object", "properties": {"hash": {"type": "array", "items": {"type": "integer"}}, "handler": {"type": "array", "items": {"type": "integer"}}, "https": {"type": "array", "items": {"type": "integer"}}, "haserror": {"type": "array", "items": {"type": "integer"}}, "handling": {"type": "array", "items": {"type": "i... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"1547213174802": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjec... | {"1547213174802" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9XT1JMRF9FYXJ0aC1FUV9XT1JMRF9FQVJUSC5odG1sLWFuYWx5dGljcy0xNTQ3MjEzMTc0NjU1.json"}} | json_instruct | {"type": "object", "properties": {"1547213174802": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}}, "required": ["1547213174802"], "$schema": "http://... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.