input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["360827208001", "\u5729\u9547\u5c45\u59d4\u4f1a", "210", "0"], ["360827208200", "\u5357\u6c5f\u6751\u59d4\u4f1a", "210", "0"], ["360827208201", "\u6c99\u7f8e\u6751\u59d4\u4f1a", "220", "0"], ["360827208202", "\u4e2d\u987a\u6751\u59d4\u4f1a", "220", "0"], ["360827208203", "\u6a1f\u6eaa\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"bbox" : "62 73 236 249", "used" : false, "class_name" : "person"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "noteValue": {"type": "integer"}, "noteCount": {"type": "integer"}, "subScenes": {"type": "array", "items": {"type": "object", "properties": {"at": {"type"...
{"id" : "ee2574ce-d1d4-473e-aabd-27a247298f2e", "name" : "bars backbone exploding Purple to blue dot left to right", "noteValue" : 32, "noteCount" : 32, "subScenes" : [{"at" : [0], "deviceParams" : [{"group" : "a8f42820-5a5c-47c9-a3c8-7b73e9155191", "device" : null, "params" : [], "animation" : "42acf80b-2fe9-4ff3-9822...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "noteValue": {"type": "integer"}, "noteCount": {"type": "integer"}, "subScenes": {"type": "array", "items": {"type": "object", "properties": {"at": {"type": "array", "items": {"type": "integer"}}, "deviceParams": {"type": "array", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "bin": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@typescript-eslint/typescript-estree": {"type"...
{"name" : "@sounisi5011/check-type-defs-pkgs", "version" : "0.0.0", "private" : true, "bin" : "index.js", "dependencies" : {"@typescript-eslint/typescript-estree" : "^2.16.0", "cross-spawn" : "^7.0.1", "recursive-readdir" : "^2.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "bin": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@typescript-eslint/typescript-estree": {"type": "string"}, "cross-spawn": {"type": "string"}, "recursive-readdir": {"...
Construct a JSON document that adheres to this schema specification: {"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"}}, "...
{"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "pymoo_unsga3", "black" : "pysot_random", "traceback" : ["passing", "passing"], "best_val" : [2.6268243867619363, 1.0160947899044597], "best_x" : [[0.5060895210348608, 0.1972877285864436, 0.7687634285004487, 0.3908393722490092, 0.31438...
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": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"testsPrefix": {"type": "string"}}, "required": ["testsPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"testsPrefix" : "/json/"}
json_instruct
{"type": "object", "properties": {"testsPrefix": {"type": "string"}}, "required": ["testsPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"raster": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["raster", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"raster" : "hexagons/201617/brum_hack 2017.png", "name" : "brum_hack 2017", "description" : "2017 season I demoed sticker"}
json_instruct
{"type": "object", "properties": {"raster": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["raster", "name", "description"], "$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"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"symfony/http-foundation": {"type": "string"}, "symfony/http-kernel": {"t...
{"name" : "lizus/web", "description" : "web framwork", "type" : "project", "require" : {"symfony/http-foundation" : "5.x-dev", "symfony/http-kernel" : "5.x-dev", "symfony/routing" : "5.x-dev"}, "license" : "MIT", "authors" : [{"name" : "lizus", "email" : "lizus.com@gmail.com"}], "minimum-stability" : "dev", "autoload" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"symfony/http-foundation": {"type": "string"}, "symfony/http-kernel": {"type": "string"}, "symfony/routing": {"type": "string"}}, "required": ["symfon...
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": {"server": {"type": "string"}, "watch:html": {"type...
{"name" : "product_site", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"server" : "lite-server", "watch:html" : "gulp view", "watch:js" : "gulp script", "watch:css" : "gulp css"}, "author" : "", "license" : "ISC", "devDependencies" : {"autoprefixer" : "^6.5.1", "browser-sync" : "^2.17.5", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "watch:html": {"type": "string"}, "watch:js": {"type": "string"}, "watch:css": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "s...
[{"namaKab" : "KONAWE SELATAN", "originalFilename" : "Pas Foto 4x6 1 lembar_001.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 126290, "noUrut" : 1, "nama" : "WAWAN SUHENDRA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KONAWE SELATAN", "originalFilename" : "Pas Foto 4x6 1 lembar_001.jpg", "namaPartai"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "tag-visualeditor": {"type": "string"}, "tag-visualeditor-description": {"type": "...
{"@metadata" : {"authors" : ["Amire80", "Darklanlan", "Fryed-peach", "Miya", "Otokoume", "Penn Station", "Shirayuki", "Sujiniku", "Takot", "Vigorous action", "Whym", "\u304a\u306f\u3050\u308d\u873b\u86c9", "\uc544\ub77c"]}, "tag-visualeditor" : "[[{{MediaWiki:visualeditor-descriptionpagelink}}|\u30d3\u30b8\u30e5\u30a2\...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "tag-visualeditor": {"type": "string"}, "tag-visualeditor-description": {"type": "string"}, "tag-visualeditor-needcheck": {"type": "string"}, "tag-visual...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 368908}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "pendingchanges-category": {"type": "string"}}, "required": ["@metadata", "pendin...
{"@metadata" : {"authors" : ["MF-Warburg"]}, "pendingchanges-category" : "Kategoria:"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "pendingchanges-category": {"type": "string"}}, "required": ["@metadata", "pendingchanges-category"], "$schema": "http://json-schema.org/draft-07/schema#...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"newConnectionTitle": {"type": "string"}, "editConnectionTitle": {"type": "string"}, "form": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}, "password": {"ty...
{"newConnectionTitle" : "New connection", "editConnectionTitle" : "Edit connection", "form" : {"name" : "Connection name", "host" : "Host", "port" : "Port", "password" : "Password", "passwordHint" : "Leave empty for no password", "test" : "Test connection", "cancel" : "Cancel", "save" : "Save"}}
json_instruct
{"type": "object", "properties": {"newConnectionTitle": {"type": "string"}, "editConnectionTitle": {"type": "string"}, "form": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}, "password": {"type": "string"}, "passwordHint": {"type": "string"}, "test":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking...
{"type" : "bundle", "id" : "bundle--653cb889-5fb6-4541-aff8-1c02d44512c0", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "malware--76ac7989-c5cc-42e2-93e3-d6c...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Kind Words", "description" : "A game about writing letters.", "url" : "http://popcannibal.com/kindwords/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1973, 6], [1975, 6], [1977, 7], [1978, 8], [1980, 7], [1981, 6], [1982, 13], [1984, 7], [1985, 6], [1986, 5], [1987, 5], [1988, 6], [1989, 7], [1990, 9], [1991, 6], [1992, 14], [1993, 6], [1994, 7], [1995, 6], [1997, 7], [1998, 7], [1999, 6], [2000, 5], [2001, 5], [2003, 8], [2004, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ratings": {"type": "array", "items": {"type": "object", "properties": {"attendance": {"type": "string"}, "clarityColor": {"type": "string"}, "easyColor": {"type": "string"}, "helpColor": {"type": "string"}, "helpCount": {"t...
{"ratings" : [{"attendance" : "Mandatory", "clarityColor" : "good", "easyColor" : "average", "helpColor" : "good", "helpCount" : 0, "id" : 26049589, "notHelpCount" : 0, "onlineClass" : "", "quality" : "good", "rClarity" : 4, "rClass" : "ENG106", "rComments" : "Very friendly, helpful, and kind. Slightly unorganized, but...
json_instruct
{"type": "object", "properties": {"ratings": {"type": "array", "items": {"type": "object", "properties": {"attendance": {"type": "string"}, "clarityColor": {"type": "string"}, "easyColor": {"type": "string"}, "helpColor": {"type": "string"}, "helpCount": {"type": "integer"}, "id": {"type": "integer"}, "notHelpCount": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array...
{"name" : "with-form", "version" : "0.4.0", "private" : true, "description" : "Components to build forms", "author" : "Constantine Genchevsky <const.gen@gmail.com>", "license" : "MIT", "keywords" : ["react", "vue", "form", "validation", "data", "status", "context"], "scripts" : {"preinstall" : "node -e \"!process.env.n...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properti...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"...
{"id" : "36619", "name" : {"en" : "Zuz-Agac / Zhuz-Agach"}, "country" : "KZ", "region" : "VOS", "identifiers" : {"national" : null, "wmo" : "36619", "ghcn" : "KZ000036619", "wban" : null, "usaf" : "366190", "mosmix" : null, "icao" : null, "iata" : null}, "location" : {"latitude" : 47.0833, "longitude" : 79.7167, "eleva...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "gh...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"NODE_59": {"type": "object", "properties": {"DISPLACEMENT_Z": {"type": "array", "items": {"type": "number"}}, "DISPLACEMENT_Y": {"type": "array", "items": {"type": "number"}}}, "required": ["DISPLACEMENT_Z", "DISPLACEMENT_Y"]}...
{"NODE_59" : {"DISPLACEMENT_Z" : [0.12683100902232997], "DISPLACEMENT_Y" : [0.12442494749482542]}, "NODE_127" : {"DISPLACEMENT_Z" : [0.0], "DISPLACEMENT_Y" : [0.19593412690773432]}, "TIME" : [1.1], "NODE_1" : {"DISPLACEMENT_Z" : [0.1933022444417965], "DISPLACEMENT_Y" : [0.0]}}
json_instruct
{"type": "object", "properties": {"NODE_59": {"type": "object", "properties": {"DISPLACEMENT_Z": {"type": "array", "items": {"type": "number"}}, "DISPLACEMENT_Y": {"type": "array", "items": {"type": "number"}}}, "required": ["DISPLACEMENT_Z", "DISPLACEMENT_Y"]}, "NODE_127": {"type": "object", "properties": {"DISPLACEME...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType":...
[{"liveId" : "5c9b59370cf2927bfdb8e0a2", "title" : "CKG48\u7684\u76f4\u64ad\u95f4", "subTitle" : "CKG48\u8def\u6f14", "picPath" : "/mediasource/live/1553684791744H6kJsUd27Z.jpg", "startTime" : 1553684791627, "memberId" : 565225, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5c9b59370cf2927bfdb8e...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"moniker": {"type": "string"}, "valopr_address": {"type": "string"}, "sendTxHashes": {"type": "array", "items": {"type": "string"}}, "delegateTxHashes": {"type": "array", "items": {"type": "string"}}, "tweetMemo...
{"moniker" : "bitszn", "valopr_address" : "cohovaloper1mrewe2hp53mlqr850gem6kfd20ut84nvn6t7ma", "sendTxHashes" : ["0FB2E81798288E771DCF7E0FB47E8C3A8A68EC337417FCBFEB26E7E34549A789"], "delegateTxHashes" : ["A07FED95B75B1C3187B2B3EC60C2B1E6D000EBEF9803D80E44D3C81D82E36CD3"], "tweetMemoTx" : "7F4153A7E3F7E1F0A14A829C0C5E0...
json_instruct
{"type": "object", "properties": {"moniker": {"type": "string"}, "valopr_address": {"type": "string"}, "sendTxHashes": {"type": "array", "items": {"type": "string"}}, "delegateTxHashes": {"type": "array", "items": {"type": "string"}}, "tweetMemoTx": {"type": "string"}, "linkedInPostMemoTx": {"type": "string"}, "memoWit...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[4.330513988064915, 4.692483802296848, 5.097898401179427, 4.678244688063221, 4.534852626235054, 3.7079833998713805, 4.550050579584953, 3.8695590758728606, 4.031593228225072, 4.262940599807937]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"type...
{"id" : 358, "name" : "Jennifer Kale", "slug" : "358-jennifer-kale", "powerstats" : {"intelligence" : 75, "strength" : 10, "speed" : 35, "durability" : 42, "power" : 74, "combat" : 72}, "appearance" : {"gender" : "Female", "race" : null, "height" : ["5'6", "168 cm"], "weight" : ["122 lb", "55 kg"], "eyeColor" : "Blue",...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"type": "integer"}, "durability": {"type": "integer"}, "power": {"type": "i...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 352, "filename" : "layer-14.png"}
json_instruct
{"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "timestamp": {"type": "string"}, "serviceUrl": {"type": "string"}, "channelId": {"type": "string"}, "from": {"type": "object", "properties": {"id": {"type": "stri...
{"type" : "message", "id" : "2nIhdMkzT9vHBEo4", "timestamp" : "2016-10-22T14:03:26.795Z", "serviceUrl" : "https://skype.botframework.com", "channelId" : "skype", "from" : {"id" : "29:1S2nOnjbgrzo9uw5TnhuUH3fgh71oqJJGSSD_9l7l57c", "name" : "Maksym_Zinkevych"}, "conversation" : {"isGroup" : true, "id" : "19:9becd4deed744...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "timestamp": {"type": "string"}, "serviceUrl": {"type": "string"}, "channelId": {"type": "string"}, "from": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "conve...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[0, 65], [7, 142], [14, 38], [20, 171], [22, 86], [32, 119], [42, 39], [49, 71], [57, 165], [62, 135], [63, 102], [69, 163], [70, 131], [71, 49], [77, 7], [93, 147], [94, 92], [94, 172], [97, 98], [97, 155], [102, 125], [108, 66], [113, 123], [114, 188], [116, 0], [116, 152], [122, 94], [123, 85], [131, ...
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": ...
{"r_time" : 676688.4283334274, "quing_time" : 30724.069536734325, "mc_wait_time" : 632665.2580412762, "nt_service_time" : 1314.4133541850917, "wt_preprocess_time" : 1608.7720975923603, "wt_service_time" : 1608.7720975923603, "wt_postprocess_time" : 632665.2580412762, "avg_q_len" : 0.819289722372735, "tps" : 3111.057142...
json_instruct
{"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": "number"}, "wt_postprocess_time": {"type": "number"}, "avg_q_len": {"type": "...
Construct a JSON document that adheres to this schema specification: {"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-74.222521, 40.776887], [-74.218447, 40.78806], [-74.214882, 40.786723], [-74.215949, 40.780706], [-74.217615, 40.777133], [-74.221205, 40.77805], [-74.222521, 40.776887]]]}, "type" : "Feature", "properties" : {"cartodb_i...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"form_name": {"type": "string"}, "form_names": {"type": "array", "items": {}}, "form_order": {"type": "integer"}, "id": {"type": "integer"}, "is_battle_only": {"type": "boolean"}, "is_default": {"type": "boolean"},...
{"form_name" : "", "form_names" : [], "form_order" : 1, "id" : 408, "is_battle_only" : false, "is_default" : true, "is_mega" : false, "name" : "cranidos", "names" : [], "order" : 547, "pokemon" : {"name" : "cranidos", "url" : "/api/v2/pokemon/408/"}, "sprites" : {"back_default" : "https://raw.githubusercontent.com/Poke...
json_instruct
{"type": "object", "properties": {"form_name": {"type": "string"}, "form_names": {"type": "array", "items": {}}, "form_order": {"type": "integer"}, "id": {"type": "integer"}, "is_battle_only": {"type": "boolean"}, "is_default": {"type": "boolean"}, "is_mega": {"type": "boolean"}, "name": {"type": "string"}, "names": {"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 89708, "cartId" : "db204226-321d-49bd-9350-7a3582b6af14", "preferredProducts" : [1475, 2145, 1835], "productReviews" : [{"productId" : 1171, "reviewText" : "My co-worker Nile has one of these. He says it looks crooked.", "reviewDate" : "2018-08-20T14:45:00.2342735+03:00"}, {"productId" : 4557, "reviewText" ...
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": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}},...
[{"postal_code" : "55784", "place_name" : "La Lagunilla", "place_type" : "Barrio", "county" : "Jaltenco", "state" : "M\u00e9xico", "city" : ""}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "activationEvents": {"type": "array", "items": {"type": "string"}}, "repo...
{"name" : "rspec", "main" : "./lib/rspec", "version" : "0.3.0", "private" : true, "description" : "Atom RSpec runner package", "activationEvents" : ["rspec:run", "rspec:run-for-line", "rspec:run-last", "rspec:run-all"], "repository" : {"type" : "git", "url" : "https://github.com/fcoury/atom-rspec"}, "license" : "MIT", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "activationEvents": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": ...
{"status" : 200, "data" : {"totalSubs" : 626, "subsInEachSource" : {"feedly" : 0, "inoreader" : 616, "feedsPub" : 10}, "failedSources" : {"substats-error" : {}}}, "lastModified" : 1625979040811}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$sche...
{"VersionId" : "v12", "IsDefaultVersion" : false, "CreateDate" : "2020-12-04T23:27:05+00:00", "PolicyName" : "AWSServiceRoleForImageBuilder"}
json_instruct
{"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 57972, "cartId" : "e84f20b9-cb97-4f2c-b2de-b78d7c7a7325", "preferredProducts" : [380, 480, 1322, 2228, 4729], "productReviews" : [{"productId" : 3251, "reviewText" : "one of my hobbies is sailing. and when i'm sailing this works great.", "reviewDate" : "2018-08-13T22:11:59.1009693+03:00"}, {"productId" : 42...
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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "silver:block/deepslate_silver_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-sc...
{"assessment" : [{"name" : "Short tutorial quizzes", "weight" : 15}, {"name" : "Evaluation of a NRM Intervention", "weight" : 5}, {"name" : "Evaluation of a NRM Intervention", "weight" : 10}, {"name" : "Evaluation of a NRM Intervention", "weight" : 30}, {"name" : "Final (End of Semester) Exam", "weight" : 40}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "required": ...
{"expireTime" : 9007200844260009000, "key" : "wordpress-media-346", "val" : {"fileNodeID" : "b6ccfde0-c9d7-522a-aa58-086753bdfeef", "modified" : "2019-01-31T09:30:55.000Z"}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.o...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string...
{"schema_version" : "1.2.0", "id" : "GHSA-j7w4-w286-7x9h", "modified" : "2022-04-30T18:21:10Z", "published" : "2022-04-30T18:21:10Z", "aliases" : ["CVE-2002-1440"], "details" : "The Gateway GS-400 server has a default root password of \"0001n\" that can not be changed via the administrative interface, which can allow a...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "title": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object...
{"name" : "bluetooth-connect-line", "codepoint" : "eac8", "title" : "bluetooth connect line", "svg" : "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\r\n <g>\r\n <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\r\n <path d=\"M14.341 12.03l4.343 4.343-5.656 5.656h-2v-6.686l-4.364 4.364-1.415-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "title": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "titleZh": {...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : "cbdb1b16-5005-457a-bb9f-584a26d1ac27", "d" : 175}, {"p" : "ddb9541c-f651-4d79-baa2-23fc4ff61431", "d" : 56}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 22441, "cartId" : "10251c09-bfd1-447f-98c1-e0938087c237", "preferredProducts" : [1291, 3523, 4586, 293, 356, 302, 2621, 1451], "productReviews" : [{"productId" : 1195, "reviewText" : "This virtual works so well. It imperfectly improves my baseball by a lot.", "reviewDate" : "2017-05-02T21:34:10.7888707+03:0...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [219.351, 138.998, 1, 206.663, 155.417, 1, 195.638, 156.602, 1, 188.002, 183.283, 1, 189.174, 199.378, 1, 217.378, 153.939, 1, 223.58, 176.187, 1, 228.304, 186.969, 1, 208.915, 214.918, 1, 217.655, 260.022, 1, 199.265, 289.787, 1, 216.563, 210.88, 1, 207.126, 254.411...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Construct a JSON document that adheres to this schema specification: {"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" : "d62a46e461ba02b221cd", "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"The Other Email is invalid.": {"type": "string"}, "This field should only contain letters, numbers, spaces, commas, apostrophes": {"type": "string"}, "Copy drawings from Workspace to current collaboration roo...
{"The Other Email is invalid." : "The &#39;Other Email&#39; is invalid.", "This field should only contain letters, numbers, spaces, commas, apostrophes" : "This field should only contain letters, numbers, spaces, commas, apostrophes &#45; &#46; &#39; &#95; &#39;", "Copy drawings from Workspace to current collaboration ...
json_instruct
{"type": "object", "properties": {"The Other Email is invalid.": {"type": "string"}, "This field should only contain letters, numbers, spaces, commas, apostrophes": {"type": "string"}, "Copy drawings from Workspace to current collaboration room": {"type": "string"}, "Degrees, Minutes, and Seconds": {"type": "string"}, ...
Please provide a valid JSON object following this schema: {"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": {}}, ...
{"directions" : ["In a saucepan over low heat, or in a metal bowl set over a pan of simmering water, whisk together the egg yolks and sugar. Stir in the heavy cream. Cook and stir until the mixture is very thick: a few drops dribbled onto the surface should be visible. Remove from heat, and stir in the butter until com...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#...
{"symbol" : "BHC", "name" : "BillionHappiness", "decimals" : 18, "address" : "0xa6381c6fd8f40a44721ef4f61edc1a8ccca7bf3d"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$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"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"file-type": {"type": "string"}, "form-data": {"type": "s...
{"name" : "@rbflurry/node-red-contrib-send-form", "version" : "0.0.6", "description" : "NodeRed node for posting multipart/form-data to http server", "main" : "http-send-multipart-form.js", "dependencies" : {"file-type" : ">=12.4.0", "form-data" : ">=3.0.0", "mustache" : ">=2.3.0", "request" : ">=2.86.0"}, "deprecated"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"file-type": {"type": "string"}, "form-data": {"type": "string"}, "mustache": {"type": "string"}, "request": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "l...
{"place_name" : "Hustler", "state_name" : "Wisconsin", "state_abbrv" : "WI", "lat" : "43.8801", "long" : "-90.2729"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[10.0, 20.0, 30.0, 40.0, 50.0, 60.0, 70.0, 80.0, 90.0, 100.0, 110.0, 120.0, 130.0, 140.0, 150.0, 160.0, 170.0, 180.0, 190.0, 200.0, 210.0, 220.0, 230.0, 240.0, 250.0, 260.0, 270.0, 280.0, 290.0, 300.0, 310.0, 320.0, 330.0, 340.0, 350.0, 360.0, 370.0, 380.0, 390.0, 400.0, 410.0, 420.0, 430.0, 440.0, 450.0, 460.0, 470.0...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["HPJKxAhLw5I", "U7nJBFjKqAY", "NG6qRvbj4UU", "mlLl8eFJgkU", "pLL4yPpTCBA", "g6JkRxhPAHI", "Qq9CQKNplpw", "6l8K1eH624I", "VI7MYfHCavw", "AHxW8c-8oVM", "iAPd3rptRw0", "TRIBbTo5Svc", "7bsuXsxX950", "7EY-C4G8bPU", "IK7QXAUvCOA"]
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": {"C#": {"type": "integer"}, "JavaScript": {"type": "integer"}, "ShaderLab": {"type": "integer"}, "PLSQL": {"type": "integer"}}, "required": ["C#", "JavaScript", "ShaderLab", "PLSQL"], "$schema": "http://json-schema.org/draft-07/...
{"C#" : 1359472, "JavaScript" : 50693, "ShaderLab" : 22168, "PLSQL" : 5696}
json_instruct
{"type": "object", "properties": {"C#": {"type": "integer"}, "JavaScript": {"type": "integer"}, "ShaderLab": {"type": "integer"}, "PLSQL": {"type": "integer"}}, "required": ["C#", "JavaScript", "ShaderLab", "PLSQL"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["digger-security-guard", "gandalf"]
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": {"name": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"firebase": {"type": "string"}, "ms": {"type": "string"}, "next": {"type": "string"}, "nprogress": {"type"...
{"name" : "next-news", "license" : "MIT", "dependencies" : {"firebase" : "^7.2.1", "ms" : "^2.1.2", "next" : "^9.1.2-canary.7", "nprogress" : "^0.2.0", "react" : "^16.10.2", "react-dom" : "^16.10.2", "url-parse" : "^1.4.7"}, "scripts" : {"dev" : "next", "build" : "next build", "start" : "next start"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"firebase": {"type": "string"}, "ms": {"type": "string"}, "next": {"type": "string"}, "nprogress": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type":...
{"ast" : null, "code" : "var _jsxFileName = \"/Users/dengun/Documents/projects-android/ondroid/src/components/news_list.js\";\nimport React from 'react';\nimport NewsItem from './news_list_item';\n\nvar NewsList = function NewsList(props) {\n var items = props.news.map(function (item) {\n return React.createElement...
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": {"Bots": {"type": "object", "properties": {"Tyrr": {"type": "object", "properties": {"Race": {"type": "string"}, "Type": {"type": "string"}, "RootPath": {"type": "string"}, "FileName": {"type": "string"}}, "required": ["Race", "...
{"Bots" : {"Tyrr" : {"Race" : "Random", "Type" : "BinaryCpp", "RootPath" : "./", "FileName" : "Tyr.exe"}}}
json_instruct
{"type": "object", "properties": {"Bots": {"type": "object", "properties": {"Tyrr": {"type": "object", "properties": {"Race": {"type": "string"}, "Type": {"type": "string"}, "RootPath": {"type": "string"}, "FileName": {"type": "string"}}, "required": ["Race", "Type", "RootPath", "FileName"]}}, "required": ["Tyrr"]}}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, ...
{"IsRecentlyVerified" : false, "ID" : 88048, "UUID" : "F262805D-861E-43EB-971A-0AD55F4E7C6B", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "29613", "UsageTypeID" : 6, "AddressInfo" : {"ID" : 88394, "Title" : "Hotel Schloss Seefels", "AddressLine1" : "1 Toschling", "Town" : "Portschach", "Postcode" : ...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "p...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[3, 44], [34, 58], [34, 24], [4, 41], [3, 6]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "latest": {"type": "string"}, "repository": {"type": "string"}, "url": {"type": "string"}, "shortDescription": {"type": "string"}, "category": {"type": "string"}, "author": ...
{"id" : "com.michaelmelita.11cammin2lens", "name" : "11CamMin DualLens", "latest" : "0.0.2", "repository" : "(null)", "url" : "http://cydia.saurik.com/package/com.michaelmelita.11cammin2lens/", "shortDescription" : "iPhone 11 Camera Zoom Dial for iOS 13", "category" : "Tweaks", "author" : "Michael Melita", "commercial"...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "latest": {"type": "string"}, "repository": {"type": "string"}, "url": {"type": "string"}, "shortDescription": {"type": "string"}, "category": {"type": "string"}, "author": {"type": "string"}, "commercial": {"type": "boolean"}, "dat...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "release_date": {"type": "string"}}, "required": ["description", "name", "release_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "My Fist Test Os Stub Duplicate", "name" : "Test OS 1", "release_date" : "2019-01-01"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "release_date": {"type": "string"}}, "required": ["description", "name", "release_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 4559, "cartId" : "ebce0fa3-b566-471e-9702-367528840929", "preferredProducts" : [2020, 2725, 4838, 4619], "productReviews" : [{"productId" : 3885, "reviewText" : "I saw one of these in Sao Tome and Principe and I bought one.", "reviewDate" : "2018-08-10T00:56:22.3670555+03:00"}, {"productId" : 23, "reviewTex...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descriptio...
{"title" : "Lisa \u4e3d\u838e - Lost in your heart - MMD Realistic - NinchaStudio", "author" : "sadluvbaby", "description" : "GenshinundefinedImpactundefined-undefinedLisaundefined\u4e3d\u838eundefined-undefinedLostundefinedinundefinedyourundefinedheartundefined-undefinedMMDundefinedRealistic<br>R18undefinedversionunde...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.o...
{"id" : "http://data.doremus.org/performance/36d87dc6-a649-3e00-8d63-61314e99b165", "expression" : [{"id" : "http://data.doremus.org/expression/a54c24c2-3bc8-33ef-a257-9352345ae462"}, {"id" : "http://data.doremus.org/expression/3d112731-26b4-3823-898c-25bcc3dd0b34"}, {"id" : "http://data.doremus.org/expression/9fea39d4...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "...
{"name" : "EAICoverAction", "members" : [{"name" : "StepOut", "value" : 0}, {"name" : "LeanOut", "value" : 1}, {"name" : "StepUp", "value" : 2}, {"name" : "LeanOver", "value" : 3}, {"name" : "Undefined", "value" : 4}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema...
[{"name" : "LUANY", "frequency" : 3, "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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"accountId": {"type": "string"}, "attrId": {"type": "string"}, "attrDisplayName": {"type": "string"}, "value": {"type": "string"}, "display": {"type": "str...
{"content" : [{"accountId" : "common", "attrId" : "device.geo.ext.netacuity.region", "attrDisplayName" : "Region", "value" : "34", "display" : "North Carolina,United States", "availsSupported" : true, "updatedAt" : "2020-08-26T18:40:21.000Z"}, {"accountId" : "common", "attrId" : "device.geo.ext.netacuity.region", "attr...
json_instruct
{"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"accountId": {"type": "string"}, "attrId": {"type": "string"}, "attrDisplayName": {"type": "string"}, "value": {"type": "string"}, "display": {"type": "string"}, "availsSupported": {"type": "boolean"}, "updatedAt":...
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": {"start": {"type": "string"}, "dev": {"type": "string"}, "tes...
{"name" : "node_rest_api_jwt", "version" : "1.0.0", "description" : "Build REST API with nodejs, express, mongodb and jwt", "main" : "server.js", "scripts" : {"start" : "node server.js", "dev" : "nodemon server.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["Node", "Express", "REST", "API",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "test...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"account_id": {"type": "integer"}, "app_id": {"type": "integer"}, "service_id": {"type": "integer"}}, "required": ["account_id", "app_id", "service_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"account_id" : 1, "app_id" : 13, "service_id" : 1}
json_instruct
{"type": "object", "properties": {"account_id": {"type": "integer"}, "app_id": {"type": "integer"}, "service_id": {"type": "integer"}}, "required": ["account_id", "app_id", "service_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProd...
{"userId" : 95526, "cartId" : "f4635878-58dc-4b8e-ac7b-cb2a663fb22e", "preferredProducts" : [2503, 2456, 3866, 2411, 992, 1299, 4084, 352], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "st...
{"files" : {"main.css" : "/propercode/static/css/main.8c8b27cf.chunk.css", "main.js" : "/propercode/static/js/main.42024f77.chunk.js", "main.js.map" : "/propercode/static/js/main.42024f77.chunk.js.map", "runtime-main.js" : "/propercode/static/js/runtime-main.734638d0.js", "runtime-main.js.map" : "/propercode/static/js/...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.565f7416.chunk.js": {"type": "string"}, "static/js...
Please provide a valid JSON object following 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" : 10048, "title" : ["[Black Moor, Scorched Heath]"], "description" : ["The chill wind howls across the damp, boggy ground, sending banks of clinging mist swirling around you like a shroud. A few gnarled trees stand above the blanket of mist, their charred bark now covered with sickly lichen and their twisted bra...
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": {"10047"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.o...
{"id" : "10", "provinceId" : "91", "regencyId" : "23", "name" : "Poga"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "pr...
{"type" : "MultiPolygon", "coordinates" : [[[[-88.05307019299993, 44.50725220700007], [-88.04911077, 44.51321228100004], [-88.04626460699994, 44.51746907000005], [-88.03815725499997, 44.514629821000014], [-88.03972769899994, 44.51225987800005], [-88.04065892499992, 44.51252509300007], [-88.04596984299995, 44.5048203370...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"db": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "db_name": {"type": "string"}, "max_connections": {"type": "integer"}}, "required": ["...
{"db" : {"host" : "localhost", "user" : "username", "password" : "REPLACE_ME", "db_name" : "my_db", "max_connections" : 30}, "redis" : {"hosts_csv" : "redis://avantis-redis-dev-5295a48.3o3tur.clustercfg.apse1.cache.amazonaws.com:6379,redis://avantis-redis-dev-5295a48.3o3tur.clustercfg.apse1.cache.amazonaws.com:6379", "...
json_instruct
{"type": "object", "properties": {"db": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "db_name": {"type": "string"}, "max_connections": {"type": "integer"}}, "required": ["host", "user", "password", "db_name", "max_connections"]}, "redis": {"ty...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ok": {"type": "array", "items": {"type": "object", "properties": {"concern": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "userData": {"type": "object", "properties": {"firstName": {"t...
{"ok" : [{"concern" : "register", "username" : "floderflo@gmx.de", "password" : "123", "userData" : {"firstName" : "Florian", "lastName" : "H\u00e4u\u00dfinger", "street" : "Fakestreet", "number" : 123, "city" : "Hamburg", "zip" : 54321}}, {"concern" : "register", "username" : "me@ben-steffen.de", "password" : "abc", "...
json_instruct
{"type": "object", "properties": {"ok": {"type": "array", "items": {"type": "object", "properties": {"concern": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "userData": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "street": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Yayan D Wica...
{"name" : "Qmeralibwebp", "version" : "0.0.1", "summary" : "Library to encode and decode images in WebP format.", "homepage" : "https://github.com/yayandw/Qmeralibwebp", "license" : "MIT", "authors" : {"Yayan D Wicaksono" : "ya2n.wicaksono@gmail.com"}, "platforms" : {"ios" : "12.4"}, "source" : {"http" : "https://githu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Yayan D Wicaksono": {"type": "string"}}, "required": ["Yayan D Wicaksono"]}, "platforms...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "folder": {"type": "string"}, "dependencyIds": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "folder", "dependencyIds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "sierra_reader", "folder" : "sierra_adapter/sierra_reader", "dependencyIds" : ["sierra_adapter_common"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "folder": {"type": "string"}, "dependencyIds": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "folder", "dependencyIds"], "$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"}, "url": {"type": "string"}, "slug": {"type": "string"}, "id": {"type": "integer"}, "blurb": {"type": "string"}}, "required": ["name", "url", "slug", "id", "blurb"], "$schema": "http://jso...
{"name" : "ReFIG", "url" : "http://refig.ca", "slug" : "refig-ca", "id" : 54, "blurb" : "<img src=\"http://i2.wp.com/gamedevelopers.ie/wp-content/uploads/2016/03/ReFiG-static-all.jpg?w=250\">\r\n\r\nRefiguring Innovation in Games (ReFiG) is a 5 year project supported by the Social Sciences and Humanities Research Counc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "slug": {"type": "string"}, "id": {"type": "integer"}, "blurb": {"type": "string"}}, "required": ["name", "url", "slug", "id", "blurb"], "$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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object...
{"name" : "babel-plugin-globalize-symbols", "version" : "0.0.1", "description" : "Transform Symbol() calls to add to the global registry.", "main" : "./lib/index.js", "dependencies" : {}, "devDependencies" : {"babel-core" : "~5.8.20", "babel-plugin-object-assign" : "~1.2.1", "babel-eslint" : "~4.0.5", "mocha" : "~2.2.5...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"i18n-ally.localesPaths": {"type": "array", "items": {"type": "string"}}, "i18n-ally.sourceLanguage": {"type": "string"}, "i18n-ally.keystyle": {"type": "string"}, "i18n-ally.disablePathParsing": {"type": "boolean"}, "cSpell.wo...
{"i18n-ally.localesPaths" : ["src/translations"], "i18n-ally.sourceLanguage" : "en", "i18n-ally.keystyle" : "flat", "i18n-ally.disablePathParsing" : true, "cSpell.words" : ["messageformat"]}
json_instruct
{"type": "object", "properties": {"i18n-ally.localesPaths": {"type": "array", "items": {"type": "string"}}, "i18n-ally.sourceLanguage": {"type": "string"}, "i18n-ally.keystyle": {"type": "string"}, "i18n-ally.disablePathParsing": {"type": "boolean"}, "cSpell.words": {"type": "array", "items": {"type": "string"}}}, "req...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "obj...
{"translation-revision-date" : "2021-09-10 12:27:23+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n != 1;", "lang" : "el_GR"}, "Remove From Bulk Edit" : ["\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"studentid": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "zipcode": {"type": "integer"}, "level": {"type": "string"}, "class": {"type": "str...
[{"studentid" : 101, "firstname" : "John", "lastname" : "Doe", "zipcode" : 400001, "level" : "Freshman", "class" : "Environmental Toxicology"}, {"studentid" : 102, "firstname" : "Jane", "lastname" : "Dane", "zipcode" : 400002, "level" : "Senior", "class" : "Economics"}, {"studentid" : 103, "firstname" : "Scott", "lastn...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"studentid": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "zipcode": {"type": "integer"}, "level": {"type": "string"}, "class": {"type": "string"}}, "required": ["studentid", "firstname", "lastname", "zipcode", "level"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri...
{"latest_version" : ["0.2"], "meta" : {"description" : "A Jupyter kernel for MicroPython on the BBC micro:bit", "homepage" : "https://github.com/takluyver/ubit_kernel", "license" : "None"}, "versions" : {"0.1" : {"sha256" : "bd2c8b3bbeea04948bf849c123326296dcbf683a693b5a5d1dfdfe3decd0e34c", "url" : "https://files.pytho...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[716205.6430014832, 726466.2368723631, 753827.8205280432, 764088.4143989233]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"NTProvider": {"type": "object", "properties": {"types": {"type": "object", "properties": {"/FMSInfo": {"type": "string"}, "/LiveWindow/Ungrouped/PIDController[1]": {"type": "string"}, "/LiveWindow/Ungrouped/PIDCont...
{"NTProvider" : {"types" : {"/FMSInfo" : "FMSInfo", "/LiveWindow/Ungrouped/PIDController[1]" : "PIDController", "/LiveWindow/Ungrouped/PIDController[2]" : "PIDController", "/LiveWindow/Ungrouped/PIDController[3]" : "PIDController", "/LiveWindow/Ungrouped/navX-Sensor[4]" : "Gyro"}}, "NetworkTables" : {"LiveWindow" : {"U...
json_instruct
{"type": "object", "properties": {"NTProvider": {"type": "object", "properties": {"types": {"type": "object", "properties": {"/FMSInfo": {"type": "string"}, "/LiveWindow/Ungrouped/PIDController[1]": {"type": "string"}, "/LiveWindow/Ungrouped/PIDController[2]": {"type": "string"}, "/LiveWindow/Ungrouped/PIDController[3]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "script...
{"name" : "node-crawl", "version" : "0.0.1", "description" : "some useful tools for Node.js crawling", "main" : "index.js", "repository" : "https://github.com/2256184693/node-crawl.git", "author" : "shihao <shihao@guazi.com>", "license" : "MIT", "scripts" : {"dev" : "tsc --watch", "server" : "pm2 start app/index.js --w...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", ...
{"ast" : null, "code" : "'use strict';\n\nvar $ = require('../internals/export');\n\nvar toObject = require('../internals/to-object');\n\nvar lengthOfArrayLike = require('../internals/length-of-array-like');\n\nvar toIntegerOrInfinity = require('../internals/to-integer-or-infinity');\n\nvar addToUnscopables = require('...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "prope...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"leeroy592" : {"title" : "Leeroy592", "channel_id" : 70694063, "link" : "http:/...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"leeroy592": {"type": "object", "properties": {"title": {"type...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Proto", "audero-sticky", "bigfoot-dom", "bigfoot-obj", "browser-jquery", "carotene", "classifyjs", "classifyjs-observer", "cldrjs", "colorconverter", "cryptofoo", "dash-js", "detectizr", "distime", "dompteur", "flint-react-tools", "globalize", "grunt-compare-size", "imgresizejs", "infinityjs", "jbinary", "jdataview",...
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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me...
{"ast" : null, "code" : "var __jsx = React.createElement;\nimport React from 'react';\nimport Backdrop from \"../../../../../packages/material-ui/src/Backdrop\";\nimport CircularProgress from \"../../../../../packages/material-ui/src/CircularProgress\";\nimport Button from \"../../../../../packages/material-ui/src/Butt...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "...
{"ast" : null, "code" : "import { concat } from './concat';\nimport { op } from './operation';\n/**\n * Concatenates a list of`tf.Tensor2D`s along an axis. See `concat` for details.\n *\n * For example, if:\n * A: shape(2, 3) = | r1, g1, b1 |\n * | r2, g2, b2 |\n *\n * B: shape(2, 3) = | r3, g3, b3 |\n...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director"...
{"domain" : "aueye.com", "title" : "\u4e0a\u6d77\u9ec4\u91d1\u773c\u6295\u8d44\u7ba1\u7406\u6709\u9650\u516c\u53f8", "type" : "\u4f01\u4e1a", "license" : "\u6caaICP\u590711035726\u53f7-1", "name" : "\u9ec4\u91d1\u773c\u6295\u8d44\u7ba1\u7406\u516c\u53f8\u7f51", "homepage" : "www.aueye.com", "audit" : "2011-09-13", "dir...
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"...
{"artist_id" : "ARUDU1L1187FB5073F", "artist_latitude" : 51.45238, "artist_location" : "Reading, England", "artist_longitude" : -0.99603, "artist_name" : "The Cooper Temple Clause", "duration" : 261.82485, "num_songs" : 1, "song_id" : "SOBLDPJ12AB01867E3", "title" : "Take Comfort", "year" : 2007}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "e...
{"name" : "FOURCEF 1 GR INJEKSI", "harga" : " Rp. 302.500/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Cefepime 1 g", "indikasi" : "Dws: Infeksi sal napas bawah (pneumonia, bronkopneumonia), ISK atas & bawah (pielonefritis) terkomplikasi, infeksi kulit &...
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": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$sch...
{"code" : "KINVS2", "lang" : "en", "description" : "\nPresence of children\n\nExplanatory notes for the following statistics:\n12211 Microcensus\n\nDefinition:\nNever-married persons without a life partner and with no\nchildren of their own in the household who live in a family\nwith at least one parent. In addition to...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object...
{"translation-revision-date" : "2022-01-17 19:37:08+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n > 1;", "lang" : "tr"}, "Step description text." : ["Ad\u0131m a\u00e7\u0131klama metni."], "Step" ...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"font": {"type": "string"}}, "required": ["font"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"font" : "Arial"}
json_instruct
{"type": "object", "properties": {"font": {"type": "string"}}, "required": ["font"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"python.terminal.activateEnvironment": {"type": "boolean"}, "python.defaultInterpreterPath": {"type": "string"}}, "required": ["python.terminal.activateEnvironment", "python.defaultInterpreterPath"], "$schema"...
{"python.terminal.activateEnvironment" : true, "python.defaultInterpreterPath" : "python"}
json_instruct
{"type": "object", "properties": {"python.terminal.activateEnvironment": {"type": "boolean"}, "python.defaultInterpreterPath": {"type": "string"}}, "required": ["python.terminal.activateEnvironment", "python.defaultInterpreterPath"], "$schema": "http://json-schema.org/draft-07/schema#"}