input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite...
{"ast" : null, "code" : "import * as React from 'react';\nexport default function FooterRow(props) {\n return React.createElement(\"tr\", Object.assign({}, props));\n}", "map" : {"version" : 3, "sources" : ["/Users/pettychen/physicle/node_modules/rc-table/es/Footer/Row.js"], "names" : ["React", "FooterRow", "props", "...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2577e723eb8b6e5e06db13e78e3616823db4dfb0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "respository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "addons": {"type": "array", "items": {"type": "string"}}}, "required"...
{"name" : "Are.na", "description" : "Are.na integration with Slack.", "respository" : "https://github.com/dblock/slack-arena", "keywords" : ["slack", "bots", "are.na"], "addons" : ["mongolab"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "respository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "addons": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "respository", "keywords", "addon...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInS...
{"ExpandedNodes" : ["", "\\node_modules\\@types\\jquery", "\\node_modules\\jquery", "\\node_modules\\jquery\\dist", "\\src", "\\style"], "SelectedNode" : "\\src\\visual.ts", "PreviewInSolutionExplorer" : false}
json_instruct
{"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "command": {"type": "string"}, "isShellCommand": {"type": "boolean"}, "args": {"type": "array", "items": {"type": "string"}}, "showOutput": {"type": "string"}, "isWatching": {"type...
{"version" : "0.1.0", "command" : "babel", "isShellCommand" : true, "args" : ["src", "--out-dir", "dist", "--source-maps", "--watch"], "showOutput" : "silent", "isWatching" : true}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "command": {"type": "string"}, "isShellCommand": {"type": "boolean"}, "args": {"type": "array", "items": {"type": "string"}}, "showOutput": {"type": "string"}, "isWatching": {"type": "boolean"}}, "required": ["version", "command", "isShellCommand", "args"...
Create a JSON structure that matches this schema definition: {"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" : "Aragorn, Wingfoot (4P364)", "text" : "Set:\tThe Two Towers\nKind:\tFree People\nCulture:\tGondor\nTwilight:\t4\nCard Type:\tCompanion \u2022 Man\nStrength:\t8\nVitality:\t4\nResistance:\t6\nSignet:\tAragorn\nGame Text:\tRanger. Each time the fellowship moves, you may wound a minion for each unbound Hobbit y...
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "alpha": {"type": "number"}}, "required": ["type", "alpha"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "origins:model_color", "alpha" : 0.5}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "alpha": {"type": "number"}}, "required": ["type", "alpha"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id_4585": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, ...
{"id_4585" : {"title" : "Anna Karenina, Book 8", "language" : "English", "totaltime" : "2:10:58", "url_librivox" : "http://librivox.org/anna-karenina-book-8-by-leo-tolstoy/", "url_iarchive" : "http://www.archive.org/details/annakarenina_8_1008_librivox", "readers" : ["3645"], "authors" : "217", "genres" : "Historical F...
json_instruct
{"type": "object", "properties": {"id_4585": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"...
{"stationId" : 1110718, "stationGroupId" : 1110718, "name" : "\u6d66\u5e4c", "lineId" : 11107, "zipCode" : "089-5603", "pref" : "\u5317\u6d77\u9053", "city" : "\u5341\u52dd\u90e1\u6d66\u5e4c\u753a", "town" : "\u672c\u753a", "longitude" : 143.651568, "latitude" : 42.810849, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "strin...
{"name" : "longestpoem", "version" : "3.0.0", "description" : "Longest Poem in the World", "author" : {"name" : "Andrei Gheorghe", "email" : "andreig@gmail.com", "url" : "http://www.idevelop.ro"}, "homepage" : "http://www.longestpoemintheworld.com", "repository" : {"type" : "git", "url" : "https://github.com/idevelop/l...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "homepage": {"type": "st...
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-client": {"t...
{"name" : "graphistic-portfolio", "version" : "1.0.0", "description" : "a static web site containing the graph showing publisher's experiences.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build-client" : "npm run clean && parcel build client/src/index.html --out-dir docs...
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-client": {"type": "string"}, "dev-client": {"type": "string"}, "clean": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["440983115001", "\u6d2a\u51a0\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["440983115201", "\u5927\u6a1f\u6751\u59d4\u4f1a", "121", "0"], ["440983115202", "\u84dd\u6751\u6751\u59d4\u4f1a", "121", "0"], ["440983115203", "\u4e91\u4e3d\u6751\u59d4\u4f1a", "122", "0"], ["440983115204", "\u9526\u8863\u6751\u59d4\u4f1a", ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash_nf": {"type": "string"}, "url_nf": {"type": "string"}, "text": {"type": "string"}, "tgph": {"type": "string"}, "port": {"type": "string"}, "original": {"type": "string"}, "not_allowed": {"type": "string"}, "s...
{"hash_nf" : "Hash not found...\nThis message may be old.", "url_nf" : "Invalid link:\n{text}", "text" : "Text", "tgph" : "Telegra.ph", "port" : "Portuguese", "original" : "Original", "not_allowed" : "You can't use this, only {first_name} can", "settings_txt" : "What would you like to configure?", "np_settings" : "Now ...
json_instruct
{"type": "object", "properties": {"hash_nf": {"type": "string"}, "url_nf": {"type": "string"}, "text": {"type": "string"}, "tgph": {"type": "string"}, "port": {"type": "string"}, "original": {"type": "string"}, "not_allowed": {"type": "string"}, "settings_txt": {"type": "string"}, "np_settings": {"type": "string"}, "la...
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": "null"}}, "required": ["contract", "tool",...
{"contract" : "0x67ad530ecdfd7ac8289362914e88d018e8b3f3f0", "tool" : "securify", "start" : 1563519848.9771783, "end" : 1563519852.0505447, "duration" : 3.073366403579712, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["#/properties/update_configs/items/properties/automerged_updates/items/properties/match/properties/dependency_type/examples/0"]
json_instruct
{"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": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "str...
{"schemaVersion" : 1, "id" : "mobspawnlimit", "version" : "${version}", "name" : "MobSpawnLimit Mod", "description" : "\u30e2\u30d6\u30b9\u30dd\u30fc\u30f3\u6570\u5236\u9650Mod", "authors" : ["Sistr"], "contact" : {"homepage" : "https://forum.civa.jp/viewtopic.php?f=3&t=119", "sources" : "https://github.com/SistrScarle...
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"google_compute_instance_from_template": {"type": "object", "properties": {"status": {"type": "string"}, "subcategory": {"type": "string"}, "layout": {"type": "string"}, "page_title": {"type": "string"}, "sidebar_current": {"ty...
{"google_compute_instance_from_template" : {"status" : "ASSESS", "subcategory" : "Compute Engine", "layout" : "google", "page_title" : "Google: google_compute_instance_from_template", "sidebar_current" : "docs-google-compute-instance-from-template", "description" : "Manages a VM instance resource within GCE.", "argumen...
json_instruct
{"type": "object", "properties": {"google_compute_instance_from_template": {"type": "object", "properties": {"status": {"type": "string"}, "subcategory": {"type": "string"}, "layout": {"type": "string"}, "page_title": {"type": "string"}, "sidebar_current": {"type": "string"}, "description": {"type": "string"}, "argumen...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"cisco_facility": {"type": "string"}, "cisco_mnemonic": {"type": "string"}, "cisco_priority": {"type": "string"}, "event.tags": {"type": "array", "items": {"type": "string"}}, "inner_datetime": {"t...
[{"cisco_facility" : "IOSXE", "cisco_mnemonic" : "PLATFORM", "cisco_priority" : "6", "event.tags" : ["iosxe_seqno_timestamp_msec_tz_origin"], "inner_datetime" : "Mar 26 11:42:43", "inner_host" : "RTR01", "inner_msec" : "832", "inner_tz" : "MST", "message" : "cpp_cp: QFP:0.0 Thread:001 TS:00030437466936823026 %FW-6-DROP...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"cisco_facility": {"type": "string"}, "cisco_mnemonic": {"type": "string"}, "cisco_priority": {"type": "string"}, "event.tags": {"type": "array", "items": {"type": "string"}}, "inner_datetime": {"type": "string"}, "inner_host": {"type": "string"}, "inner_msec...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "...
{"userId" : 64320, "cartId" : "528a960d-c68f-4d43-9279-2d198082649a", "preferredProducts" : [62, 4766, 2145, 1901, 1290, 4502, 998, 4470, 2339, 2071], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"bbox" : "76 140 384 360", "used" : false, "class_name" : "train"}, {"bbox" : "330 142 500 354", "used" : false, "class_name" : "train"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"simplebar.css": {"type": "string"}, "simplebar.js": {"type": "string"}, "simplebar.min.css": {"type": "string"}, "simplebar.min.js": {"type": "string"}}, "required": ["simplebar.css", "simplebar.js", "simplebar.mi...
{"simplebar.css" : "sha256-Cbtv8hK8f3wRQ46trTSE9iRS5sD+r777f1b67ZmzO+o=", "simplebar.js" : "sha256-MZnP2oEKJ15BI6Z/8PvtvpHEbbR94a22pYRBb7D+CCA=", "simplebar.min.css" : "sha256-MxJC3r4EIj+NzTirSq6/PXOY9YtvkLwuIwakDiHua48=", "simplebar.min.js" : "sha256-rVBTzrI10BJRwGSqI/RMYpgXqGSW4tpCN3B8vk7IbjQ="}
json_instruct
{"type": "object", "properties": {"simplebar.css": {"type": "string"}, "simplebar.js": {"type": "string"}, "simplebar.min.css": {"type": "string"}, "simplebar.min.js": {"type": "string"}}, "required": ["simplebar.css", "simplebar.js", "simplebar.min.css", "simplebar.min.js"], "$schema": "http://json-schema.org/draft-07...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "AND SO AFFORD US BUT VERY SPARINGLY ANY CERTAIN, UNIVERSAL, AND USEFUL TRUTHS.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/11857.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": ...
{"contract" : "0x1eb0d4794d4067ed004c9d55ff6eb50620b27c58", "tool" : "maian", "start" : 1565527240.3003976, "end" : 1565527602.521566, "duration" : 362.2211682796478, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BankServer": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLine...
{"profiles" : {"BankServer" : {"commandName" : "Project", "commandLineArgs" : "-p 50053 -i 127.0.0.1"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BankServer": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["BankServer"]}}, "required": ["profiles"], "$schema": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight...
{"id" : 4073, "name" : "Damp tinderbox", "qualified_name" : "Damp tinderbox", "examine" : "Not so useful for lighting a fire.", "members" : true, "release_date" : "2004-12-21", "quest" : false, "weight" : 0.035, "value" : 1, "tradeable" : true, "stackable" : false, "noteable" : true, "equipable" : false, "tradeable_ge"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tra...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "prope...
{"id" : "86b56a7f-2135-4ff9-b397-bab578601b67", "playerTags" : ["4ecee7be-93e4-4f04-b114-6b333e0e6408"], "teamTags" : ["979aee4a-6d80-4863-bf1c-ee1a78e06024"], "gameTags" : [], "metadata" : {"type" : 0, "after" : 0.5968475833138098, "before" : 0.5791782806643218, "parent" : "77737781-2296-478f-b823-5e8c4ce802f5"}, "cre...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"type": {"type": "integer"}, "after": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "s...
{"name" : "@bouncyapp/react-native-apple-music", "title" : "React Native Apple Music", "version" : "1.0.3", "description" : "A react native module for the Apple Music API", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+ssh://git@g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "prop...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Gimnasia (M)", "1", "2", "Rosario Central", "Torneo Nacional 1982 - Torneo Nacional"], ["Rosario Central", "3", "0", "Gimnasia (M)", "Torneo Nacional 1982 - Torneo Nacional"], ["Rosario Central", "4", "1", "Gimnasia (M)", "Nacional 1981 - Grupo A"], ["Gimnasia (M)", "3", "2", "Rosario Central", "Nacional 1981 - Grup...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}...
{"name" : "Yote", "version" : "0.0.1", "private" : true, "scripts" : {"start" : "node node_modules/react-native/local-cli/cli.js start", "test" : "jest"}, "dependencies" : {"react" : "16.0.0-alpha.12", "react-native" : "0.47.2", "react-navigation" : "^1.0.0-beta.11", "history" : "^4.6.3", "lodash" : "^4.13.1", "moment"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"react": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}...
[{"postal_code" : "99189", "place_name" : "San Jos\u00e9 de Lourdes", "place_type" : "Rancher\u00eda", "county" : "Fresnillo", "state" : "Zacatecas", "city" : ""}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "description_zh-cn": {"type": "string"}, "type": {"type": "string"}, "root": {"type": "string"}, "repository": {"type": "object", "properties": {"github": {"type...
{"name" : "Interactive", "description" : "Examples of variant frontend-backend interaction techniques", "description_zh-cn" : "\u591a\u79cd\u524d\u540e\u7aef\u4ea4\u4e92\u6280\u672f\u7684\u793a\u4f8b EdgerOS APP", "type" : "demo", "root" : "/interactive", "repository" : {"github" : "https://github.com/edgeros/app-demo-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "description_zh-cn": {"type": "string"}, "type": {"type": "string"}, "root": {"type": "string"}, "repository": {"type": "object", "properties": {"github": {"type": "string"}, "gitee": {"type": "string"}}, "required": ["gith...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "version-string": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "name", "version-string", "dependencie...
{"$schema" : "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name" : "arcdps-killproof-me-plugin", "version-string" : "2.6.4", "dependencies" : ["cpr"]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "version-string": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "name", "version-string", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}}, "required": ["api-version", "subscriptionId"]}, "responses": {"type": "object", "properties": {"200": ...
{"parameters" : {"api-version" : "2021-02-01-preview", "subscriptionId" : "20ff7fc3-e762-44dd-bd96-b71116dcdc23"}, "responses" : {"200" : {"body" : {"value" : [{"name" : "mySensor", "id" : "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.IoTSecurity/sensors/mySensor", "type" : "Microsoft.IoTSecu...
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}}, "required": ["api-version", "subscriptionId"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "obj...
{"name" : "my-webpack", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/spademan/my-webpack.git", "author" : "\u9ec4\u6c38 <huangyong@kuaizi.co>", "license" : "MIT", "dependencies" : {"@babel/core" : "^7.12.10", "@babel/preset-env" : "^7.12.11", "@babel/traverse" : "^7.12.10", "fs" : "^0.0....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array",...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [504.61, 139.095, 0.894601, 516.427, 251.076, 0.852489, 430.949, 251.098, 0.825645, 318.947, 316.032, 0.879021, 186.222, 318.819, 0.835499, 604.873, 248.252, 0.810814, 734.602, 295.335, 0.863549, 861.237, 292.338, 0.899941, 528.212, 534.12, 0.70015, 475.191, 537.085,...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date...
{"id" : 38537, "node" : [{"id" : 38537, "name" : "\u62e1\u6563\u6027\u30df\u30ea\u30aa\u30f3\u30a2\u30fc\u30b5\u30fc", "nameCN" : "\u6269\u6563\u6027\u767e\u4e07\u4e9a\u745f\u738b", "image" : "//lain.bgm.tv/pic/cover/m/66/73/38537_JJhSj.jpg", "date" : "2012-04-09"}, {"id" : 101374, "name" : "\u4e56\u96e2\u6027\u30df\u3...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$s...
{"cam/image_array" : "4501_cam-image_array_.jpg", "user/throttle" : 0.30000001192092896, "user/angle" : 0.5172441005706787, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "anomalism", "definition" : "An anomaly; a deviation from rule. Hooker."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"@path": {"type": "string"}, "@parent": {"type": "string"}}, "required": ["@path", "@parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@path" : "./hi/info", "@parent" : "./info"}
json_instruct
{"type": "object", "properties": {"@path": {"type": "string"}, "@parent": {"type": "string"}}, "required": ["@path", "@parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type...
{"id" : 404393889, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e0bca7a072e07ecd58eee221df514249", "wof:id" : 404393889, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.56374848455512, 44.10132485570147, -0.45016001270252, 44.176540838772...
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": ["...
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"}, "dev": {"type": "st...
{"name" : "backend", "version" : "1.0.0", "description" : "", "main" : "./api", "scripts" : {"start" : "node .", "dev" : "nodemon .", "test" : "echo \"Error: no test specified\" && exit 1", "dev:test" : "mocha ./api/tests/**/*$NAME*.{test,spec}.js --exit", "dev:test:coverage" : "nyc --all npm run dev:test", "lint" : "e...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}, "dev:test": {"type": "string"}, "de...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}, "changeLogEntryFileNames": {"type": "array", "items": {"type": "string"}}, "genericProperties": {"type": "object", "properties": {}, "required": []}}, "required": ["...
{"version" : "1.4.37", "date" : "16.11.2017", "changeLogEntryFileNames" : ["12198.SUP-5142.bugfix"], "genericProperties" : {}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}, "changeLogEntryFileNames": {"type": "array", "items": {"type": "string"}}, "genericProperties": {"type": "object", "properties": {}, "required": []}}, "required": ["version", "date", "changeLogEntryFileNames", "genericPropertie...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"results": {"type": "object", "properties": {"id": {"type": "string"}, "channel": {"type": "string"}, "connector": {"type": "string"}, "chatId": {"type": "string"}, "fallbacked": {"type": "boolean"}, "fallbackConfig": {"type": "o...
{"results" : {"id" : "f90ec53f-2265-4210-96f4-2c31d784e018", "channel" : "c11ea08e-3e10-4838-9322-6ad2062297c4", "connector" : "90f862a3-6ec3-4ea1-836b-4b34d1d0aef2", "chatId" : "f90ec53f-2265-4210-96f4-2c31d784e018", "fallbacked" : false, "fallbackConfig" : {}, "participant" : [], "messages" : []}, "message" : "Conver...
json_instruct
{"type": "object", "properties": {"results": {"type": "object", "properties": {"id": {"type": "string"}, "channel": {"type": "string"}, "connector": {"type": "string"}, "chatId": {"type": "string"}, "fallbacked": {"type": "boolean"}, "fallbackConfig": {"type": "object", "properties": {}, "required": []}, "participant":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"script-src": {"type": "array", "items": {"type": "string"}}}, "required": ["script-src"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"script-src" : ["'self'", "www.example.com"]}
json_instruct
{"type": "object", "properties": {"script-src": {"type": "array", "items": {"type": "string"}}}, "required": ["script-src"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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:i...
{"id" : 1125931549, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "7b1d171aa5b25ec63338e7788267d1fb", "wof:id" : 1125931549, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.67541, 48.95791, 1.67541, 48.95791], "geometry" : {"coordinates" : [1.67541, 48.9579...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type...
{"ast" : null, "code" : "import createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n d: \"M16 7h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.31.31-.09.85.36.85H14v4.17l2 2V7zM2.1 3.51c-.39...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"watchingActivity": {"type": "string"}, "replay": {"type": "object", "properties": {"matchDuration": {"type": "string"}, "gameVersion": {"type": "string"}, "noMapPreviewImageAvailable": {"type": "string"}, "requestCustomMapSuppor...
{"watchingActivity" : "Replays", "replay" : {"matchDuration" : "Dur\u00e9e de la partie", "gameVersion" : "Version du jeu", "noMapPreviewImageAvailable" : "L'image de pr\u00e9visualisation de la carte n'est pas disponible.", "requestCustomMapSupportLinkTitle" : "Request support for this map", "chat" : {"loadAllByReacti...
json_instruct
{"type": "object", "properties": {"watchingActivity": {"type": "string"}, "replay": {"type": "object", "properties": {"matchDuration": {"type": "string"}, "gameVersion": {"type": "string"}, "noMapPreviewImageAvailable": {"type": "string"}, "requestCustomMapSupportLinkTitle": {"type": "string"}, "chat": {"type": "object...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "astromine:block/basic_electric_furnace"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "ite...
{"name" : "miao-kiyama", "description" : "mpBlog, code by nodejs", "main" : "server.js", "authors" : ["jjz"], "license" : "MIT", "keywords" : ["jjz"], "homepage" : "", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"jquery" : "^3.1.0", "bootstrap" : "^3.3....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "private": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "prop...
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "DORES DE GUANH\u00c3ES", "Description" : "DORES DE GUANH\u00c3ES / MG"}, "geometry" : {"type" : "LineString", "coordinates" : [[-42.8003840004...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_...
{"id" : "18643589", "tms:id" : "196661", "accession_number" : "1993-13-2", "title" : "Figure, ca. 1960", "url" : "http://collection.cooperhewitt.org/objects/18643589/", "department_id" : "35347497", "period_id" : null, "media_id" : "35418527", "type_id" : "35237189", "date" : "ca. 1960", "year_start" : "1955", "year_en...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "da...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "brand_name": {"type": "string"}, "nutrition": {"type": "string"}}, "required": ["id", "brand_name", "nutrition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "FOOD_A_ID", "brand_name" : "FOOD_A", "nutrition" : "High Protein"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "brand_name": {"type": "string"}, "nutrition": {"type": "string"}}, "required": ["id", "brand_name", "nutrition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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:i...
{"id" : 101889205, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "f54e99e9076fb741b9fad2d9779114db", "wof:id" : 101889205, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.0506, 47.39696, 6.0506, 47.39696], "geometry" : {"coordinates" :...
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": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start:ts:node": {"type": "string"}, "start": {"type": "string"}, ...
{"name" : "type-graphql-series", "version" : "1.0.0", "main" : "dist/index.js", "license" : "MIT", "scripts" : {"start:ts:node" : "nodemon --exec ts-node src/index.ts", "start" : "run-p watch run:local", "watch" : "webpack --config ./webpack.config.js --watch", "build" : "webpack --config ./webpack.config.js", "run:loc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start:ts:node": {"type": "string"}, "start": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email...
{"id" : 127117, "name" : "amor doce tema:bts jungkook e jimin", "description" : "um tema dos bts eu queria deixar assim por que achei ele muit bonito eai quiz compartilhar esse lindo tema com vcs!!", "user" : {"id" : 318163, "name" : "lyrissa", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : n...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["types-markupsafe"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"bridge.console.js": {"type": "string"}, "bridge.console.min.js": {"type": "string"}, "bridge.js": {"type": "string"}, "bridge.meta.js": {"type": "string"}, "bridge.meta.min.js": {"type": "string"}, "bridge.min.js":...
{"bridge.console.js" : "sha512-B47UiHYYSpDFABU4EJUWO90kccrTHzl3AmEFz9q5pOIRkFq6Y/Tt4ec4maiQ2vym0Dzt8yLDroke3IOjYees4Q==", "bridge.console.min.js" : "sha512-vOUCf/bH9l2miaDpGTfYFHeSmuPPr0DCr8pukn7hUCStD5mnB6gNqOtdIA0duaek4Udnj30piBwQnyYLNz2Fgg==", "bridge.js" : "sha512-XbMKqZWeN9HRU0zC+YgMOYeimLkojF3DPaDA2ak/U0gh6Ho6/s5...
json_instruct
{"type": "object", "properties": {"bridge.console.js": {"type": "string"}, "bridge.console.min.js": {"type": "string"}, "bridge.js": {"type": "string"}, "bridge.meta.js": {"type": "string"}, "bridge.meta.min.js": {"type": "string"}, "bridge.min.js": {"type": "string"}, "newtonsoft.json.js": {"type": "string"}, "newtons...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": ...
{"topic" : "Photon Map: Mac Installation", "category" : "radiance-general", "attachments" : [], "created_by_name" : "George Makrythanasis", "created_at" : "September 29, 2008 at 03:47PM", "body" : "Hi,\n\n\nI would like to ask if anybody managed to run photon mapping in Mac. \nThe only info I found in the forum was fr...
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["to...
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"}, "star...
{"name" : "bootstrap-4-playground", "version" : "0.0.1", "description" : "A basic setup for building components using Bootstrap 4 Beta", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "webpack", "start" : "webpack-dev-server --open"}, "repository" : {"type" : "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"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "build", "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type"...
{"name" : "bfunky/http-parser", "type" : "library", "description" : "A library to parse HTTP headers and HTTP header fields", "keywords" : ["http", "parser", "http parser", "http fields", "http request", "http response"], "license" : "MIT", "authors" : [{"name" : "Jairo Rodr\u00edguez", "email" : "jairo@bfunky.net", "h...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013880": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie...
{"type" : "Topology", "objects" : {"E01013880" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00070002", "LAD11CD" : "E06000018"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013880": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"model": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "label": {"ty...
{"model" : {"kind" : "model", "name" : "restContext", "title" : "Rest Context", "description" : "Configuration of REST services using rest-dsl using XML", "deprecated" : false, "label" : "spring,configuration,rest", "javaType" : "org.apache.camel.spring.xml.CamelRestContextFactoryBean", "input" : false, "output" : fals...
json_instruct
{"type": "object", "properties": {"model": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "label": {"type": "string"}, "javaType": {"type": "string"}, "input": {"type": "boolean"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "tags": {"type": "array", "items": {"type": "string"}}, "ll...
{"name" : "St. Anton Am Arlberg", "url" : {"host" : "https://www.stantonamarlberg.com", "pathname" : "/en/service/lifts-and-pistes"}, "tags" : ["Alps", "Austria"], "ll" : [10.264, 47.127499], "twitter" : "StantonReview"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "tags": {"type": "array", "items": {"type": "string"}}, "ll": {"type": "array", "items": {"type": "number"}}, "twitter": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}...
[{"postal_code" : "20140", "place_name" : "Morelos", "place_type" : "Colonia", "county" : "Aguascalientes", "state" : "Aguascalientes", "city" : "Aguascalientes"}, {"postal_code" : "20140", "place_name" : "Las Hadas", "place_type" : "Fraccionamiento", "county" : "Aguascalientes", "state" : "Aguascalientes", "city" : "A...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"slideout.js": {"type": "string"}, "slideout.min.js": {"type": "string"}}, "required": ["slideout.js", "slideout.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slideout.js" : "sha512-y3dWhNd+8DmxeniUhT5YtE6figJ4Xp7cgwhNMMe/Ph2NGzqBVkIzNk7g2ddHevR18v938ZBIcIoODwgIYqjqrA==", "slideout.min.js" : "sha512-PxaHW1MfmVwr3zFyNgbnv5lXin5k7MhtJKu4iX6VCaeBT4qX4D9Ua03HK6q1Hs9B5wcIsjOZam3WNYmZlnuGZQ=="}
json_instruct
{"type": "object", "properties": {"slideout.js": {"type": "string"}, "slideout.min.js": {"type": "string"}}, "required": ["slideout.js", "slideout.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", ...
{"slug" : "userpoints_nc", "name" : "User points Nodes and Comments", "latest_version" : "1.x-dev", "last_updated" : "2018-03-28T19:16:22.439Z", "vulnerabilities" : null}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kabupaten": {"type": "string"}, "name": {"type": ...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "920203", "id_kabupaten" : "9202", "name" : "Warmare"}, {"id" : "920204", "id_kabupaten" : "9202", "name" : "Prafi"}, {"id" : "920205", "id_kabupaten" : "9202", "name" : "Masni"}, {"id" : "920212", "id_kabupaten" : "9202", "name" : "Manokwar...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kabupaten": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kabupaten", "name"]}}}, "required": ["code...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3523170018", "district_id" : "3523170", "name" : "GLONDONGGEDE"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "string"}, "categories": {"type": "string"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "string...
[{"section" : "skills", "categories" : "Platforms / OS / Heuristics", "skills" : [{"rows" : ["Spring Framework 3-4 | Springboot | Java EE", "AngularJS 1.x", "ReactJS 14+", "Jenkins 2.0 CI Server"]}, {"rows" : ["ATDD/TDD in practice within CI/CD", "Twitter Bootstrap", "Subversion", "Git & GitHub"]}, {"rows" : ["LAMP", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"section": {"type": "string"}, "categories": {"type": "string"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "string"}}}, "required": ["rows"]}}}, "required": ["section", "categories", "sk...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties...
{"contract" : "0x69d045bac710314e7be2460765a1b650e72705a5", "tool" : "honeybadger", "start" : 1565887668.762695, "end" : 1565887955.6101909, "duration" : 286.84749579429626, "analysis" : [{"errors" : [], "file" : "/unique_chucks/12/0x69d045bac710314e7be2460765a1b650e72705a5.sol", "name" : "BinTraid"}, {"errors" : [], "...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id_3075": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3075"], "$schema": "http://json-schema.org/draft-0...
{"id_3075" : {"publicdate" : "2009-04-24 08:57:50", "title" : "Echo"}}
json_instruct
{"type": "object", "properties": {"id_3075": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3075"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "novesues:block/stone_shvl"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "1f1edb7b9c966224db90", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"line" : 2, "column" : 14, "msg" : "Type parameter list cannot be empty."}, {"line" : 2, "column" : 15, "msg" : "Type parameters cannot appear on a constructor declaration."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri...
{"latest_version" : ["0.0.6"], "meta" : {"description" : "kube shields flask frontend", "homepage" : "https://github.com/ccpgames/kube_shields/", "license" : ""}, "versions" : {"0.0.1" : {"sha256" : "2349b1f5941b5db6977f03fa0406952669f1d16115d695e778d3ce1d9c2e1e4e", "url" : "https://files.pythonhosted.org/packages/17/d...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]...
{"name" : "whats-up", "version" : "0.0.1", "description" : "Whats Up - Vanilla JS Member Management Example with Status Update Visibility using Pusher Realtime APIs", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "mAppMechanic (Rahat Khanna)", "license" : "ISC", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "...
{"name" : "foundation-kawpow", "version" : "0.0.3", "main" : "./index.js", "description" : "KawPOW algorithm hashing and verification functions for NodeJS.", "keywords" : ["mining", "kawpow", "ravencoin", "raven"], "homepage" : "https://github.com/Blinkhash/foundation-kawpow", "bugs" : {"url" : "https://github.com/Blin...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "r...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "generated": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"]}, "hash": {"type": "string"}, "cacheData...
{"id" : "6s8z", "dependencies" : [], "generated" : {"html" : "<!DOCTYPE html><html> <head> <meta charset=\"UTF-8\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <title>Servant TS</title> </head> <body> <script defer src=\"https://use.fontawesome.com/releases/v5.3.1/js/all.js\"></script> <d...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "generated": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"]}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {}, "required": []}}, "required": ["id"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-78.670723, 41.946554], [-78.665718, 41.951378], [-78.666384, 41.955637], [-78.664247, 41.957128], [-78.662384, 41.957182], [-78.663221, 41.960032], [-78.667437, 41.959551], [-78.666775, 41.963117], [-78.664045, 41.962932...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Bokaro": {"type": "number"}, "Chatra": {"type": "number"}, "Deoghar": {"type": "number"}, "Dhanbad": {"type": "number"}, "Dumka": {"type": "number"}, "East Singhbhum": {"type": "number"}, "Garhwa": {"type": "number...
{"Bokaro" : 7.6709796672828094, "Chatra" : 0.7393715341959335, "Deoghar" : 0.0, "Dhanbad" : 46.21072088724584, "Dumka" : 5.6377079482439925, "East Singhbhum" : 22.92051756007394, "Garhwa" : 11.182994454713494, "Giridih" : 0.0, "Godda" : 76.15526802218115, "Gumla" : 0.8317929759704251, "Hazaribagh" : 2.4029574861367835,...
json_instruct
{"type": "object", "properties": {"Bokaro": {"type": "number"}, "Chatra": {"type": "number"}, "Deoghar": {"type": "number"}, "Dhanbad": {"type": "number"}, "Dumka": {"type": "number"}, "East Singhbhum": {"type": "number"}, "Garhwa": {"type": "number"}, "Giridih": {"type": "number"}, "Godda": {"type": "number"}, "Gumla"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "child...
{"code" : 7173020002, "parent" : 7173020, "name" : "MATANI DUA", "latitude" : null, "longitude" : null, "postal" : [95444], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : "2b0e4bd2-4120-4d94-b08a-ddc6119e7f34", "d" : 2376}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Overlay": {"type": "object", "properties": {"Clicks": {"type": "string"}, "ClicksFromXLinks": {"type": "string"}, "Domain": {"type": "string"}, "ErrorNotLoading": {"type": "string"}, "ErrorNotLoadingDetails": {"type": "string"...
{"Overlay" : {"Clicks" : "%s click-uri", "ClicksFromXLinks" : "%1$s click-uri de la unul dintre %2$s link-uri", "Domain" : "Domeniu", "ErrorNotLoading" : "Sesiunea de acoperire pagina nu a putut fi lansata \u00eenc\u0103.", "ErrorNotLoadingDetails" : "Poate pagina \u00eenc\u0103rcat\u0103 din dreapta nu are codul de ur...
json_instruct
{"type": "object", "properties": {"Overlay": {"type": "object", "properties": {"Clicks": {"type": "string"}, "ClicksFromXLinks": {"type": "string"}, "Domain": {"type": "string"}, "ErrorNotLoading": {"type": "string"}, "ErrorNotLoadingDetails": {"type": "string"}, "ErrorNotLoadingDetailsSSL": {"type": "string"}, "ErrorN...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "weight": {"type": "string"}, "volume": {"type": "string"}, "price": {"ty...
[{"id" : "ap_mag", "type" : "MAGAZINE", "name" : "Auto-Pistol Magazine", "description" : "Magazine for an Auto-Pistol.", "weight" : "490 g", "volume" : "125 ml", "price" : 9920, "material" : ["steel"], "symbol" : "#", "color" : "light_gray", "ammo_type" : "auto_pistol", "capacity" : 10, "reliability" : 7, "reload_time"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "weight": {"type": "string"}, "volume": {"type": "string"}, "price": {"type": "integer"}, "material": {"type": "array", "items": {"type": "str...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c97ff7f00de5f4d5baa655ad26c8b4fded01a579"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "str...
{"name" : "revoke.cash", "description" : "Protect your Ethereum token balances by revoking allowances and permissions you granted applications in the past.", "version" : "0.1.0", "scripts" : {"dev" : "next dev", "build" : "next build", "start" : "next start"}, "private" : true, "dependencies" : {"@0xsequence/multicall"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "private": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform...
{"id" : "b26d2b7e-60f6-413d-a3a1-a57db24aa2b3", "queryName" : "SNS Topic is Publicly Accessible", "severity" : "HIGH", "category" : "Access Control", "descriptionText" : "SNS Topic Policy should not allow any principal to access", "descriptionUrl" : "https://registry.terraform.io/providers/hashicorp/aws/latest/docs/res...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}, "descriptionID": {"type": "string"}, "cloudProvider": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "feverous", "definition" : "1. Affected with fever or ague; feverish. His heart, love's feverous citadel. Keats. 2. Pertaining to, or having the nature of, fever; as, a feverous pulse. All maladies . . . all feverous kinds. Milton. 3. Having the tendency to produce fever; as, a feverous disposition of the yea...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"N": {"type": "string"}, "C": {"type": "integer"}}, "required": ["N", "C"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"N" : "BUGGY", "C" : 10}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"N": {"type": "string"}, "C": {"type": "integer"}}, "required": ["N", "C"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"error": {"type": "object", "properties": {"name": {"type": "string"}, "message": {"type": "string"}, "code": {"type": "integer"}}, "required": ["name", "message", "code"]}}, "required": ["error"], "$schema": "http://...
{"error" : {"name" : "ResetPasswordTokenInvalidOrExpired", "message" : "The reset password token is invalid or has expired", "code" : 422}}
json_instruct
{"type": "object", "properties": {"error": {"type": "object", "properties": {"name": {"type": "string"}, "message": {"type": "string"}, "code": {"type": "integer"}}, "required": ["name", "message", "code"]}}, "required": ["error"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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:i...
{"id" : 101878087, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "37c0a50475e5738cbdc3cdd3ea454016", "wof:id" : 101878087, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.54179284296686, 49.3195663934913, 3.55311571210444, 49.32485984249791]...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "370305001003", "text" : "\u897f\u738b\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370305001004", "text" : "\u4e1c\u738b\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370305001005", "text" : "\u8f9b\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370305001007", "text" : "\u77f3\u9f13\u793e\u533a\u5c45\u59d4\u4f1a"},...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/costumes/colourful/colourful.chest": {"type": "array", "items": {"type": "strin...
[{"DeniedAlternatives" : [], "Files" : {"items/armors/costumes/colourful/colourful.chest" : ["/description", "/shortdescription"], "items/armors/costumes/colourful/colourful.head" : ["/description", "/shortdescription"], "items/armors/costumes/colourful/colourful.legs" : ["/description", "/shortdescription"], "items/ar...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/costumes/colourful/colourful.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/costumes/colourful/colourful.head": {"type": "arr...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"invocation": {"type": "string"}, "version": {"type": "string"}, "intents": {"type": "object", "properties": {"YesIntent": {"type": "object", "properties": {"phrases": {"type": "array", "items": {"type": "string"}}...
{"invocation" : "my test app", "version" : "4.0", "intents" : {"YesIntent" : {"phrases" : ["yes", "yes please", "sure"]}, "NoIntent" : {"phrases" : ["no", "no thanks"]}}}
json_instruct
{"type": "object", "properties": {"invocation": {"type": "string"}, "version": {"type": "string"}, "intents": {"type": "object", "properties": {"YesIntent": {"type": "object", "properties": {"phrases": {"type": "array", "items": {"type": "string"}}}, "required": ["phrases"]}, "NoIntent": {"type": "object", "properties"...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["gerber-to-svg"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "re...
{"name" : "diane", "version" : "0.0.6", "description" : "That recorder you like will come back in style", "main" : "src/diane.js", "scripts" : {"start" : "diane"}, "repository" : {"type" : "git", "url" : "git+https://github.com/davidnaas/diane.git"}, "author" : "David N\u00e4\u00e4s", "license" : "MIT", "bugs" : {"url"...
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"]}, "repository": {"type": "object", "properties": {"type": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"textures" : {"particle" : "indrev:block/molten_netherite_still"}}
json_instruct
{"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "item...
{"ast" : null, "code" : "import { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nvar _jsxFileName = \"/home/huyphung/workspace/my-app/src/Square.jsx\";\nimport React from 'react';\n\nfunction Square(props) {\n return /*#__PURE__*/_jsxDEV(\"button\", {\n className: \"square\",\n onClick: () => this.props.on...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"},...
{"symbol" : "JUP", "address" : "0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8", "overview" : {"en" : "The open-source Jupiter software is the core of our operations. Using Jupiter, we strive to make this technology accessible by everyone and that is why we created Gravity, a versatile framework that interfaces with our bl...
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}}, "required": ...
{"backbone.marionette.js" : "sha256-yuUVrC0Q7hNO0AuAoGOamj32QMRSa3ZbNPLgpXXuRlo=", "backbone.marionette.min.js" : "sha256-Zttd/ByAwgEeMzPOfoZO62xRpU174JPAaX8NB8SeG6U=", "core/backbone.marionette.js" : "sha256-Ir0wQ1YClXGGcABhbtQYbI3YFyjJfgm6Gt03MXaPQfs=", "core/backbone.marionette.min.js" : "sha256-Wfhfwl0zD6ViYcxgQv07...
json_instruct
{"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js", "core/backbone...