input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "pr...
{"name" : "shapin/customerio", "description" : "PHP client for customer.io API", "license" : "MIT", "keywords" : ["api", "crm", "marketing", "customerio"], "authors" : [{"name" : "Olivier Dolbeaua", "email" : "olivier@bbnt.me"}], "require" : {"php" : "^7.4|^8.0", "symfony/config" : "^4.4|^5.3|^6.0", "symfony/http-clien...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "string...
{"IndexId" : 274, "Portraits" : [{"PortraitId" : 0, "PortraitName" : "STANDARD", "PortraitImageBase64" : "iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUAAAAMDAwjPUc3VnY+ZJljfbl7mdKUtextdWKAgID///+34f/OMBB+yuGj08Pp9700R2iMAAACQElEQVQokT3Qv0/bQBQH8PsXHBypE5XvR1IhhahHwkYljtjpkgHH50wdSOLz1IXiu73duuT/QIitZOC/SFE3Z6...
json_instruct
{"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "string"}}, "required": ["PortraitId", "PortraitName", "PortraitImageBase64"]...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title...
[{"e_id" : "4265", "title" : "\u7b2c\u4e00\u6b21\u6469\u6d1b\u54e5\u5371\u673a", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728116\u5e74\u524d\u7684\u4eca\u5929\uff0c1905\u5e743\u670831\u65e5(\u519c\u53861905\u5e742\u670826\u65e5)\uff0c\u7b2c\u4e00\u6b21\u6469\u6d1b\u54e5\u5371\u673a\u3002\u5fb7\u56fd\u7687\u5e1d\u5a01\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/dr...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "pypi": {"type": "string"}, "seconds": {"type": "number"}, "traceback": {"type": "string"}, "rating": {"type": "number"}}, "required": ["name", "pypi", "seconds", "traceback", "rating...
{"name" : "pmd_exogenous_hypocratic", "pypi" : "https://pypi.org/project/pmdarima", "seconds" : 0.9948279857635498, "traceback" : "passing", "rating" : 1751.2838053257271}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pypi": {"type": "string"}, "seconds": {"type": "number"}, "traceback": {"type": "string"}, "rating": {"type": "number"}}, "required": ["name", "pypi", "seconds", "traceback", "rating"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": ...
{"author" : {"id" : "t2_4jnlnrtw", "name" : "WowzersMcSheesh"}, "date" : {"day" : 1609977600, "full" : 1610007486, "month" : 1609459200, "week" : 1609632000}, "id" : "t3_ks8xeb", "picture" : {"filesize" : 109110, "fullUrl" : "https://preview.redd.it/763hpotbdv961.jpg?width=3024&format=pjpg&auto=webp&s=e8a00106df86b5254...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2020-11-21T13:00:00Z", "Temp" : 10.7, "RelHum" : 95, "WindSpeed" : 6.9, "WindDir" : 226}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "content_security_policy": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "propert...
{"manifest_version" : 2, "name" : "PrioList", "content_security_policy" : "script-src 'self' https://github.com/puppeteer/puppeteer; object-src 'self'", "description" : "This extension allows you to create a wishlist which is then prioritized by the order of importance", "version" : "0.0", "browser_action" : {"default_...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "content_security_policy": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versi...
{"latest_version" : ["0.1.dev4"], "meta" : {"description" : "HTML Rewrite Body", "homepage" : "https://github.com/TakesxiSximada/rewritebody-py"}, "versions" : {"0.1.dev0" : {"sha256" : "207fdc258a138f528718a4e4fcadfcb0d3e07e2b621cd4066b92c1b5ae393f65", "url" : "https://files.pythonhosted.org/packages/40/3b/bfc26e9adda...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.1.dev0": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"deps": {"type": "array", "items": {}}, "name": {"type": "string"}, "root": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["deps", "name", "ro...
{"deps" : [], "name" : "fuchsia.location", "root" : "fidl/fuchsia.location", "sources" : ["fidl/fuchsia.location/types.fidl"], "type" : "fidl_library"}
json_instruct
{"type": "object", "properties": {"deps": {"type": "array", "items": {}}, "name": {"type": "string"}, "root": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["deps", "name", "root", "sources", "type"], "$schema": "http://json-schema.org/draft-07/s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int...
{"nom" : "Saint-Laurent", "circ" : "1\u00e8re circonscription", "dpt" : "Creuse", "inscrits" : 516, "abs" : 236, "votants" : 280, "blancs" : 46, "nuls" : 10, "exp" : 224, "res" : [{"nuance" : "REM", "nom" : "M. Jean-Baptiste MOREAU", "voix" : 133}, {"nuance" : "LR", "nom" : "M. J\u00e9r\u00e9mie SAUTY", "voix" : 91}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"widgetLabel": {"type": "string"}, "button": {"type": "string"}, "title": {"type": "string"}}, "required": ["widgetLabel", "button", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"widgetLabel" : "Dom\u016f", "button" : "Dom\u016f", "title" : "V\u00fdchoz\u00ed zobrazen\u00ed mapy"}
json_instruct
{"type": "object", "properties": {"widgetLabel": {"type": "string"}, "button": {"type": "string"}, "title": {"type": "string"}}, "required": ["widgetLabel", "button", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type"...
{"logs" : [{"outputFile" : "/Users/seanchien/Desktop/AndroidClass/android-fundamentals-apps-v2/MaterialMe-Resource/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko-rKR/values-ko-rKR.xml", "map" : [{"source" : "/Users/seanchien/Desktop/AndroidClass/android-fundamentals-apps-v2/MaterialMe-Reso...
json_instruct
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startCol...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"sourceDefinitionId": {"type": "string"}, "name": {"type": "string"}, "dockerRepository": {"type": "string"}, "dockerImageTag": {"type": "string"}, "documentationUrl": {"type": "string"}}, "required": ["sourceDefin...
{"sourceDefinitionId" : "afa734e4-3571-11ec-991a-1e0031268139", "name" : "YouTube Analytics", "dockerRepository" : "airbyte/source-youtube-analytics", "dockerImageTag" : "0.1.0", "documentationUrl" : "https://docs.airbyte.io/integrations/sources/source-youtube-analytics"}
json_instruct
{"type": "object", "properties": {"sourceDefinitionId": {"type": "string"}, "name": {"type": "string"}, "dockerRepository": {"type": "string"}, "dockerImageTag": {"type": "string"}, "documentationUrl": {"type": "string"}}, "required": ["sourceDefinitionId", "name", "dockerRepository", "dockerImageTag", "documentationUr...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "7109020001", "nama" : "MINANGA"}, {"id" : "7109020002", "nama" : "MINANGA SATU"}, {"id" : "7109020003", "nama" : "MAKALU"}, {"id" : "7109020004", "nama" : "TUMBAK"}, {"id" : "7109020005", "nama" : "TATENGESAN"}, {"id" : "7109020006", "nama" : "BENTENAN"}, {"id" : "7109020007", "nama" : "WIAU"}, {"id" : "71090...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["apikey", "destructure"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$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"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "distri...
{"id" : "2004", "provinceId" : "82", "regencyId" : "05", "districtId" : "08", "name" : "Wailia"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name...
{"name" : "extum/flarum-ext-markdown-editor", "description" : "Simple Markdown Editor for Flarum.", "authors" : [{"name" : "Extum", "email" : "ardacebi1@gmail.com"}], "type" : "flarum-extension", "require" : {"flarum/core" : "^0.1.0-beta.7"}, "autoload" : {"psr-4" : {"XEngine\\MarkdownEditor\\" : "src/"}}, "extra" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "type": {"type": "string"}, "require": {"type": "object", "p...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"PureObject": {"type": "string"}, "Nan": {"type": "string"}}, "required": ["PureObject", "...
{"name" : "getConstructor", "version" : "1.0.0", "main" : "js/src/getConstructor", "dependencies" : {"PureObject" : "aleclarson/PureObject#1.0.0", "Nan" : "aleclarson/Nan#1.0.0"}, "lotus" : {"plugins" : ["lotus-coffee"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"PureObject": {"type": "string"}, "Nan": {"type": "string"}}, "required": ["PureObject", "Nan"]}, "lotus": {"type": "object", "properties": {"plugins...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {...
{"id" : 633, "name" : "Stargirl", "slug" : "633-stargirl", "powerstats" : {"intelligence" : 63, "strength" : 80, "speed" : 25, "durability" : 90, "power" : 87, "combat" : 55}, "appearance" : {"gender" : "Female", "race" : "Human", "height" : ["5'5", "165 cm"], "weight" : ["137 lb", "62 kg"], "eyeColor" : "Blue", "hairC...
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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "511402101001", "text" : "\u4e94\u91cc\u58a9\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511402101210", "text" : "\u519c\u6797\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511402101211", "text" : "\u7ea2\u65d7\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511402101215", "text" : "\u8bb8\u6751\u6751\u6c11\u5...
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#"}
Based on the schema below, produce a valid JSON object: {"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" : 3500102, "stationGroupId" : 1162309, "name" : "\u798f\u5cf6", "lineId" : 35001, "zipCode" : "553-0003", "pref" : "\u5927\u962a\u5e9c", "city" : "\u5927\u962a\u5e02\u798f\u5cf6\u533a", "town" : "\u798f\u5cf6", "longitude" : 135.488205, "latitude" : 34.696047, "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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ...
{"author" : {"id" : "t2_buq9l2", "name" : "theLucror"}, "date" : {"day" : 1521504000, "full" : 1521565235, "month" : 1519862400, "week" : 1521331200}, "id" : "t3_85uc40", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 1009072, "fullUrl" : "https://preview.redd.it/62qq76xt8ym01.png?auto=webp&s=bab5c8569f95ac...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"tasks": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "identifier": {"type": "string"}, "label": {"type": "string"}, "task": {"type": "string"}, "problemMatcher": {"type": "...
{"tasks" : [{"type" : "gulp", "identifier" : "build", "label" : "build", "task" : "default", "problemMatcher" : []}]}
json_instruct
{"type": "object", "properties": {"tasks": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "identifier": {"type": "string"}, "label": {"type": "string"}, "task": {"type": "string"}, "problemMatcher": {"type": "array", "items": {}}}, "required": ["type", "identifier", "label", "t...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"deductionConfigurations": {"type": "array", "items": {"type": "object", "properties": {"deductionCode": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}, "deductionCategory...
{"deductionConfigurations" : [{"deductionCode" : {"code" : "MISC"}, "deductionCategoryCode" : {"code" : "MISCCAT"}, "deductionInArrearsIndicator" : true, "configurationTags" : [{"tagCode" : "W2Literal", "tagValues" : ["xyz"]}]}]}
json_instruct
{"type": "object", "properties": {"deductionConfigurations": {"type": "array", "items": {"type": "object", "properties": {"deductionCode": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}, "deductionCategoryCode": {"type": "object", "properties": {"code": {"type": "string"}}, "requir...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "nu...
{"contract" : "0xbfee29cc4913c365ae5a3c2bfc8f2f32f5f02fce", "tool" : "mythril", "start" : 1563548792.706483, "end" : 1563548818.7570353, "duration" : 26.050552368164062, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "fields": {"type": "array", "items...
{"title" : "Access Policy", "id" : "host-service-access-policy", "sections" : [{"id" : "host-service-access-policy.main", "title" : "Basic Information", "fields" : [{"id" : "authority.router.node.device-interface.network-interface.address.host-service.access-policy.source", "label" : "Source"}, {"id" : "authority.route...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2"...
{"no_of_atoms" : 176, "centre_of_mass" : [15.79, 13.307537842523711, 5.018739294471961], "maximum_diameter" : {"diameter" : 34.773958029058086, "atom_1" : 90, "atom_2" : 152}, "pore_diameter" : {"diameter" : 11.160157285873415, "atom" : 115}, "pore_volume" : 727.7958392910841, "pore_diameter_opt" : {"diameter" : 11.160...
json_instruct
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "...
{"title" : "ROS CSS Styles Toolkit", "name" : "ros-css-styles-toolkit", "description" : "A CSS file that adds shortcuts to css rules.", "version" : "0.0.0", "main" : "src/ros-css-styles-toolkit.css", "files" : ["src/*", "README.md"], "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "devDependencies...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "req...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}}, "required": ["babel-eslint"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"babel-eslint" : "7.1.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}}, "required": ["babel-eslint"]}}, "required": ["dependencies"], "$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"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "leaflet-omnivore":...
{"name" : "TO-FIX", "version" : "1.0.0", "description" : "A task manager for OpenStreetMap", "main" : "src/index.js", "dependencies" : {"d3" : "^3.5.5", "leaflet-omnivore" : "0.3.2", "leaflet-osm" : "^0.1.0", "mapbox.js" : "^2.1.5", "osm-auth" : "^0.2.8", "raven-js" : "^1.1.17", "react" : "^0.13.1", "react-keybinding" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "leaflet-omnivore": {"type": "string"}, "leaflet-osm": {"type": "string"}, "mapbox.js": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"hubName": {"type": "string"}, "resourceGroupName": {"type": "string"}, "api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "parameters": {"type"...
{"parameters" : {"hubName" : "sdkTestHub", "resourceGroupName" : "TestHubRG", "api-version" : "2016-01-01", "subscriptionId" : "subid", "parameters" : {"entityType" : "Profile", "entityTypeName" : "Contact", "relativePath" : "images/profile1.png"}}, "responses" : {"200" : {"body" : {"contentUrl" : "https://ucidfdbl2001...
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"hubName": {"type": "string"}, "resourceGroupName": {"type": "string"}, "api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "parameters": {"type": "object", "properties": {"entityType": {"type": "string"}, "entityType...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Defa...
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*", "DbContext" : {"SqlServerConnectionString" : "server=localhost;Database=Study_FakeXiechengDb;User ID=sa;Password=FLY_light528G;", "MySqlConnectionString" : "server=172.17...
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[21.437, 47.536], [21.647, 47.637], [21.837, 47.588], [21.681, 47.428], [21.437, 47.536]]]}, "properties" : {"name" : "Debrecen", "iso2" : "HU-DE", "admin_level" : 8, "osm_id" : 1444234, "countrylevel_id" : "iso2:HU-DE", "osm_data" : {"localname" ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"backgroundColor": {"type": "object", "properties": {"light": {"type": "string"}, "dark": {"type": "string"}}, "required": ["light", "dark"]}}, "required": ["backgroundColor"], "$schema": "http://json-schema.org/draft...
{"backgroundColor" : {"light" : "coolGray.50", "dark" : "blueGray.900"}}
json_instruct
{"type": "object", "properties": {"backgroundColor": {"type": "object", "properties": {"light": {"type": "string"}, "dark": {"type": "string"}}, "required": ["light", "dark"]}}, "required": ["backgroundColor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", ...
{"name" : "emm/culqi-cashier", "description" : "culqi cashier", "keywords" : ["laravel", "culqi", "cashier", "Per\u00fa"], "license" : "MIT", "authors" : [{"name" : "Emmanuel Barturen", "email" : "emmanuelbarturen@gmail.com"}], "require" : {"php" : ">=7.0.0", "ext-json" : "*", "culqi/culqi-php" : "1.3.5"}, "require-dev...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "441225103001", "text" : "\u5927\u6d32\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "441225103201", "text" : "\u5c90\u5cad\u6751\u59d4\u4f1a"}, {"id" : "441225103202", "text" : "\u5927\u548c\u6751\u59d4\u4f1a"}, {"id" : "441225103203", "text" : "\u6cd7\u79d1\u6751\u59d4\u4f1a"}, {"id" : "441225103204", "text" : "\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type":...
{"name" : "Francisco Marroqu\u00edn University", "alt_name" : "Universidad Francisco Marroqu\u00edn (UFM)", "country" : "Guatemala", "state" : null, "address" : {"street" : "Calle Manuel F. Ayau (6 Calle Final), Zona 10", "city" : "Guatemala City", "province" : null, "postal_code" : "01010"}, "contact" : {"telephone" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"...
{"name" : "crystalbit-us/cb_personal_inventory", "description" : "Tracks personal inventory of possessions and provides a page or block display.", "type" : "project", "authors" : [{"name" : "James Tarleton", "email" : "jamestarleton@gmail.com"}], "require" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "p...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "require...
{"latest_version" : ["1.6.0"], "meta" : {"description" : "Python module for generating .ninja files", "homepage" : "https://github.com/martine/Ninja", "license" : "Apache License (2.0)"}, "versions" : {"1.5.3" : {"sha256" : "e93b72781cee183e573688b111307bbf847f03c56a0d7f5afe51e769626bd8ad", "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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}...
{"commentStamp" : "", "super" : "CGLRAbstractNode", "category" : "SmaCC-C-Parser", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["enumerators", "identifier", "enumToken", "lEFT_BRACEToken", "commaTokens", "rIGHT_BRACEToken"], "name" : "CGLREnumNode", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "14b5bb09c7ecd5800fe8", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"skeleton.css": {"type": "string"}, "skeleton.min.css": {"type": "string"}}, "required": ["skeleton.css", "skeleton.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"skeleton.css" : "sha256-g0JTaEcOtLv5aTD4bDMXQeYm8KnpbK5QnvSyNcF95q8=", "skeleton.min.css" : "sha256-ELDnYVQx8+HFj8DiZ92OohFxR2fzkUm2Y+trJgMt1lI="}
json_instruct
{"type": "object", "properties": {"skeleton.css": {"type": "string"}, "skeleton.min.css": {"type": "string"}}, "required": ["skeleton.css", "skeleton.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "Leggings encrusted with grifolic flakes.", "bonuses" : [0, 0, 0, 18, -7, 4, 50, 30, 36, 4, 15, 4, 6, 0, 0, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "VICTOR ABEL", "frequency" : 49, "gender" : "male"}]
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": {"files": {"type": "object", "properties": {"src/cmd/godoc/mapping.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "propert...
{"files" : {"src/cmd/godoc/mapping.go" : {"status" : "M", "num_chunks" : 2, "no_base_file" : false, "property_changes" : "", "num_added" : 11, "num_removed" : 0, "id" : 4001, "is_binary" : false}}, "url" : null, "created" : "2012-02-21 15:44:12.065258", "owner" : "ugorji", "num_comments" : 3, "patchset" : 3001, "owner_...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"src/cmd/godoc/mapping.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type...
{"name" : "react-todo", "author" : "Martin-kim", "description" : "React Todo App", "license" : "MIT", "version" : "1.0.0", "repository" : {"type" : "git", "url" : "https://github.com/MartinYounghoonKim/react-todo-app"}, "scripts" : {"start" : "node ./server.js"}, "devDependencies" : {"babel-core" : "^6.24.1", "babel-lo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"login": {"type": "object", "properties": {"loginButton": {"type": "string"}, "mobileNumberInput": {"type": "string"}, "continueButton": {"type": "string"}, "otpInput": {"type": "string"}, "submitButton": {"type": "string"}}, "...
{"login" : {"loginButton" : "[data-localization='LOGIN']", "mobileNumberInput" : "div.mobile-number-field>input", "continueButton" : "#login-submit-action", "otpInput" : "input#otp", "submitButton" : "#otp-start"}}
json_instruct
{"type": "object", "properties": {"login": {"type": "object", "properties": {"loginButton": {"type": "string"}, "mobileNumberInput": {"type": "string"}, "continueButton": {"type": "string"}, "otpInput": {"type": "string"}, "submitButton": {"type": "string"}}, "required": ["loginButton", "mobileNumberInput", "continueBu...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"latency": {"type": "array", "items": {"type": "number"}}}, "required": ["latency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latency" : [0.0008415600000000001, 0.001664034, 0.9981977750000001, 1.003021339, 1.005146375, 1.000605755, 3.004479324, 1.000719478]}
json_instruct
{"type": "object", "properties": {"latency": {"type": "array", "items": {"type": "number"}}}, "required": ["latency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "ite...
{"id" : "0438", "tableId" : "0438", "tableType" : "User", "name" : "Allergy clinical status", "chapters" : ["CH_03"], "entries" : [{"value" : "C", "description" : "Confirmed or verified", "comment" : null}, {"value" : "D", "description" : "Doubt raised", "comment" : null}, {"value" : "E", "description" : "Erroneous", "...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "descri...
Generate a valid JSON object that conforms to the following schema: {"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/draf...
{"symbol" : "OGN", "name" : "Origin Protocol", "decimals" : 18, "address" : "0x8207c1ffc5b6804f6024322ccf34f29c3541ae26"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"half=lower": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "half=upper": {"type": "object", "properties": {"model": {"type...
{"variants" : {"half=lower" : {"model" : "moreplanets:fronos_tall_grass_lower"}, "half=upper" : {"model" : "moreplanets:fronos_tall_grass_upper"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"half=lower": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "half=upper": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["half=lower", "half=up...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "proper...
{"name" : "app-service-hello-world", "description" : "Simple Hello World Node.js sample for Azure App Service", "version" : "0.0.1", "private" : true, "license" : "MIT", "author" : "Microsoft", "scripts" : {"start" : "node index.js"}, "devDependencies" : {"body-parser" : "^1.19.0", "clean-css" : "^4.2.1", "critical" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "sh...
{"Sources" : [{"source" : "WISE J081220.04+402106.2", "ra" : 123.0836, "dec" : 40.3517, "epoch" : null, "equinox" : "2000", "shortname" : null, "reference" : "Mace13", "comments" : null}], "Names" : [{"other_name" : "WISE J081220.04+402106.2"}], "ProperMotions" : [{"mu_ra" : 255.3, "mu_ra_error" : 1.2, "mu_dec" : 17.8,...
json_instruct
{"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "shortname": {"type": "null"}, "reference": {"type": "string"}, "comments...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"...
{"contract" : "0x0157b72f1ccf174cac1ec1a4fb6a791f7fe4253f", "tool" : "osiris", "start" : 1564609849.720526, "end" : 1564609852.8314526, "duration" : 3.110926628112793, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"typ...
{"id" : "shadetech", "symbol" : "shd", "name" : "Shadetech", "platforms" : {"ethereum" : "0x8a8221628361fa25294a83a172dd4f0133207b37"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Shadetech (SHD) is here for you to throw shade at anyone you wish.\r\n\r\nProject includes a full dev team of 5 ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "descripti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"...
{"name" : "ContactForm", "version" : "0.0.0", "private" : true, "main" : "./ContactForm.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}...
{"CIDADE" : "Itau\u00e7u", "IBGE" : "5211404", "ESTADO" : "Goi\u00e1s", "ID" : "52"}
json_instruct
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " How to solve an exponential equation with two different bases\n\n[imath]9^{2 x-1}=3^{3 x+3}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=oM25leefVRQ"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "var __jsx = React.createElement;\nimport React from 'react';\nimport { makeStyles, createStyles } from \"../../../../../packages/material-ui/src/styles\";\nimport Typography from \"../../../../../packages/material-ui/src/Typography\";\nimport Pagination from \"../../../../../packages/material-u...
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": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type"...
{"_id" : "beer_Superior_Stout", "brewery" : "Michigan Brewing", "name" : "Superior Stout", "abv" : "5.2", "description" : "All the good stuff and just a little bit more. Michigan Brewing Company is proud to offer this thick and creamy stout with all the roasted, coffee-like flavor you can handle. Need we say more?", "c...
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv",...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "m...
{"ast" : null, "code" : "var __jsx = React.createElement;\nimport * as React from 'react';\nimport createSvgIcon from \"./utils/createSvgIcon\";\nexport default createSvgIcon(__jsx(React.Fragment, null, __jsx(\"path\", {\n d: \"M4 10h15v4H4z\",\n opacity: \".3\"\n}), __jsx(\"path\", {\n d: \"M2 18h19v2H2zM20 8H3c-.5...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "string"}}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rules" : ["\u0412 \u043d\u0430\u0447\u0430\u043b\u0435 \u0438\u0433\u0440\u044b \u043a\u0430\u0436\u0434\u043e\u043c\u0443 \u0434\u043e\u0441\u0442\u0430\u0435\u0442\u0441\u044f <strong>\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u0430\u044f \u0440\u043e\u043b\u044c</strong>. \u0420\u043e\u043b\u0438 \u043d\u0435\u043...
json_instruct
{"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "string"}}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"jquery.pjax.js": {"type": "string"}, "jquery.pjax.min.js": {"type": "string"}}, "required": ["jquery.pjax.js", "jquery.pjax.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.pjax.js" : "sha512-VMhf2/39oql350/RYIHiAgg4SfmXK3qo68o13Ezcn/+XD0iaOWuDUNc13e1JAUQb6Pl3ITIw/D54R3peotxIwg==", "jquery.pjax.min.js" : "sha512-Xb607lXuya3tZYIZLbugPh4Af17BqGWTEN8z3MIgU0tTlAlbNYqDPXfdzeAxqVICg37xRU1vYbtETXrW5OTWdg=="}
json_instruct
{"type": "object", "properties": {"jquery.pjax.js": {"type": "string"}, "jquery.pjax.min.js": {"type": "string"}}, "required": ["jquery.pjax.js", "jquery.pjax.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "key", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "data/GY", "key" : "GY", "name" : "GUYANA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "key", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "hex": {"type": "string"}}, "required": ["name", "hex"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Light Greenish Blue", "hex" : "#55efc4"}, {"name" : "Faded Poster", "hex" : "#81ecec"}, {"name" : "Green Darner Tail", "hex" : "#74b9ff"}, {"name" : "Shy Moment", "hex" : "#a29bfe"}, {"name" : "City Lights", "hex" : "#dfe6e9"}, {"name" : "Mint Leaf", "hex" : "#00b894"}, {"name" : "Robin's Egg Blue", "hex" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "hex": {"type": "string"}}, "required": ["name", "hex"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stateStyle": {"type": "string"}}, "required": ["stateStyle"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stateStyle" : "is-invalid"}
json_instruct
{"type": "object", "properties": {"stateStyle": {"type": "string"}}, "required": ["stateStyle"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin...
{"schema_version" : "1.2.0", "id" : "GHSA-c7vp-x84f-c377", "modified" : "2022-05-01T18:06:06Z", "published" : "2022-05-01T18:06:06Z", "aliases" : ["CVE-2007-2678"], "details" : "Buffer overflow in the isChecked function in toolbar.dll in Netsprint Toolbar 1.1 might allow remote attackers to execute arbitrary code via u...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "aya...
{"id" : 749, "surahNumber" : "005", "ayatNumber" : "080", "arabic" : "\u062a\u064e\u0631\u064e\u0649\u0670 \u0643\u064e\u062b\u0650\u064a\u0631\u064b\u0627 \u0645\u0650\u0646\u0652\u0647\u064f\u0645\u0652 \u064a\u064e\u062a\u064e\u0648\u064e\u0644\u0651\u064e\u0648\u0652\u0646\u064e \u0627\u0644\u0651\u064e\u0630\u0650...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "assignees": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {"type": "string"}}, "labels": {"type": "array", "items": {"type": "s...
{"extends" : ["config:base"], "assignees" : ["x-way"], "reviewers" : ["x-way"], "labels" : ["renovate"], "postUpdateOptions" : ["gomodTidy"], "packageRules" : [{"packageNames" : ["github.com/miekg/dns"], "updateTypes" : ["digest", "patch"], "reviewers" : [], "assignees" : [], "automerge" : true}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "assignees": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {"type": "string"}}, "labels": {"type": "array", "items": {"type": "string"}}, "postUpdateOptions": {"type": "array", "items":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "requ...
{"appid" : 70110, "name" : "Hacker Evolution - Untold", "windows" : true, "mac" : true, "linux" : true, "early_access" : false, "lookup_time" : 1490967010}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"no-unused-expressions": {"type": "integer"}}, "required": ["no-unused-expressions"]}, "globals": {"type": "object", "properties": {"af...
{"extends" : "../.eslintrc.json", "rules" : {"no-unused-expressions" : 0}, "globals" : {"after" : false, "before" : false, "beforeEach" : false, "describe" : false, "expect" : false, "it" : false}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"no-unused-expressions": {"type": "integer"}}, "required": ["no-unused-expressions"]}, "globals": {"type": "object", "properties": {"after": {"type": "boolean"}, "before": {"type": "boolean"}, "beforeEach": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cize", "exec-shell", "shify"]
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": {"source": {"type": "string"}, "subject": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "string"}, "id": {"type": "string"}, "data": {"type": "object", "properties": {"namespaceName": {"type": ...
{"source" : "/subscriptions/{subscription-id}/resourcegroups/DemoGroup/providers/Microsoft.ServiceBus/namespaces/{namespace}", "subject" : "topics/{topic}/subscriptions/{subscription}", "type" : "Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications", "time" : "2018-02-14T05:12:53.4133526Z", "id" : "dede87b...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "subject": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "string"}, "id": {"type": "string"}, "data": {"type": "object", "properties": {"namespaceName": {"type": "string"}, "requestUri": {"type": "string"}, "entityType": {"type": "string...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["371122117001", "\u6d1b\u6cb3\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["371122117246", "\u5b89\u5cad\u793e\u533a\u6751\u59d4\u4f1a", "220", "0"], ["371122117247", "\u7f57\u7c73\u5e84\u793e\u533a\u6751\u59d4\u4f1a", "220", "0"], ["371122117248", "\u5f20\u5b8b\u793e\u533a\u6751\u59d4\u4f1a", "220", "0"], ["3711221...
json_instruct
{"type": "array", "items": {"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": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type"...
{"images" : [{"startdate" : "20211001", "fullstartdate" : "202110010700", "enddate" : "20211002", "url" : "/th?id=OHR.HyacinthMacaws_EN-US1453969015_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp", "urlbase" : "/th?id=OHR.HyacinthMacaws_EN-US1453969015", "copyright" : "Hyacinth macaws in the Pantanal region of Brazil (\...
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type": "string"}, "copyright": {"type": "string"}, "copyrightlink": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d229-41", "text" : "Page Two\nCareer Fellows\n* William W. Keifer, 39, Hartford, Connecticut\n* Jim Lehrer, 34, Dallas, Texas\n* Willie J. Martin, 31, Jacksonville, Florida\n* Ramon Merlos, 28, East Lansing, Michigan\n* Rosanna Joy Quinn, 26, Memphis, Tennessee\n* William C. Thompson, 30, Pittsburgh, Pennsylva...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"angular-sanitize.js": {"type": "string"}, "angular-sanitize.min.js": {"type": "string"}}, "required": ["angular-sanitize.js", "angular-sanitize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-sanitize.js" : "sha512-c+TAlpmktNPri//PT5nRAw7lNUUJTOJVQ58go3A+OeuUqDek9OQJ/oIBytEVLtoLYDzvQ8qkLSzNmv2kuWOyZg==", "angular-sanitize.min.js" : "sha512-OWxHRk0q3g78as/zj3U9w0kCcfMgxLaE3MSlnDhr/XC9cP3RcJUUYKdeJYOeP1s7yxWKDs1EHiGiqc21Bg3cyw=="}
json_instruct
{"type": "object", "properties": {"angular-sanitize.js": {"type": "string"}, "angular-sanitize.min.js": {"type": "string"}}, "required": ["angular-sanitize.js", "angular-sanitize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 89905, "cartId" : "287ee61b-e774-4bbe-b95e-5f2a0e5cf4ea", "preferredProducts" : [4286], "productReviews" : [{"productId" : 4156, "reviewText" : "this array is nifty.", "reviewDate" : "2018-10-21T21:55:45.6010849+03:00"}, {"productId" : 2499, "reviewText" : "It only works when I'm Niue.", "reviewDate" : "201...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/magenta_plaster_two_meter_arch"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyword...
{"name" : "gooeyneo", "version" : "1.0.0", "description" : "UI for simplified data entry", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["neo4j"], "author" : "David Park", "license" : "ISC", "dependencies" : {"async" : "^1.5.0", "body-parser" : "^1.14.1", "expres...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-...
{"name" : "js-widget-hooks", "description" : "A standardized way to initialize and handle clientside widgets. Helps to keep them organized and only to load them if the code should realy be executed. It provides a strong linking of the actual html code with the executed javascript without much hassle.", "version" : "2.0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-bump": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"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": {"t...
{"ast" : null, "code" : "export const BASE_URL = \"http://localhost:3000\";", "map" : {"version" : 3, "sources" : ["C:/Users/dell/mern-social-media/client/src/utils/config.js"], "names" : ["BASE_URL"], "mappings" : "AAAA,OAAO,MAAMA,QAAQ,GAAG,uBAAjB", "sourcesContent" : ["export const BASE_URL = \"http://localhost:3000\...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"tslint": {"type": "string"}}, "required": ["tslint"]}, "main": {"type": "strin...
{"name" : "tslint", "version" : "2.5.1", "description" : "a static analysis linter for TypeScript", "bin" : {"tslint" : "./bin/tslint"}, "main" : "./lib/tslint", "typings" : "./lib/tslint", "repository" : {"type" : "git", "url" : "https://github.com/palantir/tslint.git"}, "keywords" : ["cli", "typescript", "linter"], "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"tslint": {"type": "string"}}, "required": ["tslint"]}, "main": {"type": "string"}, "typings": {"type": "string"}, "repository": {"type": "object", "pr...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"memo": {"type": "string"}, "projects": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "branch": {"type": "string"}, "revision": {"type": "string"}, "packages": {"type": "array", "items...
{"memo" : "068dc48036923b14a76cec99798409318e619190cc8c64c2533da952c90b3fae", "projects" : [{"name" : "golang.org/x/crypto", "branch" : "master", "revision" : "854ae91cdcbf914b499b1d7641d07859f3653481", "packages" : ["ssh/terminal"]}, {"name" : "golang.org/x/sys", "branch" : "master", "revision" : "d75a52659825e75fff61...
json_instruct
{"type": "object", "properties": {"memo": {"type": "string"}, "projects": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "branch": {"type": "string"}, "revision": {"type": "string"}, "packages": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "branch", "re...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "car...
{"userId" : 22919, "cartId" : "79c2ea6e-e4e7-4216-853d-c878efa47c5d", "preferredProducts" : [1570, 432, 3589, 825, 800, 4712, 1795, 2540], "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....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#...
{"CIDADE" : "Aguiarn\u00f3polis", "IBGE" : "1700301", "ESTADO" : "Tocantins", "ID" : "17"}
json_instruct
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "pathParameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "requestContext": {"type": "object", "properties": {"identity": {"type": "object", "prope...
{"body" : "{\"body\":\"rrrddddddrrrr world\"}", "pathParameters" : {"id" : "9c532720-7906-11e8-a29e-01d095463bac"}, "requestContext" : {"identity" : {"cognitoIdentityId" : "sagoo.karan@gmail.com"}}}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "pathParameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "requestContext": {"type": "object", "properties": {"identity": {"type": "object", "properties": {"cognitoIdentityId": {"type": "string"}}, "required": ["cogn...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"172051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "requ...
{"172051" : {"count" : 1}, "count" : 8, "537062" : {"count" : 1}, "N.A.//" : {"count" : 2}, "211093" : {"count" : 1}, "131070" : {"count" : 1}, "553010" : {"count" : 1}, "513099" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"172051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"typ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"ty...
{"title" : "Tiny Toon Adventures", "genre" : "Satire", "creators" : ["Tom Ruegger"], "cast" : [], "country_of_origin" : "United States", "seasons" : 3, "episodes" : 100, "start_date" : "Fri Sep 14 00:00:00 EDT 1990", "end_date" : "Sun May 28 00:00:00 EDT 1995"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {}}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"chunk_definitions" : [], "doc_write_time" : 1644429970}
json_instruct
{"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {}}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "requir...
{"latest_version" : ["1.5.0"], "meta" : {"description" : "Convert between Android string resources and gettext .po files", "homepage" : "http://github.com/miracle2k/android2po", "license" : "BSD"}, "versions" : {"1.0" : {"sha256" : "0e2e72cdce278eead86d396d0124a6690355f875d552fa8230e3535234292e86", "url" : "https://fil...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1921, 8], [1935, 5], [1940, 5], [1941, 5], [1946, 5], [1952, 6], [1957, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"year" : 1923, "sex" : "M", "n" : 6, "prop" : 5.3e-06}, {"year" : 1929, "sex" : "M", "n" : 5, "prop" : 4.51e-06}, {"year" : 1935, "sex" : "M", "n" : 5, "prop" : 4.68e-06}, {"year" : 1937, "sex" : "M", "n" : 7, "prop" : 6.4e-06}, {"year" : 1941, "sex" : "M", "n" : 5, "prop" : 3.99e-06}, {"year" : 1942, "sex" : "M", "n...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "integer"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "layers": {"type": "array", "items": ...
{"summary" : {"byte_size" : 67239936, "kb_size" : 65664, "mb_size" : 64.125, "collect_input" : false, "layers" : [{"bits:" : 16, "size:" : 65536, "byte_size:" : 131072, "foz:" : 0.0233459, "zeros:" : 1530, "sum:" : 192368045, "min:" : 0, "max:" : 65535, "mean:" : 2935.3}, {"bits:" : 32, "size:" : 16777216, "byte_size:"...
json_instruct
{"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "integer"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"bits:": {"type": "integer"}, "size...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "...
{"body" : "To reproduce the issue:\r\n\r\n```\r\n$ cd $SPACK_ROOT/var/spack/repos\r\n$ mkdir acme\r\n$ <builtin/repo.yaml sed s/builting/acme/ > acme/repo.yaml\r\n$ spack repo add acme\r\n==> Error: No directory 'repo.yaml' found in '/tmp/spack/var/spack/repos/acme'\r\n```\r\n\r\nShould be _packages_ instead of _repo.y...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1806070015", "district_id" : "1806070", "name" : "LABUHAN RATU PASAR"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"insertInto": {"type": "string"}, "updateByID": {"type": "string"}, "selectByIDs": {"type": "string"}, "increaseStatusByID": {"type": "string"}, "decreaseStatusByID": {"type": "string"}, "countAll": {"type": "...
{"insertInto" : "INSERT INTO ?? SET ?", "updateByID" : "UPDATE ?? SET ? WHERE `id` = ?", "selectByIDs" : "SELECT * FROM ?? WHERE `id` in (?)", "increaseStatusByID" : "UPDATE ?? SET counter = counter + 1 WHERE `id` = ?", "decreaseStatusByID" : "UPDATE ?? SET counter = counter - 1 WHERE `id` = ? and counter > 0", "countA...
json_instruct
{"type": "object", "properties": {"insertInto": {"type": "string"}, "updateByID": {"type": "string"}, "selectByIDs": {"type": "string"}, "increaseStatusByID": {"type": "string"}, "decreaseStatusByID": {"type": "string"}, "countAll": {"type": "string"}, "readReservationStatus": {"type": "string"}, "readReservationList":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"chart": {"type": "object", "properties": {"palette": {"type": "string"}, "caption": {"type": "string"}, "showlabels": {"type": "string"}, "showvalues": {"type": "string"}, "numbersuffix": {"type": "string"}, "d...
{"chart" : {"palette" : "2", "caption" : "PSI Comparison with previous year", "showlabels" : "1", "showvalues" : "0", "numbersuffix" : "%", "decimals" : "1", "forcedecimals" : "1", "showborder" : "1", "borderColor" : "4F81BD", "borderThickness" : "2", "borderAlpha" : "60", "useroundedges" : "1", "legendborderalpha" : "...
json_instruct
{"type": "object", "properties": {"chart": {"type": "object", "properties": {"palette": {"type": "string"}, "caption": {"type": "string"}, "showlabels": {"type": "string"}, "showvalues": {"type": "string"}, "numbersuffix": {"type": "string"}, "decimals": {"type": "string"}, "forcedecimals": {"type": "string"}, "showbor...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]...
{"name" : "key-generator", "version" : "1.0.0", "description" : "bitcoin key generator", "main" : "index.js", "scripts" : {"test" : "node index.js"}, "author" : "haipro287", "license" : "MIT", "dependencies" : {"bs58" : "^4.0.1", "elliptic" : "^6.5.4", "js-sha256" : "^0.9.0", "ripemd160" : "^2.0.2", "secure-random" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins":...
[{"id" : 2443, "title" : "Night of Knives", "year" : 2008, "type" : "novel", "imageName" : "ice_nightofk.jpg", "nominations" : 0, "wins" : -1}, {"id" : 2444, "title" : "Return of the Crimson Guard", "year" : 2009, "type" : "novel", "imageName" : "icw_returnof.jpg", "nominations" : 0, "wins" : -1}, {"id" : 2445, "title"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im...