input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "strin...
{"citations" : [{"textCitation" : "[See peirce on Metamath](http://us.metamath.org/mpegif/peirce.html)"}], "names" : ["peirce"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_wps", "#T_wi", "#T_wph", "#T_wi", "#T_wph"], "metaLanguage" : "METAMATH", "remarks" : " Peirce's axiom. This odd-looki...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st...
{"schema_version" : "1.2.0", "id" : "GHSA-qxfq-j2m3-r27c", "modified" : "2022-05-13T01:09:58Z", "published" : "2022-05-13T01:09:58Z", "aliases" : ["CVE-2014-3808"], "details" : "Multiple cross-site scripting (XSS) vulnerabilities in BarracudaDrive before 6.7.2 allow remote attackers to inject arbitrary web script or HT...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"extends": {"type": "string"}, "files": {"type": "array", "items": {}}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@effect-ts/core/...
{"extends" : "./tsconfig.base.json", "files" : [], "compilerOptions" : {"baseUrl" : ".", "paths" : {"@effect-ts/core/*" : ["packages/core/src/*"], "@effect-ts/core" : ["packages/core/src"], "@effect-ts/system/*" : ["packages/system/src/*"], "@effect-ts/system" : ["packages/system/src"], "@effect-ts/tracing-plugin/*" : ...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "files": {"type": "array", "items": {}}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@effect-ts/core/*": {"type": "array", "items": {"type": "string"}}, "@effect-ts/core":...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"cnameFrom": {"type": "string"}, "cnameTo": {"type": "string"}, "cnameType": {"type": "string"}, "edgeHostnameId": {"type": "null"}}, "required": ["cnameFrom", "cnameTo", "cnameType"...
[{"cnameFrom" : "new.snippets.com", "cnameTo" : "snippets.environment.tests.com.edgesuite.net", "cnameType" : "EDGE_HOSTNAME", "edgeHostnameId" : null}, {"cnameFrom" : "qa.securesite.com", "cnameTo" : "qa.securesite.com.edgekey.net", "cnameType" : "EDGE_HOSTNAME", "edgeHostnameId" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"cnameFrom": {"type": "string"}, "cnameTo": {"type": "string"}, "cnameType": {"type": "string"}, "edgeHostnameId": {"type": "null"}}, "required": ["cnameFrom", "cnameTo", "cnameType", "edgeHostnameId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclus...
{"id" : "DRE352H5S20201", "code" : "DRE352H5S", "name" : "Stage to Screen", "description" : "A theoretical and historical study of the relationship between live and recorded media, with special consideration of the translation/adaption from theatrical production to film and television production. Discussion will focus ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"help": {"type": "array", "items": {"type": "integer"}}, "helpful": {"type": "array", "items": {"type": "integer"}}, "helper": {"type": "array", "items": {"type": "integer"}}, "history": {"type": "array", "items": {"t...
{"help" : [1638401, 3080193], "helpful" : [3080193], "helper" : [3080194], "history" : [2752513, 3080193, 3473409, 3735554, 4325377], "hierarchy" : [458753, 917505, 2162689, 3014657, 3145729, 3211265, 3342337, 3407873, 3997697, 4521985, 4915201], "hold" : [1638401]}
json_instruct
{"type": "object", "properties": {"help": {"type": "array", "items": {"type": "integer"}}, "helpful": {"type": "array", "items": {"type": "integer"}}, "helper": {"type": "array", "items": {"type": "integer"}}, "history": {"type": "array", "items": {"type": "integer"}}, "hierarchy": {"type": "array", "items": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-121.244947, 37.826455], [-121.235904, 37.826461], [-121.23562, 37.819869], [-121.22997, 37.819924], [-121.231641, 37.814609], [-121.23127, 37.811964], [-121.244508, 37.811915], [-121.244947, 37.826455]]]}, "type" : "Feat...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"layout": {"type": "string"}}, "required": ["layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"layout" : "layouts/website.njk"}
json_instruct
{"type": "object", "properties": {"layout": {"type": "string"}}, "required": ["layout"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"...
{"name" : "go-pc-build-backend", "version" : "0.1.0", "description" : "The API that handles the GO-PC ecosystem ", "main" : "index.js", "scripts" : {"start" : "nodemon index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/GO-PC-Build/Backend.git"}, "keywords" : ["backend", "go-pc", "go-pc-build"],...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["web-dev-node-longpoll"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"json.schemas": {"type": "array", "items": {"type": "object", "properties": {"fileMatch": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}}, "required": ["fileMatch", "url"]}}, "javascri...
{"json.schemas" : [{"fileMatch" : ["manifest.json"], "url" : "http://json.schemastore.org/webextension"}], "javascript.preferences.quoteStyle" : "single", "files.watcherExclude" : {"**/dist-zip/**" : true, "**/dist/**" : true}, "editor.formatOnSave" : true, "prettier.disableLanguages" : ["javascript", "typescript", "vu...
json_instruct
{"type": "object", "properties": {"json.schemas": {"type": "array", "items": {"type": "object", "properties": {"fileMatch": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}}, "required": ["fileMatch", "url"]}}, "javascript.preferences.quoteStyle": {"type": "string"}, "files.watcherExclude": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"app.components.Button.header": {"type": "string"}, "app.components.HomePage.header": {"type": "string"}, "app.components.NotFoundPage.header": {"type": "string"}}, "required": ["app.components.Button.header", "app.component...
{"app.components.Button.header" : "This is the Button component !", "app.components.HomePage.header" : "This is HomePage component!", "app.components.NotFoundPage.header" : "This is NotFoundPage component!"}
json_instruct
{"type": "object", "properties": {"app.components.Button.header": {"type": "string"}, "app.components.HomePage.header": {"type": "string"}, "app.components.NotFoundPage.header": {"type": "string"}}, "required": ["app.components.Button.header", "app.components.HomePage.header", "app.components.NotFoundPage.header"], "$s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "sortnum": {"type": "integer"}}, "required": ["name", "icon", "description", "sortnum"], "$schema": "http://json-schem...
{"name" : "hexcasting.entry.items", "icon" : "hexcasting:focus", "description" : "hexcasting.entry.items.desc", "sortnum" : 2}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "sortnum": {"type": "integer"}}, "required": ["name", "icon", "description", "sortnum"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"experimentalDecorators": {"type": "boolean"}, "emitDecoratorMetadata": {"type": "boolean"}, "outDir": {"type": "string"}, "types": {"type": "a...
{"extends" : "../tsconfig.json", "compilerOptions" : {"experimentalDecorators" : true, "emitDecoratorMetadata" : true, "outDir" : "../build/test", "types" : ["jest", "node"], "rootDir" : "..", "module" : "commonjs", "moduleResolution" : "node", "jsx" : "preserve", "lib" : ["es2020", "dom"]}, "include" : [".", "../src"]...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"experimentalDecorators": {"type": "boolean"}, "emitDecoratorMetadata": {"type": "boolean"}, "outDir": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "rootDir": {"type": "s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properti...
{"id" : "70bbc5cf-e3c4-4445-9436-901d76ff38b4", "playerTags" : [], "teamTags" : ["3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e"], "gameTags" : [], "metadata" : {"totalShames" : 40, "totalShamings" : 43}, "created" : "2021-03-02T14:27:31.862Z", "season" : 11, "tournament" : -1, "type" : 155, "day" : 22, "phase" : 2, "category" ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"totalShames": {"type": "integer"}, "totalShamings": {"type": "i...
The schema below describes a JSON structure. Generate a valid example: {"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" : "Montholon", "dpt" : "Yonne", "inscrits" : 2205, "abs" : 455, "votants" : 1750, "blancs" : 40, "nuls" : 7, "exp" : 1703, "res" : [{"panneau" : "2", "voix" : 499}, {"panneau" : "11", "voix" : 388}, {"panneau" : "3", "voix" : 333}, {"panneau" : "9", "voix" : 242}, {"panneau" : "1", "voix" : 104}, {"panneau" : "4...
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"...
Please provide a valid JSON object following this schema: {"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": "strin...
{"edges" : [[11, 17], [8, 18], [19, 12], [7, 0], [1, 17], [20, 13], [9, 21], [2, 6], [10, 5], [16, 15], [17, 14], [10, 21], [4, 3]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "1", "4" : "1", "5" : "1", "6" : "1", "7" : "1", "8" : "1", "9" : "1", "10" : "2", "11" : "1", "12" : "1", "13" : "1", "14" : "1", "15...
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":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "pro...
{"id" : "1f97c09e-c74f-4291-aabc-7f5989853ae2", "playerTags" : [], "teamTags" : ["9debc64f-74b7-4ae1-a4d6-fce0144b6ea5", "b63be8c2-576a-4d6e-8daf-814f8bcea96f"], "gameTags" : ["ad67eac4-3029-4f63-a5ba-29a59f7d7199"], "metadata" : {"play" : 22, "subPlay" : -1}, "created" : "2021-04-14T11:01:46.842Z", "season" : 15, "tou...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"train_err": {"type": "number"}, "train_lev": {"type": "integer"}, "train_syl_err_rate": {"type": "number"}, "test_err": {"type": "number"}, "test_lev": {"type": "integer"}, "test_syl_err_rate": {"type": "numb...
{"train_err" : 0.00028763010768152156, "train_lev" : 9, "train_syl_err_rate" : 0.03896103896103896, "test_err" : 0.023963633739064086, "test_lev" : 1484, "test_syl_err_rate" : 0.16245210727969348}
json_instruct
{"type": "object", "properties": {"train_err": {"type": "number"}, "train_lev": {"type": "integer"}, "train_syl_err_rate": {"type": "number"}, "test_err": {"type": "number"}, "test_lev": {"type": "integer"}, "test_syl_err_rate": {"type": "number"}}, "required": ["train_err", "train_lev", "train_syl_err_rate", "test_err...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"quad": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["quad"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"quad" : [[194, 639], [978, 662], [999, 1151], [156, 1130]]}
json_instruct
{"type": "object", "properties": {"quad": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["quad"], "$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"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"ty...
{"name" : "GOVAZOL CAPSULE", "harga" : " Rp. 246.840/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Fluconazole / Flukonazol.", "indikasi" : "Kandidiasis orofaringeal & kandidiasis esofaringeal. Kandidiasis sistemik. Meningitis kriptokokal. Kandidiasis vag...
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": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t...
{"directions" : ["In a medium saucepan, combine brandy, raisins and currants. Bring to an boil, then remove from heat. Set aside until all liquid is absorbed and mixture is cooled.", "Preheat oven to 275 degrees F (135 degrees C). Grease and flour a 10 inch tube pan. Sift together the flour, baking powder, allspice, ci...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "specialname": {"type": "string"}, "enemytype": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}, "investigation": {"type": "object", "properties": {"name": {"...
{"name" : "Fatui Cryo Cicin Mage", "specialname" : "Anna", "enemytype" : "ELITE", "category" : "Fatui", "description" : "A Fatui mage who can command Cryo Cicins in battle. Their origins and what they look like under that mask are both mysteries.\nReason dictates that those who lack Visions should not be able to contro...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "specialname": {"type": "string"}, "enemytype": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}, "investigation": {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "description...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ll": {"type": "array", "items": {"type": "string"}}, "uri": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["ll", "uri", "id", "title"], "$schema": "http://json-schema.org/dra...
{"ll" : ["32.5", "-2.5"], "uri" : "http://pleiades.stoa.org/places/1119", "id" : "1119", "title" : "Mauretania"}
json_instruct
{"type": "object", "properties": {"ll": {"type": "array", "items": {"type": "string"}}, "uri": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["ll", "uri", "id", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["nodegame-installer", "nodegame-mturk", "nodegame-openshift"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/_app.js": {"type": "boolean"}}, "required": ["static/development/pages/_app.js"]}}, "required": ["h", "c"], "$schema": "http:...
{"h" : "6981d14654e6290131fb", "c" : {"static/development/pages/_app.js" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/_app.js": {"type": "boolean"}}, "required": ["static/development/pages/_app.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"DouglasMen\\ExamplePackage\\": {"type": "string"}}, "required": ["DouglasM...
{"name" : "douglas-men/example-package", "description" : "Pacote de Exemplo desenvolvido para Laravel 8", "autoload" : {"psr-4" : {"DouglasMen\\ExamplePackage\\" : "src/"}}, "authors" : [{"name" : "Douglas Men", "email" : "douglas@schoolofnet.com"}], "require" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"DouglasMen\\ExamplePackage\\": {"type": "string"}}, "required": ["DouglasMen\\ExamplePackage\\"]}}, "required": ["psr-4"]}, "authors"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1307071001", "district_id" : "1307071", "name" : "BUKIK BATABUAH"}
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 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" : "cbf265746b40d441836996d2b4875bcf12bba464"}
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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
{"name" : "portainer-api-client", "version" : "0.0.2", "description" : "Node.JS client for interacting with the Portainer HTTP API", "license" : "MIT", "author" : {"name" : "John Murphy-Teixidor", "email" : "johnvmt@gmail.com"}, "repository" : {"type" : "git", "url" : "https://github.com/johnvmt/portainer-api-client.gi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "obj...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "ar...
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "new_guide_done_bg", "texture" : "dfpBYorhZL9o5UUjQSqer7", "rect" : [0, 0, 616, 109], "offset" : [0, 0], "originalSize" : [616, 109]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build": {"typ...
{"author" : {"name" : "Alex Uskov"}, "scripts" : {"start" : "node dist/app.js", "dev" : "tsnd --project tsconfig.json --respawn src/app.ts --rs", "build" : "tsc", "format" : "prettier --write ./**/*.*"}, "dependencies" : {"@koa/cors" : "^3.1.0", "dotenv" : "^8.2.0", "fs-extra" : "^9.0.1", "koa" : "^2.13.0", "koa-body" ...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "format": {"type": "string"}}, "required": ["start", "dev", ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "headstall", "definition" : "That part of a bridle or halter which encompasses the head. Shak."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "re...
{"name" : "screenshot-v2", "version" : "1.0.0", "description" : "Take screenshot of website", "main" : "dev.js", "scripts" : {"dev" : "node dev.js", "start" : "node dev.js"}, "keywords" : ["screenshot", "service"], "author" : "charlie-alt", "repository" : "github:charlie-alt/webscraper", "license" : "MIT", "dependencie...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "keywords": {"type": "array", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["fn_nam...
{"fn_name" : "house_of_cards", "inputs" : [[1], [2], [3]], "outputs" : [[7], [15], [26]]}
json_instruct
{"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["fn_name", "inputs", "outputs"], "$schema": "http://json-schema.or...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"builds/basemaps/esri-leaflet-basemaps-src.js": {"type": "string"}, "builds/basemaps/esri-leaflet-basemaps.js": {"type": "string"}, "builds/core/esri-leaflet-core-src.js": {"type": "string"}, "builds/core/esri-leaflet...
{"builds/basemaps/esri-leaflet-basemaps-src.js" : "sha256-82haB2BdewXCMlsk1Mfj/8n90c8d3sLIvAvbXHY2A1s=", "builds/basemaps/esri-leaflet-basemaps.js" : "sha256-S9x4w4hVwHZdQ1yG/cWlV2rZALeBw6vFla5ZTZmFzM8=", "builds/core/esri-leaflet-core-src.js" : "sha256-xcMgNpdMN9Tl6f0ti72hWYgJrgWf3goIxSHRhWTTaz0=", "builds/core/esri-l...
json_instruct
{"type": "object", "properties": {"builds/basemaps/esri-leaflet-basemaps-src.js": {"type": "string"}, "builds/basemaps/esri-leaflet-basemaps.js": {"type": "string"}, "builds/core/esri-leaflet-core-src.js": {"type": "string"}, "builds/core/esri-leaflet-core.js": {"type": "string"}, "builds/feature-layer/esri-leaflet-fea...
The schema below describes a JSON structure. Generate a valid example: {"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"...
{"name" : "Doitsu", "number" : "57062206", "is_illegal" : false, "text" : "Once per turn, you can equip this card to a \"Soitsu\" you control, OR unequip it to Special Summon this card in face-up Attack Position. When equipped to a monster by this card's effect, that monster gains 2500 ATK. (A monster can only be equip...
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"}, "species": {"type": "string"}, "attac...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"lqi": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "xs3": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "i...
{"lqi" : {"width" : 160, "height" : 139}, "xs3" : {"width" : 640, "height" : 557}, "xs2" : {"width" : 800, "height" : 696}, "xs" : {"width" : 960, "height" : 835}, "sm" : {"width" : 1120, "height" : 974}, "title" : "Elijah Fed by an Angel", "artist" : "Ferdinand Bol", "art_date" : "1660-1663", "art_medium" : "Oil", "ar...
json_instruct
{"type": "object", "properties": {"lqi": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "xs3": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "xs2": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename",...
[{"manufacturer" : "BenQ", "market_name" : "Smart TV", "codename" : "longshan", "model" : "AI PONT"}, {"manufacturer" : "CHiQ", "market_name" : "Smart TV", "codename" : "longshan", "model" : "AI PONT"}, {"manufacturer" : "Changhong", "market_name" : "Smart TV", "codename" : "longshan", "model" : "AI PONT"}, {"manufactu...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-84.411492, 34.240559], [-84.404125, 34.24184], [-84.385762, 34.241469], [-84.3836, 34.242597], [-84.375346, 34.250266], [-84.366628, 34.251437], [-84.358406, 34.254433], [-84.349969, 34.254016], [-84.341963, 34.255758], ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"exportPath": {"type": "string"}, "globalImports": {"type": "array", "items": {"type": "string"}}, "publicUrl": {"type": "string"}, "staticPath": {"type": "string"}}, "required": ["exportPath", "globalImports", "publicUrl", "st...
{"exportPath" : "dist/live-demo", "globalImports" : ["src/polyfills.ts", "src/global.css"], "publicUrl" : "./", "staticPath" : "static"}
json_instruct
{"type": "object", "properties": {"exportPath": {"type": "string"}, "globalImports": {"type": "array", "items": {"type": "string"}}, "publicUrl": {"type": "string"}, "staticPath": {"type": "string"}}, "required": ["exportPath", "globalImports", "publicUrl", "staticPath"], "$schema": "http://json-schema.org/draft-07/sch...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "batchSize": {"type": "integer"}, "threadCount": {"type": "integer"}, "options": {"type": "object", "properties": {"sourceQuery": {"type": "null"}}, "re...
{"name" : "CustomFlow", "description" : "Flow that runs a custom step", "batchSize" : 100, "threadCount" : 4, "options" : {"sourceQuery" : null}, "steps" : {"1" : {"name" : "MyCustomStep", "stepDefinitionName" : "MyCustomStep", "stepDefinitionType" : "CUSTOM", "description" : "Adds some custom test data", "options" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "batchSize": {"type": "integer"}, "threadCount": {"type": "integer"}, "options": {"type": "object", "properties": {"sourceQuery": {"type": "null"}}, "required": ["sourceQuery"]}, "steps": {"type": "object", "properties": {"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["jigsass-utils-border", "jigsass-utils-color"]
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": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "creepyasterisks", "author" : "EastIsUp554", "count" : 7}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": ...
{"n_dim" : 2, "n_trials" : 80, "objective" : "griewank_on_cube", "white" : "bobyqa_default", "black" : "bayesopt_ucb", "traceback" : ["passing", "passing"], "best_val" : [1.5338099636473574, 0.8653929011532077], "best_x" : [[0.49948026052481215, 0.5001901698115623], [0.5197033229794532, 0.5080194243471983]], "feval_cou...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, ...
{"userId" : 258, "cartId" : "e567df74-6446-4877-8c17-8557691ba488", "preferredProducts" : [], "productReviews" : [{"productId" : 2373, "reviewText" : "My neighbor Georgine has one of these. She works as a fireman and she says it looks colorful.", "reviewDate" : "2019-04-28T04:44:18.9491567+03:00"}, {"productId" : 1374,...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
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" : "d992-59", "text" : ".,5-\ninstitutions involved take responsibility for rigorous self examination to make sure\nof the maximum use of present facilities, and participate in state-wide, regional,\nand national planning to achieve coordination and consequent economy in the use of _\neducational facilities.\nIt i...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i...
{"id" : 101887699, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a8712bebdf53611cbe1cd0bc78219a3f", "wof:id" : 101887699, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.97803, 47.64319, 5.97803, 47.64319], "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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Backend": {"type": "object", "properties": {"Endpoint": {"type": "string"}}, "required": ["Endpoint"]}}, "required": ["Backend"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Backend" : {"Endpoint" : "http://localhost:5000"}}
json_instruct
{"type": "object", "properties": {"Backend": {"type": "object", "properties": {"Endpoint": {"type": "string"}}, "required": ["Endpoint"]}}, "required": ["Backend"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "520323111201", "text" : "\u53cc\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "520323111202", "text" : "\u516c\u5e73\u6751\u59d4\u4f1a"}, {"id" : "520323111203", "text" : "\u6e29\u6cc9\u6751\u59d4\u4f1a"}, {"id" : "520323111204", "text" : "\u534e\u5149\u6751\u59d4\u4f1a"}, {"id" : "520323111205", "text" : "\u52df\u9633\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Balimbingan, Lumban, Laguna, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.laguna.lumban.balimbingan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_refe...
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": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "permeability", "definition" : "The quality or state of being permeable. Magnetic permeability (Physics), the specific capacity of a body for magnetic induction, or its conducting power for lines of magnetic force. Sir W. Thomson."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "https://haxe.org/manual/std-String.html", "description" : "Haxe: String"}, {"url" : "https://code.haxe.org/category/beginner/strings.html", "description" : "Haxe Cookbook: Strings"}, {"url" : "https://api.haxe.org/String.html", "description" : "Haxe API: String"}, {"url" : "https://haxe.org/manual/std-String...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.js": {"type":...
{"compatibility.js" : "sha512-djKt6ERYtOlpcICvLLOjGBTEi8gWgUyNZrJTBMA1MTBqvTb9FzqVav5RTqYeAul8FnsXMSbPOxRoYI6kIJEa4g==", "pdf.combined.js" : "sha512-6rwWIhcyVfNfnTkGZa2gTzJHpRgoGHVxa5uVhWiZ8pM3mB3sIJBjb56NUA3BBen8frVCqXkxWfzI2gEu6E8bjw==", "pdf.js" : "sha512-MigEmdNkPGHNVDQ9i5P8jLlB/vzLee2qVrC4flQ0sNMHF8ej8Tm6HXfGI21pX...
json_instruct
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"ty...
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" : "DONEPEZIL HCL 5 MG NOVELL", "harga" : " Rp. 217.800/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Donepezil HCL.", "indikasi" : "Pengobatan gejala Demensia Alzheimer ringan sampai sedang.", "kontraindikasi" : "Hipersensitif terhadap derivat pip...
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": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required...
{"ETag" : "W/\"9d65b0b28e5c29232c7587f605c0f386caaecd1e396176fb0c78c0bdfc2df028\"", "Last-Modified" : "Wed, 14 Apr 2021 22:57:12 GMT", "base" : {"repo" : {"name" : "jupyterlab-sos-feedstock"}}, "closed_at" : "2021-04-14T22:57:12Z", "created_at" : "2021-01-15T00:48:49Z", "draft" : false, "head" : {"ref" : "0.8.0_hf716d7...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "cli": {"type": "string"}, "properties": {"type": "object", "properties": {"dry...
{"$schema" : "http://json-schema.org/schema", "$id" : "platyplus-npm-publish", "title" : "NPM publisher", "description" : "Publish package to NPM", "type" : "object", "cli" : "nx", "properties" : {"dryRun" : {"description" : "See what commands would be run, without committing to git or updating files.", "type" : "boole...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "cli": {"type": "string"}, "properties": {"type": "object", "properties": {"dryRun": {"type": "object", "properties": {"description": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": ...
[{"major" : "and Human Performance", "photo" : "http://jpeople.user.jacobs-university.de/utils/images/1426.jpg", "college" : "", "year" : "", "id" : "329", "deptinfo" : "Human Performance", "title" : "Associate Professor", "lname" : "Godde", "fname" : "Benjamin", "email" : "b.godde@jacobs-university.de", "status" : "",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": {"type": "string"}, "lname": {"type": "string"}, "fname": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scrip...
{"name" : "@determined-ai/api-ts-sdk", "version" : "0.0.1", "description" : "Determined REST API SDK for Typescript", "main" : "lib/index.js", "types" : "lib/index.d.ts", "files" : ["lib/**/*"], "scripts" : {"build" : "tsc"}, "dependencies" : {"portable-fetch" : "^3.0.0"}, "devDependencies" : {"typescript" : "^3.9.5"},...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "re...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"youtubePlaylists": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "localPlaylists": {"type": "array", "items": {"type": "o...
{"youtubePlaylists" : [{"name" : "Aux at Work", "url" : "https://www.youtube.com/playlist?list=PLHNntV_whvgol2o__jwedNtjVJSdQQFhD"}, {"name" : "Country Yum", "url" : "https://www.youtube.com/playlist?list=PLHNntV_whvgpmj--BOoxFi1bErKdOxYqS"}, {"name" : "Real Classical Music", "url" : "https://www.youtube.com/playlist?l...
json_instruct
{"type": "object", "properties": {"youtubePlaylists": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "localPlaylists": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "songs": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town...
{"stationId" : 1121402, "stationGroupId" : 1121402, "name" : "\u4eac\u30b1\u702c", "lineId" : 11214, "zipCode" : "959-2134", "pref" : "\u65b0\u6f5f\u770c", "city" : "\u963f\u8cc0\u91ce\u5e02", "town" : "\u5c0f\u6cb3\u539f", "longitude" : 139.178322, "latitude" : 37.817616, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties...
{"contract" : "0x488690160a80702e6b8e47c7d62ec2779eb5f240", "tool" : "osiris", "start" : 1564592863.4578793, "end" : 1564592866.4338982, "duration" : 2.9760189056396484, "analysis" : [{"errors" : [], "file" : "/unique_chucks/46/0x488690160a80702e6b8e47c7d62ec2779eb5f240.sol", "name" : "SimpleStorage"}]}
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"HalfBreedAngst": {"type": "array", "items": {"type": "string"}}}, "required": ["HalfBreedAngst"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HalfBreedAngst" : ["HalfHumanHybrid", "HalfBreedDiscrimination", "HalfBreedDiscrimination", "FreakinessShame", "ChildOfForbiddenLove", "AlwaysChaoticEvil", "AdaptationSpeciesChange", "OppositeSexClone", "Spork", "MeaningfulName", "MalignedMixedMarriage", "HalfBreedDiscrimination", "AlienHair", "BigBad", "MedicalRapeA...
json_instruct
{"type": "object", "properties": {"HalfBreedAngst": {"type": "array", "items": {"type": "string"}}}, "required": ["HalfBreedAngst"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/c/c3/Scr3.jpg/revision/latest?cb=20170615133647", "sha1" : "34f2e73207b356018fa28c82b6622a248e48d628"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07...
[{"name" : "SIMONNA", "frequency" : 7950, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": ...
{"display-name" : "", "package-name" : "zstd", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "zstd", "latest-version" : "1.4.9", "1.4.9" : {"url" : "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win64.zip", "file-type" : ".zip", "bin" : ["zstd.exe"], "shortcuts" : [],...
json_instruct
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "1.4.9": {"type": "obj...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "integer"}, "story": {"type": "integer"}, "goals": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "string"}, "complete": {"type": "string"}}, "re...
{"name" : "Infiltration", "level" : 10, "story" : 3, "goals" : [{"active" : "Infiltrate the bandit cave southeast of the city.", "complete" : "I discovered important information from the thieves. First, the Ministry Guard has been releasing prisoners and sending them out to join a growing band of criminals. Second, the...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "integer"}, "story": {"type": "integer"}, "goals": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "string"}, "complete": {"type": "string"}}, "required": ["active", "complete"]}}, "id": {"type": "integer"}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"datamaps": {"type": "string"}, "gulp": {"type": "string"}, "mode...
{"name" : "BreweryUS", "version" : "1.0.0", "description" : "Brewery Visualization", "dependencies" : {"datamaps" : "^0.5.8", "gulp" : "~3.9.1", "model-js" : "^0.2.5", "vega" : "^3.0.0-rc4", "vega-embed" : "^3.0.0-beta.19", "vega-lite" : "^2.0.0-beta.10"}, "repository" : {"url" : "https://github.com/hms15/BreweryUS.git...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"datamaps": {"type": "string"}, "gulp": {"type": "string"}, "model-js": {"type": "string"}, "vega": {"type": "string"}, "vega-embed": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homep...
{"name" : "aisasemi/sri", "description" : "Laravel Subresource Integrity", "license" : "MIT", "authors" : [{"name" : "Jonatan Gomez Naranjo", "email" : "aisasemi@gmail.com", "homepage" : "https://jogn.net"}], "homepage" : "https://github.com/aisasemi/sri", "keywords" : ["Laravel", "SRI"], "require" : {"illuminate/suppo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"typ...
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=10263", "name" : "WILDLIFE CONSERVATION FOUNDATION", "primaryEmail" : "rajkumar.naturalist@gmail.com", "website" : "wcfindia.org", "organisationType" : ["Direct Service"], "telephone" : ["918214033300"], "mainAddrress" : {"state" : "Ka...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"request": {"type": "object", "properties": {"api_url": {"type": "string"}}, "required": ["api_url"]}, "response": {"type": "object", "properties": {"data": {"type": "object", "properties": {"status_code": {"type": "integer"...
{"request" : {"api_url" : "https://xkcd.com/info.0.json"}, "response" : {"data" : {"status_code" : 200}, "month" : "7", "num" : 1866, "link" : "", "year" : "2017", "news" : "", "safe_title" : "Russell's Teapot", "transcript" : "", "alt" : "Unfortunately, NASA regulations state that Bertrand Russell-related payloads can...
json_instruct
{"type": "object", "properties": {"request": {"type": "object", "properties": {"api_url": {"type": "string"}}, "required": ["api_url"]}, "response": {"type": "object", "properties": {"data": {"type": "object", "properties": {"status_code": {"type": "integer"}}, "required": ["status_code"]}, "month": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "quality...
{"id" : "CWE-1108", "name" : "Excessive Reliance on Global Variables", "href" : "CARL/quality-standards/CWE/items/CWE-1108", "url" : "https://cwe.mitre.org/data/definitions/1108.html", "description" : "The code is structured in a way that relies too much on using or setting global variables throughout various points in...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"type": "object", "properties": {"name": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"ty...
{"name" : "my_place_01", "description" : "", "main" : "", "authors" : ["Kenini1805 <huusu1996@gmail.com>"], "license" : "MIT", "homepage" : "https://github.com/Kenini1805/my_place_01", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"bootstrap" : "^3.3.7", "font-awesome" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "null"}, "url": {"type": "string"}}, "required": ["id", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "attachment_post_9", "description" : null, "url" : "https://contentfulimporttool.files.wordpress.com/2015/03/tumblr_inline_mo6bpj0zif1qz4rgp.jpg"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "null"}, "url": {"type": "string"}}, "required": ["id", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties"...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.799376, 53.406049]}, "properties" : {"start-date" : "2018-12-20", "deliverable" : "yes", "site-address" : "Former Garden Centre Site", "notes" : "Part of a larger Sustainable Urban Extension site (allocated by Local Plan Core Strategy in 2016). En...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"store2.js": {"type": "string"}, "store2.min.js": {"type": "string"}}, "required": ["store2.js", "store2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"store2.js" : "sha512-cGBeVPJQF4YjmpmfRwKuq9Z8p5dX0xf5ILFk/enk24ooGJ7NtOmW4fYxyS7MSUmbwNgG4X/3MzLFVwKXfmA6oQ==", "store2.min.js" : "sha512-RtAC1pK0CdH05WsVfD00co2c8s/vsQHFSYvv0WDYoJ5gsJOhSA8BrD3qAQqYeOr/XmHkAcfYYc0gU4jdBXhwpA=="}
json_instruct
{"type": "object", "properties": {"store2.js": {"type": "string"}, "store2.min.js": {"type": "string"}}, "required": ["store2.js", "store2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "moblocks:block/archs/sandstone_arch"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type":...
{"categories" : ["Mobile Development", "Programming"], "desc" : " Rails is a robust, flexible development platform that lets you build complex websites quickly. Major websites like GitHub, Hulu, and Twitter have run Rails under the hood, and if you know just enough HTML and CSS to be dangerous, ", "details" : {"authors...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build...
{"name" : "blog", "version" : "0.1.1", "scripts" : {"dev" : "vite", "build" : "vite build", "serve" : "vite preview"}, "dependencies" : {"animate.css" : "^4.1.1", "axios" : "^0.21.1", "dayjs" : "^1.10.6", "gitalk" : "^1.7.2", "highlight.js" : "^11.2.0", "marked" : "^3.0.4", "naive-ui" : "^2.18.2", "nprogress" : "^0.2.0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "dependencies": {"type": "object", "properties": {"anima...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro...
{"userId" : 54458, "cartId" : "e739b244-3bcb-4a09-ba50-f1948fcd6faf", "preferredProducts" : [2740, 3366, 461, 4919, 1198, 989, 1843, 1146], "productReviews" : [{"productId" : 3001, "reviewText" : "works okay.", "reviewDate" : "2018-05-05T01:59:43.4303339+03:00"}, {"productId" : 762, "reviewText" : "one of my hobbies is...
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": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "pr...
{"localities" : ["Jb Lewis Mcchord, WA", "Tacoma, WA", "Joint Base Lewis Mcchord, WA", "Jblm, WA", "Fort Lewis, WA", "Ft Lewis, WA", "Lewis Mcchord, WA"], "state" : "WA", "postal_code" : "98433", "locality" : "Tacoma, WA", "lat" : 47.109398, "region" : {"fips" : "53", "abbr" : "WA", "name" : "Washington"}, "city" : "Ta...
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"}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descr...
{"title" : "\u6625\u9999 (Haruka) - \u30a2\u30de\u30c6\u30e9\u30b9 Amaterasu (Camera DL)", "author" : "Asrial Terra", "description" : "Harukaundefined-undefinedAmaterasu<br>\u6625\u9999undefined-undefined\u30a2\u30de\u30c6\u30e9\u30b9undefined", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t...
{"directions" : ["Pour the water into a large bowl, and sprinkle yeast over the top. Let stand for a few minutes to dissolve. Mix in the oil, salt, and flour to make a dough. When the dough is too stiff to stir, turn out onto a floured surface, and knead for about 5 minutes. Place into an oiled bowl, and cover with a c...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj...
{"hash" : "0x40cbf9ff3431ad11fa6264f0ab5896f2640454f2361cf575262b8b44870f6a0b", "parentHash" : "0x5c94d0c4ec4b084e012b57b0d25b9163743537775553ac80b4142ab5c1f44899", "number" : 23275, "timestamp" : 1438542001, "nonce" : "0x73fc655c5a83a481", "difficulty" : 1058384673243, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"winston-daily-rotate-file": {"type": "string"}}, "required": ["winston-daily-rotate-file"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} ...
{"dependencies" : {"winston-daily-rotate-file" : "1.6.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"winston-daily-rotate-file": {"type": "string"}}, "required": ["winston-daily-rotate-file"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Paulin", "dpt" : "Dordogne", "inscrits" : 208, "abs" : 46, "votants" : 162, "blancs" : 18, "nuls" : 11, "exp" : 133, "res" : [{"panneau" : "1", "voix" : 91}, {"panneau" : "2", "voix" : 42}]}
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": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": ...
[{"subject" : "ENVR", "catalog_nbr" : 475, "section" : 1, "class_nbr" : 13589, "title" : "GLBL CLIMATE CHANGE INTERDISC Lecture", "component" : "1", "units" : 0, "bldg" : "Murphey", "room" : "0116", "days" : "Tu", "time" : "17", "instructor" : "WEST,JAMES JASON", "load" : "100", "rank" : "INST", "attributes" : null, "e...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"nav-header": {"type": "string"}}, "required": ["nav-header"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"usingComponents" : {"nav-header" : "../../components/header/header"}}
json_instruct
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"nav-header": {"type": "string"}}, "required": ["nav-header"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type":...
{"h" : [{"d" : [{"f" : "\u8d77\u9727\u7684\uff0c\u7159\u9727\u7030\u6f2b\u3002"}, {"e" : ["\ufff9`Cicarfacefay~ `ko~ `tokos~.\ufffa\ufffb\u5c71\u4e0a\u8d77\u9727\u3002"], "f" : "\u6709\u9727\u7684\u5730\u65b9\u3002"}]}], "stem" : "carfacef", "t" : "cicarfacefay"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"],...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "E:\\androidWorks\\Topluluk\\app\\build\\intermediates\\res\\merged\\release\\drawable-nodpi-v4\\spot_mask.png", "source" : "C:\\Users\\Oguz\\.android\\build-cache\\d3cca040206da2ebc69677890712836dc4555630\\output\\res\\drawable-nodpi-v4\\spot_mask.png"}, {"merged" : "E:\\androidWorks\\Topluluk\\app\\build...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"policies": {"type":...
{"routes" : [{"method" : "GET", "path" : "/category-page", "handler" : "category-page.find", "config" : {"policies" : []}}, {"method" : "PUT", "path" : "/category-page", "handler" : "category-page.update", "config" : {"policies" : []}}, {"method" : "DELETE", "path" : "/category-page", "handler" : "category-page.delete"...
json_instruct
{"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"policies": {"type": "array", "items": {}}}, "required": ["policies"]}}, "required...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "repository"...
{"name" : "bm1383-glv-hello-mbedos", "version" : "0.1.0", "license" : "Apache-2.0", "description" : "Hello world for mbed os + Rohm BM1383 glv barometer sensor.", "keywords" : ["hello world", "rohm", "bm1383"], "author" : "Mikko Koivunen", "repository" : {"type" : "git", "url" : "https://github.com/MikkoZ-Rohm/bm1383-g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "strin...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_WARNING": {"type": "string"}, "_info": {"type": "string"}, "animationGroupId": {"type": "integer"}, "textureGroupPath": {"type": "string"}, "animations": {"type": "array", "items": {"type": "object", "properties": {"_info": {...
{"_WARNING" : "DO NOT MODIFY", "_info" : "", "animationGroupId" : 4, "textureGroupPath" : "Resources/Configurations/Textures/CourseSelect.json", "animations" : [{"_info" : "", "loop" : false, "endTime" : 0.5, "textureIds" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, ...
json_instruct
{"type": "object", "properties": {"_WARNING": {"type": "string"}, "_info": {"type": "string"}, "animationGroupId": {"type": "integer"}, "textureGroupPath": {"type": "string"}, "animations": {"type": "array", "items": {"type": "object", "properties": {"_info": {"type": "string"}, "loop": {"type": "boolean"}, "endTime": ...
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" : "05", "provinceId" : "35", "regencyId" : "17", "name" : "Wonosalam"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testBinary": {"type": "string"}, "testLineTooLong": {"type": "string"}, "testLineTooLongDefault": {...
{"class" : {}, "instance" : {"testBinary" : "SvenVanCaekenberghe 9/27/2010 19:22", "testLineTooLong" : "SvenVanCaekenberghe 2/28/2011 14:21", "testLineTooLongDefault" : "SvenVanCaekenberghe 1/2/2012 19:18", "testSimple" : "SvenVanCaekenberghe 9/27/2010 19:02"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testBinary": {"type": "string"}, "testLineTooLong": {"type": "string"}, "testLineTooLongDefault": {"type": "string"}, "testSimple": {"type": "string"}}, "required": ["testBinar...
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" : "Pouan-les-Vall\u00e9es", "dpt" : "Aube", "inscrits" : 455, "abs" : 74, "votants" : 381, "blancs" : 5, "nuls" : 1, "exp" : 375, "res" : [{"panneau" : "2", "voix" : 137}, {"panneau" : "11", "voix" : 94}, {"panneau" : "3", "voix" : 53}, {"panneau" : "9", "voix" : 35}, {"panneau" : "1", "voix" : 30}, {"panneau" :...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {...
{"name" : "@nowant/ng-build-expander", "version" : "0.0.11", "description" : "Expands the Angular Workspace targets!", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/valorkin/ng-build-expander"}, "main" : "src/index.js", "typings" : "src/index.d.ts", "builders" : "builders.json", "script...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"201802": {"type": "object", "properties": {"c": {"type": "string"}, "n": {"type": "string"}, "f": {"type": "string"}, "cr": {"type": "number"}, "ac": {"type": "integer"}, "ca": {"type": "integer"}, "pr": {"type": "array", "items...
{"201802" : {"c" : "MKTG 810", "n" : "Integral Road Map", "f" : "SOM", "cr" : 1.5, "ac" : 10, "ca" : 25, "pr" : [], "co" : [], "i" : [{"tn" : "Emine Batislam", "ta" : 10, "tc" : 25}], "ce" : 0, "p" : 317}, "catList" : ["Integral road map integrates the power of brand to its value, customer insights to brand decisions a...
json_instruct
{"type": "object", "properties": {"201802": {"type": "object", "properties": {"c": {"type": "string"}, "n": {"type": "string"}, "f": {"type": "string"}, "cr": {"type": "number"}, "ac": {"type": "integer"}, "ca": {"type": "integer"}, "pr": {"type": "array", "items": {}}, "co": {"type": "array", "items": {}}, "i": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"ass...
{"compilerOptions" : {"target" : "es2017", "allowSyntheticDefaultImports" : false, "baseUrl" : "./", "paths" : {"assets/*" : ["assets/*"], "pages/*" : ["pages/*"], "utils/*" : ["utils/*"], "images/*" : ["images/*"], "routes/*" : ["routes.js"], "components/*" : ["components/*"], "node_modules/*" : ["node_modules/*"]}}, ...
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"assets/*": {"type": "array", "items": {"type": "string"}}, "pages/*": {"typ...
Create an example JSON object that satisfies this schema: {"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": "s...
{"id" : 7899, "title" : ["[Tree Statue]"], "description" : ["You find yourself at the foot of a giant tree, which towers over your head rising about fifty feet into the air. It is shaped in the form of an elf dressed in feathers with arms outstretched in front of it, holding something you cannot quite make out from he...
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": {"7898":...