input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Immediate-early protein IE2": {"type": "string"}, "RING-type E3 ubiquitin transferase IE2": {"type": "string"}, "RO120": {"type": "string"}, "Cysteine proteinase": {"type": "string"}, "V-cath": {"type": "string"}, "CP": {"type": "string"}, "Q8B9B2": {"type": "string"}, "VIE2_NPVR1": {"type": "string"}, "E3 ubiquitin-protein ligase IE2": {"type": "string"}, "IE2": {"type": "string"}, "Q8B9D5": {"type": "string"}, "CATV_NPVR1": {"type": "string"}, "Viral cathepsin": {"type": "string"}, "VCATH": {"type": "string"}, "Q8B9L3": {"type": "string"}, "LEF11_NPVR1": {"type": "string"}, "Late expression factor 11": {"type": "string"}, "LEF-11": {"type": "string"}}, "required": ["Immediate-early protein IE2", "RING-type E3 ubiquitin transferase IE2", "RO120", "Cysteine proteinase", "V-cath", "CP", "Q8B9B2", "VIE2_NPVR1", "E3 ubiquitin-protein ligase IE2", "IE2", "Q8B9D5", "CATV_NPVR1", "Viral cathepsin", "VCATH", "Q8B9L3", "LEF11_NPVR1", "Late expression factor 11", "LEF-11"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Immediate-early protein IE2" : "Q8B9B2", "RING-type E3 ubiquitin transferase IE2" : "Q8B9B2", "RO120" : "Q8B9D5", "Cysteine proteinase" : "Q8B9D5", "V-cath" : "Q8B9D5", "CP" : "Q8B9D5", "Q8B9B2" : "Q8B9B2", "VIE2_NPVR1" : "Q8B9B2", "E3 ubiquitin-protein ligase IE2" : "Q8B9B2", "IE2" : "Q8B9B2", "Q8B9D5" : "Q8B9D5", "CATV_NPVR1" : "Q8B9D5", "Viral cathepsin" : "Q8B9D5", "VCATH" : "Q8B9D5", "Q8B9L3" : "Q8B9L3", "LEF11_NPVR1" : "Q8B9L3", "Late expression factor 11" : "Q8B9L3", "LEF-11" : "Q8B9L3"}
json_instruct
{"type": "object", "properties": {"Immediate-early protein IE2": {"type": "string"}, "RING-type E3 ubiquitin transferase IE2": {"type": "string"}, "RO120": {"type": "string"}, "Cysteine proteinase": {"type": "string"}, "V-cath": {"type": "string"}, "CP": {"type": "string"}, "Q8B9B2": {"type": "string"}, "VIE2_NPVR1": {"type": "string"}, "E3 ubiquitin-protein ligase IE2": {"type": "string"}, "IE2": {"type": "string"}, "Q8B9D5": {"type": "string"}, "CATV_NPVR1": {"type": "string"}, "Viral cathepsin": {"type": "string"}, "VCATH": {"type": "string"}, "Q8B9L3": {"type": "string"}, "LEF11_NPVR1": {"type": "string"}, "Late expression factor 11": {"type": "string"}, "LEF-11": {"type": "string"}}, "required": ["Immediate-early protein IE2", "RING-type E3 ubiquitin transferase IE2", "RO120", "Cysteine proteinase", "V-cath", "CP", "Q8B9B2", "VIE2_NPVR1", "E3 ubiquitin-protein ligase IE2", "IE2", "Q8B9D5", "CATV_NPVR1", "Viral cathepsin", "VCATH", "Q8B9L3", "LEF11_NPVR1", "Late expression factor 11", "LEF-11"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"header": {"type": "string"}, "extra_args": {"type": "array", "items": {"type": "string"}}, "enums": {"type": "array", "items": {"type": "string"}}, "functions": {"type": "array", "items": {"type": "string"}}, "macros": {"type": "array", "items": {"type": "string"}}}, "required": ["header", "extra_args", "enums", "functions", "macros"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : "/opt/rocm-4.5.2/hipfft/include/hipfft.h", "extra_args" : ["-I.", "-I/opt/rocm-4.5.2/include/"], "enums" : ["hipfftLibraryPropertyType", "hipfftResult", "hipfftType"], "functions" : ["hipfftDestroy", "hipfftExecC2C", "hipfftExecC2R", "hipfftExecD2Z", "hipfftExecR2C", "hipfftExecZ2D", "hipfftExecZ2Z", "hipfftGetProperty", "hipfftGetSize", "hipfftPlan1d", "hipfftPlan2d", "hipfftPlan3d", "hipfftPlanMany", "hipfftSetStream", "hipfftSetWorkArea"], "macros" : ["HIPFFT_BACKWARD", "HIPFFT_EXPORT", "HIPFFT_FORWARD"]}
json_instruct
{"type": "object", "properties": {"header": {"type": "string"}, "extra_args": {"type": "array", "items": {"type": "string"}}, "enums": {"type": "array", "items": {"type": "string"}}, "functions": {"type": "array", "items": {"type": "string"}}, "macros": {"type": "array", "items": {"type": "string"}}}, "required": ["header", "extra_args", "enums", "functions", "macros"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "projectName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "stateless": {"type": "integer"}, "authority": {"type": "integer"}, "dockerfileConfig": {"type": "object", "properties": {"baseImageName": {"type": "string"}, "baseImageTag": {"type": "string"}, "baseImageRegistry": {"type": "string"}, "codeStoragePath": {"type": "string"}, "startCmd": {"type": "string"}}, "required": ["baseImageName", "baseImageTag", "baseImageRegistry", "codeStoragePath", "startCmd"]}, "codeInfo": {"type": "object", "properties": {"codeManager": {"type": "string"}, "codeSource": {"type": "string"}, "codeSshUrl": {"type": "string"}, "codeHttpUrl": {"type": "string"}, "codeId": {"type": "integer"}, "userInfo": {"type": "integer"}}, "required": ["codeManager", "codeSource", "codeSshUrl", "codeHttpUrl", "codeId", "userInfo"]}, "confFiles": {"type": "object", "properties": {"/file/file1": {"type": "string"}, "/file/file2": {"type": "string"}}, "required": ["/file/file1", "/file/file2"]}, "envConfDefault": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "description": {"type": "string"}}, "required": ["key", "value", "description"]}}}, "required": ["id", "projectName", "type", "description", "stateless", "authority", "dockerfileConfig", "codeInfo", "confFiles", "envConfDefault"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1, "projectName" : "test123/trunk/ttttt", "type" : "USER", "description" : "", "stateless" : 1, "authority" : 0, "dockerfileConfig" : {"baseImageName" : "redhat", "baseImageTag" : "7.0", "baseImageRegistry" : "registry.test.com", "codeStoragePath" : "/code", "startCmd" : "/bin/sh"}, "codeInfo" : {"codeManager" : "subversion", "codeSource" : "test123/trunk/ttttt", "codeSshUrl" : "svn://0.0.0.0/test123/trunk/ttttt", "codeHttpUrl" : "svn://0.0.0.0/test123/trunk/ttttt", "codeId" : 1, "userInfo" : 1}, "confFiles" : {"/file/file1" : "file/file1", "/file/file2" : "file/file2"}, "envConfDefault" : [{"key" : "TEST1", "value" : "test", "description" : "first test env"}, {"key" : "TEST2", "value" : "test2", "description" : "second test env"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "projectName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "stateless": {"type": "integer"}, "authority": {"type": "integer"}, "dockerfileConfig": {"type": "object", "properties": {"baseImageName": {"type": "string"}, "baseImageTag": {"type": "string"}, "baseImageRegistry": {"type": "string"}, "codeStoragePath": {"type": "string"}, "startCmd": {"type": "string"}}, "required": ["baseImageName", "baseImageTag", "baseImageRegistry", "codeStoragePath", "startCmd"]}, "codeInfo": {"type": "object", "properties": {"codeManager": {"type": "string"}, "codeSource": {"type": "string"}, "codeSshUrl": {"type": "string"}, "codeHttpUrl": {"type": "string"}, "codeId": {"type": "integer"}, "userInfo": {"type": "integer"}}, "required": ["codeManager", "codeSource", "codeSshUrl", "codeHttpUrl", "codeId", "userInfo"]}, "confFiles": {"type": "object", "properties": {"/file/file1": {"type": "string"}, "/file/file2": {"type": "string"}}, "required": ["/file/file1", "/file/file2"]}, "envConfDefault": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "description": {"type": "string"}}, "required": ["key", "value", "description"]}}}, "required": ["id", "projectName", "type", "description", "stateless", "authority", "dockerfileConfig", "codeInfo", "confFiles", "envConfDefault"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"polyfill": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "integer"}}, "assets": {"type": "array", "items": {"type": "string"}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}, "app": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "integer"}}, "assets": {"type": "array", "items": {"type": "string"}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}, "component---src-templates-docs-js": {"type": "object", "properties": {"chunks": {"type": "array", "items": {}}, "assets": {"type": "array", "items": {}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}}, "required": ["polyfill", "app", "component---src-templates-docs-js"]}, "assetsByChunkName": {"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---src-templates-docs-js": {"type": "array", "items": {}}}, "required": ["polyfill", "app", "component---src-templates-docs-js"]}}, "required": ["errors", "warnings", "namedChunkGroups", "assetsByChunkName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"errors" : [], "warnings" : [], "namedChunkGroups" : {"polyfill" : {"chunks" : [0, 5], "assets" : ["webpack-runtime-ab860fd82c3911e4c158.js", "webpack-runtime-ab860fd82c3911e4c158.js.map", "polyfill-92b076c0eec7a7a7a6c5.js", "polyfill-92b076c0eec7a7a7a6c5.js.map"], "children" : {}, "childAssets" : {}}, "app" : {"chunks" : [0, 6, 4, 2, 3], "assets" : ["webpack-runtime-ab860fd82c3911e4c158.js", "webpack-runtime-ab860fd82c3911e4c158.js.map", "styles.284d756ddf4f34cddf40.css", "styles-c4fa86dfd4ad05097eee.js", "styles-c4fa86dfd4ad05097eee.js.map", "framework-06f646d936b841f99ebd.js", "framework-06f646d936b841f99ebd.js.map", "4a3ea9cd-639c239a5783cf85d1c5.js", "4a3ea9cd-639c239a5783cf85d1c5.js.map", "app-ea9a5c775603847964d6.js", "app-ea9a5c775603847964d6.js.map"], "children" : {}, "childAssets" : {}}, "component---src-templates-docs-js" : {"chunks" : [], "assets" : [], "children" : {}, "childAssets" : {}}}, "assetsByChunkName" : {"polyfill" : ["webpack-runtime-ab860fd82c3911e4c158.js", "polyfill-92b076c0eec7a7a7a6c5.js"], "app" : ["webpack-runtime-ab860fd82c3911e4c158.js", "styles.284d756ddf4f34cddf40.css", "styles-c4fa86dfd4ad05097eee.js", "framework-06f646d936b841f99ebd.js", "4a3ea9cd-639c239a5783cf85d1c5.js", "app-ea9a5c775603847964d6.js"], "component---src-templates-docs-js" : []}}
json_instruct
{"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"polyfill": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "integer"}}, "assets": {"type": "array", "items": {"type": "string"}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}, "app": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "integer"}}, "assets": {"type": "array", "items": {"type": "string"}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}, "component---src-templates-docs-js": {"type": "object", "properties": {"chunks": {"type": "array", "items": {}}, "assets": {"type": "array", "items": {}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}}, "required": ["polyfill", "app", "component---src-templates-docs-js"]}, "assetsByChunkName": {"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---src-templates-docs-js": {"type": "array", "items": {}}}, "required": ["polyfill", "app", "component---src-templates-docs-js"]}}, "required": ["errors", "warnings", "namedChunkGroups", "assetsByChunkName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"abstract": {"type": "string"}, "copyright_text": {"type": "null"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["abstract", "copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"abstract" : "When you are writing documentation for software, a top priority is\nsurely that what you write is correct. That is, the examples you provide\ngive the output you say they will. Or perhaps it is that the links in\nyour documentation link to an expected page. Usually this is done with\nmanual testing at the time of writing. Your organisation may have\npractices in place to make sure that these examples don't get too out of\ndate - maybe someone checks them periodically, maybe code review comes\nwith comments like \"I remember that this part of the code is used in an\nexample on Page 37 of our docs, change it\". But these methods are\ntedious and flawed. This talk will give examples from my work as a\nsoftware engineer in creating tested snippets for documentation which\nare linked to the code they represent. It will show how using techniques\ntraditionally reserved for software testing can ease the burden of\nkeeping documentation up to date.\n", "copyright_text" : null, "description" : "Full talk description: http://www.writethedocs.org/conf/eu/2015/speakers/\n\nSlides: http://www.writethedocs.org/conf/eu/2015/schedule/\n\nFollow us on Twitter @writethedocs\n\nJoin our mailing list http://writethedocs.us11.list-manage.com/subscribe?u=fcfe905987123983cc93c7a46&id=e2e27d6167", "duration" : 1427, "language" : "eng", "recorded" : "2015-08-31", "related_urls" : [{"label" : "Conference schedule", "url" : "http://www.writethedocs.org/conf/eu/2015/schedule/"}], "speakers" : ["Adam Dangoor"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/PoVwyPipHzc/hqdefault.jpg", "title" : "Tested and Correct, How to Make Sure Your Documentation Keeps Working", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=PoVwyPipHzc"}]}
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "copyright_text": {"type": "null"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["abstract", "copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 72479, "cartId" : "86899df6-aea1-42fa-9f7d-199cf63cb458", "preferredProducts" : [4561], "productReviews" : [{"productId" : 1764, "reviewText" : "I tried to scratch it but got cheeseburger all over it.", "reviewDate" : "2017-08-22T08:48:58.3878449+03:00"}, {"productId" : 680, "reviewText" : "It only works when I'm Malaysia.", "reviewDate" : "2018-04-16T16:08:26.6495647+03:00"}, {"productId" : 2635, "reviewText" : "i use it occasionally when i'm in my outhouse.", "reviewDate" : "2016-11-05T08:30:30.7268506+02:00"}, {"productId" : 4235, "reviewText" : "My porcupine loves to play with it.", "reviewDate" : "2016-11-06T17:24:56.8167499+02:00"}]}
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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"country_cd": {"type": "string"}, "state_id": {"type": "integer"}, "county_cd": {"type": "string"}, "county_nm": {"type": "string"}}, "required": ["country_cd", "state_id", "county_cd", "county_nm"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"model" : "registry.countylookup", "pk" : 171, "fields" : {"country_cd" : "US", "state_id" : 39, "county_cd" : "123", "county_nm" : "St. Francis County"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"country_cd": {"type": "string"}, "state_id": {"type": "integer"}, "county_cd": {"type": "string"}, "county_nm": {"type": "string"}}, "required": ["country_cd", "state_id", "county_cd", "county_nm"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "string"}, "category": {"type": "string"}}, "required": ["name", "abv", "ibu", "srm", "upc", "type", "brewery_id", "updated", "description", "style", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Swamp Fox IPA", "abv" : 7.0, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "moon_river_brewing_company", "updated" : "2010-07-22 20:00:20", "description" : "Like its namesake, this ale is known for the sneak attack. Hop-heads will enjoy its assertive bitterness and huge floral, dry hop aroma.", "style" : "American-Style India Pale Ale", "category" : "North American Ale"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "string"}, "category": {"type": "string"}}, "required": ["name", "abv", "ibu", "srm", "upc", "type", "brewery_id", "updated", "description", "style", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"moonpig": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}}, "required": ["awscloudformation"]}}, "required": ["moonpig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"moonpig" : {"awscloudformation" : {"AuthRoleName" : "moonpig-app-20190220103513-authRole", "UnauthRoleArn" : "arn:aws:iam::444508322887:role/moonpig-app-20190220103513-unauthRole", "AuthRoleArn" : "arn:aws:iam::444508322887:role/moonpig-app-20190220103513-authRole", "Region" : "eu-west-1", "DeploymentBucketName" : "moonpig-app-20190220103513-deployment", "UnauthRoleName" : "moonpig-app-20190220103513-unauthRole", "StackName" : "moonpig-app-20190220103513", "StackId" : "arn:aws:cloudformation:eu-west-1:444508322887:stack/moonpig-app-20190220103513/34b036b0-34fb-11e9-815d-02c681d3a380"}}}
json_instruct
{"type": "object", "properties": {"moonpig": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}}, "required": ["awscloudformation"]}}, "required": ["moonpig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"province" : "\u6e56\u5357\u7701", "city" : "\u6000\u5316\u5e02", "area" : "\u901a\u9053\u4f97\u65cf\u81ea\u6cbb\u53bf", "name" : "\u901a\u9053\u53bf\u64ad\u9633\u652f\u5c40", "code" : "418502", "address" : "\u901a\u9053\u53bf\u64ad\u9633\u9547", "phone" : "0745-8425310"}, {"province" : "\u6e56\u5357\u7701", "city" : "\u6000\u5316\u5e02", "area" : "\u901a\u9053\u4f97\u65cf\u81ea\u6cbb\u53bf", "name" : "\u901a\u9053\u53bf\u5927\u9ad8\u576a\u90ae\u653f\u6240", "code" : "418502", "address" : "\u6e56\u5357\u6000\u5316\u901a\u9053\u5927\u9ad8\u576a", "phone" : "13787520738"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$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": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"promise-pipe": {"type": "string"}, "express": {"type": "string"}, "socket.io": {"type": "string"}, "es6-promise": {"type": "string"}}, "required": ["promise-pipe", "express", "socket.io", "es6-promise"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}}, "required": ["browserify"]}}, "required": ["name", "version", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "promise-pipe-example", "version" : "0.0.1", "description" : "##install", "scripts" : {"start" : "node node_modules/browserify/bin/cmd.js -r ./client.js:client > bundle.js;node server.js"}, "repository" : {"type" : "git", "url" : "git://github.com/edjafarov/PromisePipe.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/edjafarov/PromisePipe/issues"}, "homepage" : "https://github.com/edjafarov/PromisePipe", "dependencies" : {"promise-pipe" : "*", "express" : "~4.12.3", "socket.io" : "~1.3.5", "es6-promise" : "~2.1.1"}, "devDependencies" : {"browserify" : "~9.0.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"promise-pipe": {"type": "string"}, "express": {"type": "string"}, "socket.io": {"type": "string"}, "es6-promise": {"type": "string"}}, "required": ["promise-pipe", "express", "socket.io", "es6-promise"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}}, "required": ["browserify"]}}, "required": ["name", "version", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$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": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 24929, "cartId" : "9cf04849-061e-4715-b38d-6719ad69cb5c", "preferredProducts" : [3499, 3313, 4330, 3641, 385, 4342, 4312, 4872, 1272], "productReviews" : [{"productId" : 4455, "reviewText" : "My neighbor Lori has one of these. She works as a taxidermist and she says it looks whopping.", "reviewDate" : "2018-03-11T04:14:48.4609764+02:00"}, {"productId" : 270, "reviewText" : "My neighbor Zoa has one of these. She works as a scribe and she says it looks wide.", "reviewDate" : "2017-02-27T12:22:48.3777444+02:00"}]}
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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Ken Sato"}, {"author" : "Yuichi Yamazaki"}, {"author" : "Takeshi Kobayashi"}, {"author" : "Satoshi Takakusagi"}, {"author" : "Norio Horiguchi"}, {"author" : "Satoru Kakizaki"}, {"author" : "Masayasu Andou"}, {"author" : "Yoshihiro Matsuda"}, {"author" : "Toshio Uraoka"}, {"author" : "Hiroshi Ohnishi"}, {"author" : "Hiroaki Okamoto"}], "doi" : "10.12998/wjcc.v7.i9.1043", "publication_date" : "2019-05-28", "id" : "EN112264", "url" : "https://pubmed.ncbi.nlm.nih.gov/31123677", "source" : "World journal of clinical cases", "source_url" : "", "licence" : "CC BY-NC", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We evaluated the effects of SOF/RBV combination therapy in two patients with genotype 2a who could not achieve a sustained virological response (SVR) by OBV/PTV/r+RBV combination therapy. One patient was complicated with Vogt-Koyanagi-Harada (VKH) disease. Resistance-associated variations before SOF/RBV combination therapy were not detected in two patients. Both patients had an SVR at 12 wk after the treatment (SVR12). Regarding adverse events (AEs), itching, chill, a dull feeling in the throat and cough as well as increase of alanine transaminase level were shown in one patient, while a headache and deterioration of light aversion probably due to the recurrence of VKH disease were shown in the other patients. In addition, the latter patient developed arthralgia and morning stiffness approximately 7 wk after the therapy and turned out to be diagnosed with rheumatoid arthralgia."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Mix sugar, mint, and lemon slices in pitcher, mashing slightly with back of spoon. Mix in cucumber. Let stand 30 minutes. Add lemon juice, vodka, and 1/2 cup water; stir to dissolve sugar. Chill at least 30 minutes and up to 2 hours. Mix in ice and serve."], "ingredients" : ["1/3 cups sugar", "1 cup (packed) fresh mint leaves", "2 lemons, sliced into rounds", "1/2 small cucumber, sliced", "2 cups fresh lemon juice", "2 cups vodka", "1/2 cup water", "3 cups ice cubes"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Fruit Juice", "Vodka", "Alcoholic", "Cocktail", "Lemon", "Mint", "Cucumber", "Drink"], "title" : "Iced Vodka with Cucumber, Lemon, and Mint", "url" : "http://www.epicurious.com/recipes/food/views/iced-vodka-with-cucumber-lemon-and-mint-201239"}
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": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"atac.pipeline_type": {"type": "string"}, "atac.genome_tsv": {"type": "string"}, "atac.nodup_bams": {"type": "array", "items": {"type": "string"}}, "atac.read_len": {"type": "array", "items": {"type": "integer"}}, "atac.paired_end": {"type": "boolean"}, "atac.auto_detect_adapter": {"type": "boolean"}, "atac.enable_xcor": {"type": "boolean"}, "atac.title": {"type": "string"}, "atac.description": {"type": "string"}}, "required": ["atac.pipeline_type", "atac.genome_tsv", "atac.nodup_bams", "atac.read_len", "atac.paired_end", "atac.auto_detect_adapter", "atac.enable_xcor", "atac.title", "atac.description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"atac.pipeline_type" : "atac", "atac.genome_tsv" : "/mnt/data/pipeline_genome_data/genome_tsv/v1/hg38_klab.tsv", "atac.nodup_bams" : ["/mnt/data/pipeline_test_samples/encode-atac-seq-pipeline/ENCSR356KRQ/bam_subsampled/rep1/ENCFF341MYG.subsampled.400.trim.merged.nodup.no_chrM_MT.bam", "/mnt/data/pipeline_test_samples/encode-atac-seq-pipeline/ENCSR356KRQ/bam_subsampled/rep2/ENCFF641SFZ.subsampled.400.trim.merged.nodup.no_chrM_MT.bam"], "atac.read_len" : [76, 76], "atac.paired_end" : true, "atac.auto_detect_adapter" : true, "atac.enable_xcor" : true, "atac.title" : "ENCSR356KRQ (subsampled 1/400, staring from NODUP_BAMs with specified read_len)", "atac.description" : "ATAC-seq on primary keratinocytes in day 0.0 of differentiation"}
json_instruct
{"type": "object", "properties": {"atac.pipeline_type": {"type": "string"}, "atac.genome_tsv": {"type": "string"}, "atac.nodup_bams": {"type": "array", "items": {"type": "string"}}, "atac.read_len": {"type": "array", "items": {"type": "integer"}}, "atac.paired_end": {"type": "boolean"}, "atac.auto_detect_adapter": {"type": "boolean"}, "atac.enable_xcor": {"type": "boolean"}, "atac.title": {"type": "string"}, "atac.description": {"type": "string"}}, "required": ["atac.pipeline_type", "atac.genome_tsv", "atac.nodup_bams", "atac.read_len", "atac.paired_end", "atac.auto_detect_adapter", "atac.enable_xcor", "atac.title", "atac.description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1125804117, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "e35d7bb7e63bdd213ab72353175ee5dd", "wof:id" : 1125804117, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-3.06448, 52.12106, -3.06448, 52.12106], "geometry" : {"coordinates" : [-3.06448, 52.12106], "type" : "Point"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "atman", "definition" : "(a) The life principle, soul, or individual essence. (b) The universal ego from whom all individual atmans arise. This sense is a European excrescence on the East Indian thought."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "type": {"type": "string"}, "spec_version": {"type": "string"}, "id": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "source_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "target_ref": {"type": "string"}}, "required": ["created_by_ref", "type", "spec_version", "id", "created", "modified", "source_ref", "relationship_type", "target_ref"]}}, "type": {"type": "string"}, "id": {"type": "string"}}, "required": ["objects", "type", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : [{"created_by_ref" : "identity--ae82a5e5-ec07-4863-ad88-6504b29f24e9", "type" : "relationship", "spec_version" : "2.1", "id" : "relationship--a536c230-182d-4045-b9d7-3457af07a2bf", "created" : "2021-05-13T13:41:20.649799Z", "modified" : "2021-05-13T13:41:20.649799Z", "source_ref" : "intrusion-set--9538b1a4-4120-4e2d-bf59-3b11fcab05a4", "relationship_type" : "derived-from", "target_ref" : "intrusion-set--f5df7f04-6ff4-4f87-90ec-7b6e3c6ecbe5"}], "type" : "bundle", "id" : "bundle--b0cf7b1e-467f-4805-a209-c4f10be3ae6f"}
json_instruct
{"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "type": {"type": "string"}, "spec_version": {"type": "string"}, "id": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "source_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "target_ref": {"type": "string"}}, "required": ["created_by_ref", "type", "spec_version", "id", "created", "modified", "source_ref", "relationship_type", "target_ref"]}}, "type": {"type": "string"}, "id": {"type": "string"}}, "required": ["objects", "type", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"form": {"type": "object", "properties": {"submitButtonLabel": {"type": "string"}, "errorPrefix": {"type": "string"}, "errorSuffix": {"type": "string"}}, "required": ["submitButtonLabel", "errorPrefix", "errorSuffix"]}, "general": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "dialog": {"type": "object", "properties": {"ok": {"type": "string"}, "retry": {"type": "string"}, "yes": {"type": "string"}, "no": {"type": "string"}, "cancel": {"type": "string"}, "close": {"type": "string"}}, "required": ["ok", "retry", "yes", "no", "cancel", "close"]}, "reactselect": {"type": "object", "properties": {"noSelectOption": {"type": "string"}}, "required": ["noSelectOption"]}}, "required": ["form", "general", "dialog", "reactselect"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"form" : {"submitButtonLabel" : "Submit", "errorPrefix" : "Error:", "errorSuffix" : "Please review input and try again."}, "general" : {"search" : "Search"}, "dialog" : {"ok" : "OK", "retry" : "Retry", "yes" : "Yes", "no" : "No", "cancel" : "Cancel", "close" : "Close"}, "reactselect" : {"noSelectOption" : "Option not found"}}
json_instruct
{"type": "object", "properties": {"form": {"type": "object", "properties": {"submitButtonLabel": {"type": "string"}, "errorPrefix": {"type": "string"}, "errorSuffix": {"type": "string"}}, "required": ["submitButtonLabel", "errorPrefix", "errorSuffix"]}, "general": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "dialog": {"type": "object", "properties": {"ok": {"type": "string"}, "retry": {"type": "string"}, "yes": {"type": "string"}, "no": {"type": "string"}, "cancel": {"type": "string"}, "close": {"type": "string"}}, "required": ["ok", "retry", "yes", "no", "cancel", "close"]}, "reactselect": {"type": "object", "properties": {"noSelectOption": {"type": "string"}}, "required": ["noSelectOption"]}}, "required": ["form", "general", "dialog", "reactselect"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "userName": {"type": "string"}, "userId": {"type": "string"}, "name": {"type": "string"}, "assignedContextPacks": {"type": "array", "items": {"type": "string"}}, "disabledWordlists": {"type": "array", "items": {}}}, "required": ["_id", "userName", "userId", "name", "assignedContextPacks", "disabledWordlists"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"_id" : {"$oid" : "6079d0ef60c5adfd3bb16b21"}, "userName" : "Thomas", "userId" : "606a5a9fd2b1da77da015c94", "name" : "Jimmy", "assignedContextPacks" : ["588935f57546a2daea44de7c", "588935f55b432bb2ff322169"], "disabledWordlists" : []}, {"_id" : {"$oid" : "588935f51c55b55c75a84848"}, "userName" : "Thomas", "userId" : "606a5a9fd2b1da77da015c94", "name" : "Daisy", "assignedContextPacks" : ["588935f55b432bb2ff322165", "588935f55b432bb2ff322160", "588935f51c55b55c75a84848"], "disabledWordlists" : ["k", "batman_villains"]}, {"_id" : {"$oid" : "588935f57546a2daea44de7c"}, "userName" : "Thomas", "userId" : "606a5a9fd2b1da77da015c94", "name" : "Mildred", "assignedContextPacks" : ["588935f55b432bb2ff322160", "588935f51c55b55c75a84848", "588935f52787254123f71fed"], "disabledWordlists" : ["pre-k"]}, {"_id" : {"$oid" : "6079d0ef60c5adfd3bb16b01"}, "userName" : "Halley Paulson", "userId" : "606a5a9fd2b1da77da015c19", "name" : "Jimmy", "assignedContextPacks" : ["588935f57546a2daea44de7c", "588935f55b432bb2ff322169"], "disabledWordlists" : []}, {"_id" : {"$oid" : "588935f51c55b55c75a84850"}, "userName" : "Halley Paulson", "userId" : "606a5a9fd2b1da77da015c19", "name" : "Daisy", "assignedContextPacks" : ["588935f55b432bb2ff322165", "588935f55b432bb2ff322160", "588935f51c55b55c75a84848"], "disabledWordlists" : ["k", "batman_villains"]}, {"_id" : {"$oid" : "588935f57546a2daea44de7f"}, "userName" : "Halley Paulson", "userId" : "606a5a9fd2b1da77da015c19", "name" : "Mildred", "assignedContextPacks" : ["588935f55b432bb2ff322160", "588935f51c55b55c75a84848", "588935f52787254123f71fed"], "disabledWordlists" : ["pre-k"]}, {"_id" : {"$oid" : "588935f55b432bb2ff322169"}, "userName" : "KK", "userId" : "606a5a9fd2b1da77da015c25", "name" : "Grace", "assignedContextPacks" : ["588935f55b432bb2ff322160"], "disabledWordlists" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "userName": {"type": "string"}, "userId": {"type": "string"}, "name": {"type": "string"}, "assignedContextPacks": {"type": "array", "items": {"type": "string"}}, "disabledWordlists": {"type": "array", "items": {}}}, "required": ["_id", "userName", "userId", "name", "assignedContextPacks", "disabledWordlists"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"FestivalEpisode": {"type": "array", "items": {"type": "string"}}}, "required": ["FestivalEpisode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FestivalEpisode" : ["PiggybackCute", "WholesomeCrossdresser", "GoldfishScoopingGame", "Kimodameshi", "SchoolFestival", "ChristmasEpisode", "AFeteWorseThanDeath", "MemeticMutation", "TheHero", "Robeast", "GrandFinale", "TheMovie", "DatingSim", "EventFlag", "GoldfishScoopingGame", "Moe", "AllThereInTheManual", "SchoolGirlLesbians", "LoveTriangle", "Kitsune", "BerserkButton", "ColdSniper", "UpToEleven", "SerialEscalation", "GroundhogDayLoop", "ChekhovsGun", "GoldfishScoopingGame", "CookingDuel", "SpecialEditionTitle", "Ondo", "GoldfishScoopingGame", "TownWithADarkSecret", "CoolBigSis", "GoldfishScoopingGame", "MindScrew", "LargeHam", "SchoolFestival", "WhamEpisode", "TheMovie", "DemonSlaying", "AllMythsAreTrue", "CastFullOfPrettyBoys", "WhamEpisode", "DrivenToSuicide", "InterruptedSuicide", "NewYearHasCome", "LonelyRichKid", "MoodWhiplash", "DatingSim", "EventFlag", "SchoolGirlLesbians", "LoveTriangle", "BerserkButton", "GroundhogDayLoop", "ChekhovsGun", "LargeHam", "SchoolFestival", "WhamEpisode", "TheMovie", "DemonSlaying", "AllMythsAreTrue", "Yakuza", "SchoolFestival", "AFeteWorseThanDeath", "TheRashomon", "TheHeroDies"]}
json_instruct
{"type": "object", "properties": {"FestivalEpisode": {"type": "array", "items": {"type": "string"}}}, "required": ["FestivalEpisode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1965, 5], [1970, 5], [1971, 6], [1972, 5], [1974, 5], [1975, 10], [1977, 5], [1978, 6], [1980, 10], [1981, 5], [1982, 7], [1983, 6], [1984, 9], [1985, 8], [1986, 10], [1987, 5], [1988, 12], [1989, 10], [1990, 7], [1991, 14], [1992, 11], [1993, 9], [1994, 10], [1995, 8], [1996, 6], [1997, 7], [1998, 9], [1999, 9], [2001, 5], [2002, 14], [2003, 8], [2004, 6], [2005, 9], [2006, 10], [2007, 15], [2008, 10], [2009, 24], [2010, 28], [2011, 23], [2012, 36], [2013, 46], [2014, 49]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"disk": {"type": "null"}, "bulge": {"type": "object", "properties": {"i0": {"type": "number"}, "n": {"type": "number"}, "c": {"type": "number"}, "mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}}, "required": ["i0", "n", "c", "mu", "roll", "rEff", "axRatio"]}, "bar": {"type": "object", "properties": {"i0": {"type": "number"}, "n": {"type": "number"}, "c": {"type": "number"}, "mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}}, "required": ["i0", "n", "c", "mu", "roll", "rEff", "axRatio"]}, "spirals": {"type": "array", "items": {}}}, "required": ["disk", "bulge", "bar", "spirals"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"disk" : null, "bulge" : {"i0" : 0.36999999999999994, "n" : 1.2466666666666668, "c" : 2.0, "mu" : [255.4509248772129, 257.06731650008635], "roll" : 0.6096726374888439, "rEff" : 10.020221922459024, "axRatio" : 0.5997535694637918}, "bar" : {"i0" : 0.238, "n" : 0.732, "c" : 1.8, "mu" : [254.7550717306365, 255.28482830826158], "roll" : 2.1164514511549974, "rEff" : 21.999999825121808, "axRatio" : 0.29411366067537925}, "spirals" : []}
json_instruct
{"type": "object", "properties": {"disk": {"type": "null"}, "bulge": {"type": "object", "properties": {"i0": {"type": "number"}, "n": {"type": "number"}, "c": {"type": "number"}, "mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}}, "required": ["i0", "n", "c", "mu", "roll", "rEff", "axRatio"]}, "bar": {"type": "object", "properties": {"i0": {"type": "number"}, "n": {"type": "number"}, "c": {"type": "number"}, "mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}}, "required": ["i0", "n", "c", "mu", "roll", "rEff", "axRatio"]}, "spirals": {"type": "array", "items": {}}}, "required": ["disk", "bulge", "bar", "spirals"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "MERAUKE", "originalFilename" : "9. Pas Foto 4x6.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 281428, "noUrut" : 1, "nama" : "BAMBANG SETIADJI SUJI, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MERAUKE", "originalFilename" : "9. Foto Herny Verawaty, A.Md.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 281537, "noUrut" : 2, "nama" : "HERNY VERAWATY, A.Md", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "MERAUKE", "originalFilename" : "9. Foto Charles Oktovianus Rumbino, S.Sos.JPG", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 281633, "noUrut" : 3, "nama" : "CHARLES OKTOVIANUS RUMBINO, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MERAUKE", "originalFilename" : "9. Foto 4. Lastriani Kasmin.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 281782, "noUrut" : 4, "nama" : "LASTRIANI KASMIN", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "MERAUKE", "originalFilename" : "9. Foto Ervan Bagus Purniawan Richard.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 281862, "noUrut" : 5, "nama" : "ERVAN BAGUS PURNIAWAN RICHARD", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MERAUKE", "originalFilename" : "9. Foto Marthina Ndun.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 281940, "noUrut" : 6, "nama" : "MARTHINA NDUN", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "MERAUKE", "originalFilename" : "9. Foto Antonius H M Walab Gebze, SH.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 282021, "noUrut" : 7, "nama" : "ANTON HENDRIKUS MARIANUS WALAB GEBZE", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$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"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "string"}, "woe:country": {"type": "string"}, "date": {"type": "string"}, "roles": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}}, "required": ["id", "name", "count_objects"]}}, "concordances": {"type": "object", "properties": {"freebase:id": {"type": "string"}, "ulan:id": {"type": "null"}, "ima:id": {"type": "null"}, "lcnaf:id": {"type": "null"}, "ldm:id": {"type": "null"}, "moma:id": {"type": "null"}, "phm:id": {"type": "null"}, "tms:id": {"type": "string"}, "vanda:id": {"type": "null"}, "viaf:id": {"type": "string"}, "walker:id": {"type": "null"}, "wikipedia:id": {"type": "string"}}, "required": ["freebase:id", "ulan:id", "ima:id", "lcnaf:id", "ldm:id", "moma:id", "phm:id", "tms:id", "vanda:id", "viaf:id", "walker:id", "wikipedia:id"]}}, "required": ["id", "url", "name", "supersedes", "superseded_by", "count_objects", "biography", "woe:country", "date", "roles", "concordances"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18050679", "url" : "http://collection.cooperhewitt.org/people/18050679/", "name" : "Elizabeth Warren", "supersedes" : "0", "superseded_by" : "0", "count_objects" : "1", "biography" : "Several Elizabeth Warrens were born in Norfolk during the appropriate years. Elizabeth Warren born in 1803 in Beachamwell married James Burrows there in 1824. Elizabeth Warren born in 1801/ 1802 in Yarmouth was listed in teh 1851 census as a shirt maker in St. Nicholas Parish, Great Yarmouth. She may have been the same who married Henry Gosling in Bawburgh in 1831.", "woe:country" : "23424975", "date" : "English, born ca. 1808", "roles" : [{"id" : "35236583", "name" : "Embroiderer", "count_objects" : "1"}], "concordances" : {"freebase:id" : "/m/01qh39", "ulan:id" : null, "ima:id" : null, "lcnaf:id" : null, "ldm:id" : null, "moma:id" : null, "phm:id" : null, "tms:id" : "5962", "vanda:id" : null, "viaf:id" : "100323855", "walker:id" : null, "wikipedia:id" : "290195"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "string"}, "woe:country": {"type": "string"}, "date": {"type": "string"}, "roles": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}}, "required": ["id", "name", "count_objects"]}}, "concordances": {"type": "object", "properties": {"freebase:id": {"type": "string"}, "ulan:id": {"type": "null"}, "ima:id": {"type": "null"}, "lcnaf:id": {"type": "null"}, "ldm:id": {"type": "null"}, "moma:id": {"type": "null"}, "phm:id": {"type": "null"}, "tms:id": {"type": "string"}, "vanda:id": {"type": "null"}, "viaf:id": {"type": "string"}, "walker:id": {"type": "null"}, "wikipedia:id": {"type": "string"}}, "required": ["freebase:id", "ulan:id", "ima:id", "lcnaf:id", "ldm:id", "moma:id", "phm:id", "tms:id", "vanda:id", "viaf:id", "walker:id", "wikipedia:id"]}}, "required": ["id", "url", "name", "supersedes", "superseded_by", "count_objects", "biography", "woe:country", "date", "roles", "concordances"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-rqrc-wvq6-vxfv", "modified" : "2022-03-18T00:01:09Z", "published" : "2022-03-18T00:01:09Z", "aliases" : ["CVE-2022-25364"], "details" : "In Gradle Enterprise before 2021.4.2, the default built-in build cache configuration allowed anonymous write access. If this was not manually changed, a malicious actor with network access to the build cache could potentially populate it with manipulated entries that execute malicious code as part of a build. As of 2021.4.2, the built-in build cache is inaccessible-by-default, requiring explicit configuration of its access-control settings before it can be used. (Remote build cache nodes are unaffected as they are inaccessible-by-default.)", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2022-25364"}, {"type" : "WEB", "url" : "https://security.gradle.com"}, {"type" : "WEB", "url" : "https://security.gradle.com/advisory/2022-02"}], "database_specific" : {"cwe_ids" : [], "severity" : null, "github_reviewed" : false}}
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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$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"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular-file-upload": {"type": "string"}, "cropper": {"type": "string"}}, "required": ["angular-file-upload", "cropper"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "version", "authors", "license", "homepage", "private", "ignore", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "media42", "version" : "1.0.0", "authors" : ["Thomas Payer <[email protected]>"], "license" : "", "homepage" : "https://www.kiwi-suite.com", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"angular-file-upload" : "2.3.4", "cropper" : "~2.3.4"}, "resolutions" : {"angular" : "~1.3.13"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular-file-upload": {"type": "string"}, "cropper": {"type": "string"}}, "required": ["angular-file-upload", "cropper"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "version", "authors", "license", "homepage", "private", "ignore", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "aoa3.ghostly_sasquatch", "Registry ID" : "aoa3:ghostly_sasquatch", "Class" : "net.tslat.aoa3.entity.mobs.overworld.soulscurry.EntityGhostlySasquatch"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"transferMethodConfigurations": {"type": "object", "properties": {"count": {"type": "integer"}, "pageInfo": {"type": "object", "properties": {"limit": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["limit", "offset"]}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "currencies": {"type": "array", "items": {"type": "string"}}, "transferMethodType": {"type": "string"}, "profile": {"type": "string"}}, "required": ["countries", "currencies", "transferMethodType", "profile"]}}}, "required": ["count", "pageInfo", "nodes"]}}, "required": ["transferMethodConfigurations"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"transferMethodConfigurations" : {"count" : 8, "pageInfo" : {"limit" : 40, "offset" : 0}, "nodes" : [{"countries" : ["CA"], "currencies" : ["USD"], "transferMethodType" : "BANK_ACCOUNT", "profile" : "INDIVIDUAL"}, {"countries" : ["CA"], "currencies" : ["USD"], "transferMethodType" : "BANK_ACCOUNT", "profile" : "BUSINESS"}, {"countries" : ["CA"], "currencies" : ["CAD"], "transferMethodType" : "BANK_ACCOUNT", "profile" : "INDIVIDUAL"}, {"countries" : ["CA"], "currencies" : ["CAD"], "transferMethodType" : "BANK_ACCOUNT", "profile" : "BUSINESS"}, {"countries" : ["US"], "currencies" : ["USD"], "transferMethodType" : "BANK_ACCOUNT", "profile" : "INDIVIDUAL"}, {"countries" : ["US"], "currencies" : ["USD"], "transferMethodType" : "BANK_ACCOUNT", "profile" : "BUSINESS"}, {"countries" : ["US"], "currencies" : ["USD"], "transferMethodType" : "BANK_CARD", "profile" : "INDIVIDUAL"}, {"countries" : ["CA"], "currencies" : ["USD"], "transferMethodType" : "BANK_CARD", "profile" : "INDIVIDUAL"}]}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"transferMethodConfigurations": {"type": "object", "properties": {"count": {"type": "integer"}, "pageInfo": {"type": "object", "properties": {"limit": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["limit", "offset"]}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "currencies": {"type": "array", "items": {"type": "string"}}, "transferMethodType": {"type": "string"}, "profile": {"type": "string"}}, "required": ["countries", "currencies", "transferMethodType", "profile"]}}}, "required": ["count", "pageInfo", "nodes"]}}, "required": ["transferMethodConfigurations"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 8263, "hash" : 3250383612, "artDyeHash" : 3250383612, "redacted" : false, "dyeManifestHash" : 3855133948, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404353591, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ff4d104adaf99243b7a7902df7f44b89", "wof:id" : 404353591, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.10383227540251, 46.17731677364064, 4.14742727294988, 46.21782824800739], "geometry" : {"coordinates" : [[[4.13384693047317, 46.17731677364064], [4.13339327772792, 46.17732129820145], [4.13263234992399, 46.18065201438866], [4.10383227540251, 46.19844246044732], [4.10426778511513, 46.20525555706227], [4.11236507750162, 46.2137410817276], [4.12714726239282, 46.21782824800739], [4.14742727294988, 46.19871334211324], [4.13384693047317, 46.17731677364064]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"patthana10.10:0.1": {"type": "string"}, "patthana10.10:0.2": {"type": "string"}, "patthana10.10:0.3": {"type": "string"}, "patthana10.10:1.1": {"type": "string"}, "patthana10.10:2.1": {"type": "string"}, "patthana10.10:3.1": {"type": "string"}, "patthana10.10:4.1": {"type": "string"}, "patthana10.10:5.1": {"type": "string"}}, "required": ["patthana10.10:0.1", "patthana10.10:0.2", "patthana10.10:0.3", "patthana10.10:1.1", "patthana10.10:2.1", "patthana10.10:3.1", "patthana10.10:4.1", "patthana10.10:5.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"patthana10.10:0.1" : "<article id='patthana10.10'><header><ul><li class='division'>{}</li>", "patthana10.10:0.2" : "<li class='subdivision'>{}</li></ul>", "patthana10.10:0.3" : "<h1>{}</h1></header>", "patthana10.10:1.1" : "<p>{}</p>", "patthana10.10:2.1" : "<p>{}</p>", "patthana10.10:3.1" : "<p>{}</p>", "patthana10.10:4.1" : "<p>{}</p>", "patthana10.10:5.1" : "<p>{}</p></article>"}
json_instruct
{"type": "object", "properties": {"patthana10.10:0.1": {"type": "string"}, "patthana10.10:0.2": {"type": "string"}, "patthana10.10:0.3": {"type": "string"}, "patthana10.10:1.1": {"type": "string"}, "patthana10.10:2.1": {"type": "string"}, "patthana10.10:3.1": {"type": "string"}, "patthana10.10:4.1": {"type": "string"}, "patthana10.10:5.1": {"type": "string"}}, "required": ["patthana10.10:0.1", "patthana10.10:0.2", "patthana10.10:0.3", "patthana10.10:1.1", "patthana10.10:2.1", "patthana10.10:3.1", "patthana10.10:4.1", "patthana10.10:5.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "ooui-outline-control-move-down": {"type": "string"}, "ooui-outline-control-move-up": {"type": "string"}, "ooui-outline-control-remove": {"type": "string"}, "ooui-toolbar-more": {"type": "string"}, "ooui-dialog-message-accept": {"type": "string"}, "ooui-dialog-message-reject": {"type": "string"}, "ooui-dialog-process-retry": {"type": "string"}}, "required": ["@metadata", "ooui-outline-control-move-down", "ooui-outline-control-move-up", "ooui-outline-control-remove", "ooui-toolbar-more", "ooui-dialog-message-accept", "ooui-dialog-message-reject", "ooui-dialog-process-retry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Lloffiwr", "Muddyb", "Muddyb Blast Producer"]}, "ooui-outline-control-move-down" : "Sogeza kipengee chini", "ooui-outline-control-move-up" : "Sogeza kipengee juu", "ooui-outline-control-remove" : "Toa kitu", "ooui-toolbar-more" : "Zaidi", "ooui-dialog-message-accept" : "Sawa", "ooui-dialog-message-reject" : "Batilisha", "ooui-dialog-process-retry" : "Jaribu tena"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "ooui-outline-control-move-down": {"type": "string"}, "ooui-outline-control-move-up": {"type": "string"}, "ooui-outline-control-remove": {"type": "string"}, "ooui-toolbar-more": {"type": "string"}, "ooui-dialog-message-accept": {"type": "string"}, "ooui-dialog-message-reject": {"type": "string"}, "ooui-dialog-process-retry": {"type": "string"}}, "required": ["@metadata", "ooui-outline-control-move-down", "ooui-outline-control-move-up", "ooui-outline-control-remove", "ooui-toolbar-more", "ooui-dialog-message-accept", "ooui-dialog-message-reject", "ooui-dialog-process-retry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "url": {"type": "string"}, "appcast": {"type": "string"}, "version": {"type": "string"}, "sha256": {"type": "string"}, "artifacts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "caveats": {"type": "string"}, "depends_on": {"type": "object", "properties": {}, "required": []}, "conflicts_with": {"type": "null"}, "container": {"type": "null"}, "auto_updates": {"type": "null"}}, "required": ["token", "name", "homepage", "url", "appcast", "version", "sha256", "artifacts", "caveats", "depends_on", "conflicts_with", "container", "auto_updates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "youview", "name" : ["YouView"], "homepage" : "https://mrgeckosmedia.com/applications/info/YouView", "url" : "https://download.mrgeckosmedia.com/YouView.zip", "appcast" : "https://mrgeckosmedia.com/applications/appcast/YouView", "version" : "0.6.1", "sha256" : "95538a324d9344ccd1eb46f4b4dbdf9cb2dc6d1259794b14e02683c35660d5dd", "artifacts" : [["YouView.app"]], "caveats" : "", "depends_on" : {}, "conflicts_with" : null, "container" : null, "auto_updates" : null}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "url": {"type": "string"}, "appcast": {"type": "string"}, "version": {"type": "string"}, "sha256": {"type": "string"}, "artifacts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "caveats": {"type": "string"}, "depends_on": {"type": "object", "properties": {}, "required": []}, "conflicts_with": {"type": "null"}, "container": {"type": "null"}, "auto_updates": {"type": "null"}}, "required": ["token", "name", "homepage", "url", "appcast", "version", "sha256", "artifacts", "caveats", "depends_on", "conflicts_with", "container", "auto_updates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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#"}
{"id" : "2012", "provinceId" : "33", "regencyId" : "29", "districtId" : "06", "name" : "Tanggeran"}
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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"geolib": {"type": "string"}, "hammerjs": {"type": "string"}, "leaflet": {"type": "string"}, "leaflet-clonelayer": {"type": "string"}, "leaflet-control-geocoder": {"type": "string"}, "leaflet-draw": {"type": "string"}, "pubsub-js": {"type": "string"}}, "required": ["geolib", "hammerjs", "leaflet", "leaflet-clonelayer", "leaflet-control-geocoder", "leaflet-draw", "pubsub-js"]}, "devDependencies": {"type": "object", "properties": {"cssnano": {"type": "string"}}, "required": ["cssnano"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "compare-map", "version" : "1.0.0", "description" : "Compare map at the same scale", "main" : "main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Dimitri Marion", "license" : "MIT", "dependencies" : {"geolib" : "^3.0.4", "hammerjs" : "^2.0.8", "leaflet" : "^1.5.1", "leaflet-clonelayer" : "^1.0.7", "leaflet-control-geocoder" : "^1.8.3", "leaflet-draw" : "^1.0.4", "pubsub-js" : "^1.7.0"}, "devDependencies" : {"cssnano" : "^4.1.10"}}
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"}, "dependencies": {"type": "object", "properties": {"geolib": {"type": "string"}, "hammerjs": {"type": "string"}, "leaflet": {"type": "string"}, "leaflet-clonelayer": {"type": "string"}, "leaflet-control-geocoder": {"type": "string"}, "leaflet-draw": {"type": "string"}, "pubsub-js": {"type": "string"}}, "required": ["geolib", "hammerjs", "leaflet", "leaflet-clonelayer", "leaflet-control-geocoder", "leaflet-draw", "pubsub-js"]}, "devDependencies": {"type": "object", "properties": {"cssnano": {"type": "string"}}, "required": ["cssnano"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@angular/router": {"type": "string"}, "angular": {"type": "string"}}, "required": ["@angular/router", "angular"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"@angular/router" : "^0.2.0", "angular" : "^1.5.8"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@angular/router": {"type": "string"}, "angular": {"type": "string"}}, "required": ["@angular/router", "angular"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Confusion-Based Online Learning and a Passive-Aggressive Scheme.", "fields" : ["stability", "noncommutative geometry", "active learning", "confusion matrix", "online machine learning"], "abstract" : "This paper provides the first\u2014to the best of our knowledge\u2014analysis of online learning algorithms for multiclass problems when the confusion matrix is taken as a performance measure. The work builds upon recent and elegant results on noncommutative concentration inequalities, i.e. concentration inequalities that apply to matrices, and, more precisely, to matrix martingales. We do establish generalization bounds for online learning algorithms and show how the theoretical study motivates the proposition of a new confusion-friendly learning procedure. This learning algorithm, called COPA (for COnfusion Passive-Aggressive) is a passive-aggressive learning algorithm; it is shown that the update equations for COPA can be computed analytically and, henceforth, there is no need to recourse to any optimization package to implement it.", "citation" : "Citations (8)", "departments" : ["Aix-Marseille University"], "authors" : ["Liva Ralaivola.....http://dblp.org/pers/hd/r/Ralaivola:Liva"], "conf" : "nips", "year" : "2012", "pages" : 9}
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": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "refulgency", "definition" : "The quality of being refulgent; brilliancy; splender; radiance."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "ROKAN HILIR", "originalFilename" : "1. MASTON.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 14084, "noUrut" : 1, "nama" : "MASTON", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "2. FICE KW.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 15226, "noUrut" : 2, "nama" : "FICE KRISTINA WATANIA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "3. SUGIONO.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 14099, "noUrut" : 3, "nama" : "SUGIONO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "ROIHAN.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 14119, "noUrut" : 4, "nama" : "ROIHAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "AGUS SURIADI.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 14175, "noUrut" : 5, "nama" : "AGUS SURIADI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "IMG-20180808-WA0015.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 14147, "noUrut" : 6, "nama" : "MARIA TAMBUNAN", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "RONA TAMBUNAN (2).jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 14104, "noUrut" : 7, "nama" : "RONA TAMBUNAN", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "AMRAN.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 243941, "noUrut" : 8, "nama" : "AMRAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "9. ANTON.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 100182, "noUrut" : 9, "nama" : "ANTON", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "10. SETIA.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 14129, "noUrut" : 10, "nama" : "SETIA HARAPAN PASARIBU", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "group", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "group" : "yttrium_ingot", "pattern" : ["###", "###", "###"], "key" : {"#" : {"item" : "yttr:yttrium_nugget"}}, "result" : {"item" : "yttr:yttrium_ingot"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "group", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "metadata": {"type": "object", "properties": {"FREQUENCY": {"type": "string"}}, "required": ["FREQUENCY"]}, "type": {"type": "string"}}, "required": ["platform", "metadata", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "1.0 Hz"}, "type" : "BATTERY"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "LOCATION"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "ACTIVITY_TYPE"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "ACCELEROMETER"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "GYROSCOPE"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "STEP_COUNT"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "AMBIENT_LIGHT"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "PRESSURE"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "PROXIMITY"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "AMBIENT_TEMPERATURE"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "GEOFENCE", "id" : "LIST"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "ON_CHANGE"}, "type" : "TOUCH_SCREEN"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "metadata": {"type": "object", "properties": {"FREQUENCY": {"type": "string"}}, "required": ["FREQUENCY"]}, "type": {"type": "string"}}, "required": ["platform", "metadata", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3301720003, "parent" : 3301720, "name" : "DONAN", "latitude" : null, "longitude" : null, "postal" : [53222], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "descendants", "id", "kids", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"by" : "melzarei", "descendants" : 2, "id" : 18087723, "kids" : [18089632, 18089533], "score" : 24, "time" : 1538075838, "title" : "The day I became a millionaire (2015)", "type" : "story", "url" : "https://m.signalvnoise.com/the-day-i-became-a-millionaire-55d7dc4d8293"}
json_instruct
{"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "descendants", "id", "kids", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[145.0, 34.416666666666664], [145.0, 34.5], [145.125, 34.5], [145.125, 34.416666666666664], [145.0, 34.416666666666664]]]}, "properties" : {"code" : 514550, "url" : "http://madefor.github.io/0410/api/v1/514550.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/514550.geojson"}}
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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "desc", "required"]}}}, "required": ["variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variables" : [{"name" : "S3_CLIENT_PREFIX", "desc" : "The S3 client prefix to use with Minio MC.", "required" : true}, {"name" : "S3_URI", "desc" : "URL for the s3 storage.", "required" : true}, {"name" : "S3_ACCESS_KEY", "desc" : "Access key for the S3 storage.", "required" : true}, {"name" : "S3_SECRET_KEY", "desc" : "Secret Key for the S3 storage.", "required" : true}]}
json_instruct
{"type": "object", "properties": {"variables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "desc", "required"]}}}, "required": ["variables"], "$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#"}
[[1917, 5], [2000, 5], [2008, 7], [2009, 17], [2010, 11], [2011, 6], [2012, 5], [2013, 5], [2014, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals", "daily"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c_ref" : "Belknap", "totals" : {"Cases" : 420, "Deaths" : 6}, "daily" : {"Cases" : 12, "Deaths" : 0}}, {"c_ref" : "Carroll", "totals" : {"Cases" : 239, "Deaths" : 2}, "daily" : {"Cases" : 7, "Deaths" : 0}}, {"c_ref" : "Cheshire", "totals" : {"Cases" : 342, "Deaths" : 3}, "daily" : {"Cases" : 17, "Deaths" : 0}}, {"c_ref" : "Coos", "totals" : {"Cases" : 234, "Deaths" : 4}, "daily" : {"Cases" : 5, "Deaths" : 1}}, {"c_ref" : "Grafton", "totals" : {"Cases" : 406, "Deaths" : 2}, "daily" : {"Cases" : 7, "Deaths" : 0}}, {"c_ref" : "Hillsborough", "totals" : {"Cases" : 6845, "Deaths" : 328}, "daily" : {"Cases" : 154, "Deaths" : 0}}, {"c_ref" : "Merrimack", "totals" : {"Cases" : 1284, "Deaths" : 32}, "daily" : {"Cases" : 34, "Deaths" : 0}}, {"c_ref" : "Rockingham", "totals" : {"Cases" : 3587, "Deaths" : 105}, "daily" : {"Cases" : 75, "Deaths" : 0}}, {"c_ref" : "Strafford", "totals" : {"Cases" : 1210, "Deaths" : 14}, "daily" : {"Cases" : 26, "Deaths" : 0}}, {"c_ref" : "Sullivan", "totals" : {"Cases" : 173, "Deaths" : 4}, "daily" : {"Cases" : 7, "Deaths" : 0}}, {"c_ref" : "Unassigned", "totals" : {"Cases" : 300, "Deaths" : 0}, "daily" : {"Cases" : 14, "Deaths" : 0}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals", "daily"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aws-sdk.js" : "sha512-QNxZvH6tU+lxQXl5D1wM4a3mMcYSqIPyYeztkAPKvLGUC25o9yHmEPSw98zkzsJXTNR+qC3KkiW/tobxboNbQw==", "aws-sdk.min.js" : "sha512-1ihNKdLRq1qiwTh7PKn9ZMNmCXtmEpzElk5pPINxgVAGYlYHUAvh2hjxZVAe5eXriA7yEVfJD6W4MAb0pNkFQA=="}
json_instruct
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "hot", "definition" : "of Hote. [Obs.] Spenser.\n\n1. Having much sensible heat; exciting the feeling of warmth in a great degree; very warm; -- opposed to cold, and exceeding warm in degree; as, a hot stove; hot water or air. \"A hotvenison pasty.\" Shak. 2. Characterized by heat, ardor, or animation; easily excited; firely; vehement; passionate; violent; eager. Achilles is impatient, hot, and revengeful. Dryden. There was mouthing in hot haste. Byron. 3. Lustful; lewd; lecherous. Shak. 4. Acrid; biting; pungent; as, hot as mustard. Hot bed (Iron Manuf.), an iron platform in a rolling mill, on which hot bars, rails, etc., are laid to cool. -- Hot wall (Gardening), a wall provided with flues for the conducting of heat, to hasten the growth of fruit trees or the ripening of fruit. -- Hot well (Condensing Engines), a receptacle for the hot water drawn from the condenser by the air pump. This water is returned to the boiler, being drawn from the hot well by the feed pump. -- In hot water (Fig.), in trouble; in difficulties. [Colloq.] Syn. -- Burning; fiery; fervid; glowing; eager; animated; brisk; vehement; precipitate; violent; furious; ardent; fervent; impetuous; irascible; passionate; hasty; excitable."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"aid": {"type": "number"}, "A-name": {"type": "string"}, "aid__bbb": {"type": "object", "properties": {"ID": {"type": "number"}, "bname": {"type": "string"}, "B-Aid": {"type": "number"}}, "required": ["ID", "bname", "B-Aid"]}, "aid__TABLE_C": {"type": "object", "properties": {"ID": {"type": "number"}, "cname": {"type": "string"}, "A_ID": {"type": "number"}}, "required": ["ID", "cname", "A_ID"]}}, "required": ["aid", "A-name", "aid__bbb", "aid__TABLE_C"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"aid" : 1.0, "A-name" : "A", "aid__bbb" : {"ID" : 1.0, "bname" : "B", "B-Aid" : 1.0}, "aid__TABLE_C" : {"ID" : 1.0, "cname" : "B", "A_ID" : 1.0}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"aid": {"type": "number"}, "A-name": {"type": "string"}, "aid__bbb": {"type": "object", "properties": {"ID": {"type": "number"}, "bname": {"type": "string"}, "B-Aid": {"type": "number"}}, "required": ["ID", "bname", "B-Aid"]}, "aid__TABLE_C": {"type": "object", "properties": {"ID": {"type": "number"}, "cname": {"type": "string"}, "A_ID": {"type": "number"}}, "required": ["ID", "cname", "A_ID"]}}, "required": ["aid", "A-name", "aid__bbb", "aid__TABLE_C"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-82.516681, 28.16111], [-82.516514, 28.17272], [-82.474056, 28.171935], [-82.482198, 28.159004], [-82.488876, 28.155081], [-82.507579, 28.156991], [-82.516685, 28.155051], [-82.516681, 28.16111]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 14045}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xc3ad35d351b33783f27777e2ee1a4b6f96e4ee34", "tool" : "manticore", "start" : 1564053220.7510216, "end" : 1564055023.9328144, "duration" : 1803.1817927360535, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "type", "count"]}}}, "required": ["fullName", "methods"]}}}, "required": ["collections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"collections" : [{"fullName" : "KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings", "methods" : [{"name" : "KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings.Parent", "type" : "PROP", "count" : 12}, {"name" : "KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings.Type", "type" : "PROP", "count" : 18}, {"name" : "KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings.Method", "type" : "PROP", "count" : 18}, {"name" : "KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings()", "type" : "CTOR", "count" : 12}, {"name" : "KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings(KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings parent)", "type" : "CTOR", "count" : 8}]}]}
json_instruct
{"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "type", "count"]}}}, "required": ["fullName", "methods"]}}}, "required": ["collections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2005, 14]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "britishcolumbia", "author" : "Politicster", "count" : 48}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "febd141", "CardHash" : "602333b", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "productsCount": {"type": "integer"}, "averagePrice": {"type": "number"}, "totalRevenue": {"type": "number"}}, "required": ["category", "productsCount", "averagePrice", "totalRevenue"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"category" : "Garden", "productsCount" : 28, "averagePrice" : 611.375357, "totalRevenue" : 17118.51}, {"category" : "Adult", "productsCount" : 22, "averagePrice" : 766.814545, "totalRevenue" : 16869.92}, {"category" : "Business", "productsCount" : 20, "averagePrice" : 691.0515, "totalRevenue" : 13821.03}, {"category" : "Other", "productsCount" : 20, "averagePrice" : 850.0095, "totalRevenue" : 17000.19}, {"category" : "For Children", "productsCount" : 17, "averagePrice" : 748.142353, "totalRevenue" : 12718.42}, {"category" : "Sports", "productsCount" : 17, "averagePrice" : 689.793529, "totalRevenue" : 11726.49}, {"category" : "Autoparts", "productsCount" : 17, "averagePrice" : 1053.880588, "totalRevenue" : 17915.97}, {"category" : "Drugs", "productsCount" : 16, "averagePrice" : 875.17, "totalRevenue" : 14002.72}, {"category" : "Electronics", "productsCount" : 16, "averagePrice" : 719.37375, "totalRevenue" : 11509.98}, {"category" : "Weapons", "productsCount" : 15, "averagePrice" : 767.961333, "totalRevenue" : 11519.42}, {"category" : "Fashion", "productsCount" : 12, "averagePrice" : 820.876667, "totalRevenue" : 9850.52}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "productsCount": {"type": "integer"}, "averagePrice": {"type": "number"}, "totalRevenue": {"type": "number"}}, "required": ["category", "productsCount", "averagePrice", "totalRevenue"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["robotframework-pythonlibcore"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"actors" : [], "countries" : [], "enb_end_date" : "22-Nov-00", "enb_long_title" : "Sixth Conference of the Parties to the UN Framework Convention on Climate Change", "enb_short_title" : "COP-6", "enb_start_date" : "22-Nov-00", "enb_url" : "http://www.iisd.ca/vol12/enb12160e.html", "id" : "enb12160e_2", "section_title" : "STATEMENTS BY PARTIES", "sentences" : ["Delegates then heard formal statements by high-level representatives from more than 70 Parties, outlining positions and views on climate change negotiations and issues related to the UNFCCC and Kyoto Protocol. <Editor's Note: A complete collection of Plenary statements will soon be available online at: http://COP6.unfccc.int>"], "subtype" : "", "topics" : [], "type" : ""}
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 97819, "cartId" : "a7c887f4-6368-43ca-a85d-5af9b1457570", "preferredProducts" : [2033, 4373, 3919, 1593, 3511, 4334, 3076], "productReviews" : [{"productId" : 1139, "reviewText" : "The box this comes in is 3 inch by 6 centimeter and weights 15 ounce!", "reviewDate" : "2017-03-26T22:11:12.7341774+03:00"}]}
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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"CPHD": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "path_type": {"type": "string"}}, "required": ["path", "path_type"]}}}, "required": ["CPHD"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CPHD" : [{"path" : "cphd/example_0_3.cphd", "path_type" : "relative"}, {"path" : "cphd/spotlight.cphd", "path_type" : "relative"}]}
json_instruct
{"type": "object", "properties": {"CPHD": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "path_type": {"type": "string"}}, "required": ["path", "path_type"]}}}, "required": ["CPHD"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["react-native-view-pager-2", "react-native-view-transformer"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}, "name": {"type": "string"}}, "required": ["type", "features", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-0.266098487512, 51.4697741077, 0.0], [-0.2657405782, 51.4692036631, 0.0], [-0.265679038981, 51.4689594179, 0.0], [-0.265748582467, 51.4689221005, 0.0], [-0.266098487559, 51.4690122948, 0.0], [-0.266098487512, 51.4697741077, 0.0]]]}}], "name" : "SW14 9"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}, "name": {"type": "string"}}, "required": ["type", "features", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index.js" : "sha256-blS6BuLNVfWbuHSNad44NK/NUWUs8jmkdFS7JImTo8A="}
json_instruct
{"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [785.13, 406.644, 1, 770.015, 660.167, 1, 496.115, 700.703, 1, 294, 1106, 1, 2.0547, -1.29509, 0, 1056.64, 629.31, 1, 1056, 1025, 1, 2.0547, -1.29509, 0, 893, 1269, 1, 700, 1269, 1, 2.0547, -1.29509, 0, 2.0547, -1.29509, 0, 964, 1269, 1, 2.0547, -1.29509, 0, 2.0547, -1.29509, 0, 709.124, 326.14, 1, 873.085, 346.214, 1, 612.561, 366.785, 1, 956.37, 377.241, 1, 2.0547, -1.29509, 0, 2.0547, -1.29509, 0, 2.0547, -1.29509, 0, 2.0547, -1.29509, 0, 2.0547, -1.29509, 0, 2.0547, -1.29509, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
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": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "90bdb475e06cb203f26e", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "string"}}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"textures" : ["eo:blue_flame"]}
json_instruct
{"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "string"}}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Sapang Balas, Dinalupihan, Bataan, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.bataan.dinalupihan.sapang-balas", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "region_reference" : "3", "region_name" : "Central Luzon (Region III)", "province_id" : "10", "province_reference" : "10", "province_name" : "Bataan", "city_id" : "418", "city_reference" : "138", "city_name" : "Dinalupihan", "barangay_id" : "11844", "barangay_reference" : "3130", "barangay_name" : "Sapang Balas"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.43586, 14.88201], [120.438454, 14.88686], [120.44854, 14.87953], [120.456482, 14.87717], [120.461922, 14.87627], [120.459991, 14.87189], [120.45787, 14.87265], [120.456306, 14.87285], [120.454811, 14.87331], [120.452637, 14.8744], [120.451347, 14.87432], [120.449257, 14.87369], [120.447517, 14.87376], [120.446289, 14.87401], [120.445267, 14.87443], [120.444527, 14.87487], [120.443138, 14.87526], [120.442093, 14.87605], [120.441452, 14.87692], [120.440598, 14.87757], [120.439133, 14.87813], [120.43811, 14.87925], [120.437263, 14.88026], [120.43586, 14.88201]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "dependencies": {"type": "object", "properties": {"controls": {"type": "array", "items": {"type": "string"}}, "code": {"type": "object", "properties": {"pages.transitions": {"type": "string"}}, "required": ["pages.transitions"]}}, "required": ["controls", "code"]}, "multilanguage": {"type": "boolean"}, "html": {"type": "string"}, "less": {"type": "string"}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "dependencies", "multilanguage", "html", "less", "js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "code", "id" : "pages.templates.Basic", "dependencies" : {"controls" : ["beyond-icons", "iron-icons", "paper-toolbar", "paper-button", "paper-spinner", "paper-icon-button"], "code" : {"pages.transitions" : "transitions"}}, "multilanguage" : false, "html" : "template.html", "less" : "template.less", "js" : ["toolbar.js", "control.js", "template.js", "define.js"]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "dependencies": {"type": "object", "properties": {"controls": {"type": "array", "items": {"type": "string"}}, "code": {"type": "object", "properties": {"pages.transitions": {"type": "string"}}, "required": ["pages.transitions"]}}, "required": ["controls", "code"]}, "multilanguage": {"type": "boolean"}, "html": {"type": "string"}, "less": {"type": "string"}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "dependencies", "multilanguage", "html", "less", "js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "morestoragedrawers:block/byg_jacaranda_full_4"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "b": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["p", "b"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["ppp", "bbb", "ppp"], "key" : {"p" : {"item" : "minecraft:purpur_block"}, "b" : {"tag" : "forge:bookshelves"}}, "result" : {"item" : "cyclic:ender_shelf", "count" : 4}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "b": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["p", "b"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9": {"type": "string"}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30", "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["2104460"], "\uc81c\uc548\uc77c\uc790" : ["2020-10-08"], "\uc81c\uc548\uc790" : ["\uc774\uc740\uc8fc\uc758\uc6d0\ub4f111\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38\ube44\uc6a9\ucd94\uacc4\uc11c\ube44\uc6a9\ucd94\uacc4\uc11c\ubbf8\ucca8\ubd80\uc0ac\uc720\uc11c"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c21\ub300(2020~2024)\uc81c382\ud68c"], "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9" : "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9\n\n \uadfc\ub798 \ucf54\ub85c\ub098\ubc14\uc774\ub7ec\uc2a4\uac10\uc5fc\uc99d-19\uc758 \uc720\ud589\uc774 \uc7a5\uae30\ud654\ub418\uba74\uc11c \uac01\uc885 \uacf5\uacf5\uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\ub294 \uae30\uad00 \ub610\ub294 \uc2dc\uc124\uc774 \uc6b4\uc601\uc0c1 \uc5b4\ub824\uc6c0\uc744 \uacaa\uace0 \uc788\ub294 \uc2e4\uc815\uc784. \ud2b9\ud788 \ub3c4\uc2dc \ub0b4 \uc6b4\uc1a1\uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uace0 \uc788\ub294 \ub3c4\uc2dc\ucca0\ub3c4\uc6b4\uc601\uc790\ub294 \uc0ac\ud68c\uc801 \uac70\ub9ac\ub450\uae30 \ub4f1\uc73c\ub85c \uc774\uc6a9\uac1d\uc774 \uae09\uac10\ud558\uc600\uc74c\uc5d0\ub3c4 \uc815\uc0c1\uc801\uc73c\ub85c \ub3c4\uc2dc\ucca0\ub3c4\ub97c \uc6b4\ud589\ud558\ub294 \ub4f1 \uc601\uc5c5\uc0c1 \uc190\uc2e4\uc744 \uac10\uc218\ud558\uace0 \uc2dc\ubbfc\uc758 \uc774\ub3d9\uad8c \ubcf4\uc7a5\uc744 \uc704\ud55c \uc6b4\uc1a1\uc11c\ube44\uc2a4\ub97c \uc9c0\uc18d\uc801\uc73c\ub85c \uc81c\uacf5\ud558\uace0 \uc788\uc74c.\n \ub530\ub77c\uc11c \uc774\ub4e4\uc5d0 \ub300\ud55c \uc7ac\uc815\uc9c0\uc6d0\uc744 \ud1b5\ud558\uc5ec \uc7ac\ub09c \uc704\uae30 \uc2dc\uc5d0\ub3c4 \uc815\uc0c1\uc801\uc778 \uc6b4\uc1a1\uc11c\ube44\uc2a4\uac00 \uc81c\uacf5\ub420 \uc218 \uc788\ub294 \uc5ec\uac74\uc744 \ub9c8\ub828\ud560 \ud544\uc694\uac00 \uc788\ub2e4\ub294 \uc9c0\uc801\uc774 \uc788\uc74c.\n \uc774\uc5d0 \uc7ac\ub09c \uc704\uae30 \uc2dc \ub3c4\uc2dc\uad50\ud1b5\uc758 \uc6d0\ud65c\ud55c \uc18c\ud1b5\uc5d0 \ud544\uc694\ud55c \uc6b4\uc1a1\uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud55c \ub3c4\uc2dc\ucca0\ub3c4\uc6b4\uc601\uc790\uc5d0 \ub300\ud558\uc5ec \uc7ac\uc815\uc801 \uc9c0\uc6d0\uc744 \ud560 \uc218 \uc788\ub3c4\ub85d \ud568\uc73c\ub85c\uc368, \uc7ac\ub09c \uc704\uae30 \uc2dc\uc5d0\ub3c4 \uc6b4\uc1a1\uc11c\ube44\uc2a4\uac00 \uc815\uc0c1\uc801\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c8 \uc218 \uc788\ub3c4\ub85d \ud558\ub824\ub294 \uac83\uc784(\uc548 \uc81c64\uc870\uc7582 \uc2e0\uc124)."}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4" : {"\uc18c\uad00\uc704\uc6d0\ud68c" : ["\ud589\uc815\uc548\uc804\uc704\uc6d0\ud68c"], "\ud68c\ubd80\uc77c" : ["2020-10-12"], "\uc0c1\uc815\uc77c" : [""], "\ucc98\ub9ac\uc77c" : [""], "\ucc98\ub9ac\uacb0\uacfc" : [""], "\ubb38\uc11c" : [""]}}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9": {"type": "string"}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30", "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$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"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d316-106", "text" : "ULi. fr\nSoptartor 25, 1959\nUtm 'iersheil 'V>? nh\u00bbn\n96 Saint Jooeph Street\nToronto 5, Ontario, Canada\nDear Horsfalls\nIn H\u00abny*s abo&aoo from the office, I on passing along mm inform\ncation racaived from Bon Harwood*\nHo eng^sta that it mqt te helpful for yon to review iha mmm&\nof research in m^o^risml nodta that may be obtained opon request\nfrom ita anther, Br\u00bb William Allan, System Itemlagmt& Oorporaticm,\nSanta Moatoa, California*\nCordially,\nHarold \u00a3. Kill\nAssociate Director\nIEHiJO\nCCt Dr* feaKth Itoiood\nDr. Sam D* Becffittr"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 31257, "cartId" : "b3067dd9-e753-43fd-b8a2-c47dfd77f19c", "preferredProducts" : [145, 954], "productReviews" : [{"productId" : 3407, "reviewText" : "i use it once in a while when i'm in my ring.", "reviewDate" : "2017-03-31T09:16:03.25951+03:00"}]}
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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404357133, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9a91e16890de6034eea4f00a644b193f", "wof:id" : 404357133, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.64604027195368, 49.86101709025306, 3.70362527587859, 49.91307778957158], "geometry" : {"coordinates" : [[[3.65921998560851, 49.86101709025306], [3.66718960668971, 49.8689515262791], [3.65241310944485, 49.87754797484828], [3.65496181519682, 49.8876589690902], [3.64604027195368, 49.90014869440402], [3.65888860579974, 49.91070754036001], [3.66106239829789, 49.91099225899769], [3.66412215623512, 49.91307778957158], [3.68031789539231, 49.91014999826268], [3.68243257872845, 49.90081336922488], [3.6916918529268, 49.89336784680054], [3.70362527587859, 49.86729171029895], [3.69738393608188, 49.86317692323325], [3.67236770945038, 49.86635374693678], [3.65921998560851, 49.86101709025306]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"track" : "c", "exercise" : "grains", "id" : "2663a414bb22445dbf38395a3f61a000", "url" : "https://exercism.org/tracks/c/exercises/grains", "handle" : "tfoliva", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fxname": {"type": "string"}, "Parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mmax": {"type": "integer"}, "mdefault": {"type": "integer"}, "pedal": {"type": "boolean"}}, "required": ["name", "mmax", "mdefault", "pedal"]}}}, "required": ["fxname", "Parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fxname" : "Flanger-Z", "Parameters" : [{"name" : "Mix", "mmax" : 100, "mdefault" : 65, "pedal" : false}, {"name" : "Rate", "mmax" : 100, "mdefault" : 50, "pedal" : false}, {"name" : "Depth", "mmax" : 100, "mdefault" : 47, "pedal" : false}, {"name" : "PreD", "mmax" : 50, "mdefault" : 4, "pedal" : false}, {"name" : "PSync", "mmax" : 1, "mdefault" : 0, "pedal" : true}, {"name" : "Level", "mmax" : 150, "mdefault" : 100, "pedal" : false}, {"name" : "PDL_L", "mmax" : 50, "mdefault" : 0, "pedal" : true}, {"name" : "PDL_R", "mmax" : 50, "mdefault" : 0, "pedal" : true}]}
json_instruct
{"type": "object", "properties": {"fxname": {"type": "string"}, "Parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mmax": {"type": "integer"}, "mdefault": {"type": "integer"}, "pedal": {"type": "boolean"}}, "required": ["name", "mmax", "mdefault", "pedal"]}}}, "required": ["fxname", "Parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "sintaxis", "parametros"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "", "code" : "", "ldc" : [], "sintaxis" : "pdb.post_mortem(traceback=None)\n", "parametros" : [{"nombre" : "traceback", "description" : ""}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "sintaxis", "parametros"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ar": {"type": "string"}, "name:az": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fr": {"type": "string"}, "name:ja": {"type": "string"}, "name:ru": {"type": "string"}, "is_in:country": {"type": "string"}, "is_in:continent": {"type": "string"}, "is_in:country_code": {"type": "string"}}, "required": ["name:ar", "name:az", "name:en", "name:es", "name:fr", "name:ja", "name:ru", "is_in:country", "is_in:continent", "is_in:country_code"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[45.377, 39.539], [45.435, 39.524], [45.446, 39.502], [45.47, 39.493], [45.441, 39.461], [45.411, 39.464], [45.394, 39.427], [45.416, 39.405], [45.422, 39.381], [45.481, 39.358], [45.514, 39.325], [45.564, 39.32], [45.574, 39.311], [45.551, 39.286], [45.588, 39.275], [45.6, 39.289], [45.68, 39.313], [45.695, 39.332], [45.718, 39.321], [45.704, 39.314], [45.644, 39.259], [45.584, 39.232], [45.581, 39.222], [45.48, 39.203], [45.483, 39.187], [45.52, 39.162], [45.559, 39.159], [45.566, 39.137], [45.536, 39.095], [45.538, 39.069], [45.572, 39.064], [45.579, 39.003], [45.57, 38.976], [45.537, 38.966], [45.487, 38.987], [45.453, 38.993], [45.437, 39.012], [45.453, 39.055], [45.403, 39.073], [45.402, 39.092], [45.369, 39.113], [45.353, 39.133], [45.363, 39.147], [45.35, 39.171], [45.313, 39.2], [45.277, 39.185], [45.275, 39.262], [45.298, 39.255], [45.325, 39.283], [45.34, 39.352], [45.362, 39.364], [45.354, 39.393], [45.37, 39.416], [45.367, 39.439], [45.305, 39.468], [45.325, 39.515], [45.377, 39.539]], [[45.381, 39.196], [45.417, 39.174], [45.432, 39.185], [45.436, 39.219], [45.404, 39.241], [45.385, 39.234], [45.381, 39.196]]]}, "properties" : {"name" : "Babek District", "iso2" : "AZ-BAB", "admin_level" : 4, "osm_id" : 3789855, "countrylevel_id" : "iso2:AZ-BAB", "osm_data" : {"localname" : "Bab\u0259k rayonu", "official_name" : "", "alltags" : {"name:ar" : "\u0645\u0642\u0627\u0637\u0639\u0629 \u0628\u0627\u0628\u064a\u0643", "name:az" : "Bab\u0259k rayonu", "name:en" : "Babek District", "name:es" : "Babek", "name:fr" : "Babek", "name:ja" : "\u30d0\u30d9\u30af\u5730\u533a", "name:ru" : "\u0411\u0430\u0431\u0435\u043a\u0441\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d", "is_in:country" : "Azerbaijan", "is_in:continent" : "Asia", "is_in:country_code" : "AZ"}}, "center_lat" : 39.24, "center_lon" : 45.45, "area_m2" : 860553785, "timezone" : "Asia/Baku", "wikidata_id" : "Q643895", "wikipedia_id" : "ru:\u0411\u0430\u0431\u0435\u043a\u0441\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d"}}
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": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ar": {"type": "string"}, "name:az": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fr": {"type": "string"}, "name:ja": {"type": "string"}, "name:ru": {"type": "string"}, "is_in:country": {"type": "string"}, "is_in:continent": {"type": "string"}, "is_in:country_code": {"type": "string"}}, "required": ["name:ar", "name:az", "name:en", "name:es", "name:fr", "name:ja", "name:ru", "is_in:country", "is_in:continent", "is_in:country_code"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"number" : "52.236-4", "title" : "Physical Data.", "children" : [{"text" : "As prescribed in 36.504, insert the following clause in solicitations and contracts when a fixed-price construction contract is contemplated and physical data (e.g., test borings, hydrographic, weather conditions data) will be furnished or made available to offerors. All information to be furnished or made available to offerors before award that pertains to the performance of the work should be identified in the clause. When paragraphs are not applicable they may be deleted.", "type" : "paragraph", "level" : null}, {"text" : "Physical Data (Apr 1984)", "type" : "paragraph", "level" : null}, {"text" : "Data and information furnished or referred to below is for the Contractor\u2019s information. The Government shall not be responsible for any interpretation of or conclusion drawn from the data or information by the Contractor.", "type" : "paragraph", "level" : null}, {"text" : "(a) The indications of physical conditions on the drawings and in the specifications are the result of site investigations by __________ [insert a description of investigational methods used, such as surveys, auger borings, core borings, test pits, probings, test tunnels].", "type" : "paragraph", "level" : null}, {"text" : "(b) Weather conditions __________ [insert a summary of weather records and warnings].", "type" : "paragraph", "level" : null}, {"text" : "(c) Transportation facilities _________ [insert a summary of transportation facilities providing access from the site, including information about their availability and limitations].", "type" : "paragraph", "level" : null}, {"text" : "(d) ___________ [insert other pertinent information].", "type" : "paragraph", "level" : null}, {"text" : "(End of clause)", "type" : "paragraph", "level" : null}]}
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key" : "A", "suffix" : "7sus4/G#", "positions" : [{"frets" : "4552xx", "fingers" : "234100"}, {"frets" : "4x5x35", "fingers" : "203014"}, {"frets" : "xbccaa", "fingers" : "023411", "barres" : "10", "capo" : "true"}, {"frets" : "xx6785", "fingers" : "002341"}, {"frets" : "ghhexx", "fingers" : "234100"}, {"frets" : "gxhxfh", "fingers" : "203014"}, {"frets" : "xxijkh", "fingers" : "002341"}]}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["tree-block", "tree-box", "tree-buttons", "tree-flag", "tree-layout", "tree-list-block", "tree-list-ui", "tree-media", "tree-nav", "tree-pack", "tree-spacing", "tree-table", "tree-wrapper"]
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": {"name": {"type": "string"}, "eggPlugin": {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "dependencies"]}}, "required": ["name", "eggPlugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "egg-session-memjs", "eggPlugin" : {"name" : "sessionMemjs", "dependencies" : ["memjs"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "eggPlugin": {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "dependencies"]}}, "required": ["name", "eggPlugin"], "$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"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "backbone-d3", "version" : "0.2.0", "homepage" : "https://github.com/akre54/backbone-d3", "authors" : ["Adam Krebs <[email protected]>"], "description" : "A jQuery-to-D3 Adapter for Backbone", "main" : "d3-adapter.js", "keywords" : ["D3", "Backbone", "jQuery", "adapter", "shim", "sync", "select", "DOM"], "license" : "Apache 2.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type": "integer"}, "INT_ZONE": {"type": "string"}, "FLOOD": {"type": "integer"}, "LANDSLIDE": {"type": "string"}, "LEGAL_ID": {"type": "string"}, "LEGAL_NAME": {"type": "string"}, "LEGAL_AREA": {"type": "number"}, "LEGAL_LOTS": {"type": "integer"}, "LEGAL_POP": {"type": "number"}, "LEGAL_DENS": {"type": "number"}, "LEGALIZING": {"type": "string"}, "BLOCK_ID_": {"type": "string"}, "BLOCK_POP": {"type": "integer"}, "BLOCK_BLD": {"type": "integer"}, "BLOCK_RISK": {"type": "number"}, "BLOCK_EDU": {"type": "integer"}, "BLOCK_HLTH": {"type": "number"}, "BLOCK_TRAN": {"type": "number"}, "BLOCK_CULT": {"type": "integer"}, "BLOCK_PARK": {"type": "number"}, "BLOCK_SEC": {"type": "integer"}, "BLOCK_CENT": {"type": "integer"}, "BLOCK_DEF": {"type": "integer"}, "BLD_INHAB": {"type": "integer"}, "OBJECTID": {"type": "integer"}, "AO_225": {"type": "number"}, "id": {"type": "integer"}, "images": {"type": "array", "items": {}}}, "required": ["MATERIAL", "AVG_SLOPE", "AVG_HEIGHT", "TERAIN_SLP", "AREA", "VOLUME", "FLOORS", "INT_ZONE", "FLOOD", "LANDSLIDE", "LEGAL_ID", "LEGAL_NAME", "LEGAL_AREA", "LEGAL_LOTS", "LEGAL_POP", "LEGAL_DENS", "LEGALIZING", "BLOCK_ID_", "BLOCK_POP", "BLOCK_BLD", "BLOCK_RISK", "BLOCK_EDU", "BLOCK_HLTH", "BLOCK_TRAN", "BLOCK_CULT", "BLOCK_PARK", "BLOCK_SEC", "BLOCK_CENT", "BLOCK_DEF", "BLD_INHAB", "OBJECTID", "AO_225", "id", "images"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MATERIAL" : "corrugated metal/heavily patched", "AVG_SLOPE" : 8.35594613306, "AVG_HEIGHT" : 2.98986298136, "TERAIN_SLP" : 3.84016032544, "AREA" : 44.5470180457, "VOLUME" : 133, "FLOORS" : 1, "INT_ZONE" : "Borde Rural", "FLOOD" : 2, "LANDSLIDE" : "Amenaza Media", "LEGAL_ID" : "311", "LEGAL_NAME" : "EL MIRADOR", "LEGAL_AREA" : 11.06, "LEGAL_LOTS" : 989, "LEGAL_POP" : 5340.6, "LEGAL_DENS" : 89.42, "LEGALIZING" : "Prediagnosticado", "BLOCK_ID_" : "002570048", "BLOCK_POP" : 48, "BLOCK_BLD" : 16, "BLOCK_RISK" : 22.17609, "BLOCK_EDU" : 0, "BLOCK_HLTH" : 10.502849, "BLOCK_TRAN" : 88.690102, "BLOCK_CULT" : 0, "BLOCK_PARK" : 3.5221467, "BLOCK_SEC" : 100, "BLOCK_CENT" : 0, "BLOCK_DEF" : 50, "BLD_INHAB" : 3, "OBJECTID" : 1, "AO_225" : 0.16, "id" : 459, "images" : []}
json_instruct
{"type": "object", "properties": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type": "integer"}, "INT_ZONE": {"type": "string"}, "FLOOD": {"type": "integer"}, "LANDSLIDE": {"type": "string"}, "LEGAL_ID": {"type": "string"}, "LEGAL_NAME": {"type": "string"}, "LEGAL_AREA": {"type": "number"}, "LEGAL_LOTS": {"type": "integer"}, "LEGAL_POP": {"type": "number"}, "LEGAL_DENS": {"type": "number"}, "LEGALIZING": {"type": "string"}, "BLOCK_ID_": {"type": "string"}, "BLOCK_POP": {"type": "integer"}, "BLOCK_BLD": {"type": "integer"}, "BLOCK_RISK": {"type": "number"}, "BLOCK_EDU": {"type": "integer"}, "BLOCK_HLTH": {"type": "number"}, "BLOCK_TRAN": {"type": "number"}, "BLOCK_CULT": {"type": "integer"}, "BLOCK_PARK": {"type": "number"}, "BLOCK_SEC": {"type": "integer"}, "BLOCK_CENT": {"type": "integer"}, "BLOCK_DEF": {"type": "integer"}, "BLD_INHAB": {"type": "integer"}, "OBJECTID": {"type": "integer"}, "AO_225": {"type": "number"}, "id": {"type": "integer"}, "images": {"type": "array", "items": {}}}, "required": ["MATERIAL", "AVG_SLOPE", "AVG_HEIGHT", "TERAIN_SLP", "AREA", "VOLUME", "FLOORS", "INT_ZONE", "FLOOD", "LANDSLIDE", "LEGAL_ID", "LEGAL_NAME", "LEGAL_AREA", "LEGAL_LOTS", "LEGAL_POP", "LEGAL_DENS", "LEGALIZING", "BLOCK_ID_", "BLOCK_POP", "BLOCK_BLD", "BLOCK_RISK", "BLOCK_EDU", "BLOCK_HLTH", "BLOCK_TRAN", "BLOCK_CULT", "BLOCK_PARK", "BLOCK_SEC", "BLOCK_CENT", "BLOCK_DEF", "BLD_INHAB", "OBJECTID", "AO_225", "id", "images"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"app": {"type": "object", "properties": {}, "required": []}, "component": {"type": "object", "properties": {"tplDir": {"type": "string"}}, "required": ["tplDir"]}}, "required": ["app", "component"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"app" : {}, "component" : {"tplDir" : "templates/component"}}
json_instruct
{"type": "object", "properties": {"app": {"type": "object", "properties": {}, "required": []}, "component": {"type": "object", "properties": {"tplDir": {"type": "string"}}, "required": ["tplDir"]}}, "required": ["app", "component"], "$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"}, "featured": {"type": "boolean"}, "weight": {"type": "integer"}, "repo": {"type": "string"}, "headline": {"type": "string"}, "description": {"type": "string"}, "stack": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "team": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["name", "twitter"]}}, "route": {"type": "string"}}, "required": ["name", "featured", "weight", "repo", "headline", "description", "stack", "tags", "team", "route"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Evade 2", "featured" : false, "weight" : 10, "repo" : "https://github.com/moduscreateorg/evade2", "headline" : "Artificial intelligence, vector graphics, music and a \u201c2.5D\u201d engine \u2014 all in 32k of FLASH memory. ", "description" : "We built a custom Arduboy game to include all the best features of modern day first person shooters. With no fancy front-end frameworks and just an 8-bit processor, we went back to basics.", "stack" : ["arduboy", "c++", "Node JS", "ATMLib2"], "tags" : ["embedded"], "team" : [{"name" : "Jay Garcia", "twitter" : "modusjesus"}, {"name" : "Michael Tintuic", "twitter" : "michaeltintiuc"}, {"name" : "Mike Schwartz", "twitter" : "ModusSchwartz"}], "route" : "evade2"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "featured": {"type": "boolean"}, "weight": {"type": "integer"}, "repo": {"type": "string"}, "headline": {"type": "string"}, "description": {"type": "string"}, "stack": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "team": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["name", "twitter"]}}, "route": {"type": "string"}}, "required": ["name", "featured", "weight", "repo", "headline", "description", "stack", "tags", "team", "route"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "This addresses \r\nhttps://github.com/spack/spack/issues/6677", "user" : "gartung", "url" : "https://api.github.com/repos/spack/spack/issues/6679", "updated_at" : "2017-12-21 02:21:48", "created_at" : "2017-12-13 16:37:40", "closed_at" : "2017-12-21 02:21:43", "state" : "closed", "title" : "Check if patchelf --print-rpaths actually returns something before modifying the elf object.", "number" : 6679, "milestone" : null, "labels" : ["buildcache"], "id" : 281815731, "html_url" : "https://github.com/spack/spack/pull/6679", "assignees" : [], "comments" : 1}
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": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"Roll_no": {"type": "string"}, "First Name": {"type": "string"}, "Last Name": {"type": "string"}, "User Name": {"type": "string"}, "Password": {"type": "string"}, "Department": {"type": "string"}, "E-mail": {"type": "string"}, "Wallet id": {"type": "string"}, "Year of Study": {"type": "string"}}, "required": ["Roll_no", "First Name", "Last Name", "User Name", "Password", "Department", "E-mail", "Wallet id", "Year of Study"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Roll_no" : "CB.EN.U4CSE18028", "First Name" : "Kishore", "Last Name" : "Saravanan", "User Name" : "Kishore91", "Password" : "admin", "Department" : "CSE", "E-mail" : "[email protected]", "Wallet id" : "123456789", "Year of Study" : "2"}, {"Roll_no" : "CB.EN.U4CSE18069", "First Name" : "Dheeraj", "Last Name" : "Varghese", "User Name" : "Dheeraj06", "Password" : "admin", "Department" : "CSE", "E-mail" : "[email protected]", "Wallet id" : "123789456", "Year of Study" : "2"}, {"Roll_no" : "CB.EN.U4CSE18066", "First Name" : "Tej", "Last Name" : "Deep", "User Name" : "Tejo25", "Password" : "admin", "Department" : "CSE", "E-mail" : "[email protected]", "Wallet id" : "987654321", "Year of Study" : "2"}, {"Roll_no" : "admin", "First Name" : "Suraj", "Last Name" : "Warrier", "User Name" : "Suraj07", "Password" : "admin", "Department" : "CSE", "E-mail" : "[email protected]", "Wallet id" : "456123789", "Year of Study" : "2"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Roll_no": {"type": "string"}, "First Name": {"type": "string"}, "Last Name": {"type": "string"}, "User Name": {"type": "string"}, "Password": {"type": "string"}, "Department": {"type": "string"}, "E-mail": {"type": "string"}, "Wallet id": {"type": "string"}, "Year of Study": {"type": "string"}}, "required": ["Roll_no", "First Name", "Last Name", "User Name", "Password", "Department", "E-mail", "Wallet id", "Year of Study"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [76.5984251968504, 41.6581818181818, 0.905097469687462, 77.1023622047244, 82.6181818181818, 0.70027981698513, 48.6299212598425, 87.04, 0.671299785375595, 46.3622047244095, 153.6, 0.182871926575899, 29.9842519685039, 212.247272727273, 0.409082356840372, 104.062992125984, 78.4290909090909, 0.610826529562473, 123.968503937008, 122.181818181818, 0.142028626985848, 0, 0, 0, 51.6535433070866, 194.327272727273, 0.238054835237563, 0, 0, 0, 0, 0, 0, 97.511811023622, 189.207272727273, 0.255953438812867, 0, 0, 0, 0, 0, 0, 66.5196850393701, 33.5127272727273, 0.935787796974182, 83.6535433070866, 32.1163636363636, 0.933547973632812, 53.4173228346457, 38.4, 0.900754421949387, 92.7244094488189, 35.6072727272727, 0.722360670566559], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "rationale": {"type": "string"}, "remediation": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "lifecycleStages": {"type": "array", "items": {"type": "string"}}, "eventSource": {"type": "string"}, "severity": {"type": "string"}, "policyVersion": {"type": "string"}, "policySections": {"type": "array", "items": {"type": "object", "properties": {"policyGroups": {"type": "array", "items": {"type": "object", "properties": {"fieldName": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["fieldName", "values"]}}}, "required": ["policyGroups"]}}, "mitreAttackVectors": {"type": "array", "items": {"type": "object", "properties": {"tactic": {"type": "string"}, "techniques": {"type": "array", "items": {"type": "string"}}}, "required": ["tactic", "techniques"]}}, "criteriaLocked": {"type": "boolean"}, "mitreVectorsLocked": {"type": "boolean"}, "isDefault": {"type": "boolean"}}, "required": ["id", "name", "description", "rationale", "remediation", "categories", "lifecycleStages", "eventSource", "severity", "policyVersion", "policySections", "mitreAttackVectors", "criteriaLocked", "mitreVectorsLocked", "isDefault"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "251136ca-c92c-4474-a2c7-4949c71b745f", "name" : "Process Targeting Kubernetes Service Endpoint", "description" : "Detects misuse of the Kubernetes Service API endpoint", "rationale" : "A pod communicating to a Kubernetes API from via command line is highly irregular", "remediation" : "Look for open ports that may allow remote execution. Remove network utilities like curl and wget that allow these connections. Consider a firewall deny ingress firewall rule to the node serving the API", "categories" : ["Kubernetes"], "lifecycleStages" : ["RUNTIME"], "eventSource" : "DEPLOYMENT_EVENT", "severity" : "HIGH_SEVERITY", "policyVersion" : "1.1", "policySections" : [{"policyGroups" : [{"fieldName" : "Process Arguments", "values" : [{"value" : "https://(\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}|\\$.?KUBERNETES_(PORT_443_TCP_ADDR|SERVICE_HOST).?)(:443)?/apis?/(v1(beta.)?/)?(.*\\.k8s\\.io|clusterrole.*|role.*|networkpolicies|cronjobs|certificate.*|podsecurity.*|secrets.*)"}]}]}], "mitreAttackVectors" : [{"tactic" : "TA0007", "techniques" : ["T1613"]}], "criteriaLocked" : true, "mitreVectorsLocked" : true, "isDefault" : true}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "rationale": {"type": "string"}, "remediation": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "lifecycleStages": {"type": "array", "items": {"type": "string"}}, "eventSource": {"type": "string"}, "severity": {"type": "string"}, "policyVersion": {"type": "string"}, "policySections": {"type": "array", "items": {"type": "object", "properties": {"policyGroups": {"type": "array", "items": {"type": "object", "properties": {"fieldName": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["fieldName", "values"]}}}, "required": ["policyGroups"]}}, "mitreAttackVectors": {"type": "array", "items": {"type": "object", "properties": {"tactic": {"type": "string"}, "techniques": {"type": "array", "items": {"type": "string"}}}, "required": ["tactic", "techniques"]}}, "criteriaLocked": {"type": "boolean"}, "mitreVectorsLocked": {"type": "boolean"}, "isDefault": {"type": "boolean"}}, "required": ["id", "name", "description", "rationale", "remediation", "categories", "lifecycleStages", "eventSource", "severity", "policyVersion", "policySections", "mitreAttackVectors", "criteriaLocked", "mitreVectorsLocked", "isDefault"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3602120016", "district_id" : "3602120", "name" : "MALANGSARI"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"totalShames": {"type": "integer"}, "totalShamings": {"type": "integer"}}, "required": ["totalShames", "totalShamings"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9a15235d-53ce-4ad1-86a4-68f53c8ec6ba", "playerTags" : [], "teamTags" : ["eb67ae5e-c4bf-46ca-bbbc-425cd34182ff"], "gameTags" : [], "metadata" : {"totalShames" : 56, "totalShamings" : 47}, "created" : "2021-03-05T01:30:41.009Z", "season" : 11, "tournament" : -1, "type" : 154, "day" : 79, "phase" : 6, "category" : 3, "description" : "The Moist Talkers were shamed by the Flowers.", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"totalShames": {"type": "integer"}, "totalShamings": {"type": "integer"}}, "required": ["totalShames", "totalShamings"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "pgd-777-c_1", "size" : 1158525491, "link" : "https://streamtape.com/e/YGRqKKrJgOuv9gm", "created_at" : "2022\u5e7403\u670819\u65e5 17:30:19", "downloads" : 0, "linkid" : "YGRqKKrJgOuv9gm", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "PGD\u200b\u200b-777 \u5de8\u4e73\u98a8\u4fd7\u5973\u90ce\u6c96\u7530\u674f\u68a8\u7684\u5167\u5c04\u670d\u52d9", "thumbUrl" : "https://assets-cdn.jable.tv/contents/videos_screenshots/0/632/320x180/1.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}, "X": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}, "required": ["#", "X"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "forge:ore_shaped", "pattern" : ["X#X"], "key" : {"#" : {"item" : "germplasm:solid_medium", "data" : 0}, "X" : {"type" : "forge:ore_dict", "ore" : "dustGlowstone"}}, "result" : {"item" : "germplasm:genome_filter"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}, "X": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}, "required": ["#", "X"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["451030208201", "\u5357\u7070\u6751\u59d4\u4f1a", "210", "0"], ["451030208202", "\u677f\u6865\u6751\u59d4\u4f1a", "220", "0"], ["451030208203", "\u8db3\u522b\u6751\u59d4\u4f1a", "220", "0"], ["451030208204", "\u592e\u9f99\u6751\u59d4\u4f1a", "220", "0"], ["451030208205", "\u8005\u4e48\u6751\u59d4\u4f1a", "220", "0"], ["451030208206", "\u5e73\u6728\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Designing", "Programming"], "desc" : "\n", "details" : {"authors" : "Prakash Narayan, Tony Ng", "format" : "pdf", "isbn-10" : "9780321492", "isbn-13" : "978-0321492159", "pages" : "384 pages", "publication date" : "January 2, 2010", "publisher" : "Addison-Wesley Professional", "size" : "4.00Mb"}, "img" : "http://23.95.221.108/covers/fc/fc71b9b63e301ea1d0824da30cf1841a.jpg", "link" : "https://rapidhosting.info/files/9lp", "title" : "Implementing SOA Using Java EE"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-css": {"type": "string"}, "watch-css": {"type": "string"}, "clean": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "start": {"type": "string"}}, "required": ["build-css", "watch-css", "clean", "build", "watch", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "string"}, "morgan": {"type": "string"}, "nodemon": {"type": "string"}, "stylus": {"type": "string"}, "node-wol": {"type": "string"}}, "required": ["express", "jade", "morgan", "nodemon", "stylus", "node-wol"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "blwol", "version" : "1.0.0", "description" : "Brainlab Wake on Lan website", "main" : "index.js", "scripts" : {"build-css" : "stylus source/stylesheets/index.styl -o static/css", "watch-css" : "stylus source/stylesheets/index.styl -o static/css -w", "clean" : "rm -rf static\\css && mkdir static\\css", "build" : "npm run clean && npm run build-css", "watch" : "npm run clean && npm run watch-css & nodemon server -e js,jade", "start" : "node server"}, "keywords" : ["wol"], "author" : "ricardo.gomes", "license" : "ISC", "dependencies" : {"express" : "^4.15.3", "jade" : "^1.11.0", "morgan" : "^1.8.2", "nodemon" : "^1.9.2", "stylus" : "^0.54.5", "node-wol" : "^0.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-css": {"type": "string"}, "watch-css": {"type": "string"}, "clean": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "start": {"type": "string"}}, "required": ["build-css", "watch-css", "clean", "build", "watch", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "string"}, "morgan": {"type": "string"}, "nodemon": {"type": "string"}, "stylus": {"type": "string"}, "node-wol": {"type": "string"}}, "required": ["express", "jade", "morgan", "nodemon", "stylus", "node-wol"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$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"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "node-markdown": {"type": "string"}, "coffeekup": {"type": "string"}, "user-agent": {"type": "string"}, "libxmljs": {"type": "string"}, "request": {"type": "string"}, "formidable": {"type": "string"}}, "required": ["express", "node-markdown", "coffeekup", "user-agent", "libxmljs", "request", "formidable"]}}, "required": ["name", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "banajs", "version" : "0.0.1", "private" : true, "dependencies" : {"express" : ">=2.5.8", "node-markdown" : ">=0.1.0", "coffeekup" : ">=0.3.1", "user-agent" : ">=1.0.4", "libxmljs" : ">=0.5.3", "request" : ">=2.1.1", "formidable" : ">=1.0.9"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "node-markdown": {"type": "string"}, "coffeekup": {"type": "string"}, "user-agent": {"type": "string"}, "libxmljs": {"type": "string"}, "request": {"type": "string"}, "formidable": {"type": "string"}}, "required": ["express", "node-markdown", "coffeekup", "user-agent", "libxmljs", "request", "formidable"]}}, "required": ["name", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}