input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"approvals": {"type": "string"}, "browserslist": {"type": "string"}, "eslint-plu... | {"name" : "training", "version" : "0.0.0", "description" : "Javascript katas for the Agile Engineering course", "devDependencies" : {"approvals" : "^3.0.5", "browserslist" : "^4.16.6", "eslint-plugin-nodeca" : "^1.0.3", "istanbul" : "^0.4.5", "marked" : "^0.3.18", "mocha" : "^8.3.2", "npm-watch" : "^0.9.0", "nyc" : "^1... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"approvals": {"type": "string"}, "browserslist": {"type": "string"}, "eslint-plugin-nodeca": {"type": "string"}, "istanbul": {"type": "stri... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "pro... | {"name" : "Vidon", "version" : "1.0.0", "main" : "index.js", "repository" : "git@github.com:wanmaoor/Vidon.git", "author" : "wanmaoor <wanmao1284879375@outlook.com>", "license" : "MIT", "devDependencies" : {"css-loader" : "^3.4.1", "html-webpack-plugin" : "^3.2.0", "mini-css-extract-plugin" : "^0.9.0", "style-loader" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"css-loader": {"type": "string"}, "html-webpack-plu... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2029", "provinceId" : "74", "regencyId" : "07", "districtId" : "01", "name" : "Posalu"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"collissions": {"type": "object", "properties": {"offsetX": {"type": "integer"}, "offsetY": {"type": "integer"}}, "required": ["offsetX", "offsetY"]}}, "required": ["collissions"], "$schema": "http://json-schema.org/draft-07/sc... | {"collissions" : {"offsetX" : 20, "offsetY" : 20}} | json_instruct | {"type": "object", "properties": {"collissions": {"type": "object", "properties": {"offsetX": {"type": "integer"}, "offsetY": {"type": "integer"}}, "required": ["offsetX", "offsetY"]}}, "required": ["collissions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1988, 5], [1991, 7], [1992, 5], [1995, 6], [1996, 7], [1997, 5], [1998, 14], [2000, 9], [2001, 11], [2002, 8], [2003, 7], [2007, 8]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"apiVersion": {"type": "string"}, "swaggerVersion": {"type": "string"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "description": {"type": "string"}}, "required":... | {"apiVersion" : "1.1", "swaggerVersion" : "1.2", "apis" : [{"path" : "/api/v1", "description" : "Version 1.1 API Description"}], "authorizations" : {"apiKey" : {"type" : "apiKey", "passAs" : "header", "keyname" : "userKey"}}, "info" : {"title" : "LTV Keyword Extractor", "description" : "This Web Service is a middleware... | json_instruct | {"type": "object", "properties": {"apiVersion": {"type": "string"}, "swaggerVersion": {"type": "string"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "description": {"type": "string"}}, "required": ["path", "description"]}}, "authorizations": {"type": "object", "prop... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "changelog-cmd": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "files": {"type": "array", "items": {"ty... | {"name" : "changelog", "summary" : "Maintain a changelog easily", "description" : "Maintain a changelog easily", "changelog-cmd" : "./build/!arch!/changelog rpm", "license" : "LICENSE", "url" : "https://github.com/mh-cbon/!name!", "files" : [{"from" : "build/!arch!/!name!", "to" : "%{_bindir}/", "base" : "build/!arch!/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "changelog-cmd": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3215150008", "district_id" : "3215150", "name" : "KERTASARI"} | 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": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id":... | {"geometry" : {"type" : "Point", "coordinates" : [-87.53, 39.2]}, "type" : "Feature", "id" : "47849", "properties" : {"other_cities" : "", "city" : "Fairbanks", "state" : "IN", "county" : "Sullivan County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"typ... | {"name" : "eaf", "fields" : [{"name" : "a", "descriptor" : "Lejs;"}, {"name" : "b", "descriptor" : "Ldet;"}, {"name" : "c", "descriptor" : "Lvk;"}, {"name" : "d", "descriptor" : "Z"}, {"name" : "e", "descriptor" : "F"}, {"name" : "f", "descriptor" : "Ldzz;"}, {"name" : "g", "descriptor" : "Ldjz;"}], "methods" : [{"name... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"css/bootcards-android.css": {"type": "string"}, "css/bootcards-android.min.css": {"type": "string"}, "css/bootcards-desktop.css": {"type": "string"}, "css/bootcards-desktop.min.css": {"type": "string"}, "css/bootca... | {"css/bootcards-android.css" : "sha512-zT/o7KWji0BrQv+s+R0Rb9w3EnfRQ6U9Yalv2G/VakEQCtE2U1aH8yyKjkMOJb+CupSL1GyI9mUPkmCPnq+KXQ==", "css/bootcards-android.min.css" : "sha512-U9LeeEuUkD74XjRgOkdd0lC+6XzzaejfDv09z9oDpW1pq98AXv5sm1ptow2vYq+CBVm+ujkv+OeksjGqzko12Q==", "css/bootcards-desktop.css" : "sha512-q5f1TtNXPvW7pMUAyGE... | json_instruct | {"type": "object", "properties": {"css/bootcards-android.css": {"type": "string"}, "css/bootcards-android.min.css": {"type": "string"}, "css/bootcards-desktop.css": {"type": "string"}, "css/bootcards-desktop.min.css": {"type": "string"}, "css/bootcards-ios.css": {"type": "string"}, "css/bootcards-ios.min.css": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "require... | {"content" : "The fat should pay for NHS treatment. #bbcqt", "entities" : [{"offset" : 23, "type" : "topic keyword", "id" : 2, "entity" : "nhs"}, {"offset" : 27, "type" : "topic keyword", "id" : 3, "entity" : "treatment"}], "topics" : [{"topic" : "nhs", "id" : 1}], "tweet_id" : "566017536182206465"} | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ... | {"resourceType" : "Observation", "id" : "oximeter", "identifier" : [{"system" : "PHG Generator", "value" : "MESSAGEID"}], "status" : "final", "code" : {"coding" : [{"system" : "urn:std:iso:11073:10101", "code" : "528388", "display" : "MDC_DEV_SPEC_PROFILE_PULS_OXIM"}]}, "subject" : {"reference" : "PERSONID", "display" ... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "status": {"type": "string"}, "code": {"type": "object... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": ... | {"address" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "cert_auth_type" : "web", "cert_sign" : "HMO/Qae8mSANCU6DMfW2DO51x9FwYjwC5VmjlC6lR9QL0x6Bkww4rhIxxrpDDpPAkWdRsYPr5S2e8Fm7tM4c66E=", "cert_user_id" : "dickwad@zeroid.bit", "files" : {"data.json" : {"sha512" : "c9843d1b60e5cce9dbcc4e30d668ab9e156566e4a3bc042f1e06462bb6614... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"resourceSizes": {"type": "array", "items": {"type": "object", "properties": {"resourceType": {"type": "string"}, "budget": {"type": "integer"}}, "required": ["resourceType", "budget... | [{"resourceSizes" : [{"resourceType" : "document", "budget" : 20}, {"resourceType" : "stylesheet", "budget" : 10}, {"resourceType" : "font", "budget" : 60}, {"resourceType" : "image", "budget" : 530}, {"resourceType" : "script", "budget" : 25}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"resourceSizes": {"type": "array", "items": {"type": "object", "properties": {"resourceType": {"type": "string"}, "budget": {"type": "integer"}}, "required": ["resourceType", "budget"]}}}, "required": ["resourceSizes"]}, "$schema": "http://json-schema.org/dra... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Co... | {"Cotacao" : 29.3, "Cresc. Rec.5a" : 0.4235, "Div.Brut/ Patrim." : 0.17, "Div.Yield" : 0.0, "EV/EBIT" : -5.13, "EV/EBITDA" : -20.08, "Liq. Corr." : 5.3, "Liq.2meses" : 320651.0, "Mrg Ebit" : -1.0409, "Mrg. Liq." : 0.11, "P/Ativ Circ.Liq" : -1.44, "P/Ativo" : 0.47, "P/Cap.Giro" : 1.95, "P/EBIT" : -7.39, "P/L" : 69.93, "... | json_instruct | {"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200895970175000, "key" : "/static/c30e78725e06fff96d8929e76b611c99/abe9c/bad3.webp", "val" : "d7fb54535ccea82c5c1306aeda388166"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [... | {"name" : "mublog", "version" : "1.2.4", "description" : "My personal blog page", "main" : "index.js", "scripts" : {"test" : "npm works"}, "repository" : {"type" : "git", "url" : "git+https://github.com/DirtyVbif/blog.git"}, "keywords" : ["blog", "php", "fullstack", "html", "javascript", "mysql"], "author" : "Michael U... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
... | [{"type" : "feature", "category" : "EC2", "description" : "With this release, you can call ModifySubnetAttribute with two new parameters: MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool, to map a customerOwnedIpv4Pool to a subnet. You will also see these two new fields in the DescribeSubnets response. If your subn... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"eslint-plugin-markdown": {"type": "string"}}, "required": ["eslint-... | {"devDependencies" : {"eslint" : "^7.27.0"}, "dependencies" : {"eslint-plugin-markdown" : "^2.2.0"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"eslint-plugin-markdown": {"type": "string"}}, "required": ["eslint-plugin-markdown"]}}, "required": ["devDependencies", "depen... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"... | {"title" : "RAIVE: runtime assessment of floating-point instability by vectorization.", "fields" : ["instability", "vectorization", "real time computing", "floating point", "theoretical computer science"], "abstract" : "Floating point representation has limited precision and inputs to floating point programs may also h... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : [[[153.125, 37.833333333333336], [153.125, 37.916666666666664], [153.25, 37.916666666666664], [153.25, 37.833333333333336], [153.125, 37.833333333333336]]]}, "properties" : {"code" : 565361, "url" : "http://madefor.github.io/0410/api/v1/565361.geojs... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "version": {"type": "integer"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {"eid": {"type": "integer"}, "entityid": {"type": "string"}, "state":... | [{"_id" : "fb73bce8-f8c9-44a5-bd35-f48318c35a62", "version" : 0, "type" : "oidc10_rp", "data" : {"eid" : 1, "entityid" : "https://rp/1", "state" : "prodaccepted", "metaDataFields" : {"name:en" : "RP1 EN", "name:nl" : "RP1 NL", "name:pt" : "RP1 PT"}}}, {"_id" : "6fbd643f-bf72-4b9c-93d4-d6564692363d", "version" : 0, "typ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "version": {"type": "integer"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {"eid": {"type": "integer"}, "entityid": {"type": "string"}, "state": {"type": "string"}, "metaDataFields": {"type": "object", "pro... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"24860\"": {"type": "string"}}, "required": ["\"24860\""]}, "hits": {"type": "string"}}, "requ... | {"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"24860\"" : "Cockburn Town"}, "hits" : "1910"} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"24860\"": {"type": "string"}}, "required": ["\"24860\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object",... | {"IsRecentlyVerified" : false, "ID" : 185327, "UUID" : "AAD276AB-65FC-4A5D-BEEC-9AFEA4BE9422", "DataProviderID" : 29, "DataProvidersReference" : "8185", "AddressInfo" : {"ID" : 185686, "Title" : "Alt-M\u00f6llner-Str. 14-18", "AddressLine1" : "Alt-M\u00f6llner-Str. 14-18", "Town" : "M\u00f6lln", "Postcode" : "23879", "... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}... |
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#"}
| [[1880, 11], [1881, 6], [1882, 13], [1883, 8], [1884, 11], [1885, 15], [1886, 8], [1887, 13], [1888, 20], [1889, 23], [1890, 17], [1891, 17], [1892, 21], [1893, 20], [1894, 29], [1895, 27], [1896, 31], [1897, 29], [1898, 39], [1899, 22], [1900, 37], [1901, 25], [1902, 36], [1903, 21], [1904, 31], [1905, 32], [1906, 20]... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006109": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"},... | {"type" : "Topology", "objects" : {"E01006109" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00030956", "LAD11CD" : "E08000009"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006109": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require... | {"name" : "xaviersullano/march242018", "type" : "project", "authors" : [{"name" : "xavier69999", "email" : "xavierlemuelgsullano@tua.edu.ph"}], "require" : {"nexmo/client" : "^1.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"nexmo/client": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "clicked": {"type": "boolean"}}, "required": ["id", "name", "image", "clicked"]}, "$schema": "http://json-schema.org/d... | [{"id" : 1, "name" : "Mario", "image" : "/images/Mario.png", "clicked" : false}, {"id" : 2, "name" : "Luigi", "image" : "/images/Luigi.png", "clicked" : false}, {"id" : 3, "name" : "Peach", "image" : "/images/Peach.png", "clicked" : false}, {"id" : 4, "name" : "Bowser", "image" : "/images/Bowser.png", "clicked" : false... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "clicked": {"type": "boolean"}}, "required": ["id", "name", "image", "clicked"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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" : "3202010007", "district_id" : "3202010", "name" : "MANDRAJAYA"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"karaoke": {"type": "object", "properties": {"guild": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}, "current": {"type": "string"}, "next": {"ty... | {"karaoke" : {"guild" : [{"id" : "0", "session" : false, "current" : "N/A", "next" : "N/A"}]}, "raffle" : {"guild" : [{"id" : "0", "session" : false}]}, "wiki" : {"user" : [{"id" : "0", "session" : false}]}, "genius" : {"user" : [{"id" : "0", "session" : false}]}, "challonge" : {"user" : [{"id" : "0", "session" : false... | json_instruct | {"type": "object", "properties": {"karaoke": {"type": "object", "properties": {"guild": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}, "current": {"type": "string"}, "next": {"type": "string"}}, "required": ["id", "session", "current", "next"]}}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"mp-icon": {"type": "string"}}, "required": ["mp-icon"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"usingComponents" : {"mp-icon" : "weui-miniprogram/icon/icon"}} | json_instruct | {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"mp-icon": {"type": "string"}}, "required": ["mp-icon"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"training": {"type": "array", "items": {"type": "object", "properties": {"stage": {"type": "integer"}, "num_epochs": {"type": "integer"}, "stage_time": {"type": "number"}, "best_test_log_times": {"type": "array", "i... | {"training" : [{"stage" : 1, "num_epochs" : 30, "stage_time" : 2076.743, "best_test_log_times" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 18, 21, 22, 24, 28], "best_test_log" : {"losses" : {"kl_div" : 4.961629494800671, "nll" : -283.8788211017363}, "metrics" : {"kl_div_true" : 4.949278996066737}}}], "dataset" : {"na... | json_instruct | {"type": "object", "properties": {"training": {"type": "array", "items": {"type": "object", "properties": {"stage": {"type": "integer"}, "num_epochs": {"type": "integer"}, "stage_time": {"type": "number"}, "best_test_log_times": {"type": "array", "items": {"type": "integer"}}, "best_test_log": {"type": "object", "prope... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"source_article_link": {"type": "string"}, "title": {"type": "string"}, "date_published": {"type": "string"}, "source_type": {"type": "string"}, "source_name": {"type": "string"}, "image_link": {"type": "array", "ite... | {"source_article_link" : "https://www.thehindu.com/news/national/ur-anantha-murthy-19322014/article6342602.ece", "title" : "U.R. Anantha Murthy (1932-2014) - The Hindu", "date_published" : "2014-08-22T19:53:59+05:30", "source_type" : "news", "source_name" : "Hindu", "image_link" : [], "article_body" : "null", "descript... | json_instruct | {"type": "object", "properties": {"source_article_link": {"type": "string"}, "title": {"type": "string"}, "date_published": {"type": "string"}, "source_type": {"type": "string"}, "source_name": {"type": "string"}, "image_link": {"type": "array", "items": {}}, "article_body": {"type": "string"}, "description": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "... | {"name" : "y", "version" : "1.0.0", "description" : "Willy, the discord bot of DSC KGEC Discord Server", "main" : "bot.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node bot.js", "dev" : "nodemon bot.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dsckgec/com... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {... | {"id" : 133845, "info" : {"name" : "gazzetta.gr dark/night mode", "description" : "gazzetta.gr dark/night mode", "additionalInfo" : null, "format" : "uso", "category" : "gazzetta", "createdAt" : "2016-10-15T18:01:02.000Z", "updatedAt" : "2017-12-30T14:52:05.000Z", "license" : "CC0-1.0", "author" : {"id" : 361564, "name... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [27.754904813959566, 28.777289483929966, 28.465120215812167, 27.738319253077908, 28.666328296476014, 27.40597912094145, 27.717877975404157, 28.094254513250995, 29.238092976971757, 27.625245931448013, 27.943725486859016, 28.24965506832246, 28.047437993996475, 27.974124706324197, 28.234922145760656... | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date"... | {"id" : "017-2020", "title" : "Jamaican Tastee Patties, LLC Recalls Meat and Poultry Patty Products Produced without Benefit of Inspection", "url" : "https://www.fsis.usda.gov/recalls-alerts/jamaican-tastee-patties-llc-recalls-meat-and-poultry-patty-products-produced-without", "reasons" : ["Produced Without Benefit of ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"ty... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "in... | [{"id" : 107559, "Name" : "Elbeyli", "state_id" : 2154, "state_code" : "79", "state_name" : "Kilis", "country_id" : 225, "country_code" : "TR", "country_name" : "Turkey", "latitude" : "36.67417000", "longitude" : "37.46667000", "wikiDataId" : "Q174060"}, {"id" : 107997, "Name" : "Kilis", "state_id" : 2154, "state_code"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "au... | {"title" : "DEEP BLUE TOWN\u3078\u304a\u3044\u3067\u3088\uff08\u3064\u307f\u5f0f\u30dd\u30cb\u30c6\u30df\u30af\uff09\u7d33\u58eb\u5411\u3051ver.", "author" : "taka22i", "description" : "\uff08Fantia\u306b\u7f6e\u3044\u3066\u3044\u308b\u3082\u306e\u3068\u540c\u3058\u3067\u3059\u3002\uff09<br>\uff08undefined3:34-undefine... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["antaeus", "borc", "cids", "clean-documentation-theme", "fast-cbor", "fs-pull-blob-store", "idb-plus-blob-store", "idb-pull-blob-store", "interface-connection", "interface-ipfs-core", "interface-pull-blob-store", "interface-stream-muxer", "interface-transport", "interplanetary-package-manager", "ipfs", "ipfs-api", "ip... | 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": {"sounds": {"type": "array", "items": {"type": "string"}}, "subtitle": {"type": "string"}}, "required": ["sounds", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sounds" : ["minecraft:entity/snowman/hurt1", "minecraft:entity/snowman/hurt2", "minecraft:entity/snowman/hurt3"], "subtitle" : "subtitles.entity.snow_golem.hurt"} | json_instruct | {"type": "object", "properties": {"sounds": {"type": "array", "items": {"type": "string"}}, "subtitle": {"type": "string"}}, "required": ["sounds", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft... | [{"package" : "ddrage", "downloads" : 30300, "count" : 8161}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Unknown device": {"type": "string"}, "You need to be using HTTPS to place a screen-sharing call.": {"type": "string"}, "Invalid JSON": {"type": "string"}, "Sign In": {"type": "string"}, "Create Account": {"ty... | {"Unknown device" : "Nam\u0259lum qur\u011fu", "You need to be using HTTPS to place a screen-sharing call." : "\u0130\u015f stolunun birg\u0259 istifad\u0259si \u00fc\u00e7\u00fcn HTTPS-dan istifad\u0259 t\u0259l\u0259b olunur.", "Invalid JSON" : "Yanl\u0131\u015f JSON", "Sign In" : "Daxil ol", "Create Account" : "Hesa... | json_instruct | {"type": "object", "properties": {"Unknown device": {"type": "string"}, "You need to be using HTTPS to place a screen-sharing call.": {"type": "string"}, "Invalid JSON": {"type": "string"}, "Sign In": {"type": "string"}, "Create Account": {"type": "string"}, "Explore rooms": {"type": "string"}, "Unexpected error prepar... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d353-76", "text" : "kptiX 10\u00bb 1958\n14*. Rusaell F. Ouipe\u00bbt\u00abr\nDeviftlopumt Dir\u00ab\u00abt\u00abr\nSt. Albaos Hatlml 0\u00abtl\u00bbdral\nSc^iool fcr Bogrv\nMount St. Wsm\nWashington I6^ D. 0.\nBssr Hr. Csrpotteri\nThank you for your lottar of ApriX 8 togather with a ffiihnlsalon fosm and\na p... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"... | {"contract" : "0xecae6888e3ea6a2a8dbf95500a1f74dd27c3b54e", "tool" : "slither", "start" : 1563614589.0046165, "end" : 1563614592.7204537, "duration" : 3.715837240219116, "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://... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"currency_pairs": {"type": "object", "properties": {"BTC/USD": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "LT... | {"currency_pairs" : {"BTC/USD" : {"price_scale" : 2, "min_amount" : 0.01}, "LTC/USD" : {"price_scale" : 4, "min_amount" : 0.1}, "LTC/BTC" : {"price_scale" : 6, "min_amount" : 0.1}, "ETH/USD" : {"price_scale" : 4, "min_amount" : 0.1}, "ETH/BTC" : {"price_scale" : 6, "min_amount" : 0.1}}, "currencies" : {"BTC" : {"scale"... | json_instruct | {"type": "object", "properties": {"currency_pairs": {"type": "object", "properties": {"BTC/USD": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "LTC/USD": {"type": "object", "properties": {"price_scale": {"type": "inte... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dashboard": {"type": "object", "properties": {"WELCOME": {"type": "string"}}, "required": ["WELCOME"]}, "topbar": {"type": "object", "properties": {"search": {"type": "object", "properties": {"PLACEHOLDER": {"t... | {"dashboard" : {"WELCOME" : "Welcome to {{appName}}"}, "topbar" : {"search" : {"PLACEHOLDER" : "Type and hit enter.."}}, "sidebar" : {"WELCOME" : "Welcome"}} | json_instruct | {"type": "object", "properties": {"dashboard": {"type": "object", "properties": {"WELCOME": {"type": "string"}}, "required": ["WELCOME"]}, "topbar": {"type": "object", "properties": {"search": {"type": "object", "properties": {"PLACEHOLDER": {"type": "string"}}, "required": ["PLACEHOLDER"]}}, "required": ["search"]}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type":... | {"id" : 2023, "name" : "Cocktail guide", "qualified_name" : "Cocktail guide", "examine" : "A book on tree gnome cocktails.", "members" : true, "release_date" : "2002-12-12", "quest" : false, "weight" : 0.51, "value" : 2, "alchemy" : {"high" : 1, "low" : 0}, "tradeable" : true, "stackable" : false, "noteable" : true, "e... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alc... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "sitemap_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type... | {"index_name" : "dialogflow", "start_urls" : ["https://dialogflow.com/docs/"], "stop_urls" : [], "sitemap_urls" : ["https://dialogflow.com/docs/sitemap.xml"], "selectors" : {"lvl0" : {"selector" : ".devsite-collapsible-section [active]", "global" : true, "default_value" : "Documentation"}, "lvl1" : ".devsite-article-in... | json_instruct | {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "sitemap_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "proper... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u5... | {"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u50d1\u52d9\u59d4\u54e1\u6703\u53d7\u7406\u6350\u8d08\u50d1\u751f\u734e\u52a9\u5b78\u91d1\u8fa6\u6cd5", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=E0040007", "\u6cd5\u898f\u985e\u5225" : "\u5ee2\u6b62\u6cd5... | json_instruct | {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u5ee2\u6b62\u8a3b\u8a18": {"type... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@@last_modified": {"type": "string"}, "testMessage": {"type": "string"}, "@testMessage": {"type": "object", "properties": {"description": {"type": "string"}, "placeholders": {"type": "object", "properties": {}, "required": ... | {"@@last_modified" : "2020-09-11T06:35:20.648949", "testMessage" : "Questo \u00e8 un messaggio di prova i18n. Se puoi leggerlo in lingue diverse dopo aver premuto uno dei pulsanti sottostanti, tutto dovrebbe essere impostato correttamente.", "@testMessage" : {"description" : "test example for i18n tool", "placeholders"... | json_instruct | {"type": "object", "properties": {"@@last_modified": {"type": "string"}, "testMessage": {"type": "string"}, "@testMessage": {"type": "object", "properties": {"description": {"type": "string"}, "placeholders": {"type": "object", "properties": {}, "required": []}, "type": {"type": "string"}}, "required": ["description", ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "publishOn": {"type": "integer"}, "title": {"type": "string"}, "fullUrl": {"type": "string"}, "assetUrl": {"type": "str... | {"items" : [{"id" : "5a833c3b652deac321cad2db", "publishOn" : 1518554542184, "title" : "Meid\u00e4t yhdisti \u00e4itiys ja intohimo lastentarvikkeiden jakamiseen ", "fullUrl" : "/kinspiring/2018/2/13/meidat-yhdisti-aitiys-ja-intohimo-lastentarvikkeiden-jakamiseen", "assetUrl" : "https://static1.squarespace.com/static/5... | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "publishOn": {"type": "integer"}, "title": {"type": "string"}, "fullUrl": {"type": "string"}, "assetUrl": {"type": "string"}}, "required": ["id", "publishOn", "title", "fullUrl", "assetUrl"]... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025939": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "st... | {"type" : "Topology", "objects" : {"E01025939" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00131628", "LAD11CD" : "E07000134"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025939": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "bin": {"type": "object",... | {"name" : "coverage-filter", "version" : "1.0.0", "description" : "Filters coverage.json files with a whitelist of allowed source files. ", "author" : "Horia Coman <horia141@gmail.com>", "scripts" : {}, "bin" : {"coverage-filter" : "index.js"}, "keywords" : ["coverage", "whitelist", "filter"], "respository" : {"type" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "bin": {"type": "object", "properties": {"coverage-filter": {"type": "string"}}, "required": ["co... |
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": {"lint": {"type": "string"}, "test": {"type": "str... | {"name" : "@csjs/eslint-config-cs", "version" : "0.0.2", "description" : "Custom rules for ESLint", "main" : "index.js", "scripts" : {"lint" : "eslint . --fix", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/cesosag/cs-tools.git"}, "author" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "repository": {"type": "object"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"inferno-vnode-flags.js": {"type": "string"}, "inferno-vnode-flags.min.js": {"type": "string"}}, "required": ["inferno-vnode-flags.js", "inferno-vnode-flags.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inferno-vnode-flags.js" : "sha256-TOxKjkuYuqAOOpQgU4ckSdQ+MgKu3AURdORd2vHG7l4=", "inferno-vnode-flags.min.js" : "sha256-MeU0OxCDmyVfp3nT47H4XdnyIVl7e5xCKFmZvPMEgC4="} | json_instruct | {"type": "object", "properties": {"inferno-vnode-flags.js": {"type": "string"}, "inferno-vnode-flags.min.js": {"type": "string"}}, "required": ["inferno-vnode-flags.js", "inferno-vnode-flags.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"tenant": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["tenant", "username", "password"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tenant" : "diku", "username" : "diku_admin", "password" : "admin"} | json_instruct | {"type": "object", "properties": {"tenant": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["tenant", "username", "password"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min":... | {"ref" : {"min" : -56.516143798828125, "max" : 29.466827392578125, "mean" : 14.681565804494738}, "ref_regrid" : {"min" : -56.516143798828125, "max" : 29.466827392578125, "mean" : 14.681565804494738, "std" : 13.876092436011877}, "test" : {"min" : -57.4815673828125, "max" : 29.829925537109375, "mean" : 14.607222456696189... | json_instruct | {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "numbe... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"destabilizationKey": {"type": "string"}, "minLevel": {"type": "integer"}, "maxLevel": {"type": "integer"}, "requiredMod": {"type": "string"}, "probability": {"type": "number"}, "improvementKey": {"type... | [{"destabilizationKey" : "destabilized/enchantable_stomping", "minLevel" : 1, "maxLevel" : 3, "requiredMod" : "enchantable", "probability" : 0.04, "improvementKey" : "enchantment/enchantable_stomping"}, {"destabilizationKey" : "destabilized/enchantable_excavator", "minLevel" : 1, "maxLevel" : 1, "requiredMod" : "enchan... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"destabilizationKey": {"type": "string"}, "minLevel": {"type": "integer"}, "maxLevel": {"type": "integer"}, "requiredMod": {"type": "string"}, "probability": {"type": "number"}, "improvementKey": {"type": "string"}}, "required": ["destabilizationKey", "minLev... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"linux": {"type": "integer"}, "macos": {"type": "integer"}, "windows": {"type": "integer"}}, "required": ["linux", "macos", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"linux" : 0, "macos" : 0, "windows" : 0} | json_instruct | {"type": "object", "properties": {"linux": {"type": "integer"}, "macos": {"type": "integer"}, "windows": {"type": "integer"}}, "required": ["linux", "macos", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[48, 100], [34, 91], [34, 86], [41, 73], [53, 70], [68, 67], [0, 56], [58, 56], [63, 56], [68, 44], [53, 41], [41, 39], [21, 11]]} | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "o... | {"name" : "Linksys | SPS2xx | Network | Link | Link Up (SYSLOG)", "uuid" : "b397f3c1-f186-4d2f-b797-071f401ee85d", "description" : "%LINK-I-Up: gi0/3", "event_class__name" : "Network | Link | Link Up", "preference" : 1000, "patterns" : [{"key_re" : "^source$", "value_re" : "^syslog$"}, {"key_re" : "^profile$", "value_... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {"type": "string"}, "value_re": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$schema": "http://json-schema.org/draft-07/schema... | {"clients_without_service" : "9d58085786e3d01c34f8fce50ca953e9", "outages" : "486e1219b2d718c5f177a97790def40a", "created_at" : "2022-04-04T18:04:57.541480"} | json_instruct | {"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "numbe... | {"acadYear" : "2019/2020", "description" : "This module focuses on the monetization of petroleum\nresources. It covers the technological challenges and the\neconomics of resource monetization.", "title" : "Petroleum Fluid Valorisation", "department" : "Civil and Environmental Engineering", "faculty" : "Engineering", "w... | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "number"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "strin... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "heroku-postbuild": {... | {"name" : "salesforce-streams", "version" : "1.0.0", "description" : "A Node.js + jsforce app that displays a feed of Salesforce activity using CDC (change-data capture)", "scripts" : {"dev" : "node server.js -p $PORT", "build" : "next build", "heroku-postbuild" : "next build", "start" : "node server.js -p $PORT", "tes... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "stri... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address"... | {"name" : "ETHV", "symbol" : "ETHV", "address" : "0x8FB1689524ceF1887D7860Fe4839d473326B0105", "decimals" : 3, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "b... | {"n_dim" : 13, "n_trials" : 130, "objective" : "matyas_on_cube", "white" : "dlib", "black" : "optuna_random_clone", "traceback" : ["passing", "passing"], "best_val" : [5.33316034503736e-25, 0.9247409384640386], "best_x" : [[0.2900000000000897, 0.2899999999999292, 0.2900000000000498, 0.2899999999996978, 0.28999999999985... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"typ... | {"directions" : ["Combine first 5 ingredients in medium bowl. Mix in oil and lemon juice. Season to taste with salt and pepper. (Can be prepared 1 day ahead. Cover and chill.)"], "ingredients" : ["2 15 1/2-ounce cans chick-peas (garbanzo beans), rinsed, drained", "1 7-ounce jar roasted peppers or pimientos, drained, di... | 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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id... | {"id" : 85775057, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "1bdebc451b9b0997c5e564382e80f922", "wof:id" : 85775057, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [138.6615286104598, -34.90689367760942, 138.68456518170223, -34.88367775524... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "pretest": {"type": "string"}, "te... | {"name" : "promise-get", "version" : "1.0.0", "description" : "Get a property from the object a promise resolves to, using a dot path", "main" : "src/index.js", "scripts" : {"lint" : "xo", "pretest" : "npm run -s lint", "test" : "ava"}, "keywords" : ["promise", "get", "dot", "path", "object", "property", "functional"],... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "pretest",... |
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"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDepe... | {"name" : "@mvccore/mvccore", "version" : "0.0.7", "description" : "MvcCore", "main" : "./lib/MvcCore.js", "types" : "./lib/MvcCore.d.ts", "dependencies" : {}, "devDependencies" : {"@types/node" : "^8.0.14"}, "publishConfig" : {"access" : "public"}, "license" : "BSD-3", "repository" : {"type" : "git", "url" : "https://... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/node... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",... | {"contract" : "0x18e8ac27125883b156b113c2bcbe54802a106a43", "tool" : "osiris", "start" : 1564632293.0428913, "end" : 1564632296.0383532, "duration" : 2.995461940765381, "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://... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "tellina", "definition" : "A genus of marine bivalve mollusks having thin, delicate, and often handsomely colored shells."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "updated": {"type": "string"}, "installedModules": {"type": "object", "properties": {"github.com/hashload/horse": {"type": "object", "properties": {"name": {"type": "string"}, "versio... | {"hash" : "37cdf91cb63badb018c3de5698104f56", "updated" : "2019-08-29T21:18:11.080448-03:00", "installedModules" : {"github.com/hashload/horse" : {"name" : "horse", "version" : "1.6.7", "hash" : "f2d5c64f23435568e5b3e68b5fe927c4", "artifacts" : {}, "failed" : false, "changed" : false}}} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "updated": {"type": "string"}, "installedModules": {"type": "object", "properties": {"github.com/hashload/horse": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "hash": {"type": "string"}, "artifacts": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Favorites": {"type": "object", "properties": {"Favorites movies": {"type": "string"}, "Filter by title, year, rating or genre": {"type": "string"}, "Order by nothing": {"type": "string"}, "Order by Title": {"type": "... | {"Favorites" : {"Favorites movies" : "Favorites movies", "Filter by title, year, rating or genre" : "Filter by title, year, rating or genre", "Order by nothing" : "Order by nothing", "Order by Title" : "Order by Title", "Order by Year" : "Order by Year", "Order by Rating" : "Order by Rating", "Order by Genre" : "Order ... | json_instruct | {"type": "object", "properties": {"Favorites": {"type": "object", "properties": {"Favorites movies": {"type": "string"}, "Filter by title, year, rating or genre": {"type": "string"}, "Order by nothing": {"type": "string"}, "Order by Title": {"type": "string"}, "Order by Year": {"type": "string"}, "Order by Rating": {"t... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"powers": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "order": {"type": "integer"}, "impact": {"type": "integer"}}, "required": ["powers", "icon", "order", "impact"], "$schema": "htt... | {"powers" : ["toomanyorigins:dragon_breath", "origins:carnivore", "toomanyorigins:no_knockback", "toomanyorigins:weak_point", "toomanyorigins:zenith_scales"], "icon" : "minecraft:dragon_breath", "order" : 7, "impact" : 1} | json_instruct | {"type": "object", "properties": {"powers": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "order": {"type": "integer"}, "impact": {"type": "integer"}}, "required": ["powers", "icon", "order", "impact"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-93xm-4rmr-qw86", "modified" : "2022-05-13T01:11:23Z", "published" : "2022-05-13T01:11:23Z", "aliases" : ["CVE-2016-9473"], "details" : "Brave Browser iOS before 1.2.18 and Brave Browser Android 1.9.56 and earlier suffer from Full Address Bar Spoofing, allowing attackers to tric... | 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": {"type": "object", "properti... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "custom-tests": {"type": "string... | {"name" : "sails-hook-orm", "version" : "3.0.0-1", "description" : "The ORM hook from Sails core.", "main" : "index.js", "scripts" : {"test" : "npm run lint && npm run custom-tests && echo 'Done.'", "custom-tests" : "node ./node_modules/mocha/bin/mocha test -t 15000 && echo", "lint" : "node ./node_modules/eslint/bin/es... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "custom-tests": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "cust... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.12908, 40.271463], [-83.126812, 40.299453], [-83.107309, 40.304018], [-83.089035, 40.29989], [-83.082292, 40.29946], [-83.082961, 40.288325], [-83.094991, 40.279722], [-83.095308, 40.278698], [-83.097253, 40.278197], ... | 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... |
Based on the schema below, produce a valid JSON object:
{"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": "integ... | {"nom" : "Passirac", "circ" : "2\u00e8me circonscription", "dpt" : "Charente", "inscrits" : 162, "abs" : 78, "votants" : 84, "blancs" : 3, "nuls" : 2, "exp" : 79, "res" : [{"nuance" : "REM", "nom" : "Mme Sandra MARSAUD", "voix" : 44}, {"nuance" : "LR", "nom" : "M. Daniel SAUVAITRE", "voix" : 35}]} | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"id": {"type": "integer"}, "joke": {"type": "string"}, "categories": {"type": "array", "items": {}}}, "required": ["id", "joke", "categories"]}}, "required": ... | {"type" : "success", "value" : {"id" : 37, "joke" : "If you spell Chuck Norris in Scrabble, you win. Forever.", "categories" : []}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"id": {"type": "integer"}, "joke": {"type": "string"}, "categories": {"type": "array", "items": {}}}, "required": ["id", "joke", "categories"]}}, "required": ["type", "value"], "$schema": "http://json-schema.org/dra... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"skeleton": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type... | {"skeleton" : {"accuracy" : 0.67125, "roc_auc" : 0.6476858533310956, "recall" : 0.4033898305084746, "precision" : 0.5776699029126213, "f1_score" : 0.4750499001996008, "negative_recall" : 0.8277227722772277, "negative_precision" : 0.7037037037037037, "negative_f1_score" : 0.7606915377616016}} | json_instruct | {"type": "object", "properties": {"skeleton": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "number"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"... | {"name" : "BSKit", "version" : "0.0.1", "summary" : "A short summary of BSKit.", "description" : "A short description of BSKit.", "homepage" : "https://github.com/hbxfnsm/BSKit.git", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"e\u8def\u72c2\u98d9" : "80470324@qq.com"}, "platforms" : {"ios" : "9.0"},... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp... | {"nom" : "Vitrac", "dpt" : "Cantal", "inscrits" : 252, "abs" : 65, "votants" : 187, "blancs" : 23, "nuls" : 9, "exp" : 155, "res" : [{"panneau" : "1", "voix" : 103}, {"panneau" : "2", "voix" : 52}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "i... | {"probe_id" : 3539, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 3323, "resolver_net" : "147.102.0.0/16", "ipv4_tcp" : true, "internal" : "147.102.224.243", "ipv6_cap" : true}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_ca... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"allowUnreachableCode": {"type": "boolean"}, "allowUnusedLabels": {"type": "boolean"}, "noImplicitReturns": {"type": ... | {"files" : ["combined.ts"], "compilerOptions" : {"allowUnreachableCode" : false, "allowUnusedLabels" : false, "noImplicitReturns" : true, "noUncheckedIndexedAccess" : true, "strict" : true, "declaration" : true, "noEmitOnError" : true, "outDir" : "./dist/", "module" : "commonjs", "exactOptionalPropertyTypes" : true, "r... | json_instruct | {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"allowUnreachableCode": {"type": "boolean"}, "allowUnusedLabels": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "noUncheckedIndexedAccess": {"type": "boolean"}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"223": {"type": "string"}, "224": {"type": "string"}}, "required": ["223", "224"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.or... | {"id" : "126772698", "lines" : {"223" : "XSSFColor colour = ((XSSFFont)font).getXSSFColor();\n", "224" : "int fgRgb[] = rgbOnly( colour.getARgb() );\n"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"223": {"type": "string"}, "224": {"type": "string"}}, "required": ["223", "224"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
... | [{"code" : "212", "name" : "\u5c3e\u677e", "name_kana" : "\uff75\uff8f\uff82"}, {"code" : "403", "name" : "\u5927\u90f7", "name_kana" : "\uff75\uff75\uff7b\uff84"}, {"code" : "405", "name" : "\u5927\u8861", "name_kana" : "\uff75\uff75\uff8b\uff97"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "develop": {"type": "string"}, "start": {"t... | {"name" : "greenwood-getting-started", "version" : "1.0.0", "description" : "Repository for Greenwood's getting started guide", "scripts" : {"build" : "greenwood build", "develop" : "greenwood develop", "start" : "npm run develop", "serve" : "rimraf ./public && npm run build && cp ./admin -R ./public/admin && ws -d ./p... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "develop": {"type": "string"}, "start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "devel... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i... | {"id" : 101912097, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "0b1ae5d3a4a4a2c4dd471ae880d948d5", "wof:id" : 101912097, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [2.682466, 39.654143, 2.682466, 39.654143], "geometry" : {"coordina... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Generate a valid JSON object that conforms to the following schema:
{"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"... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [743.849, 188.83, 1, 726.425, 227.399, 1, 709.483, 227.686, 1, 683.03, 279.131, 1, 697.609, 322.882, 1, 742.33, 227.126, 1, 745.119, 272.198, 1, 761.761, 311.342, 1, 721.745, 320.333, 1, 759.115, 384.989, 1, 760.991, 458.626, 1, 742.888, 317.16, 1, 722.129, 386.861, ... | 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": {"dependencies": {"type": "object", "properties": {"com.svermeulen.extenject": {"type": "string"}, "com.unity.ide.visualstudio": {"type": "string"}, "com.unity.ide.rider": {"type": "string"}, "com.unity.test-framework... | {"dependencies" : {"com.svermeulen.extenject" : "9.2.0-stcf3", "com.unity.ide.visualstudio" : "2.0.9", "com.unity.ide.rider" : "3.0.6", "com.unity.test-framework" : "1.1.27", "com.unity.test-framework.performance" : "2.3.1-preview", "com.unity.ugui" : "1.0.0", "jp.hadashikick.vcontainer" : "file:../../VContainer/Assets... | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"com.svermeulen.extenject": {"type": "string"}, "com.unity.ide.visualstudio": {"type": "string"}, "com.unity.ide.rider": {"type": "string"}, "com.unity.test-framework": {"type": "string"}, "com.unity.test-framework.performance": {"type"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schem... | {"word" : "Elicit", "definitions" : ["Evoke or draw out (a reaction, answer, or fact) from someone.", "Draw forth (something that is latent or potential) into existence."], "parts-of-speech" : "Verb"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "obj... | {"name" : "google_feed_reader", "description" : "Feed Reader app with Google API and the test suites", "main" : "index.js", "license" : "ISC", "homepage" : "", "private" : true, "dependencies" : {"jquery" : "^3.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquer... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": ... | {"name" : "Fachschule f\u00fcr Sozialwesen Fachrichtung Sozialp\u00e4dagogik (Schule in freier Tr\u00e4gerschaft)", "id" : "SN-4451514-0", "address" : " Hohmannstra\u00dfe\u00a07b 04129\u00a0Leipzig\u00a0OT\u00a0Zentrum ", "school_type" : "Fachschule", "legal_status" : 1, "fax" : "0341/9042499 ", "phone" : "0341/904... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "provider": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":... | {"id" : 404426733, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5da018ad542fae0fb92ff8cecfb2b944", "wof:id" : 404426733, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.43244145584611, 49.61690483633244, 2.47812264063221, 49.64114109530849... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop... | {"contract" : "0x5102791ca02fc3595398400bfe0e33d7b6c82267", "tool" : "osiris", "start" : 1564573812.5356839, "end" : 1564573936.6258235, "duration" : 124.09013962745667, "analysis" : [{"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "BasicToken"}, {"errors" : [], "fil... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Ryan": {"type": ... | {"name" : "RMRefresh", "version" : "1.0.1", "summary" : "The easiest way to use pull-to-refresh", "homepage" : "https://github.com/Ryan0520/RMRefresh", "license" : "MIT", "authors" : {"Ryan" : "CoderRxShen@126.com"}, "platforms" : {"ios" : "8.0"}, "source" : {"git" : "https://github.com/Ryan0520/RMRefresh.git", "tag" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Ryan": {"type": "string"}}, "required": ["Ryan"]}, "platforms": {"type": "object", "pro... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "C... | {"SolverName" : "BARON", "ObjBound" : 2.28645403617, "SolveTime" : 6.52, "PrimalStatus" : "FEASIBLE_POINT", "InstanceName" : "77_sigmoid_5_3_4", "SolveTimeRaw" : 6.753999948501587, "CompletedSolveTime" : 100.0, "ObjValue" : 2.286682681569229, "Error" : false, "TerminationStatus" : "LOCALLY_SOLVED"} | json_instruct | {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Erro... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.