input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5",... | {"templmd5" : "523d4615240572e66d3c9373d01f37cd", "number" : "1963", "title" : "URGENTE cercasi maker, fabber e/o aziende #Sicilia per realizzazione di dispositivi medici", "BACKCOLOR" : "black", "FRONTCOLOR" : "white", "filemd5" : "54972eb1005d06cf7e93bd9e56f68d13"} | json_instruct | {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "h... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["top", "bottom"]}}, "required": ["parent", "textures"], "$sche... | {"parent" : "minecraft:block/door_bottom_rh", "textures" : {"top" : "tdd:block/sculk_brick_door_top", "bottom" : "tdd:block/sculk_brick_door_bottom"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["top", "bottom"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "forcedInclude": {"type": "array", "items": {}}, "defines... | {"configurations" : [{"name" : "Win32", "includePath" : ["C:\\Users\\wimidev\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\**", "E:\\user\\doc\\Arduino\\libraries\\**", "J:\\program\\Arduino\\libraries\\**", "C:\\Users\\wimidev\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.6.3\\**"], "forc... | json_instruct | {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "forcedInclude": {"type": "array", "items": {}}, "defines": {"type": "array", "items": {"type": "string"}}, "intelli... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"isPrimitive": {"type": "boolean"}, "value": {"type": "number"}}, "required": ["isPrimitive", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"isPrimitive" : true, "value" : 5e-324}, {"isPrimitive" : true, "value" : 1.7976931348623157e+308}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"isPrimitive": {"type": "boolean"}, "value": {"type": "number"}}, "required": ["isPrimitive", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"network/speedtest": {"type": "object", "properties": {"title": {"type": "string"}, "view": {"type": "string"}, "index": {"type": "integer"}}, "required": ["title", "view", "index"]}}, "required": ["network/speedtest... | {"network/speedtest" : {"title" : "Speedtest", "view" : "vuci-app-speedtest", "index" : 1254}} | json_instruct | {"type": "object", "properties": {"network/speedtest": {"type": "object", "properties": {"title": {"type": "string"}, "view": {"type": "string"}, "index": {"type": "integer"}}, "required": ["title", "view", "index"]}}, "required": ["network/speedtest"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"metric": {"type": "object", "properties": {"name": {"type": "string"}, "kind": {"type": "string"}, "set": {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["v... | {"metric" : {"name" : "y", "kind" : "incremental", "set" : {"values" : [")]<\u0098k\\m;\ufd1f,:\ub159\u8c5c\u2020\u6758:*\u0082\u9af3Jf\u201e\u0097,&;\u00a4;kq\t\u00a0\u202d\t\ud88e\udeba\u204d\uf895\t\f!3\u009a\u008f\u2038\u0081\udbbf\udfff\u00a0\u0019A,\u3000$#\ufffd\u200a Z\t!\udbf6\udf6a`\u000e\u2065j\u20214L\u0084... | json_instruct | {"type": "object", "properties": {"metric": {"type": "object", "properties": {"name": {"type": "string"}, "kind": {"type": "string"}, "set": {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"]}}, "required": ["name", "kind", "set"]}}, "required": ["metric"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"c": {"type": "string"}}, "required": ["c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"c" : "@import!secrets.json#xxx"} | json_instruct | {"type": "object", "properties": {"c": {"type": "string"}}, "required": ["c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"239860": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["239860"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"239860" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"239860": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["239860"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"ty... | {"name" : "YTPAccessoryInputView", "version" : "1.1.1", "summary" : "A category that adds accessory input view to custom input tool bar.", "description" : "YTPAccessoryInputView is a simple library for iOS. If you ever wanted to add extra functionalities to your \nchat or comment page with your custom input tool bar, f... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id_6860": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_6860"], "$schema": "http://json-schema.org/draft-0... | {"id_6860" : {"publicdate" : "2012-08-30 01:30:23", "title" : "The Alhambra: A Series of Tales and Sketches of the Moors and Spaniards"}} | json_instruct | {"type": "object", "properties": {"id_6860": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_6860"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "u... | {"authors" : [{"author" : "Tessei Kuruma"}, {"author" : "Tohru Tanigawa"}, {"author" : "Yasue Uchida"}, {"author" : "Ogawa Tetsuya"}, {"author" : "Hiromi Ueda"}], "doi" : "10.1155/2017/4793786", "publication_date" : "2017-07-19", "id" : "EN113951", "url" : "https://pubmed.ncbi.nlm.nih.gov/28717526", "source" : "Case re... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"commandString": {"type": "string"}, "queryStart": {"type": "string"}, "queryEnd": {"type": "string"}, "iteration": {"type": "integer"}, "startTime": {"type": "string"}, "currentTimeString": {"type": "string"}... | {"commandString" : "zenbot.bat sim binanceus.BTC-USD --period_length=119m --markdown_buy_pct=-0.2555772220116106 --markup_sell_pct=0.22493296367785742 --order_type=maker --profit_stop_enable_pct=0 --profit_stop_pct=4 --alpha=0.05 --backtester_generation=65 --strategy=ehlers_trend --days=5 --currency_capital=450 --noSta... | json_instruct | {"type": "object", "properties": {"commandString": {"type": "string"}, "queryStart": {"type": "string"}, "queryEnd": {"type": "string"}, "iteration": {"type": "integer"}, "startTime": {"type": "string"}, "currentTimeString": {"type": "string"}, "endTime": {"type": "string"}, "result": {"type": "object", "properties": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type... | [{"id" : 962, "gempId" : "6_13", "side" : "Light", "rarity" : "C", "set" : "6", "printings" : [{"set" : "6"}], "front" : {"title" : "\u2022\u2022\u2022Florn Lamproid", "imageUrl" : "https://res.starwarsccg.org/cards/JabbasPalace-Light/large/flornlamproid.gif", "type" : "Character", "subType" : "Alien", "uniqueness" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s... |
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" : {"speedysmurfy" : {"title" : "SpeedySmurfy", "channel_id" : 98798204, "link" : "... | 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": {"speedysmurfy": {"type": "object", "properties": {"title": {"t... |
Create a JSON structure that matches this schema definition:
{"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" : "DANI\u00cbLA", "frequency" : 194, "gender" : "female"}] | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": ... | {"id" : 10854, "title" : ["[River's Rest, Spring Rest]"], "description" : ["All about, leaves and small twigs litter the forest floor, but at the forest's edge, in this clearing, brush marks in the soft dirt show the care that someone takes here. A pool of clear water dominates the area and feeds a small stream which ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20764"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3... | {"edges" : [[10, 27], [11, 27], [10, 27], [2, 27], [27, 7], [2, 27], [24, 27], [27, 20], [6, 27], [2, 6], [3, 27], [4, 19], [6, 21], [27, 12], [27, 12], [23, 18], [1, 27], [4, 15], [27, 7], [12, 27], [24, 27], [22, 27], [3, 27], [27, 5], [0, 11], [27, 20], [26, 14], [6, 27], [27, 20], [3, 27], [12, 27], [27, 24], [17, ... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", ... | {"ast" : null, "code" : "import React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nexport default createSvgIcon(React.createElement(\"path\", {\n d: \"M2 15.5v2h20v-2H2zm0-5v2h20v-2H2zm0-5v2h20v-2H2z\"\n}), 'Dehaze');", "map" : null, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "mean": {"type": "number"}, "median": {"type": "string"}, "stdev": {"type": "string"}, "min": {"type": "string"}, "max": {"type": "number"}, "num": {"type": "inte... | {"id" : "Lobster-Northern-American", "name" : "Lobster (Northern American)", "mean" : 0.107, "median" : "0.086", "stdev" : "0.076", "min" : "ND", "max" : 0.23, "num" : 9, "source" : "FDA 2005-2007", "mercury" : 1, "images" : ["img/fish/Lobster-Northern-American.jpg"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "mean": {"type": "number"}, "median": {"type": "string"}, "stdev": {"type": "string"}, "min": {"type": "string"}, "max": {"type": "number"}, "num": {"type": "integer"}, "source": {"type": "string"}, "mercury": {"type": "integer"}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer... | {"no_of_atoms" : 260, "centre_of_mass" : [-0.02847482557054868, -0.020407924740439946, 32.39686789413434], "maximum_diameter" : {"diameter" : 29.01141692121384, "atom_1" : 5, "atom_2" : 257}, "pore_diameter" : {"diameter" : 1.300887293562997, "atom" : 135}, "pore_volume" : 1.1527035681523965, "pore_diameter_opt" : {"di... | json_instruct | {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", ... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["type", "children"]}, "$schema": "... | [{"type" : "paragraph", "children" : [{"text" : "This list is "}, {"text" : "default", "Bold" : true}, {"text" : " list"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["type", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "obj... | {"name" : "datacollection-server", "author" : "YangWei", "license" : "MIT", "engines" : {"node" : "*"}, "dependencies" : {"@types/node" : "^16.6.2", "@types/vscode" : "^1.61.0", "ts-node" : "^10.2.1", "typescript" : "^4.3.5", "vscode-languageserver" : "^7.0.0", "vscode-languageserver-textdocument" : "^1.0.1", "vscode-u... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/vscode"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Classification": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Manuf... | {"ClassName" : "COOL_JUST_S01_EcoFlow_SCItem", "Size" : 1, "Grade" : 2, "Type" : "Cooler.UNDEFINED", "Classification" : "Ship.Cooler", "Name" : "Eco-Flow", "Description" : "Item Type: Cooler\nManufacturer: Juno Starwerk\nSize: 1\nGrade: B\nClass: Industrial\n\nA standard for centuries, Juno Starwerk\u2019s industrial E... | json_instruct | {"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Classification": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Manufacturer": {"type": "object", "properties": {"Code": {"type"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01002553": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie... | {"type" : "Topology", "objects" : {"E01002553" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00012676", "LAD11CD" : "E09000017"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01002553": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "1205050002", "district_id" : "1205050", "name" : "RURA JULU DOLOK"} | 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#"} |
Following the schema specification below, generate a valid 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": "string"}, "ema... | {"name" : "Schule an der Bergmannsgl\u00fcckstra\u00dfe St\u00e4dt. F\u00f6rderschule FSP Emot.u.soz.Entw. der Primarstufe und Sekundarstufe I.", "id" : "NRW-190512", "address" : "Bergmannsgl\u00fcckstra\u00dfe 75, 45896 Gelsenkirchen", "school_type" : "F\u00f6rderschule", "fax" : "0209 9474852", "phone" : "0209 94... | 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": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "sourceName": {"type": "string"}, "sourcePath": {"type": "string"}, "targetInstanceVariable": {"type": "string"}}, "required": ["id", "sourceName", "sourcePath", "targetInstanceVariable"],... | {"id" : "b73755b8-5f5b-4bde-ad53-9a2c54bc3fa5", "sourceName" : "foedselsEllerDNummer", "sourcePath" : "/folkeregisterperson/forholdTilSametingetsValgmanntall/", "targetInstanceVariable" : "/InstanceVariable/8448921a-14d5-4d36-aae3-aab58ab8d3e2"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "sourceName": {"type": "string"}, "sourcePath": {"type": "string"}, "targetInstanceVariable": {"type": "string"}}, "required": ["id", "sourceName", "sourcePath", "targetInstanceVariable"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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/dr... | {"clients_without_service" : "4bc7633f1bf299e11e9f563bf2657ca0", "outages" : "48d7be0c2e7c45fbfa30685991029282", "created_at" : "2022-01-08T06:19:41.446530"} | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "... | {"name" : "starter-project", "version" : "1.0.0", "description" : "A boilerplate starter project.", "main" : "server.js", "scripts" : {"start" : "forever server.js", "build" : "browserify -o ", "test" : "standard", "dev-start" : "nodemon server.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/jsstr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "dev-start": {"type": "string"}},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"t... | {"citations" : [{"textCitation" : "[See xorbi12d on Metamath](http://us.metamath.org/mpegif/xorbi12d.html)"}], "names" : ["xorbi12d"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_wps", "#T_wb", "#T_wch", "#T_wph", "#T_wi", "#T_wth", "#T_wb", "#T_wta", "#T_wph", "#T_wi", "#T_wps", "#T_wxo", "... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type... | {"name" : "jai.im", "version" : "0.1.0", "description" : "Jai Pandya's personal portfolio website", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/jaipandya/jaipandya.github.com"}, "keywords" : ["Jai", "Pandya", "Personal", "Website"], "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "... | {"id" : "d54ef501-50b2-49f6-8fa6-b7a3adc311dc", "name" : "Richard Wakefield CE Primary Academy", "code" : "2", "address" : {"addressLine1" : "Burton Street", "addressLine2" : "Tutbury", "town" : "Burton on Trent", "county" : "Staffordshire", "postcode" : "DE13 9NR"}, "organisation" : {"id" : "174b60fe-3dac-47c0-a65a-56... | 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"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "socket.io": {"type": "string"}, "node-uuid": {"type": "string"}}, "req... | {"name" : "LiesAndDeceit", "version" : "0.0.1", "dependencies" : {"express" : "latest", "socket.io" : "latest", "node-uuid" : "latest"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "socket.io": {"type": "string"}, "node-uuid": {"type": "string"}}, "required": ["express", "socket.io", "node-uuid"]}}, "required": ["name", "vers... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "adops", "author" : "AdOpsJunky", "count" : 30} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}, "b1afdb6f-4ee0-4a29-8ea9-a3c4eb6ca6d7": {"type": "i... | {"configuration" : ["DECRYPT", "VERIFY"], "regionsToProcessedPerformance" : {"program" : 1215711, "b1afdb6f-4ee0-4a29-8ea9-a3c4eb6ca6d7" : 1125495}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}, "b1afdb6f-4ee0-4a29-8ea9-a3c4eb6ca6d7": {"type": "integer"}}, "required": ["program", "b1afdb6f-4ee0-4a29-8ea9-a3c4eb6ca6d... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"publish": {"type": "string"}}, "required":... | {"name" : "rhinofit-unofficial", "version" : "1.0.0", "description" : "", "private" : true, "scripts" : {"publish" : "lerna run tsc && lerna publish"}, "keywords" : [], "author" : "", "license" : "MIT", "repository" : {"url" : "git@github.com:lanekatris/rhinofit-unofficial.git"}, "devDependencies" : {"@types/node" : "^... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"publish": {"type": "string"}}, "required": ["publish"]}, "keywords": {"type": "array", "items": {}}, "author": {"t... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["341522123200", "\u6234\u5e97\u6751\u59d4\u4f1a", "220", "0"], ["341522123201", "\u8001\u697c\u6751\u59d4\u4f1a", "220", "0"], ["341522123202", "\u502a\u5e99\u6751\u59d4\u4f1a", "220", "0"], ["341522123203", "\u738b\u8001\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["341522123204", "\u9f99\u5934\u6751\u6c11\u59d4\u5458\u4... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [... | {"name" : "mongodb-largest-documents", "version" : "1.0.5", "description" : "A simple Node.js script that finds the top X largest documents in a given MongoDB collection.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://git... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"apiVersion": {"type": "string"}, "swaggerVersion": {"type": "string"}, "basePath": {"type": "string"}, "resourcePath": {"type": "string"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"path... | {"apiVersion" : "0", "swaggerVersion" : "1.1", "basePath" : "http://localhost:8080", "resourcePath" : "/primitives/longs", "apis" : [{"path" : "/primitives/longs", "description" : "", "operations" : [{"httpMethod" : "GET", "nickname" : "get", "responseClass" : "long"}, {"httpMethod" : "POST", "nickname" : "create", "re... | json_instruct | {"type": "object", "properties": {"apiVersion": {"type": "string"}, "swaggerVersion": {"type": "string"}, "basePath": {"type": "string"}, "resourcePath": {"type": "string"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "description": {"type": "string"}, "operations": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"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/schem... | [{"name" : "CARMELA", "frequency" : 2478, "gender" : "female"}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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.or... | [{"year" : 2008, "sex" : "F", "n" : 5, "prop" : 2.4e-06}, {"year" : 2009, "sex" : "F", "n" : 10, "prop" : 4.94e-06}, {"year" : 2010, "sex" : "F", "n" : 8, "prop" : 4.09e-06}, {"year" : 2011, "sex" : "F", "n" : 10, "prop" : 5.17e-06}, {"year" : 2012, "sex" : "F", "n" : 9, "prop" : 4.65e-06}, {"year" : 2014, "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "boolean"}, "resolved": {"type": "string"}, "parent": {"type... | {"id" : "index.html", "dependencies" : [{"name" : "./src/01-basicusage.js", "dynamic" : true, "resolved" : "/Users/yanghao/Code/lagoufed-e-task/part3/fed-e-task-03-01/code/virtual-dom/src/01-basicusage.js", "parent" : "/Users/yanghao/Code/lagoufed-e-task/part3/fed-e-task-03-01/code/virtual-dom/index.html"}], "generated... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "boolean"}, "resolved": {"type": "string"}, "parent": {"type": "string"}}, "required": ["name", "dynamic", "resolved", "parent"]}}, "ge... |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "3310230013", "district_id" : "3310230", "name" : "TEGALMULYO"} | 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": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["150522400500", "\u519c\u573a\u4e00\u5206\u573a\u751f\u6d3b\u533a", "220", "0"], ["150522400501", "\u519c\u573a\u4e8c\u5206\u573a\u751f\u6d3b\u533a", "123", "0"], ["150522400502", "\u519c\u573a\u4e09\u5206\u573a\u751f\u6d3b\u533a", "220", "0"], ["150522400503", "\u519c\u573a\u56db\u5206\u573a\u751f\u6d3b\u533a", "220... | 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": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/s... | [{"Similarity" : "0.927", "Title" : "Comparative Evidence For Associative Learning In Task Switching", "Year" : 2013}, {"Similarity" : "0.923", "Title" : "Base-Rate Neglect in Pigeons Implications for Memory Mechanisms", "Year" : 2001}, {"Similarity" : "0.907", "Title" : "Task switching without knowledge of the tasks",... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/throwables/peglacitier2knife.thrownitem": {"type": "array", "items": {"type": "s... | [{"DeniedAlternatives" : [], "Files" : {"items/throwables/peglacitier2knife.thrownitem" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u7206\u70b8\u7269", "Eng" : "Burster"}}, {"DeniedAlternatives" : [], "Files" : {"items/throwables/peglacitier2knife.thrownitem" : ["/description"]}, "Texts" : {"Chs" : "\u7f8a\u8e44\u65... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/throwables/peglacitier2knife.thrownitem": {"type": "array", "items": {"type": "string"}}}, "required": ["items/throwables/peglacitier2knife.thrownitem"]}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"BUTTON_CANCEL": {"type": "string"}}, "required": ["BUTTON_CANCEL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BUTTON_CANCEL" : "Annuler"} | json_instruct | {"type": "object", "properties": {"BUTTON_CANCEL": {"type": "string"}}, "required": ["BUTTON_CANCEL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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"... | {"id" : 173833, "info" : {"name" : "Orang Man Roblox Background (DOESNT WORK)", "description" : "This doesn't work anymore.", "additionalInfo" : null, "format" : "uso", "category" : "roblox", "createdAt" : "2019-07-25T14:07:44.000Z", "updatedAt" : "2019-07-25T14:07:44.000Z", "license" : "CC0-1.0", "author" : {"id" : 37... | 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": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "isUpcomingChange": {"type": "boolean"}, "dashedName": {"type": "string"}, "order": {"type": "integer"}, "time": {"type": "string"}, "superBlock": {"type": "string"}, "challengeOrder": {... | {"name" : "MongoDB and Mongoose", "isUpcomingChange" : false, "dashedName" : "mongodb-and-mongoose", "order" : 2, "time" : "5 hours", "superBlock" : "back-end-development-and-apis", "challengeOrder" : [["587d7fb6367417b2b2512c06", "Install and Set Up Mongoose"], ["587d7fb6367417b2b2512c07", "Create a Model"], ["587d7fb... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "isUpcomingChange": {"type": "boolean"}, "dashedName": {"type": "string"}, "order": {"type": "integer"}, "time": {"type": "string"}, "superBlock": {"type": "string"}, "challengeOrder": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"apkbuilder": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "contains": {"type": "array", "items": {"type": "string"}}, "raw_version": {"typ... | {"apkbuilder" : {"name" : "apkbuilder", "version" : "1.2.5.180", "type" : "lib", "contains" : ["apkbuilder/apkBuilder.raw", "apkBuilder.ai"], "raw_version" : "1.8.0", "authors" : ["Abu Ayyub"]}, "apktools" : {"name" : "apktools", "version" : "2.3.4", "type" : "lib", "contains" : ["apktools/9r3i.pk8", "apktools/9r3i.x50... | json_instruct | {"type": "object", "properties": {"apkbuilder": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "contains": {"type": "array", "items": {"type": "string"}}, "raw_version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900650898": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900650899": {"type": "object", "properties": {"nama": {"t... | {"900650898" : {"nama" : "TPS 1", "dapil" : [5301, 15304, 2531901]}, "900650899" : {"nama" : "TPS 2", "dapil" : [5301, 15304, 2531901]}} | json_instruct | {"type": "object", "properties": {"900650898": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900650899": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"displayName": {"type": "string"}, "toolTip": {"type": "string"}, "group": {"type": "string"}, "data": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type"... | {"displayName" : "Tavern Name", "toolTip" : "Generate a tavern nae", "group" : "generator", "data" : {"1" : ["Blind", "Three", "King's", "Black", "Fearsome", "Yew", "Maid", "Green", "Blasted", "Broken", "Meg's", "23", "Donkey", "Five", "Dead", "Jolly", "Brass", "Buxum", "Six", "Pirate's", "Carrots", "Burnt", "Deviant",... | json_instruct | {"type": "object", "properties": {"displayName": {"type": "string"}, "toolTip": {"type": "string"}, "group": {"type": "string"}, "data": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2"]}}, "required": ["di... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["... | {"derivation" : "of Hebrew origin (H02971);", "kjv_def" : "Jairus", "lemma" : "\u1f38\u03ac\u03b5\u03b9\u03c1\u03bf\u03c2", "frequency" : 2, "strongs_def" : " Jairus (i.e. Jair), an Israelite", "outline" : "<span class=\"literal-meaning\">Jairus = \"whom God enlightens\"</span><ol><li> a ruler of a synagogue, probably ... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$sc... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "background": {"type": "string"}, "colorStyle": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "svg": {"type": "string"}, "al... | {"name" : "pexels", "codepoint" : "", "background" : "#05A081", "colorStyle" : "brands-item--light", "title" : "Pexels", "slug" : "pexels", "svg" : "<svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Pexels icon</title><path d=\"M1.5 0A1.5 1.5 0 000 1.5v21A1.5 1.5 0 001.5 24h21a1.5 1.5 ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "background": {"type": "string"}, "colorStyle": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "ite... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type":... | {"name" : "jwt-auth", "version" : "1.0.0", "description" : "My great NUxt.js project", "author" : "Melan Eka Putri", "private" : true, "scripts" : {"dev" : "nuxt", "build" : "nuxt build", "start" : "nuxt start", "generate" : "nuxt generate"}, "dependencies" : {"@nuxtjs/auth" : "^4.5.3", "@nuxtjs/axios" : "^5.4.1", "boo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"... | {"type" : "Feature", "id" : "node/5919391546", "properties" : {"addr:city" : "Liebenau", "addr:housenumber" : "19", "addr:postcode" : "34396", "addr:street" : "Steinweg", "addr:suburb" : "Zwergen", "name" : "F\u00fcllings Hofladen", "shop" : "farm", "website" : "https://www.fuellings-hof.de/unser-hofladen", "id" : "nod... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "addr:suburb": {"type": "string"}, "nam... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"throws": {"type": "string"}}, "required": ["throws"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"throws" : "Unexpected token, expected { (1:18)"} | json_instruct | {"type": "object", "properties": {"throws": {"type": "string"}}, "required": ["throws"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "defaultService": {"type": "string"}, "services": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]... | {"title" : "ContainerAnalysis", "defaultService" : "containeranalysis/readme", "services" : [{"title" : "Overview", "type" : "containeranalysis/readme"}, {"title" : "ContainerAnalysisClient (v1)", "type" : "containeranalysis/v1/containeranalysisclient"}], "pattern" : "containeranalysis/\\w{1,}"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "defaultService": {"type": "string"}, "services": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "pattern": {"type": "string"}}, "required": ["title", "... |
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" : "A Whole Page Click Model to Better Interpret Search Engine Click Data.", "fields" : ["markov chain", "click path", "probabilistic logic", "search engine", "organic search"], "abstract" : "Recent advances in click modeling have established it as an attractive approach to interpret search click data. These ad... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/sch... | {"id" : "46", "provinceId" : "91", "regencyId" : "13", "name" : "Kabianggama"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}, "category": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}, "fridgeEfficiency": {"type": "integer"}, "saltEfficiency": {"type": "integer"}}, "required": ... | {"parent" : "edible_1", "category" : "vegetable", "overdueSpeed" : 8, "overdueState" : 165000, "fridgeEfficiency" : 6, "saltEfficiency" : 3} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "category": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}, "fridgeEfficiency": {"type": "integer"}, "saltEfficiency": {"type": "integer"}}, "required": ["parent", "category", "overdueSpeed", "overdueState", "f... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Easterling Skirmisher (4R229)", "text" : "Set:\tThe Two Towers\nKind:\tShadow\nCulture:\tRaider\nTwilight:\t1\nCard Type:\tMinion \u2022 Man\nStrength:\t5\nVitality:\t1\nSite:\t4\nGame Text:\tEasterling. When you play this minion, you may spot another Easterling to add (1) for each burden (limit (4)).\nLore... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ignore" : ["public/apos-minified/*"]} | json_instruct | {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "req... | [{"bank_code" : "8181", "code" : "002", "name" : "\u738b\u559c", "name_k" : "\u30aa\u30aa\u30ad", "name_h" : "\u304a\u304a\u304d", "name_e" : "ooki"}, {"bank_code" : "8181", "code" : "005", "name" : "\u6e05\u672b", "name_k" : "\u30ad\u30e8\u30b9\u30a8", "name_h" : "\u304d\u3088\u3059\u3048", "name_e" : "kiyosue"}, {"ba... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "required": ["bank_code", "code", "name", "name_k", "name_h", "name_e"]}, "$sch... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"seed": {"type": "integer"}, "tag": {"type": "string"}, "problemId": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["seed", "tag", "problemId", "solution"]}, "$schema"... | [{"seed" : 0, "tag" : "problem13-seed0-2-41-44.181379000000", "problemId" : 13, "solution" : "akbdR'lyehR'lyehpdR'lyehbCthulhu fhtagn!kR'lyehIa! Ia!dbR'lyehblIa! Ia!plEi!kblkCthulhu fhtagn!kabaYuggothpkIa! Ia!kbkEi!pdbdEi!pdddbEi!ppdEi!R'lyehpbR'lyehbaap"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"seed": {"type": "integer"}, "tag": {"type": "string"}, "problemId": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["seed", "tag", "problemId", "solution"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "2"]}, "tweet... | {"username" : "user03", "additional_items" : [], "items" : {"1" : "neutral", "2" : "neutral"}, "tweet_id" : "581218956402409472", "timespent" : 7.2587831020355, "starttime" : 1429552284.986, "itemcount" : "2", "savingtime" : 1429552292.2447} | json_instruct | {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "2"]}, "tweet_id": {"type": "string"}, "timespent": {"type": "number"}, "starttime": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "arra... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["40-49", "20-29", "30-39"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2009, 2013, 2014], "Y_PREVALENCE_1000PP" : [0.01638, 0.0222, 0.01839]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [200909, 201008, 201102, 201208, 201301, 201403, 20... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"}}, "required": ["currency", "code", "country"]}, "$schema": "http://json-schema.org/draft-07/schem... | [{"currency" : "British Pound", "code" : "GBP", "country" : "UK"}, {"currency" : "Swedish Krona", "code" : "SEK", "country" : "Sweden"}, {"currency" : "Danish Krone", "code" : "DKK", "country" : "Denmark"}, {"currency" : "Polish Zloty", "code" : "PLN", "country" : "Poland"}, {"currency" : "Euro", "code" : "EUR", "count... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"}}, "required": ["currency", "code", "country"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "i... | {"title" : "High-Density Image Storage Using Approximate Memory Cells.", "fields" : ["computer data storage", "distributed computing", "jpeg", "codec", "streams", "computer science", "word error rate", "theoretical computer science"], "abstract" : "This paper proposes tailoring image encoding for an approximate storage... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "arra... | {"name" : "Filip's AES E2EE", "short_name" : "E2EE", "start_url" : ".", "display" : "standalone", "background_color" : "#4CFF4C", "description" : "End to end encryption PWA. Fully working offline", "icons" : [{"src" : "lock.png", "sizes" : "192x192", "type" : "image/png"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type":... |
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" : "Cazarilh", "dpt" : "Hautes-Pyr\u00e9n\u00e9es", "inscrits" : 49, "abs" : 7, "votants" : 42, "blancs" : 9, "nuls" : 2, "exp" : 31, "res" : [{"panneau" : "1", "voix" : 26}, {"panneau" : "2", "voix" : 5}]} | 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"... |
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": {"build": {"type": "string"}, "lint": {"type": "s... | {"name" : "@crawl/canvas-helper", "version" : "0.2.2", "description" : "HTML5 drawing helper", "main" : "dist/canvas-helper.min.js", "scripts" : {"build" : "rollup --config", "lint" : "eslint src --fix"}, "keywords" : ["html5", "canvas", "drawing"], "author" : "iCrawl <icrawltogo@outlook.com>", "license" : "BSD-2-Claus... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "lint"]}, "keywords": {"type": "array",... |
Please provide a valid JSON object following this 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", "requir... | {"generated_at" : "2017-01-27T09:37:38.744912", "required_by" : ["z3c.davapp.zopefile", "zope.html", "dolmen.blob"], "requires" : ["setuptools", "ZODB3", "zope.component", "zope.browser", "zope.container", "zope.contenttype", "zope.event", "zope.filerepresentation", "zope.formlib", "zope.i18nmessageid", "zope.lifecycle... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"ty... | {"classifiers" : ["Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programm... | json_instruct | {"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"e... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descript... | {"latest_version" : ["1.2"], "meta" : {"description" : "An graph extraction tool for email MBox files", "homepage" : "https://github.com/DistrictDataLabs/tribe", "license" : "MIT"}, "versions" : {"1.1.2" : {"sha256" : "c30a3a89c99a198853dbeb483006b8bac98f4c38f9b8216cf9268ec841c39237", "url" : "https://files.pythonhoste... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Using the following JSON schema, generate a compatible 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": "string... | {"schema_version" : "1.2.0", "id" : "GHSA-whr2-cjwc-wj5g", "modified" : "2022-05-01T01:46:58Z", "published" : "2022-05-01T01:46:58Z", "aliases" : ["CVE-2005-0065"], "details" : "The original design of TCP does not check that the TCP sequence number in an ICMP error message is within the range of sequence numbers for da... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop... | {"hash" : "0x1e1d62226f52746cabb0ca5dcabafedf797ad7c93bb6e3c178eaefa9b9446e09", "parentHash" : "0x4316b3f307a69eab63aba9b1c5c31d2ec12bf05e16988cfcd17dfb10ffe8125a", "number" : 79330, "timestamp" : 1439467712, "nonce" : "0x546a38393847d94f", "difficulty" : 2351932709697, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "s... | {"name" : "angular-auth0", "version" : "1.0.4", "description" : "Auth0.js wrapper for Angular.js", "main" : "angular-auth0.js", "repository" : {"type" : "git", "url" : "git+https://github.com/auth0/angular-auth0.git"}, "author" : "Auth0", "license" : "MIT", "bugs" : {"url" : "https://github.com/auth0/angular-auth0/issu... | 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"]}, "author": {"type": "string"}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"... | {"name" : "my-website", "version" : "1.0.0", "description" : "", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Ben Honda", "license" : "ISC", "devDependencies" : {"alpinejs" : "^3.9.5", "browser-sync" : "^2.27.9", "graceful-fs" : "^4.2.9", "gulp" : "^4.0.2", "g... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "req... | {"title" : "Stopping Power", "description" : "", "type" : "effects", "tags" : ["realism", "roleplay"], "ignore" : [".git/*", "README.md", "LICENSE"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "type", "tags", "ignore"], "$schema": "htt... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "so... | {"ast" : null, "code" : "var _interopRequireDefault = require(\"@babel/runtime/helpers/interopRequireDefault\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = overlay;\n\nvar _color = _interopRequireDefault(require(\"color\"));\n\nvar _reactNative = require(\"react-native\")... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["url", "name", "description", "author"], "$schema": "http://json-schema.org/draft-07/schem... | {"url" : "https://github.com/jeremydaly/eleventy-tailwind-template", "name" : "Eleventy Tailwind Template", "description" : "Starter template for building Eleventy static sites with Tailwind CSS automatically generating the corresponding styles and writing them to a static CSS file.", "author" : "jeremydaly"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["url", "name", "description", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "eu": {"type": "integer"}, "duration": {"type": "integer"}, "item_inputs": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "re... | {"type" : "modern_industrialization:assembler", "eu" : 32, "duration" : 1000, "item_inputs" : [{"item" : "modern_industrialization:highly_advanced_upgrade", "amount" : 32}, {"item" : "modern_industrialization:quantum_circuit", "amount" : 8}, {"item" : "modern_industrialization:singularity", "amount" : 1}, {"item" : "mo... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "eu": {"type": "integer"}, "duration": {"type": "integer"}, "item_inputs": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["item", "amount"]}}, "fluid_inputs": {"type": "ob... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"inputFiles": {"type": "array", "items": {"type": "string"}}, "theme": {"type": "string"}, "readme": {"type": "string"}, "mode": {"type": "string"}, "exclude": {"type": "string"}, "out": {"type": "string"}, "disable... | {"inputFiles" : ["./everflow"], "theme" : "./docs/themes/typedoc-everflow", "readme" : "./docs/README.md", "mode" : "file", "exclude" : "**/*-error.ts", "out" : "./docs/dist", "disableOutputCheck" : true, "name" : "API"} | json_instruct | {"type": "object", "properties": {"inputFiles": {"type": "array", "items": {"type": "string"}}, "theme": {"type": "string"}, "readme": {"type": "string"}, "mode": {"type": "string"}, "exclude": {"type": "string"}, "out": {"type": "string"}, "disableOutputCheck": {"type": "boolean"}, "name": {"type": "string"}}, "requir... |
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" : "andantino", "definition" : "Rather quicker than andante; between that allegretto. Note: Some, taking andante in its original sense of \"going,\" and andantino as its diminutive, or \"less going,\" define the latter as slower than andante."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"0-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type":... | {"0-19" : "6", "20-29" : "59", "30-39" : "113", "40-49" : "374", "50-59" : "1045", "60-69" : "2504", "70-79" : "4169", "80+" : "7181", "total" : "15453"} | json_instruct | {"type": "object", "properties": {"0-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}, "total": {"type": "string"}}, "required": ["0-19", "20-29... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"commit": {"type": "object", "properties": {"commit": {"type": "string"}, "author": {"type": "string"}, "time": {"type": "string"}, "files": {"type": "integer"}, "merge": {"type": "boolean"}, "message": {"type... | {"commit" : {"commit" : "aed229fc2156def76d8b644f6a3c9dceb55256bb", "author" : "Scott Chamberlain <myrmecocystus@gmail.com>", "time" : "2020-11-02 19:55:19", "files" : 2, "merge" : false, "message" : "replace CI badge in readme\n"}, "repo" : "https://github.com/ropensci/finch", "pkg" : "finch"} | json_instruct | {"type": "object", "properties": {"commit": {"type": "object", "properties": {"commit": {"type": "string"}, "author": {"type": "string"}, "time": {"type": "string"}, "files": {"type": "integer"}, "merge": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["commit", "author", "time", "files", "merge", "me... |
Using the following JSON schema, generate a compatible 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": {"type": ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Anuling Lejos II, Mendez, Cavite, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.cavite.mendez.anuling-lejos-ii", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "r... | 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": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"... | {"name" : "@tiaanduplessis/scanports", "version" : "1.0.0", "description" : "Modest port scanner", "main" : "index.js", "repository" : "https://github.com/tiaanduplessis/scanports", "author" : "Tiaan du Plessis <tiaanduplessis@hotmail.com>", "license" : "MIT", "scripts" : {"lint" : "standard --fix"}, "keywords" : ["sca... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "... | {"name" : "typescript-with-react", "version" : "1.0.0", "description" : "repo for the egghead course: Use Typescript to develop React applications", "main" : "index.js", "scripts" : {"test" : "jest", "build" : "webpack ./webpack.config.js", "start" : "webpack-dev-server ./webpack.config.js --content-base ./public"}, "k... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "build", "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "displayId": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "emailAddress": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", ... | {"id" : "abcdef0123abcdef4567abcdef8987abcdef6543", "displayId" : "abcdef0123a", "author" : {"name" : "charlie", "emailAddress" : "charlie@example.com", "displayName" : "Charlie Brown"}, "authorTimestamp" : 1484800877151, "message" : "WIP on feature 1", "committer" : {"name" : "john", "emailAddress" : "john@example.com... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "displayId": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "emailAddress": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "emailAddress", "displayName"]}, "authorTimestamp": {"type": "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name"... | {"contacts" : [{"name" : "MR.ALKA GUPTA", "email" : "", "designation" : "", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=7558", "name" : "SAMRIDHI SOCIETY", "primaryEmail" : "societysamridhi@gmail.com", "organisationType" : ["Support"], "telephone" : ["919358838895"], "mainAddrres... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "chil... | {"code" : 1812070, "parent" : 1812, "name" : "GUNUNG AGUNG", "latitude" : "-4.2186964239993", "longitude" : "105.04219243098", "postal" : [34483, 34486, 34783], "children" : [1812070001, 1812070002, 1812070003, 1812070004, 1812070005, 1812070006, 1812070007, 1812070009, 1812070010, 1812070011, 1812070012, 1812070013]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"actual": {"type": "number"}, "country": {"type": "string"}, "currency": {"type": "string"}, "name": {"type": "string"}, "previous": {"type": "number"}, "timestamp": {"type": "integer"}, ... | [{"actual" : 117.0, "country" : "United States", "currency" : "USD", "name" : "U.S. Baker Hughes Oil Rig Count", "previous" : 136.0, "timestamp" : 929725200, "volatility" : 1}, {"actual" : 59.8, "country" : "United States", "currency" : "USD", "name" : "CFTC Crude Oil speculative net positions", "previous" : 34.3, "tim... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"actual": {"type": "number"}, "country": {"type": "string"}, "currency": {"type": "string"}, "name": {"type": "string"}, "previous": {"type": "number"}, "timestamp": {"type": "integer"}, "volatility": {"type": "integer"}}, "required": ["actual", "country", "c... |
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"}, "build": {"type": "string"}}, "req... | {"name" : "todoapp", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "webpack --mode development", "build" : "webpack --mode production"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"@babel/cli" : "^7.13.14", "@babel/core" : "^7.13.14", "@babel/preset-env" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "keywords": {"type": "array",... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "This should be added to a track after the joint."} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"ty... | {"name" : "Project Name", "description" : "", "main" : "index.html", "authors" : ["SIL"], "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "vendor", "vendor_bower", "test", "tests"], "dependencies" : {"angular" : "~1.3.x", "angular-route" : "~1.3.x", "angular-resource" : "~1.3.x", "angular-ui-b... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "... | {"title" : "Learning to Align the Source Code to the Compiled Object Code.", "fields" : ["code generation", "source code", "object code", "programming language", "debug symbol"], "abstract" : null, "citation" : "Citations (3)", "year" : "2017", "departments" : ["Tel Aviv University"], "conf" : "icml", "authors" : ["Dor... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "linked_articles": {"type": "array", "items": {}}}, "required": ["title", "description", "linked_articles"], "$schema": "http://json-schema.org/draft-07/schema#... | {"title" : "TEST_TITLE", "description" : "French institutions of higher education", "linked_articles" : []} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "linked_articles": {"type": "array", "items": {}}}, "required": ["title", "description", "linked_articles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"access_token": {"type": "string"}, "refresh_token": {"type": "string"}, "scope": {"type": "string"}, "token_type": {"type": "string"}, "expiry_date": {"type": "integer"}}, "required": ["access_token", "refresh_token... | {"access_token" : "ya29.GlshB9ejmv8Dqe2dlg3RtP1xBi2cygXiWCp-iTw8JhK5WwAXqjpN7SE1PQIaPB8c9oGotOI0B5kfaoRyqGcaJGdjK9hLXdj8qkog1oI7iut7MFsMuVVl2EP08unc", "refresh_token" : "1/GxAxXFz-WwuZkytjVUWL8wdxTrEBPVdPFKD-0SDAUnA", "scope" : "https://www.googleapis.com/auth/drive.metadata.readonly", "token_type" : "Bearer", "expiry_... | json_instruct | {"type": "object", "properties": {"access_token": {"type": "string"}, "refresh_token": {"type": "string"}, "scope": {"type": "string"}, "token_type": {"type": "string"}, "expiry_date": {"type": "integer"}}, "required": ["access_token", "refresh_token", "scope", "token_type", "expiry_date"], "$schema": "http://json-sche... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.