input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"sampleData": {"type": "object", "properties": {"4c1b58b1-c53c-4ab2-bca8-8aebc4f05d9b": {"type": "object", "properties": {"payload": {"type": "string"}}, "required": ["payload"]}}, "required": ["4c1b58b1-c53c-4ab2-bca...
{"sampleData" : {"4c1b58b1-c53c-4ab2-bca8-8aebc4f05d9b" : {"payload" : "sample_data/list_.dwl"}}}
json_instruct
{"type": "object", "properties": {"sampleData": {"type": "object", "properties": {"4c1b58b1-c53c-4ab2-bca8-8aebc4f05d9b": {"type": "object", "properties": {"payload": {"type": "string"}}, "required": ["payload"]}}, "required": ["4c1b58b1-c53c-4ab2-bca8-8aebc4f05d9b"]}}, "required": ["sampleData"], "$schema": "http://js...
Create an example JSON object that satisfies this schema: {"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" : "1801063009", "district_id" : "1801063", "name" : "MUARA BARU"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "support": {"ty...
{"name" : "colibri-platform/base", "description" : "The Yii2 base extension to build a modular application platform", "keywords" : ["yii2", "platform", "modular"], "homepage" : "https://github.com/ColibriPlatform/base", "type" : "yii2-extension", "license" : "MIT", "support" : {"source" : "https://github.com/ColibriPla...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"source": {"type": "string"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "background": {"type": "string"}, "colorStyle": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"t...
{"name" : "dell", "codepoint" : "", "background" : "#007DB8", "colorStyle" : "brands-item--light", "title" : "Dell", "slug" : "dell", "svg" : "<svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Dell icon</title><path d=\"M17.963 14.6V9.324h1.222v4.204h2.14v1.07h-3.362zm-9.784-3.288l2.98...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "background": {"type": "string"}, "colorStyle": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "ite...
Using the following JSON schema, generate a compatible 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" : "9418027008", "district_id" : "9418027", "name" : "BINIME"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"reports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "string"}, "realtime": {"type": "boolean"}, "query": {"type": "object", "properties": {"metrics": {"ty...
{"reports" : [{"name" : "brukere-realtime", "frequency" : "realtime", "realtime" : true, "query" : {"metrics" : "rt:activeUsers"}, "meta" : {"name" : "Aktive brukere", "description" : "Brukere som er p\u00e5 nav.no akuratt n\u00e5"}}, {"name" : "brukere-geo-realtime", "frequency" : "realtime", "realtime" : true, "query...
json_instruct
{"type": "object", "properties": {"reports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "string"}, "realtime": {"type": "boolean"}, "query": {"type": "object", "properties": {"metrics": {"type": "string"}}, "required": ["metrics"]}, "meta": {"type": "o...
Construct a JSON document that adheres to this schema specification: {"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" : "@eklingen/vinyl-stream-connect", "version" : "3.0.1", "description" : "Small vinyl-stream wrapper -aka Gulp plugin- for connect.", "repository" : {"type" : "git", "url" : "git+https://github.com/eklingen/vinyl-stream-connect.git"}, "publishConfig" : {"access" : "public"}, "author" : "Elco Klingen", "license"...
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"]}, "publishConfig": {"type": "object", "properties": {"access...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "result": {"type": "object", "properties": {"volume": {"type": "array", "items": {"type": "number"}}, "ticks": {"type": "array", "items": {"type": "integer"}}...
{"jsonrpc" : "2.0", "id" : 833, "result" : {"volume" : [19.007942601, 20.095877981], "ticks" : [1554373800000, 1554375600000], "status" : "ok", "open" : [4963.42, 4986.29], "low" : [4728.94, 4726.6], "high" : [5185.45, 5250.87], "close" : [5052.95, 5013.59]}, "usIn" : 1554381680742493, "usOut" : 1554381680742698, "usDi...
json_instruct
{"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "result": {"type": "object", "properties": {"volume": {"type": "array", "items": {"type": "number"}}, "ticks": {"type": "array", "items": {"type": "integer"}}, "status": {"type": "string"}, "open": {"type": "array", "items": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[129.625, 45.5], [129.625, 45.583333333333336], [129.75, 45.583333333333336], [129.75, 45.5], [129.625, 45.5]]]}, "properties" : {"code" : 682925, "url" : "http://madefor.github.io/0410/api/v1/682925.geojson", "view" : "https://github.com/madefor/...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "configuredpages-config": {"type": "string"}}, "required": ["@metadata", "configuredpages-conf...
{"@metadata" : {"authors" : ["Growingup"]}, "configuredpages-config" : "\u042b\u0440\u0430\u0441\u0442\u043e\u043e"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "configuredpages-config": {"type": "string"}}, "required": ["@metadata", "configuredpages-config"], "$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"}, "scripts": {"type": "object", "properties": {"DBReset": {"type": "string"}, "DBBuild": {"type"...
{"name" : "Notes", "version" : "1.0.0", "description" : "A REST API backend application that can be used to manage personal notes in a multi-user environment.", "main" : "app.ts", "scripts" : {"DBReset" : "knex migrate:rollback --all", "DBBuild" : "knex migrate:latest", "test" : "NODE_ENV=test npm run DBReset && NODE_...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"DBReset": {"type": "string"}, "DBBuild": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}},...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"entrypoint": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "extraDependencies": {"type": "array", "items": {"type": "string"}}, "lint": {"type": "object", "properties": {"rules": {"type": "arra...
{"entrypoint" : "index.html", "sources" : ["src/**/*", "js/**/*", "css/**/*", "files/**/*", "images/**/*", "content.json", "about.html", "tutorial.html", "bower.json"], "extraDependencies" : ["manifest.json", "bower_components/webcomponentsjs/*"], "lint" : {"rules" : ["polymer-2"]}, "builds" : [{"name" : "assetTest", "...
json_instruct
{"type": "object", "properties": {"entrypoint": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "extraDependencies": {"type": "array", "items": {"type": "string"}}, "lint": {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "string"}}}, "required": ["rules"]}, ...
Generate sample JSON data that conforms to the following schema definition: {"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`Minonoh~ `kora~ `ma~`litenaay~ `to~ `maamaan~.\ufffa\ufffb\u90a3\u500b\u8001\u4eba\u64bf\u7834\u721b\u3002"], "f" : "\u64bf\u7834\u721b\uff0c\u7d22\u8981\u5225\u4eba\u4e0d\u8981\u7684\u6771\u897f\u3002"}]}], "stem" : "nonoh", "t" : "minonoh"}
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": {"min/tiny-slider.helper.ie8.js": {"type": "string"}, "min/tiny-slider.js": {"type": "string"}, "tiny-slider.css": {"type": "string"}, "tiny-slider.helper.ie8.js": {"type": "string"}, "tiny-slider.js": {"type": "string"}}, "requir...
{"min/tiny-slider.helper.ie8.js" : "sha512-80tthRRb4UhIk3PeyN1uqNE072GERE5Bs8bnxSxxmUxYjCkDe6Y+YO7FiFWRwSjhFC2rk83OF2IyVD45j2ZRqA==", "min/tiny-slider.js" : "sha512-yRf6XAAx9fGBAfbj/jQsnn0nCrDpNeClSOZXLp13dORMTuznaYTSAN7qJ17CIN/S70g8Hpz6sHxws+xCLiJWgw==", "tiny-slider.css" : "sha512-xf0VM3/evOevx8I8KvARlSPo94Dy2b1nkLDW...
json_instruct
{"type": "object", "properties": {"min/tiny-slider.helper.ie8.js": {"type": "string"}, "min/tiny-slider.js": {"type": "string"}, "tiny-slider.css": {"type": "string"}, "tiny-slider.helper.ie8.js": {"type": "string"}, "tiny-slider.js": {"type": "string"}}, "required": ["min/tiny-slider.helper.ie8.js", "min/tiny-slider.j...
Following the schema specification below, generate a valid JSON instance: {"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"}, "wo...
{"id" : 85862305, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a91b6d692bd58803c063f341eb1cb44b", "wof:id" : 85862305, "wof:repo" : "whosonfirst-data-admin-ch"}, "bbox" : [6.59179687500011, 46.51540568357537, 6.60903521911405, 46.52863469530003],...
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": {"_beagleComponent_": {"type": "string"}, "action": {"type": "object", "properties": {"_beagleAction_": {"type": "string"}}, "required": ["_beagleAction_"]}, "childrenOfTextContainer": {"type": "object", "properties": {"_beag...
{"_beagleComponent_" : "custom:textcontainerwithaction", "action" : {"_beagleAction_" : "beagle:popview"}, "childrenOfTextContainer" : {"_beagleComponent_" : "custom:textcomponentsdefault"}, "secondAction" : {"_beagleAction_" : "custom:actiondummydefault"}}
json_instruct
{"type": "object", "properties": {"_beagleComponent_": {"type": "string"}, "action": {"type": "object", "properties": {"_beagleAction_": {"type": "string"}}, "required": ["_beagleAction_"]}, "childrenOfTextContainer": {"type": "object", "properties": {"_beagleComponent_": {"type": "string"}}, "required": ["_beagleCompo...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}, "cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords", "cSpell.words"], "$schema": "http://json-...
{"cSpell.ignoreWords" : ["haproxy", "list", "openstack", "services"], "cSpell.words" : ["asprimary", "hostvars"]}
json_instruct
{"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}, "cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords", "cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "sidebar": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}}, "required": ["titl...
{"title" : "Y-E-S Fest", "sidebar" : [{"title" : "Website", "link" : "https://2018.y-e-s.org/"}, {"title" : "Y-E-S", "link" : "https://y-e-s.org"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "sidebar": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}}, "required": ["title", "sidebar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K11627": {"type": "string"}}, "required": ["K11627"]}, "name": {"type": "st...
[{"comment" : "", "definition" : "ATP + L-Pyrrolysine + tRNA(Pyl) <=> AMP + Diphosphate + L-Pyrrolysyl-tRNA(Pyl)", "orthologs" : {"K11627" : "pyrrolysyl-tRNA synthetase [EC:6.1.1.26]"}, "name" : "L-pyrrolysine:tRNA(Pyl) ligase (AMP-forming)", "product_stoichiometries" : ["1", "1", "1"], "enzymes" : ["6.1.1.26"], "equat...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K11627": {"type": "string"}}, "required": ["K11627"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": ...
{"votes" : {"diff" : 7034, "dem" : 10684, "tot" : 14926, "gop" : 3650}, "for" : "AZ/Santa Cruz County/4023", "pct" : {"dem" : 71.58, "per_point_diff" : 47.13, "gop" : 24.45}}
json_instruct
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type":...
{"name" : "ngx-intl-tel-input", "version" : "2.4.3", "peerDependencies" : {"@angular/common" : "8.x - 9.x", "@angular/core" : "8.x - 9.x", "@angular/forms" : "8.x - 9.x", "google-libphonenumber" : "^3.2.1", "intl-tel-input" : "^14.0.6", "@angular/material" : "8.x - 9.x"}, "repository" : {"type" : "git", "url" : "git+ht...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "google-libphonenumber": {"type": "string"}, "intl-tel-inpu...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pubdate": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "minutes": {"type": "integer"}}, "required": ["pubdate", "title", "tags", "minutes"], "$schema": "http://json-sch...
{"pubdate" : "2017-12-30T23:59:59+09:00", "title" : "bouzuya/resemble 0.0.1 \u3092\u3064\u304f\u3063\u305f", "tags" : ["programming"], "minutes" : 30}
json_instruct
{"type": "object", "properties": {"pubdate": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "minutes": {"type": "integer"}}, "required": ["pubdate", "title", "tags", "minutes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "string"}, "username": {"type": "string"}, "icon_url": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "title": {"type": "string"}, "...
{"text" : "Found 1 issue", "username" : "JIRA", "icon_url" : "https://confluence.atlassian.com/alldoc/files/169118009/169050326/4/1260504581635/jira_logo.png", "attachments" : [{"color" : "#205081", "title" : "STORM-2095", "text" : "<https://jira.secondlife.com/browse/STORM-2095|Unable to change Presets when the Preset...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "username": {"type": "string"}, "icon_url": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "fields": {"type": "array", "ite...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/dra...
[{"package" : "bioconductor-chopsticks", "downloads" : 17400, "count" : 7523}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"t...
{"title" : "Portrait Plaque of Sarah Campbell DeCoux", "creation_date" : "1931", "creation_date_earliest" : "1931-01-01", "creation_date_latest" : "1931-01-01", "medium" : "marble with bronze frame", "accession_number" : "2015.45", "id" : "cmoa:things/7c47747c-8dab-4e4e-ac94-4127074098a4", "credit_line" : "Bequest of S...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string...
{"source" : "http://lema.rae.es/drae/srv/search?val=desvestir", "word" : "desvestir", "infinitivo" : "desvestir", "participio" : ["desvestido"], "gerundio" : ["desvistiendo"], "tenses" : {"3" : [["desvisto"], ["desvistes", "desvest\u00eds"], ["desviste"], ["desvestimos"], ["desvest\u00eds", "desvisten"], ["desvisten"]]...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "...
{"name" : "Fatcoin", "symbol" : "FAT", "address" : "0x2eC95B8edA549B79a1248335A39d299d00Ed314C", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2021-01-16T08:00:00Z", "Temp" : 13.3, "RelHum" : 68, "WindSpeed" : 1.2, "WindDir" : 174}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object"...
{"name" : "gantt-doc", "version" : "1.2.0", "description" : "jz-gantt document", "main" : "index.js", "author" : "jeremyjone <jeremyjone@qq.com>", "license" : "MIT", "scripts" : {"docs:dev" : "vuepress dev docs", "docs:build" : "vuepress build docs"}, "devDependencies" : {"@vuepress/plugin-register-components" : "^2.0....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "st...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"characteristic": {"type": "integer"}, "degree": {"type": "integer"}, "order": {"type": "integer"}, "primitive_element": {"type": "integer"}, "irreducible_poly": {"type": "array", "items": {"type": "integer"}}}, "required": ["cha...
{"characteristic" : 2, "degree" : 1, "order" : 2, "primitive_element" : 1, "irreducible_poly" : [1, 1]}
json_instruct
{"type": "object", "properties": {"characteristic": {"type": "integer"}, "degree": {"type": "integer"}, "order": {"type": "integer"}, "primitive_element": {"type": "integer"}, "irreducible_poly": {"type": "array", "items": {"type": "integer"}}}, "required": ["characteristic", "degree", "order", "primitive_element", "ir...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_tra...
{"name" : "Hieratic Seal of Reflection", "number" : "47360060", "is_illegal" : false, "text" : "When a Spell Card, Trap Card, or monster effect is activated: Tribute 1 \"Hieratic\" monster; negate the activation, and if you do, destroy it.", "type" : "Trap", "is_monster" : false, "is_spell" : false, "is_trap" : true, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "req...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties...
{"id" : 8394, "group" : "84533100", "joblink" : true, "name" : "Tanzp\u00e4dagoge/-p\u00e4dagogin", "potential" : 0, "skills" : [{"id" : 64392, "skill" : "Didaktik", "replaceable" : false}, {"id" : 64412, "skill" : "Methodik", "replaceable" : false}, {"id" : 64422, "skill" : "Unterricht, Schulung (au\u00dferschulischer...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"option.ifHgalGALiteSource.txt": {"type": "object", "properties": {"global_cache": {"type": "boolean"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "hash": {"type": "string"}}, "required"...
{"option.ifHgalGALiteSource.txt" : {"global_cache" : false, "version_id" : 1000070, "version_string" : "1.0.0", "hash" : "e0f7106f360e38e90673c7fd0b0bd58c"}, "option_explain.ifHgalGALiteSource.txt" : {"global_cache" : false, "version_id" : 1000070, "version_string" : "1.0.0", "hash" : "422ca60f0d9db099aca58aee86983477"...
json_instruct
{"type": "object", "properties": {"option.ifHgalGALiteSource.txt": {"type": "object", "properties": {"global_cache": {"type": "boolean"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "hash": {"type": "string"}}, "required": ["global_cache", "version_id", "version_string", "hash"]}, "option_e...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"H2RB.HM": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "...
{"H2RB.HM" : {"short_name" : "HALLOREN SCHOKOLADEN. NA", "long_name" : "Halloren Schokoladenfabrik Aktiengesellschaft", "summary" : "Halloren Schokoladenfabrik Aktiengesellschaft produces and sells chocolates and candies in Germany. The company operates through Halloren Marke, Chocolaterie, Confiserie, and Industriepro...
json_instruct
{"type": "object", "properties": {"H2RB.HM": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type"...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"regexpLeft": {"type": "string"}, "cmdGroups": {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}, "stmt": {"type": "string"}, "after": {"type": "string"}}, "requir...
[{"regexpLeft" : "^cd +(?P<path>([0-9A-Za-z_\\-.]*/)*)(?P<query>[0-9A-Za-z_\\-.]*)$", "cmdGroups" : [{"tag" : "", "stmt" : "command ls -F -1 <path> | egrep '/$'", "after" : "awk '{print $0}'"}], "fuzzyFinderCmd" : "fzf -0 -1 -q \"<query>\"", "bufferLeft" : "cd <path>", "bufferRight" : "[]"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"regexpLeft": {"type": "string"}, "cmdGroups": {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}, "stmt": {"type": "string"}, "after": {"type": "string"}}, "required": ["tag", "stmt", "after"]}}, "fuzzyFinderCmd": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"members": {"type": "array", "items": {"type": "object", "properties": {"create_time": {"type": "string"}, "real_name": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "update_time": {"type":...
{"members" : [{"create_time" : "timestamp", "real_name" : "string", "team_id" : "string", "team_name" : "string", "update_time" : "string", "user_email" : "string", "user_id" : "string"}]}
json_instruct
{"type": "object", "properties": {"members": {"type": "array", "items": {"type": "object", "properties": {"create_time": {"type": "string"}, "real_name": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "update_time": {"type": "string"}, "user_email": {"type": "string"}, "user_id": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []},...
{"name" : "com.korstrix.uiframework", "version" : "1.0.0", "displayName" : "ZZ.UI Framework", "description" : "UGUI \uae30\ubc18\uc758 UI Framework\uc785\ub2c8\ub2e4.", "unity" : "2018.1", "dependencies" : {}, "keywords" : ["utility", "ui", "framework"], "author" : {"name" : "KorStrix", "email" : "korstrix@gmail.com", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d433-56", "text" : "DEPARTMENT OF\nHEALTH, EDUCATION, AND WELFARE\nOFFICE OF EDUCATION\nWASHINGTON 25. D.C.\nOctober 3, 1963\nMrs. Marian Corwell\nAssociate Director\nOffice of School Relations\nDearborn Public Schools\nDearborn, Michigan 48120\nDear Marian:\nAfter having neglected you so shamefully, I am surp...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "waitSec": {"type": "integer"}, "shinyTheme": {"type": "string"}}, "required": ["title", "waitSec", "shinyTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "shiny\u3067\u4f5c\u3063\u305f\u62bd\u9078\u30b7\u30b9\u30c6\u30e0", "waitSec" : 2, "shinyTheme" : "cerulean"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "waitSec": {"type": "integer"}, "shinyTheme": {"type": "string"}}, "required": ["title", "waitSec", "shinyTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"actions": {"type": "array", "items": {}}, "creation": {"type": "string"}, "doctype": {"type": "string"}, "editable_grid": {"type": "integer"}, "engine": {"type": "string"}, "field_order": {"type": "array", "items": {"type": "s...
{"actions" : [], "creation" : "2020-11-17 14:53:38.162658", "doctype" : "DocType", "editable_grid" : 1, "engine" : "InnoDB", "field_order" : ["sites"], "fields" : [{"fieldname" : "sites", "fieldtype" : "Select", "in_list_view" : 1, "label" : "Sites"}], "index_web_pages_for_search" : 1, "istable" : 1, "links" : [], "mod...
json_instruct
{"type": "object", "properties": {"actions": {"type": "array", "items": {}}, "creation": {"type": "string"}, "doctype": {"type": "string"}, "editable_grid": {"type": "integer"}, "engine": {"type": "string"}, "field_order": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "array", "items": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "stri...
{"geometry" : {"type" : "Point", "coordinates" : [-88.12, 30.76]}, "type" : "Feature", "id" : "36613", "properties" : {"other_cities" : "Mobile, Prichard", "city" : "Eight Mile", "state" : "AL", "county" : "Mobile County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[150.375, 28.5], [150.375, 28.583333333333332], [150.5, 28.583333333333332], [150.5, 28.5], [150.375, 28.5]]]}, "properties" : {"code" : 425063, "url" : "http://madefor.github.io/0410/api/v1/425063.geojson", "view" : "https://github.com/madefor/04...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "null"}...
{"name" : "transforms3d", "description" : "3 dimensional spatial transformations", "license" : {"key" : "other", "name" : "Other", "spdx_id" : null, "url" : null}, "starNum" : 82, "folkNum" : 17, "watchNum" : 82, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "null"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}, "other_urls": {"type": "array", "items"...
{"key" : "qualcomm-iso", "short_name" : "Qualcomm ISO/IEC MPEG-B DASH License", "name" : "Qualcomm ISO/IEC MPEG-B DASH License", "category" : "Free Restricted", "owner" : "Qualcomm", "spdx_license_key" : "LicenseRef-scancode-qualcomm-iso", "other_urls" : ["https://www.iso.org/standard/65274.html"], "ignorable_copyright...
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}, "other_urls": {"type": "array", "items": {"type": "string"}}, "ignorable_copyrights": {"type": "...
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": {"jshint": {"type": "string"}, "test": {"type": "s...
{"name" : "mussel", "version" : "0.0.0", "description" : "", "main" : "index.js", "scripts" : {"jshint" : "gulp jshint", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"bunyan" : "^1.5.1", "express" : "^4.13.3", "lodash" : "*", "node-schedule" : "^0.5.1", "s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"jshint": {"type": "string"}, "test": {"type": "string"}}, "required": ["jshint", "test"]}, "author": {"type": "string"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2020-08-02T15:00:00Z", "Temp" : 32.8, "RelHum" : 37, "WindSpeed" : 4.4, "WindDir" : 322}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"setup": {"type": "string"}, "predev": {"type": "string"}, "prebuild": {"...
{"name" : "rehype-image-salt-doc", "version" : "1.0.0", "private" : true, "scripts" : {"setup" : "bash scripts/setup.sh", "predev" : "bash scripts/setup.sh", "prebuild" : "bash scripts/setup.sh", "pregenerate" : "bash scripts/setup.sh", "dev" : "nuxt", "build" : "nuxt build", "start" : "nuxt start", "generate" : "nuxt ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"setup": {"type": "string"}, "predev": {"type": "string"}, "prebuild": {"type": "string"}, "pregenerate": {"type": "string"}, "dev": {"type": "string"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Login": {"type": "string"}, "ManagementPortal": {"type": "string"}, "UserName": {"type": "string"}, "Password": {"type": "string"}, "RememberMe": {"type": "string"}}, "required": ["Login", "ManagementPortal", "UserName", "P...
{"Login" : "Login", "ManagementPortal" : "Management Portal", "UserName" : "UserName", "Password" : "Password", "RememberMe" : "Remember Me"}
json_instruct
{"type": "object", "properties": {"Login": {"type": "string"}, "ManagementPortal": {"type": "string"}, "UserName": {"type": "string"}, "Password": {"type": "string"}, "RememberMe": {"type": "string"}}, "required": ["Login", "ManagementPortal", "UserName", "Password", "RememberMe"], "$schema": "http://json-schema.org/dr...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["3.3"]
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": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"harpagmon": {"type": "object", "properties": {"php.2.6|6": {"type": "array", "items": {"type": "string"}}}, "required": ["php.2.6|6"]}}, "required": ["h...
{"pos" : "n", "translits" : {"harpagmon" : {"php.2.6|6" : ["not", "something to be grasped", "considered"]}}, "meanings" : {"something" : 1}, "meaningsCount" : 1, "occurences" : 1, "translation" : "hebrew-4011"}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"harpagmon": {"type": "object", "properties": {"php.2.6|6": {"type": "array", "items": {"type": "string"}}}, "required": ["php.2.6|6"]}}, "required": ["harpagmon"]}, "meanings": {"type": "object", "properties": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "m...
{"author" : {"id" : "t2_zbu11", "name" : "Braincain007"}, "date" : {"day" : 1557705600, "full" : 1557708881, "month" : 1556668800, "week" : 1557619200}, "id" : "t3_bnwk2y", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 120154, "fullUrl" : "https://preview.redd.it/p8ugr4lqmvx21.jpg?auto=webp&s=0b843a6feafef...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type"...
{"WorkItem" : {"AffectedComponent" : {"Name" : "", "DisplayName" : ""}, "ClosedComment" : "", "ClosedDate" : null, "CommentCount" : 0, "Custom" : null, "Description" : "When I try to insert something that is tinyint I got an exception\nI use this construction\nusing (var command = context.UseSharedConnection(true))\n {...
json_instruct
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properti...
{"homepage" : "https://github.com/ethereum/mist", "version" : "0.11.1", "license" : "GPL-3.0-only", "description" : "Browse and use apps on the Ethereum network.", "architecture" : {"64bit" : {"url" : "https://github.com/ethereum/mist/releases/download/v0.11.1/Mist-win64-0-11-1.zip", "hash" : "2222f23bbfd216160a9b16efd...
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "require...
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" : "export default {\n balance: 0,\n code: \"GBP\",\n issuer: \"GB4ZARRG6G5N3CTBAK2YVZKPS4NOK4OZQQEHYC44GXVNW3CROB7BDKYO\",\n symbol: \"\u00a3\"\n};", "map" : {"version" : 3, "sources" : ["/home/azureuser/foregin-transfers-with-stellar/infrastructure/pageA/src/Assets/GBP.js"], "names" : ["balan...
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-74.001, 22.438], [-73.98, 22.46], [-73.927, 22.464], [-73.903, 22.476], [-73.893, 22.5], [-73.877, 22.51], [-73.885, 22.56], [-73.906, 22.574], [-73.927, 22.6], [-73.971, 22.594], [-73.983, 22.581], [-74.01, 22.592], [-74.045, 22.618], [-74.04, ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 54307, "cartId" : "81fb3e9e-393b-4a33-b202-337744e69f38", "preferredProducts" : [419, 1027, 4458, 4331], "productReviews" : [{"productId" : 4598, "reviewText" : "i use it never when i'm in my hotel.", "reviewDate" : "2016-09-22T06:55:15.8377326+03:00"}, {"productId" : 2456, "reviewText" : "talk about intere...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"NoMereWindmill": {"type": "array", "items": {"type": "string"}}}, "required": ["NoMereWindmill"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"NoMereWindmill" : ["WindmillPolitical", "WindmillCrusader", "StrawHypocrite", "ManipulativeBastard", "CryingWolf", "OnlySaneMan", "IgnoredExpert", "Doomsayer", "CassandraTruth", "SubvertedSuspicionAesop", "YouHaveToBelieveMe", "TheCuckoolanderWasRight", "StrawmanHasAPoint", "AccidentalTruth", "TheConspiracy", "DevilI...
json_instruct
{"type": "object", "properties": {"NoMereWindmill": {"type": "array", "items": {"type": "string"}}}, "required": ["NoMereWindmill"], "$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"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "styles": {"type": "array", "items": {"type": "string"}}, "fo...
{"name" : "source-sans-regular", "repo" : "typefaces/source-sans-regular", "description" : "The Source Sans regular typeface.", "version" : "0.0.1", "license" : "MIT", "styles" : ["index.css"], "fonts" : ["fonts/source-sans-regular.eot", "fonts/source-sans-regular.ttf", "fonts/source-sans-regular.woff"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "styles": {"type": "array", "items": {"type": "string"}}, "fonts": {"type": "array", "items": {"type": "string"}}}, "required": ["nam...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ipinfo": {"type": "object", "properties": {"access_token": {"type": "string"}}, "required": ["access_token"]}, "discord_bot": {"type": "object", "properties": {"bot_token": {"type": "string"}, "bot_prefix": {"type...
{"ipinfo" : {"access_token" : "access token"}, "discord_bot" : {"bot_token" : "bot token", "bot_prefix" : ";;", "removed_commands" : ["help"]}, "reddit_bot" : {"client_id" : "client id", "client_secret" : "client secret", "user_agent" : "client by user", "username" : "username", "password" : "password"}, "customization...
json_instruct
{"type": "object", "properties": {"ipinfo": {"type": "object", "properties": {"access_token": {"type": "string"}}, "required": ["access_token"]}, "discord_bot": {"type": "object", "properties": {"bot_token": {"type": "string"}, "bot_prefix": {"type": "string"}, "removed_commands": {"type": "array", "items": {"type": "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-sc...
{"model" : "Electronica_Electronica_controls_sc_audio", "modeltype" : "adaboost", "accuracy" : 0.8083333333333333, "deviation" : 0.11666666666666668}
json_instruct
{"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, ...
{"course_code" : "COMU6050", "course_name" : "Honours Seminar", "faculty" : "Humanities and Social Sciences", "school" : "Communication & Arts School", "units" : "4", "duration" : "One Semester", "description" : "Honours Coursework in Communication & Cultural Studies (including Film & Television and Media)", "prerequis...
json_instruct
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "strin...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3402042001", "id_kecamatan" : "340204", "name" : "Seloharjo"}, {"id" : "3402042002", "id_kecamatan" : "340204", "name" : "Panjangrejo"}, {"id" : "3402042003", "id_kecamatan" : "340204", "name" : "Srihardono"}]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "...
{"name" : "frontend-toolkit", "version" : "1.0.0", "description" : "", "main" : "Gulpfile.js", "dependencies" : {"browser-sync" : "^2.3.1", "gulp" : "^3.8.11", "gulp-autoprefixer" : "^2.1.0", "gulp-clean" : "^0.3.1", "gulp-pxtorem" : "^1.0.1", "gulp-sass" : "^1.3.3", "gulp-size" : "^1.2.1", "gulp-swig" : "^0.7.4", "gul...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-cle...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type"...
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Codex Coverage Schema", "type" : "object", "additionalProperties" : false, "properties" : {"id" : {"type" : "string"}, "range" : {"type" : "array", "items" : {"type" : "object", "properties" : {"begin" : {"type" : "string"}, "end" : {"type" : "string"}}...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "range": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"_id": {"type": "string"}}, "required": ["_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "55ae81046b10f87e728b4718"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}}, "required": ["_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "n...
{"artist_id" : "ARP15911187B9B0676", "artist_latitude" : null, "artist_location" : "Denver, CO", "artist_longitude" : null, "artist_name" : "Jill Sobule", "duration" : 228.57098, "num_songs" : 1, "song_id" : "SOKGDGM12AB018B071", "title" : "Now That I Don't Have You (LP Version)", "year" : 1995}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"total": {"type": "integer"}, "start": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": ...
{"success" : true, "data" : {"total" : 8, "start" : 0, "count" : 8, "results" : [{"id" : 11687514, "amount" : 83.9, "currency" : "BTC", "time" : 1433881056, "rate" : 839.0, "commission" : 0.0, "type" : "cancel"}]}, "time" : 1434130899, "limit" : {"used" : 6, "allowed" : 6000, "expires" : 1434132000}}
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"total": {"type": "integer"}, "start": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "amount": {"type": "num...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": ...
{"web" : [{"value" : ["\u5927\u5c0f", "\u9707\u7ea7", "\u91cf (\u6570\u5b66)"], "key" : "magnitude"}, {"value" : ["\u76ee\u89c6\u661f\u7b49", "\u76ee\u6d4b\u661f\u7b49", "\u89c6\u661f\u7b49"], "key" : "visual magnitude"}, {"value" : ["\u661f\u7b49\u7ea7", "\u661f\u7b49", "\u6052\u661f\u661f\u7b49"], "key" : "stellar ma...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["80-89", "80-89", "80-89", "60-69"], "SERIES_NAME" : ["MALE", "FEMALE", "MALE", "MALE"], "X_CALENDAR_YEAR" : [2010, 2011, 2014, 2018], "Y_PREVALENCE_1000PP" : [0.06502, 0.04809, 0.08459, 0.03313]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201101, "Y_PREVALENCE_...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Pyninsula 2017"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"x_min": {"type": "array", "items": {"type": "number"}}, "x_scale": {"type": "array", "items": {"type": "number"}}}, "required": ["x_min", "x_scale"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"x_min" : [1.6584807225231257], "x_scale" : [0.024008967537823722]}
json_instruct
{"type": "object", "properties": {"x_min": {"type": "array", "items": {"type": "number"}}, "x_scale": {"type": "array", "items": {"type": "number"}}}, "required": ["x_min", "x_scale"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "de...
{"name" : "bequeath", "main" : "bequeath.js", "module" : "bequeath.mjs", "version" : "0.0.1", "description" : "generator async control flow with futures", "keywords" : ["async", "flow", "generator", "coro", "coroutine", "fluture", "future", "yield", "will yield"], "devDependencies" : {"@babel/plugin-transform-runtime" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@babel/plugin-transf...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/...
[{"year" : 1981, "sex" : "M", "n" : 14, "prop" : 7.52e-06}, {"year" : 1982, "sex" : "M", "n" : 17, "prop" : 9.01e-06}, {"year" : 1983, "sex" : "M", "n" : 11, "prop" : 5.9e-06}, {"year" : 1984, "sex" : "M", "n" : 7, "prop" : 3.73e-06}, {"year" : 1985, "sex" : "M", "n" : 6, "prop" : 3.12e-06}, {"year" : 1987, "sex" : "M"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["openpyxl"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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": {"error...
{"contract" : "0xa701122c1b67220a8b6883d03c8ad67896b12466", "tool" : "honeybadger", "start" : 1565868933.0174212, "end" : 1565869052.622147, "duration" : 119.60472583770752, "analysis" : [{"errors" : [], "file" : "/unique_chucks/1/0xa701122c1b67220a8b6883d03c8ad67896b12466.sol", "name" : "BroFistCoin"}, {"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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num...
{"file_num" : 1127, "data" : [{"id" : 1128, "content" : "\u6211\u5df2\u7ecf\u5230\u4e86\u6cd5\u5b9a\u7ed3\u5a5a\u5e74\u9f84\uff0c\u8bf7\u95ee\u53bb\u6c11\u653f\u5c40\u9886\u8bc1\u7684\u65f6\u5019\uff0c\u8001\u5a46\u662f\u81ea\u5df1\u5e26\u8fd8\u662f\u7b49\u4ed6\u4eec\u53d1\uff1f"}]}
json_instruct
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp...
{"nom" : "Aouste-sur-Sye", "dpt" : "Dr\u00f4me", "inscrits" : 1811, "abs" : 385, "votants" : 1426, "blancs" : 147, "nuls" : 46, "exp" : 1233, "res" : [{"panneau" : "1", "voix" : 804}, {"panneau" : "2", "voix" : 429}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "34a205aad7e0b7e0b019", "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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "esy": {"type": "object", "properties": {"buildEnv": {"type": "object", "properties": {"esy_skia_install": {"type": "string"}, "OCAML...
{"name" : "reason-skia", "version" : "0.1.0", "description" : "Reason bindings for the Skia 2D graphics library", "esy" : {"buildEnv" : {"esy_skia_install" : "#{esy-skia.install}", "OCAMLRUNPARAM" : "b"}, "build" : ["#{'refmterr dune build --verbose --root .'}"], "install" : ["esy-installer"]}, "dependencies" : {"@esy-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "esy": {"type": "object", "properties": {"buildEnv": {"type": "object", "properties": {"esy_skia_install": {"type": "string"}, "OCAMLRUNPARAM": {"type": "string"}}, "required": ["esy_skia_inst...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "tables": {"type": "array", "items": {"type": "string"}}, "config": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, ...
{"id" : "e10.world", "name" : "Worl Definition Data", "tables" : ["languages", "currencies", "territories", "countries", "countryCurrencies", "countryLanguages", "countryTerritories", "currenciesTr", "languagesTr", "countriesTr"], "config" : [{"id" : "+e10.world.territoriesTypes", "file" : "territoriesTypes.json"}, {"i...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "tables": {"type": "array", "items": {"type": "string"}}, "config": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "file": {"type": "string"}}, "required": ["id", "file"]}}}, "required": ["id"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$sc...
{"id" : "2033", "provinceId" : "11", "regencyId" : "08", "districtId" : "16", "name" : "Alue Bili"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 15, "height" : 15, "block" : "<path d=\"M6.51 80.5a6.49 6.49 0 0 1-4.35-1.66 6.43 6.43 0 0 1-.5-9.12l43.5-48.08a6.55 6.55 0 0 1 9.16-.52L97.8 59.38a6.42 6.42 0 0 1 .56 9.12 6.54 6.54 0 0 1-9.19.55L50.52 35.06l-39.16 43.3a6.53 6.53 0 0 1-4.85 2.14\" fill=\"currentColor\"/>"}
json_instruct
{"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"...
{"id" : 15882, "source" : "parry", "verse_id" : 18820, "verse_count" : 1, "reference" : "59:19", "title" : "", "html" : " <i>fear the name of the Lord&hellip;and his glory/the west/the rising of the sun.</i> Those who receive God's judgments will be afraid of both death and eternal punishment, and they will fear the Lo...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1970, 6], [1973, 5], [1975, 8], [1976, 5], [1979, 6], [1982, 5], [1985, 5], [1986, 7], [1989, 8], [1990, 6], [1991, 5], [1992, 5], [1993, 7], [1994, 7], [1996, 7], [1997, 6], [2001, 6], [2002, 8], [2003, 6], [2004, 5], [2005, 6], [2007, 5], [2008, 9], [2011, 6], [2014, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"name" : "react-next-github-btn", "version" : "1.2.01", "description" : "GitHub module button component for React.js", "main" : "index.js", "types" : "index.d.ts", "repository" : {"type" : "git", "url" : "git+https://github.com/tekkenthuuug/react-next-github-btn.git"}, "keywords" : ["React", "GitHub", "button", "modul...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"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": "array", "items": {"type": "object", "properties": {"colour": {"type": "string"}, "time": {"type": "array", "items": {"type": "integer"}}, "number": {"type": "integer"}}, "required": ["colour", "time", "number"]}, "$schema": "http://jso...
[{"colour" : "red", "time" : [2018, 8, 27, 17, 12, 1], "number" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"colour": {"type": "string"}, "time": {"type": "array", "items": {"type": "integer"}}, "number": {"type": "integer"}}, "required": ["colour", "time", "number"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "str...
{"text" : "An individual or group health plan which is a health benefit plan, and a health insurer offering health care coverage, shall not:", "historical" : "Legislative History of Laws\n\nFor D.C. Law 13-254, see notes following \u00a7 31-3831.\n\nDC CODE \u00a7 31-3835\n\nCurrent through December 11, 2012", "credits...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "objec...
Generate a valid JSON object that conforms to the following schema: {"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":...
{"id" : 101880543, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "aa4e496e9d666b6f9071e29c0a7a88db", "wof:id" : 101880543, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.34771, 48.77409, 1.34771, 48.77409], "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": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.375, 30.25], [122.375, 30.333333333333332], [122.5, 30.333333333333332], [122.5, 30.25], [122.375, 30.25]]]}, "properties" : {"code" : 452233, "url" : "http://madefor.github.io/0410/api/v1/452233.geojson", "view" : "https://github.com/madefor...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type":...
{"name" : "sbn_fastpic_redirect", "version" : "0.6", "description" : "Skip spam and view the full image on fastpic image hosting", "permissions" : ["tabs", "webNavigation"], "background" : {"scripts" : ["fastpic_redirect.js"], "persistent" : false}, "icons" : {"128" : "icons/sbn_on.png"}, "browser_action" : {"default_i...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "...
{"id" : "530d2b9883106d185d2ce0e2069b89a90a63c55f", "recommendations" : ["TRLHHWD12903CDB311", "TRZUCIS128F92F91B9", "TRAMXGR128E07822CC", "TRVIGDJ128F4262CD6", "TRQZPIE128F1455E47", "TRWNFMW128F1465AC3", "TRKQQLC128F93032DA", "TRSGNMZ128F92F8FD0", "TRRGTXK128F92F991B", "TROGDUH128F9330CB9", "TRBFKOV128F426DDF1", "TRYQ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "avera...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "tut:block/deepslate_ruby_block"}
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": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["2 1\n", "10 7\n", "1000000000000 1\n", "3 1\n", "4 1\n", "3 2\n", "4 2\n", "1000 700\n", "959986566087 524054155168\n", "4 3\n", "7 6\n", "1000 999\n", "1000 998\n", "1000 997\n", "42 1\n", "1000 1\n", "8 5\n", "13 8\n", "987 610\n", "442 42\n", "754 466\n", "1000000000000 999999999999\n", "1000000000000 ...
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "imagefile": {"type": "string"}}, "required": ["title", "imagefile"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Stocks: Historical Quarterly Government Contract ", "imagefile" : "<class 'str'>"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "imagefile": {"type": "string"}}, "required": ["title", "imagefile"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"WORKING_DIR": {"type": "string"}, "FIELDS": {"type": "array", "items": {"type": "string"}}}, "required": ["WORKING_DIR", "FIELDS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WORKING_DIR" : "./", "FIELDS" : ["age", "sex", "response", "foo"]}
json_instruct
{"type": "object", "properties": {"WORKING_DIR": {"type": "string"}, "FIELDS": {"type": "array", "items": {"type": "string"}}}, "required": ["WORKING_DIR", "FIELDS"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"MK-04": {"type": "string"}, "MK-13": {"type": "string"}, "MK-19": {"type": "string"}, "MK-47": {"type": "string"}, "MK-62": {"type": "string"}, "MK-76": {"type": "string"}, "MK-83": {"type": "string"}}, "required"...
{"MK-04" : "\u0e1a\u0e34\u0e15\u0e2d\u0e25\u0e32", "MK-13" : "\u0e40\u0e27\u0e40\u0e25\u0e2a", "MK-19" : "\u0e42\u0e01\u0e2a\u0e15\u0e34\u0e27\u0e32\u0e23\u0e4c", "MK-47" : "\u0e04\u0e39\u0e21\u0e32\u0e42\u0e19\u0e42\u0e27", "MK-62" : "\u0e1e\u0e23\u0e35\u0e40\u0e25\u0e1b", "MK-76" : "\u0e40\u0e15\u0e15\u0e2d\u0e27\u0e...
json_instruct
{"type": "object", "properties": {"MK-04": {"type": "string"}, "MK-13": {"type": "string"}, "MK-19": {"type": "string"}, "MK-47": {"type": "string"}, "MK-62": {"type": "string"}, "MK-76": {"type": "string"}, "MK-83": {"type": "string"}}, "required": ["MK-04", "MK-13", "MK-19", "MK-47", "MK-62", "MK-76", "MK-83"], "$sch...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"debug": {"type": "boolean"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "restEndpoint": {"type": "string"}, "email": {"type": "string"}, "lists": {"type": "object", "properties": {"listname_1": {"type"...
{"debug" : false, "clientId" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "clientSecret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "restEndpoint" : "https://xxx-xxx-xxx.mktorest.com/", "email" : "john.doe@company.com", "lists" : {"listname_1" : 1001}, "campaigns" : {"campaignname_1" : 2001, "campaignname_2" : 2002}}
json_instruct
{"type": "object", "properties": {"debug": {"type": "boolean"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "restEndpoint": {"type": "string"}, "email": {"type": "string"}, "lists": {"type": "object", "properties": {"listname_1": {"type": "integer"}}, "required": ["listname_1"]}, "campaigns": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "commitlint-config-megengine", "version" : "1.0.0", "description" : "A shareable [conventional-changelog-lint](https://github.com/conventional-changelog/commitlint) configuration for [MegEngine](https://github.com/MegEngine/MegEngine) commit convention.", "main" : "index.js", "scripts" : {"test" : "echo \"Err...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " How to simplify an expression using rules of exponents\n\n[imath]\\frac{-21 w^{5} x^{2}}{7 w^{4} x^{5}}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=FPFjY29jr9M"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Themes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "voice": {"type": "string"}, "ascii": {"type": "array", "items": {"type": "string"}}, "bg_image": {"type": "string"},...
{"Themes" : [{"name" : "Shizuka", "voice" : "Heera", "ascii" : ["____________________________________________________\n\n", ".d88888b 88 oo 88 \n", "88. 88 88 \n", "`Y88888b. 88d888b. 88 d888888...
json_instruct
{"type": "object", "properties": {"Themes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "voice": {"type": "string"}, "ascii": {"type": "array", "items": {"type": "string"}}, "bg_image": {"type": "string"}, "label_bg_colour": {"type": "string"}, "scrolltext_bg_colour": {"type...