input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "image": {"type": "string"}, "commit": {"type": "boolean"}, "changes": {"type": "array", "items": {"type": "string"}}}, "re... | {"builders" : [{"type" : "docker", "image" : "ubuntu:16.04", "commit" : true, "changes" : ["USER www-data", "WORKDIR /var/www/html", "EXPOSE 80 443"]}], "provisioners" : [{"type" : "shell", "script" : "../scripts/docker-install-ws.sh", "environment_vars" : ["DBPASS={{user `database-root-password`}}", "USERPASS={{user `... | json_instruct | {"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "image": {"type": "string"}, "commit": {"type": "boolean"}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "image", "commit", "changes"]}}, "provisione... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type"... | {"name" : "jquery.preview", "title" : "jQuery Preview", "description" : "Create an input that lets users preview the URL.", "version" : "0.3.2", "homepage" : "https://github.com/embedly/jquery-preview", "author" : {"name" : "Sean Creeley", "email" : "sean@embed.ly", "url" : "http://embed.ly"}, "repository" : {"type" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "r... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}}, "required": ["copyright", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Louis-R\u00e9mi Bab\u00e9", "url" : "http://twitter.com/louis_remi"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}}, "required": ["copyright", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "r... | {"name" : "Survey Mailey", "description" : "Collect feedback directly from email with an yes or no questionaire.", "repository" : "https://github.com/Daatwood/survey-mailey", "logo" : "https://raw.githubusercontent.com/Daatwood/survey-mailey/master/client/public/favicon.ico", "keywords" : ["mongodb", "express", "react"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "logo", "keywords"], "$schema": "http://json-schem... |
Generate sample JSON data that conforms to the following 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"}, "... | {"id" : 101812611, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "282becefb55a9785f17c6e39b8f891bd", "wof:id" : 101812611, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.0267441420055, 50.10739174000531, 3.04776462060187, 50.11765696978534]... | 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": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [6.434750367915193, 6.542299495416644, 6.578706912965845, 6.576590007589381, 7.02556512993571, 6.740535157511748, 6.844947595637121, 6.850774422300279, 6.9359728296431635, 7.0305472735653485] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"jquery.multiple.select.js": {"type": "string"}, "jquery.multiple.select.min.js": {"type": "string"}, "multiple-select.css": {"type": "string"}, "multiple-select.min.css": {"type": "string"}}, "required": ["jquery.... | {"jquery.multiple.select.js" : "sha256-6XjnFsVIoFBV1WqbvAVgGWbmKm5GXqd0x/QKAvim5Mk=", "jquery.multiple.select.min.js" : "sha256-2ICw6McPywtNUXMbFtkaSJg8j/IV3q+Ln/uHli+RDsc=", "multiple-select.css" : "sha256-lxZJO4tyjE6sgodnuaQHxvEdViZw7U4Sml6pSAX/yYk=", "multiple-select.min.css" : "sha256-T+j17b5ije/8Ogw+mNYN4y9WB2ivJn... | json_instruct | {"type": "object", "properties": {"jquery.multiple.select.js": {"type": "string"}, "jquery.multiple.select.min.js": {"type": "string"}, "multiple-select.css": {"type": "string"}, "multiple-select.min.css": {"type": "string"}}, "required": ["jquery.multiple.select.js", "jquery.multiple.select.min.js", "multiple-select.c... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boo... | {"name" : "Gem-Enhancement", "number" : "41777", "is_illegal" : false, "text" : "Tribute 1 \"Gem-Knight\" monster, then target 1 \"Gem-Knight\" monster in your Graveyard; Special Summon that target from the Graveyard.", "type" : "Trap", "is_monster" : false, "is_spell" : false, "is_trap" : true, "property" : "Normal"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "req... |
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": {"test": {"type": "string"}, "pactTest": {"type": "string"}}, "... | {"name" : "node-easy-notes-app", "version" : "1.0.0", "description" : "Never miss a thing in life. Take notes quickly. Organise and keep track of all your notes.", "main" : "index.js", "scripts" : {"test" : "tests", "pactTest" : "export NODE_ENV=pactTest && jest --testRegex \"/*(.test.spec.js)\" --runInBand --detectOpe... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "pactTest": {"type": "string"}}, "required": ["test", "pactTest"]}, "author": {"type": "str... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"fdtd_kernel30": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device... | {"fdtd_kernel30" : {"write" : {"device_start" : 1586198678.3815823, "host_queued_start" : 1586198761.388279, "device_queued" : 1586198678.381565, "device_end" : 1586198678.3816063, "host_queued_end" : 1586198761.388642}, "device" : "gpu", "nd_range" : {"device_start" : 1586198678.381612, "device_end" : 1586198678.38162... | json_instruct | {"type": "object", "properties": {"fdtd_kernel30": {"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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9... | {"0" : "Text/Noisy Queries/0_0_0.5/012_query_noise.txt", "1" : "Text/Noisy Queries/0_0_0.5/076_query_noise.txt", "2" : "Text/Noisy Queries/0_0_0.5/122_query_noise.txt", "3" : "Text/Noisy Queries/0_0_0.5/129_query_noise.txt", "4" : "Text/Noisy Queries/0_0_0.5/149_query_noise.txt", "5" : "Text/Noisy Queries/0_0_0.5/208_q... | json_instruct | {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Draft.css": {"type": "string"}, "Draft.js": {"type": "string"}, "Draft.min.css": {"type": "string"}, "Draft.min.js": {"type": "string"}}, "required": ["Draft.css", "Draft.js", "Draft.min.css", "Draft.min.js"], "$s... | {"Draft.css" : "sha256-lNuvqsgg/vAPc96Nu1aXInXAkeKl1M0b3ANKif6BlhI=", "Draft.js" : "sha256-C18o+x4enaaYWrgjsY244nuFtDEIFpxEF0XMPisiE94=", "Draft.min.css" : "sha256-//zxYgHbIJgA6sgItkXampwWWue7agTI8ZFqhCxUFNA=", "Draft.min.js" : "sha256-2qN1y+JIHf4TvyQQG6MWJua2Nv/RJbqHA4Oc74mWTfw="} | json_instruct | {"type": "object", "properties": {"Draft.css": {"type": "string"}, "Draft.js": {"type": "string"}, "Draft.min.css": {"type": "string"}, "Draft.min.js": {"type": "string"}}, "required": ["Draft.css", "Draft.js", "Draft.min.css", "Draft.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "diversitytickets": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"... | {"accessibility" : "", "cfp_end" : "", "code_of_conduct" : "", "diversitytickets" : "", "event_end" : "2018-08-17", "event_start" : "2018-08-11", "facebook" : "", "hashtag" : "", "languages" : ["English"], "location" : {"city" : "Vienna", "country" : "Austria", "state" : ""}, "name" : "Akademy", "tags" : ["kde"], "twit... | json_instruct | {"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "diversitytickets": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "hashtag": {"type": "string"}, "languag... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "Ad... | {"IsRecentlyVerified" : false, "ID" : 161309, "UUID" : "FE50F65B-BB9B-4B57-AA7A-4A3E17D6BAD6", "DataProviderID" : 1, "OperatorID" : 3396, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 161666, "Title" : "PKN Orlen", "AddressLine1" : "Armii Krajowej 21A", "Town" : "Cracow", "Postcode" : "30-150", "CountryID" : 179, "Latitud... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", ... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"kingian91" : {"title" : "kingIan91", "channel_id" : 109766322, "link" : "http:... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"kingian91": {"type": "object", "properties": {"title": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"900032867": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900032868": {"type": "object", "properties": {"nam... | {"900032867" : {"nama" : "TPS 1", "dapil" : [1203, 11210, 2120803]}, "900032868" : {"nama" : "TPS 2", "dapil" : [1203, 11210, 2120803]}, "900032869" : {"nama" : "TPS 3", "dapil" : [1203, 11210, 2120803]}, "900032870" : {"nama" : "TPS 4", "dapil" : [1203, 11210, 2120803]}, "900032871" : {"nama" : "TPS 5", "dapil" : [120... | json_instruct | {"type": "object", "properties": {"900032867": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900032868": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "n... | {"identifier" : "OPTIDXBANKNIFTY10-02-2022PE31700.00", "name" : "BANKNIFTY", "grapthData" : [[1643361941000, 0], [1643364358000, 0], [1643368528000, 0], [1643368557000, 0]], "closePrice" : 317.4} | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org... |
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" : 1977, "sex" : "M", "n" : 6, "prop" : 3.51e-06}, {"year" : 1979, "sex" : "M", "n" : 5, "prop" : 2.79e-06}, {"year" : 1980, "sex" : "M", "n" : 5, "prop" : 2.7e-06}, {"year" : 1982, "sex" : "M", "n" : 5, "prop" : 2.65e-06}, {"year" : 1984, "sex" : "M", "n" : 5, "prop" : 2.66e-06}, {"year" : 1985, "sex" : "M", "... | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "it... | {"name" : "roksta/punctuator", "description" : "very simple punctuation for texts.", "type" : "library", "keywords" : ["punctuation", "spacing text", "format text"], "license" : "MIT", "authors" : [{"name" : "sam_roksta", "email" : "roksta21@gmail.com"}], "autoload" : {"psr-4" : {"Roksta\\Punctuator\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
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-fj3g-r3pf-r284", "modified" : "2021-12-28T00:01:24Z", "published" : "2021-12-21T00:00:36Z", "aliases" : ["CVE-2021-38409"], "details" : "Fuji Electric V-Server Lite and Tellus Lite V-Simulator prior to v4.0.12.0 is vulnerable to an access of uninitialized pointer, which may all... | 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... |
Create a JSON structure that matches this 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"]}}, "required": ["repo"]},... | {"ETag" : "W/\"2f15a1fb3994974d1e8cce23b1e9a687\"", "Last-Modified" : "Tue, 05 Nov 2019 20:42:29 GMT", "base" : {"repo" : {"name" : "wrighttools-feedstock"}}, "closed_at" : "2019-11-05T20:42:29Z", "created_at" : "2019-11-05T20:16:10Z", "head" : {"ref" : "3.2.5"}, "html_url" : "https://github.com/conda-forge/wrighttools... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type... | {"baseObjects" : ["[\"(\",\"KX\",\"(P!\",\"a{\"]", "[\"(\",\"KX\",\"(P!\",\"a{\"]", "[\"c\u00df\\u000ef\\u0017\u00ee\\u0013\u00e7#\",\"c\u00df\\u000ef\\u0017\u00ee\\u0013\u00e7#\",\"c\u00df\\u000ef\\u0017\u00ee\\u0013\u00e7#\",\"c\u00df\\u000ef\\u0017\u00ee\\u0013\u00e7#\"]", "[\"(\",\"KX\",\"(P!\",\"a{\"]"], "returnOb... | json_instruct | {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "integer"}, "2": {"type": "array", "items"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"_comment": {"type": "string"}, "config.commoncapabilities": {"type": "string"}, "recipecomponent.minecraft.itemstack": {"type": "string"}, "recipecomponent.minecraft.fluidstack": {"type": "string"}, "recipecomponent.minecraft.en... | {"_comment" : "# Capability settings", "config.commoncapabilities" : "%s configuration", "recipecomponent.minecraft.itemstack" : "Item", "recipecomponent.minecraft.fluidstack" : "Fluid", "recipecomponent.minecraft.energy" : "Energy", "capability.commoncapabilities.inventoryState" : "Inventory state", "capability.common... | json_instruct | {"type": "object", "properties": {"_comment": {"type": "string"}, "config.commoncapabilities": {"type": "string"}, "recipecomponent.minecraft.itemstack": {"type": "string"}, "recipecomponent.minecraft.fluidstack": {"type": "string"}, "recipecomponent.minecraft.energy": {"type": "string"}, "capability.commoncapabilities... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "repository": {"type": "object", "prope... | {"name" : "electric-hum", "description" : "A colored noise generator, built with Electron.", "version" : "0.0.1", "license" : "MIT", "private" : true, "main" : "index.js", "repository" : {"type" : "git", "url" : "git@github.com:DiscoverElectron/electric-hum.git"}, "scripts" : {"start" : "electron ."}, "devDependencies"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"resetrules_description": {"type": "string"}, "rules_description": {"type": "string"}, "rules_empty": {"type": "string"}, "rules_message": {"type": "string"}, "rules_set_success": {"type": "string"}, "setrules_description": {"t... | {"resetrules_description" : "Chatregeln zur\u00fccksetzen.", "rules_description" : "Chatregeln anzeigen.", "rules_empty" : "Es wurden keine Regeln f\u00fcr diesen Chat festgelegt.", "rules_message" : "Die Regeln im Chat {chat_title} sind:\n\n{rules}", "rules_set_success" : "Die Regeln f\u00fcr {chat_title} wurden erfol... | json_instruct | {"type": "object", "properties": {"resetrules_description": {"type": "string"}, "rules_description": {"type": "string"}, "rules_empty": {"type": "string"}, "rules_message": {"type": "string"}, "rules_set_success": {"type": "string"}, "setrules_description": {"type": "string"}}, "required": ["resetrules_description", "r... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"kv4.2:1.1": {"type": "string"}, "kv4.2:2.1": {"type": "string"}, "kv4.2:3.1": {"type": "string"}, "kv4.2:4.1": {"type": "string"}, "kv4.2:5.1": {"type": "string"}, "kv4.2:6.1": {"type": "string"}, "kv4.2:7.1": {"type": "string"}... | {"kv4.2:1.1" : "bj45.106, ms32Kv_1299, msdiv388, sc1", "kv4.2:2.1" : "ms32Kv_1300, pts-vp-pli269, sc2, vri116.226", "kv4.2:3.1" : "ms32Kv_1301, sc3", "kv4.2:4.1" : "cck32.272, dr37.265, ms32Kv_1302, sc4", "kv4.2:5.1" : "ms32Kv_1303, ndp32.242, sc5", "kv4.2:6.1" : "bj45.108, ms32Kv_1304, sc6, sya37.294", "kv4.2:7.1" : "... | json_instruct | {"type": "object", "properties": {"kv4.2:1.1": {"type": "string"}, "kv4.2:2.1": {"type": "string"}, "kv4.2:3.1": {"type": "string"}, "kv4.2:4.1": {"type": "string"}, "kv4.2:5.1": {"type": "string"}, "kv4.2:6.1": {"type": "string"}, "kv4.2:7.1": {"type": "string"}, "kv4.2:8.1": {"type": "string"}, "kv4.2:9.1": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"etiqueta": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}}, "required": ["nombre"]}}}, "required": ["etiqueta"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"etiqueta" : [{"nombre" : "Variables"}, {"nombre" : "Estructuras de control"}, {"nombre" : "Funciones"}, {"nombre" : "Strings"}, {"nombre" : "Modularizaci\u00f3n"}, {"nombre" : "Archivos"}, {"nombre" : "Numpy"}, {"nombre" : "Listas"}, {"nombre" : "Diccionarios"}]} | json_instruct | {"type": "object", "properties": {"etiqueta": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}}, "required": ["nombre"]}}}, "required": ["etiqueta"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "array", "items": {"type": "integer"}}, "class": {"type": "string"}}, "required": ["bbox", "class"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"bbox" : [19, 139, 574, 530], "class" : "bed"}, {"bbox" : [352, 254, 466, 306], "class" : "night_stand"}, {"bbox" : [1, 135, 61, 370], "class" : "dresser"}, {"bbox" : [581, 266, 730, 510], "class" : "dresser"}, {"bbox" : [483, 159, 545, 258], "class" : "lamp"}, {"bbox" : [454, 248, 550, 328], "class" : "night_stand"}... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "array", "items": {"type": "integer"}}, "class": {"type": "string"}}, "required": ["bbox", "class"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "system": {"type": "string"}, "value": {"type": "string"}}, "required": ["label", "syst... | {"resourceType" : "Patient", "identifier" : [{"label" : "NHS", "system" : "NHS", "value" : "6945857734"}], "name" : [{"text" : "Mr ", "family" : ["Jones"], "given" : ["Alfred"], "prefix" : ["Mr"]}], "gender" : {"coding" : [{"system" : "http://hl7.org/fhir/v3/vs/AdministrativeGender", "code" : "M"}]}, "birthDate" : "195... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "system": {"type": "string"}, "value": {"type": "string"}}, "required": ["label", "system", "value"]}}, "name": {"type": "array", "items": {"type"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"baseUrl": {"type": "string"}, "chromeWebSecurity": {"type": "boolean"}, "integrationFolder": {"type": "string"}, "pluginsFile": {"type": "string"}, "supportFile": {"type": "string"}}, "required": ["baseUrl", "chrome... | {"baseUrl" : "https://stagingqandaapi.azurewebsites.net/", "chromeWebSecurity" : false, "integrationFolder" : "integration", "pluginsFile" : "plugins/index.js", "supportFile" : "support/index.js"} | json_instruct | {"type": "object", "properties": {"baseUrl": {"type": "string"}, "chromeWebSecurity": {"type": "boolean"}, "integrationFolder": {"type": "string"}, "pluginsFile": {"type": "string"}, "supportFile": {"type": "string"}}, "required": ["baseUrl", "chromeWebSecurity", "integrationFolder", "pluginsFile", "supportFile"], "$sc... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "r... | {"name" : "soundex", "version" : "0.2.1", "author" : {"name" : "Louis T.", "email" : "louist@ltdev.im", "url" : "http://github.com/LouisT/node-soundex"}, "repository" : {"type" : "git", "url" : "git://github.com/LouisT/node-soundex.git"}, "licenses" : [{"type" : "unlicensed", "url" : "http://unlicense.org/"}], "keyword... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"t... |
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#"}
| [["513230100001", "\u534e\u9f99\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513230100002", "\u7965\u5858\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {... | {"id" : 104, "name" : "Black Mamba", "slug" : "104-black-mamba", "powerstats" : {"intelligence" : 75, "strength" : 10, "speed" : 35, "durability" : 42, "power" : 88, "combat" : 65}, "appearance" : {"gender" : "Female", "race" : null, "height" : ["5'7", "170 cm"], "weight" : ["115 lb", "52 kg"], "eyeColor" : "Green", "h... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"type": "integer"}, "durability": {"type": "integer"}, "power": {"type": "i... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Beryllium nitrate", "number" : "2464", "class" : "5.1"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at... | {"generated_at" : "2017-01-27T09:37:33.873422", "required_by" : ["django-report-scaffold", "django-simple-helpdesk", "django-wbc", "django-direct", "django-apollo", "dartcms", "django-advanced-reports", "money-to-prisoners-common", "quickstartup", "django-twitterbootstrap-form", "ThorsonWiki", "webuildcity", "varify", ... | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "wh.google.analytics.js"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type... | {"title" : "Four Star Playhouse", "genre" : "", "creators" : [], "cast" : ["David Niven", "Charles Boyer", "Dick Powell", "Ida Lupino"], "country_of_origin" : "USA", "seasons" : 0, "episodes" : 129, "start_date" : "", "end_date" : ""} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont... | {"contract" : "0x55aa079e2fb0c8b68a0a08efbff3f1aa5472f1a2", "tool" : "osiris", "start" : 1564620216.2479424, "end" : 1564620218.8580475, "duration" : 2.610105037689209, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"item": {"type": "integer"}, "index": {"type": "integer"}}, "required": ["item", "index"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"item" : 243, "index" : 0} | json_instruct | {"type": "object", "properties": {"item": {"type": "integer"}, "index": {"type": "integer"}}, "required": ["item", "index"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"lights": {"type": "array", "items": {"type": "object", "properties": {"angle": {"type": "number"}, "color": {"type": "array", "items": {"type": "number"}}, "pos": {"type": "array", "items": {"type": "number"}}, "r... | {"lights" : [{"angle" : 69.0, "color" : [0.0, 7.843137264251709, 11.764705657958984], "pos" : [0.5994455218315125, 1.0072081089019775, 0.7158395648002625, 0.0], "radius" : 200.0, "rot" : [-0.1899939924478531, 0.02998405694961548, 0.0, 0.0], "size" : 0.0872664600610733, "type" : 0}, {"angle" : 0.6981316804885864, "color... | json_instruct | {"type": "object", "properties": {"lights": {"type": "array", "items": {"type": "object", "properties": {"angle": {"type": "number"}, "color": {"type": "array", "items": {"type": "number"}}, "pos": {"type": "array", "items": {"type": "number"}}, "radius": {"type": "number"}, "rot": {"type": "array", "items": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "height": {"type": "string"}, "mass": {"type": "string"}, "hair_color": {"type": "string"}, "skin_color": {"type": "string"}, "eye_color": {"type": "string"}, "birth_year": {"type": "string"}, "gende... | {"name" : "Finn", "height" : "unknown", "mass" : "unknown", "hair_color" : "black", "skin_color" : "dark", "eye_color" : "dark", "birth_year" : "unknown", "gender" : "male", "homeworld" : "https://swapi.co/api/planets/28/", "films" : ["https://swapi.co/api/films/7/"], "species" : ["https://swapi.co/api/species/1/"], "v... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "height": {"type": "string"}, "mass": {"type": "string"}, "hair_color": {"type": "string"}, "skin_color": {"type": "string"}, "eye_color": {"type": "string"}, "birth_year": {"type": "string"}, "gender": {"type": "string"}, "homeworld": {"type": "string"}, "f... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urlvideo": {"type": "string"}}, "required": ["text", "created", "type", "urlvideo"], "$schema": "http://json-schema.org/draft-07/schema#... | {"text" : "This <a href=\"https://www.youtube.com/watch?v=ICW-dGD1M18\">campaign ad</a> for Valerie Plame made me LOL. ", "created" : "Mon, 09 Sep 2019 16:15:22 GMT", "type" : "outline", "urlvideo" : "https://www.youtube.com/watch?v=ICW-dGD1M18"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urlvideo": {"type": "string"}}, "required": ["text", "created", "type", "urlvideo"], "$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"}, "productName": {"type": "string"}, "identifier": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "str... | {"name" : "rocketchat", "productName" : "Rocket.Chat", "identifier" : "com.example.rocketchat", "description" : "Rocket.Chat Native Cross-Platform Desktop Application via Electron.", "version" : "0.0.2", "author" : "Rocket.Chat Support <support@rocket.chat>", "main" : "main.js", "config" : {"target" : "development"}, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "identifier": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "config": {"type": "object", "properties": {"target": {"type": "s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressIn... | {"IsRecentlyVerified" : false, "ID" : 74467, "UUID" : "9C29CBD5-E318-4CEA-A3AB-5FAF44C5C6FE", "DataProviderID" : 2, "DataProvidersReference" : "79873", "UsageTypeID" : 7, "AddressInfo" : {"ID" : 74813, "Title" : "Duke Chevrolet", "AddressLine1" : "2016 N Main St", "Town" : "Suffolk", "StateOrProvince" : "VA", "Postcode... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "in... |
Based on the schema below, produce a valid JSON object:
{"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"}}, "r... | {"lastUpdated" : 1655019279666, "username" : "MohamedBt91", "scores" : [{"xp" : 2165, "rank" : 363, "cardId" : 619}]} | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "proper... | {"name" : "awd-studio/drupal-install-cli", "description" : "Provide a command for installing drupal with Drush from the command line", "type" : "library", "minimum-stability" : "dev", "keywords" : ["drupal", "drupal-7", "drupal-8", "drupal-install", "drush", "symfony-console", "cli"], "require" : {"php" : "^7.1", "drus... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "drush/drush": {"type"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "email": {... | {"name" : "Johann-Heinrich-von-Th\u00fcnen-Schule \nRegionale Schule mit Grundschule, J\u00f6rdenstorf", "id" : "MV-75435338", "address" : "Klenzer Weg 6, 17168 J\u00f6rdenstorf", "school_type" : "Regionale Schule mit Grundschule", "fax" : "039977/30314", "phone" : "039977/30224", "website" : null, "email" : "rs-joerde... | 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": "null"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGloba... | {"index" : 2866, "hash" : 565095313, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "mappingHash" : 0, "isGlobal" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGlobal": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "mappi... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["(", "Verse", "1", ":", "Tip", "and", "Phife", ")"], ["Drove", "around", "the", "block", ",", "drove", "a", "lot", ","], ["Lookin", "'", "all", "around", ",", "do", "n't", "see", "no", "cops", ","], ["Whispered", "in", "your", "ear", ",", "a", "ghetto", "star", ","], ["Sittin", "'", "on", "my", "lap", "inside", "of",... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1926, 5], [1929, 5], [1959, 8], [1960, 7], [1967, 7], [1968, 5], [1969, 5], [1971, 7], [1972, 5], [1973, 7], [1976, 7], [1979, 9], [1980, 8], [1981, 10], [1982, 6], [1984, 6], [1986, 8], [1987, 5], [1988, 5], [1989, 11], [1990, 14], [1991, 16], [1992, 23], [1993, 19], [1994, 10], [1995, 13], [1996, 10], [1997, 8], [1... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "p... | {"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "G9+/KQ99ZQ3k4WehG/CzokFBeZ3J3fNLM4ghAjN43hSdv9xjJDn/dkWyElWZD3vtnrgxw15hv7hIR2PD4hk0Qrc=", "cert_user_id" : "dixoncox@zeroid.bit", "files" : {"data.json" : {"sha512" : "7451ae923750fc39b7bd00ede4005e4fa08281a76ba7e05f0a59df0b78ec... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"471011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "47207X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},... | {"471011" : {"count" : 1}, "count" : 55, "47207X" : {"count" : 1}, "999920" : {"count" : 1}, "37201X" : {"count" : 1}, "537051" : {"count" : 1}, "493023" : {"count" : 1}, "514041" : {"count" : 1}, "472061" : {"count" : 2}, "472140" : {"count" : 1}, "N.A.//" : {"count" : 38}, "472031" : {"count" : 1}, "533030" : {"count... | json_instruct | {"type": "object", "properties": {"471011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "47207X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "autho... | {"title" : "MikuMikuDance - Crime Knights Miku - Final Pole Dance (R-18) ? (HD 1080p)", "author" : "Aida_Mana", "description" : "ichundefinedhoffeundefinedesundefinedgef\u00e4lltundefinedeuch<br>Iundefinedhopeundefinedyouundefinedenjoyundefinedit<br>\u3042\u306a\u305f\u304c\u3053\u308c\u3092\u6c17\u306b\u5165\u3063\u30... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {... | {"by" : "danielkdewar", "descendants" : 3, "id" : 18066213, "kids" : [18069196], "score" : 33, "time" : 1537882923, "title" : "Show HN: Vue.js applications that interact with Ethereum smart contracts", "type" : "story", "url" : "https://nuxt-box.paperchain.io/"} | json_instruct | {"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"jquery.twinkle.js": {"type": "string"}, "jquery.twinkle.min.js": {"type": "string"}}, "required": ["jquery.twinkle.js", "jquery.twinkle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.twinkle.js" : "sha256-n5VrF3gxX2R1XnMDd5gO5mJ+xNF9G27GyNs1X59RWns=", "jquery.twinkle.min.js" : "sha256-HCD9SdQySZLueemK3PKRrYV53vAbb8p5rJBgXN4rb0k="} | json_instruct | {"type": "object", "properties": {"jquery.twinkle.js": {"type": "string"}, "jquery.twinkle.min.js": {"type": "string"}}, "required": ["jquery.twinkle.js", "jquery.twinkle.min.js"], "$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"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"},... | {"name" : "THE CHONG FAMILY CLINIC PTE LTD", "tel" : "62661998", "fax" : "67784886", "licensee" : "The Chong Family Clinic Pte Ltd", "licensePeriod" : "05/03/2017 to 04/03/2019", "licenseClass" : "[ 2 Years ( 2A ) ]", "hciCode" : "17M0052", "address" : "BLK 442 CLEMENTI AVENUE 3, #01-113 Singapore 120442", "doctorInCha... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"head_neck": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"t... | {"head_neck" : {"accuracy" : 0.6625, "roc_auc" : 0.741445707070707, "recall" : 0.6694444444444444, "precision" : 0.6147959183673469, "f1_score" : 0.6409574468085106, "negative_recall" : 0.6568181818181819, "negative_precision" : 0.7083333333333334, "negative_f1_score" : 0.6816037735849058}} | json_instruct | {"type": "object", "properties": {"head_neck": {"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": "number"}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "js": {"type": "string"}, "css": {"type": "string"}, "html": {"type": "string"}}, "required": ["name... | {"name" : "Network File loader", "description" : "a widget to load files to create a new network data set", "dependencies" : ["Biojs.FileLoader.js", "jquery.form.js"], "js" : "NetworkLoader.js", "css" : "NetworkLoader.css", "html" : "NetworkLoader.html"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "js": {"type": "string"}, "css": {"type": "string"}, "html": {"type": "string"}}, "required": ["name", "description", "dependencies", "js", "css", "html"], "$s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "order": {"type": "integer"}, "devices": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "type", "order", "devices"], "$schema": "http://json-schema.or... | {"name" : "iPad Air (3rd generation)", "type" : "Air", "order" : 2, "devices" : ["iPad11,3", "iPad11,4"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "order": {"type": "integer"}, "devices": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "type", "order", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"@context": {"type": "string"}, "@graph": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "index": {"type": "object", "properties": {"@id": {"... | {"@context" : "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^3.0.0/components/context.jsonld", "@graph" : [{"@id" : "urn:solid-server:auth:password:HtmlViewHandler", "@type" : "HtmlViewHandler", "index" : {"@id" : "urn:solid-server:auth:password:IndexRoute"}, "templateEngine" : {"comment" ... | json_instruct | {"type": "object", "properties": {"@context": {"type": "string"}, "@graph": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "index": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}, "templateEngine": {"type": "object... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "propertie... | {"nft" : {"id" : "7710", "name" : "PixelFreak #07710", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmcqQz6zKHKuaYVwNafwTCsg1Q1DQUDGAfFjJC3BgFENG6", "attributes" : [{"trait_type" : "pet", "value" : "Dori Batman"}, {"trait_type" : "body", "value" : "Overalls... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": ... |
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" : "eyesight", "definition" : "Sight of the eye; the sense of seeing; view; observation. Josephus sets this down from his own eyesight. Bp. Wilkins."} | 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": {"files.exclude": {"type": "object", "properties": {"**/*.js": {"type": "object", "properties": {"when": {"type": "string"}}, "required": ["when"]}, "**/*.d.ts": {"type": "object", "properties": {"when": {"type": "st... | {"files.exclude" : {"**/*.js" : {"when" : "$(basename).ts"}, "**/*.d.ts" : {"when" : "$(basename).ts"}, "**/*.js.map" : true}, "npm.enableScriptExplorer" : true, "eslint.alwaysShowStatus" : true, "eslint.format.enable" : true, "eslint.run" : "onSave", "python.pythonPath" : "C:\\Users\\z00372up\\Miniconda3\\envs\\ds\\py... | json_instruct | {"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"**/*.js": {"type": "object", "properties": {"when": {"type": "string"}}, "required": ["when"]}, "**/*.d.ts": {"type": "object", "properties": {"when": {"type": "string"}}, "required": ["when"]}, "**/*.js.map": {"type": "boolean"}}, "r... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"CONTACT": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "company_id": {"type": "integer"}}, "required": ["id", "name... | {"CONTACT" : [{"id" : 1, "name" : "deltaspike", "email" : "users@deltaspike.apache.org", "company_id" : 1}, {"id" : 2, "name" : "querydsl", "email" : "info@mysema.com", "company_id" : 2}, {"id" : 3, "name" : "Spring", "email" : "spring@pivotal.io", "company_id" : 3}], "COMPANY" : [{"id" : 1, "name" : "Apache"}, {"id" :... | json_instruct | {"type": "object", "properties": {"CONTACT": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "company_id": {"type": "integer"}}, "required": ["id", "name", "email", "company_id"]}}, "COMPANY": {"type": "array", "items": {"t... |
Construct a JSON document that adheres to this schema specification:
{"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/s... | [{"package" : "bioconductor-msgfplus", "downloads" : 2700, "count" : 2588}] | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"icons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "pro": {"type": "boolean"}}, "required": ["name", "pro"]}}}, "required": ["icons"], "$schema": "http://json-schem... | {"icons" : [{"name" : "special_red", "pro" : true}, {"name" : "special_pink", "pro" : true}, {"name" : "special_colorful", "pro" : false}, {"name" : "special_blue", "pro" : true}, {"name" : "sense", "pro" : false}, {"name" : "retro", "pro" : false}, {"name" : "poco", "pro" : false}, {"name" : "p_pixel", "pro" : false},... | json_instruct | {"type": "object", "properties": {"icons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "pro": {"type": "boolean"}}, "required": ["name", "pro"]}}}, "required": ["icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : [[[138.875, 22.25], [138.875, 22.333333333333332], [139.0, 22.333333333333332], [139.0, 22.25], [138.875, 22.25]]]}, "properties" : {"code" : 333837, "url" : "http://madefor.github.io/0410/api/v1/333837.geojson", "view" : "https://github.com/madefor... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "require... | {"name" : "TimeReporter", "version" : "1.1.2", "manifest_version" : 2, "description" : "Populates work time in MSVacation WTT.", "page_action" : {"default_icon" : "icons/timerecorder32x32.png"}, "icons" : {"16" : "icons/timerecorder16x16.png", "32" : "icons/timerecorder32x32.png", "48" : "icons/timerecorder48x48.png", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "icons": {"type": "object", "prope... |
Create an example JSON object that satisfies 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" : "KOTA GUNUNGSITOLI", "originalFilename" : "YUNIUS RELAWAN ZEBUA.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 42235, "noUrut" : 1, "nama" : "YUNIUS RELAWAN ZEBUA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA GUNUNGSITOLI", "originalFilename" : "COPY.jpg", "namaPartai" : ... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"main": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@xstate/react": {"type": "string"}, "classnames": {"type": "string"}, "react": {"type": "string"}, "react-... | {"main" : "index.js", "private" : true, "dependencies" : {"@xstate/react" : "^0.1.0", "classnames" : "latest", "react" : "next", "react-dom" : "next", "todomvc-app-css" : "^2.0.0", "todomvc-common" : "^1.0.0", "uuid-v4" : "0.1.0", "xstate" : "latest"}, "keywords" : ["hooks", "statechart", "state machine", "xstate", "re... | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@xstate/react": {"type": "string"}, "classnames": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "todomvc-app-css": {"type": "string"}, "tod... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"places.js": {"type": "string"}, "places.min.js": {"type": "string"}, "placesAutocompleteDataset.js": {"type": "string"}, "placesAutocompleteDataset.min.js": {"type": "string"}, "placesInstantsearchWidget.js": {"typ... | {"places.js" : "sha256-uABeMvGzFWp+WGY9GXpCw9ozcAK9BX7YiTGqRyan37U=", "places.min.js" : "sha256-HiQb36CYe4hjVsnrSorNVWNROrQcAjCXCZoRRx42lzQ=", "placesAutocompleteDataset.js" : "sha256-s2BOvKviAKWLF50aBa8eP6BvJ8tkDP2/ZroYEHACl0Y=", "placesAutocompleteDataset.min.js" : "sha256-adKcbd7qly+TCX6478ua2SaicBH+7X+DS9oELVL+hnU=... | json_instruct | {"type": "object", "properties": {"places.js": {"type": "string"}, "places.min.js": {"type": "string"}, "placesAutocompleteDataset.js": {"type": "string"}, "placesAutocompleteDataset.min.js": {"type": "string"}, "placesInstantsearchWidget.js": {"type": "string"}, "placesInstantsearchWidget.min.js": {"type": "string"}},... |
Generate a valid JSON object that conforms to the following 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": {"t... | {"nom" : "P\u00e9r\u00e9", "dpt" : "Charente-Maritime", "inscrits" : 288, "abs" : 45, "votants" : 243, "blancs" : 2, "nuls" : 1, "exp" : 240, "res" : [{"panneau" : "9", "voix" : 72}, {"panneau" : "3", "voix" : 55}, {"panneau" : "2", "voix" : 53}, {"panneau" : "11", "voix" : 31}, {"panneau" : "1", "voix" : 14}, {"pannea... | 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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "LostAndFoundry", "displayName" : "LostAndFoundry"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required... | {"uuid" : "9da09e75-f890-4fea-9de6-1789e0b37f74", "befores" : [{"name" : "hotel_tria", "status" : "passed", "start" : 1597806074422, "stop" : 1597806074422}], "start" : 1597806074422, "stop" : 1597806083343} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"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" : "3309010001", "district_id" : "3309010", "name" : "TLOGOLELE"}, {"id" : "3309010002", "district_id" : "3309010", "name" : "KLAKAH"}, {"id" : "3309010003", "district_id" : "3309010", "name" : "JRAKAH"}, {"id" : "3309010004", "district_id" : "3309010", "name" : "LENCOH"}, {"id" : "3309010005", "district_id" : "3... | json_instruct | {"type": "array", "items": {"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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "str... | {"name" : "apollo-federation-relay", "description" : "Combining Apollo Federation with Relay server specifications", "author" : "Victor Andr\u00e9e <hello@victorandree.se>", "private" : true, "repository" : "victorandree/apollo-federation-relay", "license" : "MIT", "version" : "0.1.0", "dependencies" : {"@apollo/federa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@apollo/federa... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[43.0, 86.0, 129.0, 172.0, 215.0, 258.0, 301.0, 344.0, 387.0, 430.0, 473.0, 516.0, 559.0, 602.0, 645.0, 688.0, 731.0, 774.0, 817.0, 860.0, 903.0, 946.0, 989.0, 1032.0, 1075.0, 1118.0, 1161.0, 1204.0, 1247.0, 1290.0, 1333.0, 1376.0, 1419.0, 1462.0, 1505.0, 1548.0, 1591.0, 1634.0, 1677.0, 1720.0, 1763.0, 1806.0, 1849.0,... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"gmail.js": {"type": "string"}, "gmail.min.js": {"type": "string"}}, "required": ["gmail.js", "gmail.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gmail.js" : "sha512-c3rhKofmJRqoy9irJSEQoGty5YuKvEFWE9iU9tvSriKfpgKeX9//tJ46I55quZWu75XdjZJWDL1NI7iSksCIMw==", "gmail.min.js" : "sha512-vStRNkC/hCHgYyW8FDA2bCr42K3lbDAcULor2DtPvGtPA8w9ITBBDpQh/1jtfIIEpFhtwQLZGLasgtXIA22Uvg=="} | json_instruct | {"type": "object", "properties": {"gmail.js": {"type": "string"}, "gmail.min.js": {"type": "string"}}, "required": ["gmail.js", "gmail.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background"... | {"aliases" : ["Mutant X", "Proteus"], "authors" : ["Chris Claremont", "John Byrne"], "description" : "Kevin MacTaggert, best known as Proteus and also called Mutant X, is a Marvel Comics character, associated with the X-Men.Kevin was the mutant son of Scottish genetic researcher Moira MacTaggert and politician Joseph M... | json_instruct | {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "string"}}, "required": ["backgroun... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1163305, "stations" : ["1163305"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"brand": {"type": "string"}, "logo": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "href": {"type": "string"}}, "required": ["title", "href"]}}}, "requ... | {"brand" : "Fiona Allan", "logo" : "logo_kreis.png", "links" : [{"title" : "Start", "href" : "/"}, {"title" : "Leistungen", "href" : "/#features"}, {"title" : "\u00dcber mich", "href" : "/me"}, {"title" : "Blog", "href" : "/blog"}, {"title" : "Kontakt", "href" : "/#contact"}]} | json_instruct | {"type": "object", "properties": {"brand": {"type": "string"}, "logo": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "href": {"type": "string"}}, "required": ["title", "href"]}}}, "required": ["brand", "logo", "links"], "$schema": "http://json-sch... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"typ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Binarsang, Reina Mercedes, Isabela, Cagayan Valley (Region II), PH", "locale" : "ph.cagayan-valley-region-ii.isabela.reina-mercedes.binarsang", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" :... | 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": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"value0": {"type": "object", "properties": {"struct Gfx::RenderSettings": {"type": "object", "properties": {"Resolution": {"type": "object", "properties": {"Width": {"type": "integer"}, "Height": {"type": "integer"}, "MinWidth": ... | {"value0" : {"struct Gfx::RenderSettings" : {"Resolution" : {"Width" : 1280, "Height" : 720, "MinWidth" : 640, "MinHeight" : 480}, "VSync" : false, "FullScreen" : false, "Renderer" : "Vulkan"}}} | json_instruct | {"type": "object", "properties": {"value0": {"type": "object", "properties": {"struct Gfx::RenderSettings": {"type": "object", "properties": {"Resolution": {"type": "object", "properties": {"Width": {"type": "integer"}, "Height": {"type": "integer"}, "MinWidth": {"type": "integer"}, "MinHeight": {"type": "integer"}}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"NunsNRosaries": {"type": "array", "items": {"type": "string"}}}, "required": ["NunsNRosaries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"NunsNRosaries" : ["ChristianityIsCatholic", "TheThemeParkVersion", "RippedFromTheHeadlines", "Anime", "CreepyCoolCrosses", "ChurchMilitant", "NunsAreMikos", "AnimeCatholicism", "HardRock", "HollywoodNuns", "ArtisticLicenseTraditionalChristianity", "UsefulNotes", "Anime", "Manga", "Film", "LiveActionTV", "WesternAnima... | json_instruct | {"type": "object", "properties": {"NunsNRosaries": {"type": "array", "items": {"type": "string"}}}, "required": ["NunsNRosaries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "... | {"name" : "s3-image-optimizer", "version" : "0.1.0", "description" : "Optimise images on S3", "main" : "index.js", "repository" : {"type" : "git", "url" : "git://github.com/sourcey/s3-image-optimizer.git"}, "license" : "MIT", "author" : "Kam Low <auscaster@gmail.com> (http://sourcey.com/)", "scripts" : {"package" : "sh... | 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"]}, "license": {"type": "string"},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "authors": {"type": "string"}, "license": {"type": "string"}, "requires_arc": {"type": "boolean"}, "homepage": {"type": "str... | {"name" : "react-native-simple-crypto", "version" : "0.3.1", "summary" : "A simpler React-Native crypto library", "authors" : "Gary Button <gary.button.public@gmail.com>", "license" : "MIT", "requires_arc" : true, "homepage" : "https://github.com/ghbutton/react-native-simple-crypto", "source" : {"git" : "git+https://gi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "authors": {"type": "string"}, "license": {"type": "string"}, "requires_arc": {"type": "boolean"}, "homepage": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "stri... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "socket.io": {"type": "string"}}, "r... | {"name" : "bitcoin-price-ticker", "version" : "0.0.1", "description" : "Application to get prices of bitcoin from indian bitcoin exchanges", "dependencies" : {"express" : "^4.15.3", "socket.io" : "^2.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "socket.io"]}}, "required": ["name", "version", "desc... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": ... | {"limit" : 20000, "name" : "Chitin scraps", "value" : 100, "highalch" : 60, "id" : 26578, "lowalch" : 40, "name_pt" : "Fragmentos de quitina", "price" : 79, "last" : 79} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv... | {"probe_id" : 11299, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 6830, "resolver_net" : "81.210.128.0/18", "ipv4_tcp" : true, "internal" : "10.42.80.3", "ipv6_cap" : true, "edns0_client_subnet" : "46.244.63.0/24"}, {"ipv6_tcp" : true, "resolver_asn" : 6830, "resolver_net" : "81.210.128.0/18", "ipv4_tcp" : true,... | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_ca... |
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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "st... | {"name" : "NodeImap", "version" : "0.0.0", "description" : "NodeImap", "main" : "app.js", "author" : {"name" : "lwoltman", "email" : ""}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "required": ["name", "version... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["co... | {"contract" : "0xbcf319c45230477211a44ac51e4064ca697eef4b", "tool" : "slither", "start" : 1563620816.5761285, "end" : 1563620820.4724684, "duration" : 3.8963398933410645, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "subClassOf": {"type": "string"}, "description": {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "pa... | {"type" : "OpportunityHasInsufficientCapacityError", "subClassOf" : "#OpenBookingError", "description" : {"sections" : [{"title" : "Error Use Case", "paragraphs" : ["There are not enough available spaces in the Opportunity contained in the `orderedItem` property of the `OrderItem` to fulfil the number of repeated `Orde... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "subClassOf": {"type": "string"}, "description": {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "string"}}}, "required"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descriptio... | {"title" : "\u3010MMD\u8266\u3053\u308c\u3011\u5cf6\u98a8\u304c\u3042\u306e\u69cb\u56f3\u3067\u300cI\u2665\u300d\u3010\u7d33\u58eb\u5411\u3051\u3011", "author" : "norabito", "description" : "YouTube\u306b\u4e0a\u3052\u305f\u3084\u3064", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_fie... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "o... | {"id" : "5f494ce6-2ee3-40ee-8d6b-d18e6ac20617", "playerTags" : [], "teamTags" : ["eb67ae5e-c4bf-46ca-bbbc-425cd34182ff"], "gameTags" : ["32eeedfc-11a6-43b4-9428-dd50a35b4a83"], "metadata" : {"mod" : "OVERPERFORMING", "play" : 283, "type" : 3, "parent" : "2b988516-c3a8-47a8-aa5b-8179194c5350", "source" : "HIGH_PRESSURE"... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "int... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string... | {"id" : "CIN353H1S20201", "code" : "CIN353H1S", "name" : "Issues in Film Authorship II", "description" : "Advanced study of issues in film authorship through intensive examination of one or more major filmmakers.", "division" : "Faculty of Arts and Science", "department" : "Cinema Studies Institute", "prerequisites" : ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c... |
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": {"start": {"type": "string"}}, "required": ["star... | {"name" : "bs4starter-rtl", "version" : "1.0.0", "description" : "Bootstrap 4 RTL Workflow", "main" : "index.js", "scripts" : {"start" : "gulp"}, "author" : "Sajjad Hossein Pour", "license" : "MIT", "dependencies" : {"bootstrap-v4-rtl" : "^4.0.0-0", "font-awesome" : "^4.7.0", "jquery" : "^3.3.1", "mdbootstrap" : "^4.5.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dep... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"additionalFiles": {"type": "string"}, "builtInLibrariesFolders": {"type": "string"}, "builtInToolsFolders": {"type": "string"}, "customBuildProperties": {"type": "string"}, "fqbn": {"type": "string"}, "hardwareFolders": {"type":... | {"additionalFiles" : "", "builtInLibrariesFolders" : "", "builtInToolsFolders" : "C:\\Users\\Admin\\AppData\\Local/Arduino15/packages", "customBuildProperties" : "runtime.tools.esptool_py.path=C:\\Users\\Admin\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esptool_py\\3.0.0,runtime.tools.xtensa-esp32-elf-gcc.path=... | json_instruct | {"type": "object", "properties": {"additionalFiles": {"type": "string"}, "builtInLibrariesFolders": {"type": "string"}, "builtInToolsFolders": {"type": "string"}, "customBuildProperties": {"type": "string"}, "fqbn": {"type": "string"}, "hardwareFolders": {"type": "string"}, "otherLibrariesFolders": {"type": "string"}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pro... | {"id" : "42867", "name" : {"en" : "Nagpur Sonegaon"}, "country" : "IN", "region" : "MM", "identifiers" : {"wmo" : "42867", "icao" : "VANP", "iata" : "NAG", "ghcn" : "IN012141800", "usaf" : "428670", "mosmix" : "42867"}, "location" : {"latitude" : 21.1, "longitude" : 79.05, "elevation" : 308}, "timezone" : "Asia/Kolkata... | 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": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "iata... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"... | {"id" : 14782, "source" : "parry", "verse_id" : 17826, "verse_count" : 1, "reference" : "8:18", "title" : "", "html" : " <i>I and the children…are for signs and for wonders.</i> Isaiah and his two sons were living symbols to the house of Israel (7:3; 8:2-4). Their names are prophetic; <i>Maher-shalal-hash-baz</i... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "integer"}, "contents": {"type": "object", "properties": {"version": {"type": "integer"}, "type": {"type": "string"}, "encrypted": {"type": "object", "properties": {"cipher": {"type": "string"}, "nonce": {"t... | {"version" : 1, "contents" : {"version" : 1, "type" : "encrypted", "encrypted" : {"cipher" : "vsxhVQUZIEXyO3RFpmpZ8wvPEHFxM6elCGqq0A8x9vQCVB8LppBXi6G9VZtukJZH2kqpWO2mmVZdQCeJK4k5UzEKpWLxSnxjdOfPmqwNG4NsMvCj2ui5/Bgj3B/w3ILT0LZMICsFRZm2d/+l/IS7EaALZvg4wMQVElGxUvMJ2KfAMvE4t6dZ2g/3ry2xfOC0jwZLRIZy", "nonce" : "JVFncmvkt6Ah... | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "contents": {"type": "object", "properties": {"version": {"type": "integer"}, "type": {"type": "string"}, "encrypted": {"type": "object", "properties": {"cipher": {"type": "string"}, "nonce": {"type": "string"}}, "required": ["cipher", "nonce"]}}, "requi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.