input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"type": "string"}, ...
{"username" : "user10", "additional_items" : [], "items" : {"1" : "neutral", "3" : "neutral", "2" : "neutral", "5" : "neutral", "4" : "positive", "6" : "positive"}, "tweet_id" : "581214244949094400", "timespent" : 181.02912902832, "starttime" : 1429724340.6065, "itemcount" : "6", "savingtime" : 1429724521.6356}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"type": "string"}, "4": {"type": "string"}, "6": {"type": "string"}}, "require...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "null"}, "created": {"type": "st...
{"id" : "8697cbe4-5c73-4049-9df6-978395fb51a0", "playerTags" : [], "teamTags" : ["747b8e4a-7e50-4638-a973-ea7950a3e739"], "gameTags" : [], "metadata" : null, "created" : "2021-03-20T18:24:22.692Z", "season" : 13, "tournament" : -1, "type" : 158, "day" : 111, "phase" : 11, "category" : 3, "description" : "The Tigers hav...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "null"}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"ty...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rankine:block/tetrataenite_ore53"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, ...
{"name" : "mnavarrocarter/problem-details-bundle", "license" : "MIT", "type" : "symfony-bundle", "authors" : [{"name" : "Mat\u00edas Navarro Carter", "email" : "mnavarro@option.cl"}], "autoload" : {"psr-4" : {"MNC\\Bundle\\ProblemDetailsBundle\\" : ""}}, "require" : {"php" : "^7.1.3", "symfony/framework-bundle" : "^4.0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "prop...
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": {"phonetic-search-test": {"type": "string"}, "test...
{"name" : "phonetic-search-cli", "version" : "0.0.1", "description" : "Phonetic Search as a CLI tool implementation", "main" : "lib/main.js", "scripts" : {"phonetic-search-test" : "babel-node src/main.js", "test" : "NODE_ENV=test babel-node ./node_modules/jasmine-node/lib/jasmine-node/cli.js test/", "lint" : "eslint --...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"phonetic-search-test": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "dist": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ovhManagerSupport_header": {"type": "string"}}, "required": ["ovhManagerSupport_header"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ovhManagerSupport_header" : "Meine Support-Anfragen"}
json_instruct
{"type": "object", "properties": {"ovhManagerSupport_header": {"type": "string"}}, "required": ["ovhManagerSupport_header"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": ...
{"name" : "@lgr.dev/ws-promise", "version" : "0.1.0", "description" : "A promise-based WebSocket request-response handler.", "main" : "index.js", "private" : false, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "webpack"}, "repository" : {"type" : "git", "url" : "git+https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"4966": {"type": "string"}, "4968": {"type": "string"}}, "required": ["4966", "4968"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"4966" : "4967", "4968" : "4969"}
json_instruct
{"type": "object", "properties": {"4966": {"type": "string"}, "4968": {"type": "string"}}, "required": ["4966", "4968"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"AE-AJ": {"type": "string"}, "AE-AZ": {"type": "string"}, "AE-DU": {"type": "string"}, "AE-FU": {"type": "string"}, "AE-RK": {"type": "string"}, "AE-SH": {"type": "string"}, "AE-UQ": {"type": "string"}}, "required": [...
{"AE-AJ" : "Adschman", "AE-AZ" : "Abu Dhabi", "AE-DU" : "Dubai", "AE-FU" : "Fudschaira", "AE-RK" : "Ra\u2019s al-Chaima", "AE-SH" : "Sch\u0101rdscha", "AE-UQ" : "Umm al-Qaiwain"}
json_instruct
{"type": "object", "properties": {"AE-AJ": {"type": "string"}, "AE-AZ": {"type": "string"}, "AE-DU": {"type": "string"}, "AE-FU": {"type": "string"}, "AE-RK": {"type": "string"}, "AE-SH": {"type": "string"}, "AE-UQ": {"type": "string"}}, "required": ["AE-AJ", "AE-AZ", "AE-DU", "AE-FU", "AE-RK", "AE-SH", "AE-UQ"], "$sch...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"retro_vecs": {"type": "object", "properties": {"mu": {"type": "number"}, "std": {"type": "number"}, "scores": {"type": "array", "items": {"type": "number"}}}, "required": ["mu", "std", "scores"]}}, "required"...
{"retro_vecs" : {"mu" : 0.07039999999999999, "std" : 0.008360023923410745, "scores" : [0.061, 0.0775, 0.06, 0.092, 0.0605, 0.0785, 0.0725, 0.0695, 0.068, 0.0775, 0.0765, 0.073, 0.0675, 0.0645, 0.061, 0.0815, 0.06, 0.0725, 0.071, 0.0635]}}
json_instruct
{"type": "object", "properties": {"retro_vecs": {"type": "object", "properties": {"mu": {"type": "number"}, "std": {"type": "number"}, "scores": {"type": "array", "items": {"type": "number"}}}, "required": ["mu", "std", "scores"]}}, "required": ["retro_vecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "testappauto572_dev_23468", "displayName" : "testappauto572_dev_23468"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Cristo Rey, Bato, Camarines Sur, Bicol Region (Region V), PH", "locale" : "ph.bicol-region-region-v.camarines-sur.bato.cristo-rey", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "2", "regio...
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"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "...
{"name" : "timetravel", "version" : "0.1.1", "authors" : ["Philipp Bock <p@philippbock.de> (http://philippbock.de)"], "description" : "A simple clock for simulations", "main" : "dist/timetravel.min.js", "moduleType" : ["amd", "globals", "node"], "keywords" : ["simulation", "simulated", "clock", "time"], "license" : "MI...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"doesPlaySound:": {"type": "string"}, "executeShouldPlaySound:": {"type": "string"}, "setUp": {"type": "stri...
{"class" : {}, "instance" : {"doesPlaySound:" : "ct 8/19/2021 03:38", "executeShouldPlaySound:" : "ct 8/19/2021 02:34", "setUp" : "ct 8/19/2021 02:34", "shouldPlaySound:" : "ct 8/19/2021 02:33", "shouldntPlaySound:" : "ct 8/19/2021 02:33", "soundSystem" : "ct 8/19/2021 02:34"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"doesPlaySound:": {"type": "string"}, "executeShouldPlaySound:": {"type": "string"}, "setUp": {"type": "string"}, "shouldPlaySound:": {"type": "string"}, "shouldntPlaySound:": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type"...
{"name" : "@relay-modern-boilerplate/postgraphile", "version" : "1.0.0", "main" : "server.js", "description" : "PostGraphile package for relay-modern-boilerplate", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/enisdenjo/relay-modern-boilerplate.git"}, "scripts" : {"start" : "node server.j...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"left": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}}, "right": {"type": "array", "items": {"type": "object"...
{"left" : [{"name" : "Check a domain", "link" : "/home"}, {"name" : "My Domains", "link" : "/my-domains"}, {"name" : "Email Abuse", "link" : "/a/#/email-abuse", "external" : true}], "right" : [{"name" : "Domain Security", "link" : "/domain-security", "roleTypes" : ["Admin"]}, {"name" : "Metrics", "link" : "/metrics", "...
json_instruct
{"type": "object", "properties": {"left": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}}, "right": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"PFHO": {"type": "number"}, "MGLN": {"type": "number"}, "ANTM": {"type": "number"}, "UNH": {"type": "number"}, "MOH": {"type": "number"}, "CNC": {"type": "number"}, "CI": {"type": "number"}, "HUM": {"type": "number"},...
{"PFHO" : 1.0000000000000002, "MGLN" : 0.3543166878554158, "ANTM" : 0.34983201295640726, "UNH" : 0.34357107696948797, "MOH" : 0.3323519108357535, "CNC" : 0.331710267810092, "CI" : 0.3295266461520774, "HUM" : 0.3167558800729317, "CVS" : 0.29708077884607537, "ALHC" : 0.2910485072511737, "MPLN" : 0.2864567956722964, "OSCR...
json_instruct
{"type": "object", "properties": {"PFHO": {"type": "number"}, "MGLN": {"type": "number"}, "ANTM": {"type": "number"}, "UNH": {"type": "number"}, "MOH": {"type": "number"}, "CNC": {"type": "number"}, "CI": {"type": "number"}, "HUM": {"type": "number"}, "CVS": {"type": "number"}, "ALHC": {"type": "number"}, "MPLN": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items":...
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : "27831"}, "clipped" : true, "id" : "b8971878a5"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : "28025"}, "clipped" : true, "id" : "4fcb95354e"}, {"arcs" : [[2]], "type" : ...
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}...
{"name" : "cilium-cli", "pkg_version" : "0.9.3", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/cilium-cli/blobs/sha256:02eb6de131b21a0f488771ca986e64e3743315b8be1efd9f0f8f54d502f4dc3b"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/cilium-cli/blobs/sha256:bf77...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "propert...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"mil3.7.7:0.1": {"type": "string"}, "mil3.7.7:0.2": {"type": "string"}, "mil3.7.7:0.3": {"type": "string"}, "mil3.7.7:1.1": {"type": "string"}, "mil3.7.7:1.2": {"type": "string"}, "mil3.7.7:1.3": {"type": "string"}, "mil3.7.7:1...
{"mil3.7.7:0.1" : "Milindapa\u00f1ha", "mil3.7.7:0.2" : "Ar\u016bpadhammavavatth\u0101navagga", "mil3.7.7:0.3" : "7. P\u0101papu\u00f1\u00f1\u0101na\u1e41 app\u0101nappabh\u0101vapa\u00f1ha", "mil3.7.7:1.1" : "R\u0101j\u0101 \u0101ha\u2014", "mil3.7.7:1.2" : "\u201cbhante n\u0101gasena, katara\u1e41 nu kho bahutara\u1e...
json_instruct
{"type": "object", "properties": {"mil3.7.7:0.1": {"type": "string"}, "mil3.7.7:0.2": {"type": "string"}, "mil3.7.7:0.3": {"type": "string"}, "mil3.7.7:1.1": {"type": "string"}, "mil3.7.7:1.2": {"type": "string"}, "mil3.7.7:1.3": {"type": "string"}, "mil3.7.7:1.4": {"type": "string"}, "mil3.7.7:1.5": {"type": "string"}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"LPG_UI_URL": {"type": "string"}}, "required": ["LPG_UI_URL"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LPG_UI_URL" : "http://localhost:3001"}
json_instruct
{"type": "object", "properties": {"LPG_UI_URL": {"type": "string"}}, "required": ["LPG_UI_URL"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}...
{"accessKeyId" : "5TUBEIJp2ZUvBEh0M59T", "secretAccessKey" : "7obkhwWha/as9bxyq0a7tgzy67JE+RtItSyWrtaE", "region" : "us-west-2"}
json_instruct
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "ep_markdown.showMarkdown": {"type": "string"}}, "required": ["@metadata", "ep_markdown.showMa...
{"@metadata" : {"authors" : ["Besnik b"]}, "ep_markdown.showMarkdown" : "Shfaq Markdown"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "ep_markdown.showMarkdown": {"type": "string"}}, "required": ["@metadata", "ep_markdown.showMarkdown"], "$schema": "http://json-schema.org/draft-07/schem...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e"...
{"h" : [{"d" : [{"e" : ["\ufff9`Mikicaposan~ `ako~ `koni~ `a~ `mararaway~ `tilid~.\ufffa\ufffb\u6211\u628a\u9019\u4e9b\u932f\u5b57\u7701\u7565\u4e86\u3002"], "f" : "\u628a\u2026\u7701\u7565\u4e86\u3001\u5ffd\u7565\u4e86\u3002"}, {"e" : ["\ufff9`Mikicaposan~ `a~ `dademak~.\ufffa\ufffb\u5ffd\u7565\u7684\u4e8b\u60c5\u3002...
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
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"}}, "required": ["test"]}, "repositor...
{"name" : "mangodb", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/redaphid/mangodb.git"}, "author" : "redaphid", "license" : "MIT", "bugs" : {"url" : "https://github.com/red...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"skills-technical-title": {"type": "string"}, "skills-professional-title": {"type": "string"}, "skills-technical-team-work": {"type": "string"}, "skills-technical-responsability": {"type": "string"}, "skills-technical...
{"skills-technical-title" : "Technical Skills", "skills-professional-title" : "Professional Skills", "skills-technical-team-work" : "Team Work", "skills-technical-responsability" : "Responsability", "skills-technical-communication" : "Communication"}
json_instruct
{"type": "object", "properties": {"skills-technical-title": {"type": "string"}, "skills-professional-title": {"type": "string"}, "skills-technical-team-work": {"type": "string"}, "skills-technical-responsability": {"type": "string"}, "skills-technical-communication": {"type": "string"}}, "required": ["skills-technical-...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vidage.css": {"type": "string"}, "vidage.js": {"type": "string"}}, "required": ["vidage.css", "vidage.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vidage.css" : "sha512-Qip+ZngKW+yFE0QmycjW02b0gg0mJYhRfEnJCy374nDSjpwBXRehQRZJRh6/CqDzg/NbdWig5tG0NNcp7PSK0g==", "vidage.js" : "sha512-6+829PLH+VL4YJaqeIrHEYSlU3GctfC8lNsvX0f0zMHtW819HJ2o5H7k+q2hjZv4LQfEUs4I+pE8TZK/bFmuIw=="}
json_instruct
{"type": "object", "properties": {"vidage.css": {"type": "string"}, "vidage.js": {"type": "string"}}, "required": ["vidage.css", "vidage.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birt...
{"player_id" : 2377, "name" : "Byron Braggs", "position" : "DE", "height" : "6-4", "weight" : "290", "current_team" : null, "birth_date" : "1959-10-10", "birth_place" : "Montgomery, AL", "death_date" : null, "college" : "Alabama", "high_school" : "George Washington Carver, AL", "draft_team" : "Green Bay Packers", "draf...
json_instruct
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"m-dropdown-group": {"type": "object", "properties": {}, "required": []}}, "required": ["m-dropdown-group"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"m-dropdown-group" : {}}
json_instruct
{"type": "object", "properties": {"m-dropdown-group": {"type": "object", "properties": {}, "required": []}}, "required": ["m-dropdown-group"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"JugglingDangerously": {"type": "array", "items": {"type": "string"}}}, "required": ["JugglingDangerously"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"JugglingDangerously" : ["RealLife", "UpToEleven", "ChainsawGood", "DontTryThisAtHome", "WesternAnimation", "DiagonalCut", "TruthInTelevision", "JugglingLoadedGuns", "MarvelUniverse", "RealityIsUnrealistic", "TigerByTheTail", "OhNoNotAgain", "DistinctionWithoutADifference", "ImagineSpot", "DiscOneNuke", "RussianRoulet...
json_instruct
{"type": "object", "properties": {"JugglingDangerously": {"type": "array", "items": {"type": "string"}}}, "required": ["JugglingDangerously"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "dependencies": {"type": "object", "properties": {"bl": {"type": "string"}, "coap": {"type": "...
{"name" : "ti_wisun_webapp", "version" : "1.0.0", "description" : "Webserver App for TI Wi-SUN FAN Solution", "main" : "ti_wisunfan_webserver.js", "dependencies" : {"bl" : "^5.0.0", "coap" : "^0.25.0", "cors" : "^2.8.5", "express" : "^4.17.1", "ip6addr" : "^0.2.4", "package.json" : "^2.0.1"}, "devDependencies" : {"@typ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bl": {"type": "string"}, "coap": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required...
{"latest_version" : ["0.6.7"], "meta" : {"description" : "Wrapper for getmail, providing daemon mode and encrypted passwords", "homepage" : "http://forge.spalax.fr.eu.org/chval", "license" : "GPLv3 or any later version"}, "versions" : {"0.6.7" : {"sha256" : "0d9ffaeb9c715d37c9d0ba9a154eabe5e142ae8ff1f0184bf703a12aaae4d...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type"...
{"name" : "ffbt-init", "version" : "1.0.1", "description" : "Bootstrap the web app with FFBT", "repository" : {"type" : "git", "url" : "git+https://github.com/fluix/ffbt-init.git"}, "author" : "Alexandr Rodik <rodik@readdle.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/fluix/ffbt-init/issues"}, "homep...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"flags": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["flags", "pattern"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"flags" : "-HanrEo", "pattern" : "twitter.*[1-9][0-9]+-[0-9a-zA-Z]{40}"}
json_instruct
{"type": "object", "properties": {"flags": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["flags", "pattern"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ...
{"id" : 4273, "children" : [{"id" : 4274, "name" : "urban youth -- black"}], "name" : "urban youth"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema....
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Zamora, Tayug, Pangasinan, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.pangasinan.tayug.zamora", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "11", "region_referen...
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": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"client_id": {"type": "string"}, "acr_values": {"type": "string"}, "authority": {"type": "string"}, "ApiVersion": {"type": "string"}, "redirect_uri": {"type": "string"}, "response_type": {"type": "string"}, "scope": {"type": "s...
{"client_id" : "PLACEHOLDER_REPLACE_WITH_CLIENT_ID", "acr_values" : "tenant:PLACEHOLDER_REPLACE_WITH_TENANT_ID", "authority" : "https://uswe.datahub.connect.aveva.com/identity", "ApiVersion" : "v1", "redirect_uri" : "http://localhost:5004/callback.html", "response_type" : "code", "scope" : "openid ocsapi", "post_logout...
json_instruct
{"type": "object", "properties": {"client_id": {"type": "string"}, "acr_values": {"type": "string"}, "authority": {"type": "string"}, "ApiVersion": {"type": "string"}, "redirect_uri": {"type": "string"}, "response_type": {"type": "string"}, "scope": {"type": "string"}, "post_logout_redirect_uri": {"type": "string"}, "f...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "...
{"name" : "NEO IODINE LARUTAN 60 ML", "harga" : " Rp. 14.520/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_bebas_terbatas.gif", "kandungan" : "Iodin Povidon / povidone iodine", "indikasi" : "Infeksi kulit & luka, antiseptik kulit sebelum dan sesudah operasi.", "kontraindikasi" : "", "perhatian" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "metadata": {"type": "string"}, "rm": {"type": "string"},...
{"status" : true, "message" : "Recent files fetched.", "data" : [{"uuid" : "53183d9c-d811-45b6-8b4c-cdea8392ca7d", "metadata" : "U2FsdGVkX19a30M4s1BWxSQEZnK0a59WyJCGCjFwrlPukYbMWGWhRlCd/+7cN6UdNr/lsy0GVY9KCiRaDz3mX6fqmuIzVnyD32XhNZWh+vEWu2ITqgeQWm4PVESP13G3dqoeAYNLiu8SVh1yeqrth3SQSVJ8g11pu3uas9ZO3h6ciqhcHst7Y73+9sblKA5...
json_instruct
{"type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "metadata": {"type": "string"}, "rm": {"type": "string"}, "expireSet": {"type": "integer"}, "expireTimestamp": {"type": "intege...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "conditions": {"type": "array", "items": {}}, "level_available": {"type": "integer"}, "tier": {"type": "integer"}, "resources": {"type": "array", "items"...
{"type" : "the_game", "description" : "Your journey leads you through a beautiful clearing in the midst of a dense forest. The sun is shining down on you and your troupe, causing the grass and surrounding shrubbery, still damp with the morning dew, to glisten as it dances in the breeze. You take a deep breath and, for ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "conditions": {"type": "array", "items": {}}, "level_available": {"type": "integer"}, "tier": {"type": "integer"}, "resources": {"type": "array", "items": {"type": "string"}}, "options": {"type": "array", "items": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type":...
{"meta" : {"desc" : "DKIM + ARC email signing/verification tools + Python module", "desc_long" : "Python module that implements DKIM (DomainKeys Identified Mail) email\nsigning and verification. It also provides a number of conv\u0454nient tools\nfor command line signing and verification, as well as generating new DKIM...
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributab...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "parent_id": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "states": {"type": "array", "items": {"type": "object", "properties": {"name":...
{"id" : "1", "type" : "roller_shutter_positionable_stateful_rs100", "parent_id" : "1234-5678-91011-121314", "categories" : ["actuator", "roller_shutter"], "states" : [{"name" : "position", "value" : 0, "type" : "integer"}], "capabilities" : [{"name" : "position_low_speed", "parameters" : [{"name" : "position", "type" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "parent_id": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "states": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "stri...
{"name" : "@funboxteam/eslint-plugin-no-only-tests", "version" : "4.0.1", "description" : "Disallow the use of describe.only() and it.only()", "keywords" : ["eslint", "eslintplugin", "eslint-plugin"], "repository" : {"type" : "git", "url" : "https://github.com/funbox/eslint-plugin-no-only-tests"}, "files" : ["lib/"], "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"api": {"type": "string"}, "auth": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "build-depends": {"type": "array", "items": {}}, "depends": {"type": "array", "items": {}}, "descript...
{"api" : "0", "auth" : "zef:neula", "authors" : ["Neula"], "build-depends" : [], "depends" : [], "description" : "Simple module for accessing maildirs", "license" : "Artistic-2.0", "meta-version" : "0", "name" : "IO::Maildir", "perl" : "6.d", "provides" : {"IO::Maildir" : "lib/IO/Maildir.rakumod"}, "resources" : [], "s...
json_instruct
{"type": "object", "properties": {"api": {"type": "string"}, "auth": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "build-depends": {"type": "array", "items": {}}, "depends": {"type": "array", "items": {}}, "description": {"type": "string"}, "license": {"type": "string"}, "meta-version"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedText"...
{"media_id" : "77489586", "local_id" : "NSTF004\n", "title" : "File:Photo_from_the_STF_fair_1904_-_SMV_-_NSTF004.tif", "thumbnail" : "https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Photo_from_the_STF_fair_1904_-_SMV_-_NSTF004.tif/500px-Photo_from_the_STF_fair_1904_-_SMV_-_NSTF004.tif.jpg", "desc" : " Hilda B...
json_instruct
{"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedText": {"type": "string"}, "input": {"type": "string"}}, "required": ["tra...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"typ...
{"id" : 9207, "title" : "Goren Invasion", "points" : 5, "description" : "Successfully complete a Goren garrison invasion.", "rewardItems" : [], "icon" : "inv_elemental_primal_earth", "criteria" : [{"id" : 25327, "description" : "", "orderIndex" : 0, "max" : 1}], "accountWide" : false, "factionId" : 2}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"batch_size": {"type": "integer"}, "n_steps": {"type": "integer"}, "gamma": {"type": "number"}, "learning_rate": {"type": "number"}, "ent_coef": {"type": "number"}, "clip_range": {"type": "number"}, "n_epochs": {"t...
{"batch_size" : 8, "n_steps" : 32, "gamma" : 0.995, "learning_rate" : 0.000136359, "ent_coef" : 0.0986783, "clip_range" : 0.2, "n_epochs" : 1, "gae_lambda" : 0.8, "max_grad_norm" : 0.8, "vf_coef" : 0.358549, "net_arch" : "small", "activation_fn" : "tanh", "agent_indicator" : "invert-replace"}
json_instruct
{"type": "object", "properties": {"batch_size": {"type": "integer"}, "n_steps": {"type": "integer"}, "gamma": {"type": "number"}, "learning_rate": {"type": "number"}, "ent_coef": {"type": "number"}, "clip_range": {"type": "number"}, "n_epochs": {"type": "integer"}, "gae_lambda": {"type": "number"}, "max_grad_norm": {"t...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/katalyst-timthumb": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "strin...
{"packages" : {"wpackagist-plugin/katalyst-timthumb" : {"1.0" : {"name" : "wpackagist-plugin/katalyst-timthumb", "version" : "1.0", "version_normalized" : "1.0.0.0", "uid" : 188434, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/katalyst-timthumb.1.0.zip"}, "source" : {"type" : "svn", "url" :...
json_instruct
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/katalyst-timthumb": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Naturdenkmal": {"type": "boolean"}, "Naturdenk...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"Naturdenkmal" : true, "Naturdenkmal_Eigentum" : "privat", "nummer" : "Naturdenkmal-102", "objectid" : "Naturdenkmal-47", "baumbezeichnung_deutsch" : "Platane", "baumbezeichnung_botanisch" : "Platanus x hispanica"}, "geometry" : {"type" :...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Naturdenkmal": {"type": "boolean"}, "Naturdenkmal_Eigentum": {"type": "string"}, "nummer": {"type": "string"...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "commit": {"type": "object", "properties": {"sha": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha", "url"]}}, "required": ["name", "commit"]}, "$schema":...
[{"name" : "master", "commit" : {"sha" : "8f1314fc3c8284d8c6d5886d473db98f2126071c", "url" : "https://api.github.com/repos/cloudbeers/yolo/commits/8f1314fc3c8284d8c6d5886d473db98f2126071c"}}, {"name" : "stephenc-patch-1", "commit" : {"sha" : "095e69602bb95a278505e937e41d505ac3cdd263", "url" : "https://api.github.com/re...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "commit": {"type": "object", "properties": {"sha": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha", "url"]}}, "required": ["name", "commit"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type":...
{"\u5de5\u5ee0\u540d\u7a31" : "\u6dc2\u7d18\u98df\u54c1\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "66004673", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u8c50\u539f\u5340\u5357\u6751\u91cc\u5713\u74b0\u6771\u8def892\u5df79\u865f1\u6...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1998, 6], [1999, 9], [2001, 5], [2005, 6], [2006, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type":...
{"name" : "University of Music L\u00fcbeck", "alt_name" : "Musikhochschule L\u00fcbeck", "country" : "Germany", "state" : null, "address" : {"street" : "Grosse Petersgrube 17-29", "city" : "L\u00fcbeck", "province" : null, "postal_code" : "23552"}, "contact" : {"telephone" : "+49(451) 1505-0", "website" : "http://www.m...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"access_token": {"type": "string"}, "token_type": {"type": "string"}, "expires_in": {"type": "integer"}, "refresh_token": {"type": "string"}}, "required": ["access_token", "token_type", "expires_in", "refresh_...
{"access_token" : "760822cb-2dec-4275-8da8-fa8f5680e8d4", "token_type" : "bearer", "expires_in" : 300, "refresh_token" : "46463dd6-cdbb-440d-88fc-b10a34f68b26"}
json_instruct
{"type": "object", "properties": {"access_token": {"type": "string"}, "token_type": {"type": "string"}, "expires_in": {"type": "integer"}, "refresh_token": {"type": "string"}}, "required": ["access_token", "token_type", "expires_in", "refresh_token"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "nu...
[{"molecule_structure" : "linear", "definition" : "Mint virus 1, complete genome", "virus_id" : "028b7cda", "isolate_id" : "x2eb1nc8", "_id" : "NC_006944", "host" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "null"}}, "required": ["molecule_structure", "definition", "virus_id", "i...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["box-shadow", "delaunify", "eaze-alert", "frontend-npm-goodies"]
json_instruct
{"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": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type...
{"\u5de5\u5ee0\u540d\u7a31" : "\u7acb\u77e9\u5be6\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T1500009", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u82b1\u84ee\u7e23\u5409\u5b89\u9109\u5357\u6d77\u4e8c\u8857276\u865f", "\u5de5\u5ee0\u5e02\u93ae\...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01010940": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"},...
{"type" : "Topology", "objects" : {"E01010940" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00055142", "LAD11CD" : "E08000033"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01010940": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "request": {"type": "string"}, "sync-request": {"type": "string"}, "body-parser": {"type": "string"}, "underscore": {"type": "st...
{"dependencies" : {"express" : "^4.17.1", "request" : "^2.58.0", "sync-request" : "^6.1.0", "body-parser" : "^1.19.0", "underscore" : "^1.11.0", "underscore.string" : "^3.3.5", "consolidate" : "^0.16.0", "qs" : "^6.9.4", "randomstring" : "^1.1.5", "nosql" : "^6.1.0", "base64url" : "^3.0.1", "cors" : "^2.8.5", "jsrsasig...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "request": {"type": "string"}, "sync-request": {"type": "string"}, "body-parser": {"type": "string"}, "underscore": {"type": "string"}, "underscore.string": {"type": "string"}, "consolidate": {"type": "str...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}, "ascent": {"type": "integer"}, "height": {"type": "integer"}, "chars": {"type": "array", "items":...
{"providers" : [{"type" : "bitmap", "file" : "mb:gui/fonts/soulbound.png", "ascent" : 15, "height" : 20, "chars" : ["\uc001"]}]}
json_instruct
{"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}, "ascent": {"type": "integer"}, "height": {"type": "integer"}, "chars": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "file", "ascent...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-ci": {"typ...
{"name" : "@jam3/stats", "version" : "1.0.1", "description" : "Default Performance Monitor @ Jam3", "main" : "src/index.js", "scripts" : {"test" : "jest --watch", "test-ci" : "jest --ci"}, "keywords" : ["monitor", "performance", "stats", "memory", "fps"], "repository" : {"type" : "git", "url" : "git+https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-ci": {"type": "string"}}, "required": ["test", "test-ci"]}, "keywords": {"type": "arr...
Based on the schema below, produce a valid JSON object: {"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#"...
{"id" : "04", "provinceId" : "74", "regencyId" : "08", "name" : "Rante Angin"}
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": {"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": "i...
{"id" : 101735303, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "fe9f05069abec2989e9e544e1507b556", "wof:id" : 101735303, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-64.88044, 46.68073, -64.88044, 46.68073], "geometry" : {"coordina...
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": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_...
{"station" : [{"pref_cd" : 31, "line_cd" : 11616, "line_name" : "JR\u5c71\u9670\u672c\u7dda(\u8c4a\u5ca1\uff5e\u7c73\u5b50)", "station_cd" : 1161638, "station_g_cd" : 1161638, "station_name" : "\u5927\u5c71\u53e3", "lon" : 133.456718, "lat" : 35.485045}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"engine.io.js": {"type": "string"}, "engine.io.min.js": {"type": "string"}}, "required": ["engine.io.js", "engine.io.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"engine.io.js" : "sha512-JJ3mszkf8uBch64CeWUt1L50zf/A+zATx1a6bYjf0UK/CfO9zVTKaBhgtgBKBHY6izGzqeJn1Ydh4HnVk9Getg==", "engine.io.min.js" : "sha512-XepByjrCp4CX6HzKmKDp/gW6KciMdhA4QAly900UemDULR9P9xU/C89PxRFqNXNQrsEYT/19DRwXw1snxOF78g=="}
json_instruct
{"type": "object", "properties": {"engine.io.js": {"type": "string"}, "engine.io.min.js": {"type": "string"}}, "required": ["engine.io.js", "engine.io.min.js"], "$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"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "str...
{"name" : "guil95/api-response", "description" : "Lib for responses api", "type" : "library", "license" : "Apache-2.0", "authors" : [{"name" : "Guilherme Rodrigues", "email" : "guilhermerodriguestb@gmail.com"}], "minimum-stability" : "dev", "require" : {"php" : ">=7.1.0", "ext-json" : "*", "spatie/array-to-xml" : "2.8....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "...
Based on the schema below, produce a valid JSON object: {"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": "i...
{"id" : 404424867, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "0d6ddbab8ae30e772563d76e920e9096", "wof:id" : 404424867, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.41002143463438, 44.43196174551588, -0.35100012871351, 44.468318446403...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["jsonschema2form-nested", "typeshave"]
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": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "st...
{"edges" : [[16, 46], [3, 16], [14, 7], [34, 16], [19, 7], [29, 16], [39, 16], [1, 16], [7, 4], [35, 16], [23, 16], [16, 10], [16, 38], [16, 28], [6, 16], [4, 44], [16, 11], [27, 16], [27, 16], [16, 42], [33, 15], [16, 27], [5, 16], [18, 16], [16, 42], [16, 39], [16, 41], [22, 8], [44, 16], [16, 0], [16, 9], [20, 16], ...
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":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2f45da7125cb3f16058d1051b061906f4afc25a1"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["imop-league-api"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["gogs-migrate", "yapm"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 1120256, "stations" : ["1120256"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url...
{"url" : "https://www.who.int/csr/don/2000_09_18/en/", "date_of_publication" : "2000-09-18", "headline" : "2000 - Rift Valley fever in Saudi Arabia", "main_text" : "As of 17 September, the Health Ministry of Saudi Arabia reported 16 deaths in humans, 14 males and 2 females, from Rift Valley fever in the Jizan region in...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "date_of_publication", "headline", "main_text", "key_terms"], "$schem...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date...
{"actors" : [], "countries" : [], "enb_end_date" : "19-Dec-09", "enb_long_title" : "Copenhagen Climate Change Conference", "enb_short_title" : "COP 15", "enb_start_date" : "07-Dec-09", "enb_url" : "http://www.iisd.ca/vol12/enb12459e.html", "id" : "enb12459e_146", "section_title" : "A BRIEF ANALYSIS OF THE COPENHAGEN CL...
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "s...
Based on the schema below, produce a valid JSON object: {"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": "i...
{"id" : 101870607, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "8c4000c107eaaa7aa9031fc4ef5cf173", "wof:id" : 101870607, "wof:repo" : "whosonfirst-data-admin-gl"}, "bbox" : [-52.21667, 64.8, -52.21667, 64.8], "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": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": ...
{"name" : "mob-site-ui", "author" : "Beatriz", "version" : "1.0.0", "main" : "index.js", "repository" : {"type" : "git", "url" : "https://github.com/Bia96/mob-site-ui.git"}, "keywords" : ["sass", "setup", "boilerplate", "framework", "ui", "css framework"], "dependencies" : {"node-sass" : "^4.11.0", "npm" : "^6.11.2"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "item...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"...
{"code" : "696", "description" : "", "label" : "Taken niet bijzonder aangepast aan het personeel", "language" : "NL", "uuid" : "69fc1ee1-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"foo": {"type": "string"}, "undeclared": {"type": "string"}}, "required": ["foo", "undeclared"]}, "installConfig": {"type": "object", "properties": {"pnp": {"t...
{"dependencies" : {"foo" : "link:./lib", "undeclared" : "link:./undeclared-dependency"}, "installConfig" : {"pnp" : true}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"foo": {"type": "string"}, "undeclared": {"type": "string"}}, "required": ["foo", "undeclared"]}, "installConfig": {"type": "object", "properties": {"pnp": {"type": "boolean"}}, "required": ["pnp"]}}, "required": ["dependencies", "insta...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "swift_version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "o...
{"name" : "LSCircleProgressView", "version" : "0.0.7", "swift_version" : "4.1", "summary" : "Circled Progress View.", "description" : "LSCircleProgressView is circle or arc shaped version of progress view.", "homepage" : "https://github.com/2sem/LSCircleProgressView", "license" : {"type" : "MIT", "file" : "LICENSE"}, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "swift_version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"],...
{"id" : "2008", "provinceId" : "17", "regencyId" : "09", "districtId" : "11", "name" : "Taba Lagan"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"country": {"type": "string"}, "countryName": {"type": "string"}, "dateFormatSymbols": {"type": "object", "properties": {"am_pm": {"type": "array", "items": {"type": "string"}}, "day_name": {"type": "array", "items"...
{"country" : "TZ", "countryName" : "Tanzania", "dateFormatSymbols" : {"am_pm" : ["Muhi", "Chilo"], "day_name" : ["Liduva lyapili", "Liduva lyatatu", "Liduva lyanchechi", "Liduva lyannyano", "Liduva lyannyano na linji", "Liduva lyannyano na mavili", "Liduva litandi"], "day_short" : ["Ll2", "Ll3", "Ll4", "Ll5", "Ll6", "L...
json_instruct
{"type": "object", "properties": {"country": {"type": "string"}, "countryName": {"type": "string"}, "dateFormatSymbols": {"type": "object", "properties": {"am_pm": {"type": "array", "items": {"type": "string"}}, "day_name": {"type": "array", "items": {"type": "string"}}, "day_short": {"type": "array", "items": {"type":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"top-string": {"type": "string"}, "top-int": {"type": "integer"}, "top-bool": {"type": "boolean"}, "top-double": {"type": "number"}, "top-list": {"type": "array", "items": {"type": "string"}}, "top-dict": {"type...
{"top-string" : "bob", "top-int" : 10, "top-bool" : true, "top-double" : 1.234, "top-list" : ["item1", "item2", "item3"], "top-dict" : {"key1" : "value1", "key2" : "value2", "key3" : "value3"}, "nested-list" : [["nested-item1-subitem1", "nested-item1-subitem2"], ["nested-item2-subitem1", "nested-item2-subitem2"]], "nes...
json_instruct
{"type": "object", "properties": {"top-string": {"type": "string"}, "top-int": {"type": "integer"}, "top-bool": {"type": "boolean"}, "top-double": {"type": "number"}, "top-list": {"type": "array", "items": {"type": "string"}}, "top-dict": {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lintE...
[{"date" : "Mon, 18 Feb 2019 21:51:02 GMT", "sloc" : 208, "lloc" : 98, "functions" : 22, "deliveredBugs" : 1.691, "maintainability" : 73.288, "lintErrors" : 19, "difficulty" : 31.54}, {"date" : "Thu, 21 Feb 2019 12:48:26 GMT", "sloc" : 208, "lloc" : 98, "functions" : 22, "deliveredBugs" : 1.691, "maintainability" : 73....
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lintErrors": {"type": "integer"}, "difficulty": {"type": "numb...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"subscriptions": {"type": "object", "properties": {"amount": {"type": "integer"}, "created_at": {"type": "string"}, "currency": {"type": "string"}, "day_of_month": {"type": "null"}, "end_at": {"type": "null"},...
{"subscriptions" : {"amount" : 1000, "created_at" : "2015-04-20T13:20:43.273Z", "currency" : "GBP", "day_of_month" : null, "end_at" : null, "id" : "SB000011EYZVP7", "interval" : 1, "interval_unit" : "monthly", "links" : {"mandate" : "MD00001PEYCSQF"}, "metadata" : {}, "month" : null, "name" : null, "start_at" : "2015-0...
json_instruct
{"type": "object", "properties": {"subscriptions": {"type": "object", "properties": {"amount": {"type": "integer"}, "created_at": {"type": "string"}, "currency": {"type": "string"}, "day_of_month": {"type": "null"}, "end_at": {"type": "null"}, "id": {"type": "string"}, "interval": {"type": "integer"}, "interval_unit": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"...
{"type" : "FeatureCollection", "title" : "Amyklai", "id" : "570074", "bbox" : [22.437225, 37.026007, 22.437225, 37.026007], "description" : "Amyklai was an ancient settlement located near Sparta in the plain by the Eurotas river to the east of the Taygetus mountains.", "names" : ["Amyklai"], "features" : [{"type" : "Fe...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "propertie...
{"name" : "challenge-generator", "version" : "0.0.0", "description" : "A Challenge Generator For Binding Of Isaac", "repository" : "git@github.com:cookiej91/challenge-generator.git", "author" : "Josh Cook (cookiej91)", "license" : "MIT", "scripts" : {"start" : "parcel html/index.html", "build" : "parcel build --public-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "stri...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"transla...
{"media_id" : "77462533", "local_id" : "NJ015\n", "title" : "File:Maja_Johansson_in_Kalle_Munter_at_S\u00f6dra_teatern_1906_-_SMV_-_NJ015.tif", "thumbnail" : "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Maja_Johansson_in_Kalle_Munter_at_S\u00f6dra_teatern_1906_-_SMV_-_NJ015.tif/500px-Maja_Johansson_in_Kal...
json_instruct
{"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedText": {"type": "string"}, "input": {"type": "string"}}, "required": ["tra...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDef...
[{"id" : "c7f444d0-fd4c-4545-b3f7-11c1707446e3", "data" : [{"text" : "g triple s vision misson", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "44b783b0-8476-40ac-8abe-2ab380350a02", "data" : [{"text" : "vision and mission of g triple s", "userDefined" : false}], "isTemplate" : fal...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "intege...
Following the schema specification below, generate a valid JSON instance: {"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",...
{"ast" : null, "code" : "/*\nCopyright (c) 2018-2020 Uber Technologies, Inc.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree.\n*/\nimport { ThemeContext } from './theme-provider.js';\nexport { createThemedStyled, createThemedWithStyle, createThe...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object...
{"nft" : {"id" : "726", "name" : "PixelFreak #00726", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmUUk8hu8CptYarCHCUTGqqre7Zr3kopehK3sY37SaDXJY", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Model D"}, {"tra...
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"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" : 404382597, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a88926b8ecb45fd96df0d530996a5eeb", "wof:id" : 404382597, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.74526730435982, 47.34344422767816, 4.79864615469976, 47.37746239969204...
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/dr...
{"index" : 5129, "redacted" : false, "hash" : 3868422851, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"offline": {"type": "string"}}, "required": ["o...
{"name" : "kral-pay-test-service", "version" : "1.0.0", "description" : "", "main" : "handler.js", "scripts" : {"offline" : "sls offline start --skipCacheInvalidation"}, "keywords" : [], "author" : "Adnan Rahi\u0107", "license" : "MIT", "devDependencies" : {"serverless-offline" : "^3.31.3"}, "dependencies" : {"mysql2" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"offline": {"type": "string"}}, "required": ["offline"]}, "keywords": {"type": "array", "items": {}}, "author": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", ...
{"localities" : ["Pomona, KS"], "state" : "KS", "postal_code" : "66076", "locality" : "Pomona, KS", "lat" : 38.632455, "region" : {"fips" : "20", "abbr" : "KS", "name" : "Kansas"}, "city" : "Pomona", "type" : "STANDARD", "lng" : -95.443013, "counties" : [{"fips" : "059", "name" : "Franklin County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"},...
[{"namaKab" : "TIMOR TENGAH UTARA", "originalFilename" : "IMG_0001.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 261638, "noUrut" : 1, "nama" : "ADRIANUS MAGNUS KOBESI, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TIMOR TENGAH UTARA", "originalFilename" : "foto landelinus banu.jpg", "namaPartai" : "PARTAI B...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"...
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G2Y7I+0Vw8v8s6vG1iZ36hF33K2JofRiQu90jBZedcVY6SsxYObN7SrdoL7jeMjIXUoUlru5TDvxI0xPapIe1G4=", "cert_user_id" : "alek@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1DjUq8hd2jYZgc5uNhQEtWUVZjMHkMQkpU/content.json", "modified"...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, ...
{"h" : [{"d" : [{"e" : ["\ufff9`Mikono~ `to~ `kolol~.\ufffa\ufffb\u5f13\u80cc\uff0c\u5f4e\u8170\u3002", "\ufff9`Mikono~ `to~ `singsi~.\ufffa\ufffb\u5411\u8001\u5e2b\u97a0\u8eac\u3002"], "f" : "\u5f4e\u8170\uff0c\u5f13\u80cc\u3002"}]}], "stem" : "kono", "t" : "mikono"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"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" : 664, "title" : ["[Sylvarraend Road]"], "description" : ["The winding hills give way to an advancing forest off to the northwest, with the road cutting through the middle like a carving knife. Small game trails crisscross the fields nearby, entering and exiting the road itself only to appear again on the other ...
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": {"663": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "s...
{"name" : "lapti-pow-captcha", "version" : "1.1.0", "description" : "Proof-of-Work captcha without external service calls", "keywords" : ["captcha", "pow", "proof-of-work"], "author" : {"name" : "Phil Filippak", "email" : "xenohunter@yandex.ru", "url" : "https://github.com/xenohunter"}, "license" : "MIT", "repository" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "re...