input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PRE" : 6480000, "ENC" : [52912128, 1, 53583872, 20, 54493184, 1, 56086528, 1, 57696256, 1, 58818560, 6, 62517248, 3, 62787584, 1, 63057920, 1, 63328256, 1, 63868928, 1, 127463424, 2, 127754240, 1, 128040960, 3, 128380928, 1, 141271040, 1, 145682432, 1, 151592960, 1, 152694784, 1, 158777344, 1, 166076416, 1, 173375488... | json_instruct | {"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$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"}, "macros": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "macros"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cordio-nordic-ll", "macros" : ["INIT_BROADCASTER", "INIT_OBSERVER", "INIT_CENTRAL", "INIT_PERIPHERAL", "INIT_ENCRYPTED", "LHCI_ENABLE_VS=0", "BB_CLK_RATE_HZ=1000000"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "macros": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "macros"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"d3.layout.cloud.js": {"type": "string"}, "d3.layout.cloud.min.js": {"type": "string"}}, "required": ["d3.layout.cloud.js", "d3.layout.cloud.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"d3.layout.cloud.js" : "sha256-btrbKcK+nC2x/+sCRprfNJ5wIngYd4/W1jkf+MMIWW0=", "d3.layout.cloud.min.js" : "sha256-LujWPK4r+fVeV1kfzUycYL7WEqW1+AhrtR6LIA5ixC0="} | json_instruct | {"type": "object", "properties": {"d3.layout.cloud.js": {"type": "string"}, "d3.layout.cloud.min.js": {"type": "string"}}, "required": ["d3.layout.cloud.js", "d3.layout.cloud.min.js"], "$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"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-m... | {"name" : "mockiato-ui", "private" : true, "ignore" : ["**/.*", "node_modules", "public/js/bower_components", "test"], "dependencies" : {"angular" : "1.7.5", "angular-messages" : "1.7.5", "angular-resource" : "1.7.5", "angular-route" : "1.7.5", "angular-sanitize" : "1.7.5", "jquery" : "3.1.1", "bootstrap" : "3.3.7", "c... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-messages": {"type": "string"}, "angular-resource": {"type": "string"}, "angula... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "... | {"output" : "The output is given as two values P and M with 1 decimal place each, such that P < (n) < M according to the given inequality above. These two values have one blank space between them.", "input" : "The input is a natural number n (17 \u2264 n \u2264 109).", "level" : 2, "name" : "Approximate Number of Prime... | json_instruct | {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "propert... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.... | {"variants" : {"" : {"model" : "next_christmas:block/candle_light_blue"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "stri... | {"name" : "habr-to-mhabr-bookmarklet", "version" : "1.0.0", "description" : "Switch Habr to mHabr", "homepage" : "https://github.com/VovanR/habr-to-mhabr-bookmarklet", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/VovanR/habr-to-mhabr-bookmarklet.git"}, "author" : {"name" : "VovanR", "u... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ignore" : ["src/__tests__"]} | json_instruct | {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"], "$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": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "o... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [1.369189, 52.051976]}, "properties" : {"point" : "POINT (1.369189 52.051976)", "start-date" : "1966-03-16", "listed-building" : "1030700", "name" : "WOOD HALL", "listed-building-grade" : "II*", "documentation-url" : "https://historicengland.org.uk/li... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "star... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1977, 5], [1979, 5], [1991, 5], [1997, 10]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"LiveFrom": {"type": "string"}, "ID": {"type": "string"}, "ListElementCode": {"type": "string"}, "ListElement": {"type": "string"}, "DisplayOrder": {"type": "integer"}}, "required": ["LiveFrom", "ID", "... | [{"LiveFrom" : "01/01/2017", "ID" : "SupervisionOrderEndDateType", "ListElementCode" : "SET_CALENDAR_DAY", "ListElement" : "On a set calendar day", "DisplayOrder" : 1}, {"LiveFrom" : "01/01/2017", "ID" : "SupervisionOrderEndDateType", "ListElementCode" : "SET_CALENDAR_DAY_AND_TIME", "ListElement" : "On a set calendar d... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"LiveFrom": {"type": "string"}, "ID": {"type": "string"}, "ListElementCode": {"type": "string"}, "ListElement": {"type": "string"}, "DisplayOrder": {"type": "integer"}}, "required": ["LiveFrom", "ID", "ListElementCode", "ListElement", "DisplayOrder"]}, "$sche... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"... | {"version" : "1.0.0", "name" : "asp.net", "private" : true, "dependencies" : {}, "devDependencies" : {"gulp" : "3.9.1", "babel-core" : "6.26.3", "babel-preset-env" : "1.7.0", "gulp-babel" : "7.0.1", "gulp-rename" : "1.2.2", "gulp-autoprefixer" : "4.1.0", "gulp-concat" : "2.6.1", "gulp-plumber" : "1.2.0", "gulp-cssmin" ... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "babel-core": {"type": "string"}, "babel-pre... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ember.debug.js": {"type": "string"}, "ember.js": {"type": "string"}, "ember.min.js": {"type": "string"}, "ember.prod.js": {"type": "string"}}, "required": ["ember.debug.js", "ember.js", "ember.min.js", "ember... | {"ember.debug.js" : "sha256-cC7NXmyZ5TQ7yZyhLQgQ6jpL/a886q5FivoPzACyfAI=", "ember.js" : "sha256-cC7NXmyZ5TQ7yZyhLQgQ6jpL/a886q5FivoPzACyfAI=", "ember.min.js" : "sha256-Ers38ZKjmm1VAxqiIxmTZS+IVjnhZA0l01RBNnevlKU=", "ember.prod.js" : "sha256-oeMBHdC5lOFSEhSy+Fs8jiyK3Nz0/TvCx5ALfGH4KAU="} | json_instruct | {"type": "object", "properties": {"ember.debug.js": {"type": "string"}, "ember.js": {"type": "string"}, "ember.min.js": {"type": "string"}, "ember.prod.js": {"type": "string"}}, "required": ["ember.debug.js", "ember.js", "ember.min.js", "ember.prod.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nextArticle": {"type": "object", "properties": {"title": {"type": "string"}, "urlPath": {"type": "string"}}, "required": ["title", "urlPath"]}, "previousArticle": {"type": "object", "properties": {"title": {"type":... | {"nextArticle" : {"title" : "The Past is Now. The Future was then.", "urlPath" : "/article/20181120_the-past-is-now-the-future-was-then"}, "previousArticle" : {"title" : "Boddika's Drum-Machine Music", "urlPath" : "/article/20180926_test-title"}} | json_instruct | {"type": "object", "properties": {"nextArticle": {"type": "object", "properties": {"title": {"type": "string"}, "urlPath": {"type": "string"}}, "required": ["title", "urlPath"]}, "previousArticle": {"type": "object", "properties": {"title": {"type": "string"}, "urlPath": {"type": "string"}}, "required": ["title", "urlP... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"t... | [{"name" : "Jomo Audio Quatre", "id" : "9abf3e97d752e295e3e7406e9ae49e6f05007e40", "isDefault" : false, "gains" : {"global" : -8.7, "bands" : [-3.5, -3.7, -5.7, -6.0, -2.9, 0.8, 4.8, 2.8, 5.6, 8.1]}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "requ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"... | {"directions" : ["Combine pineapple juice, tequila, Cointreau, orange juice, lime juice, and simple syrup in large pitcher. (Can be prepared 6 hours ahead. Refrigerate.) Add 3 cups ice cubes to pitcher and stir to blend well. Pour margarita into cocktail glasses. Garnish with pineapple spears and maraschino cherries, i... | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"},... | {"geometry" : {"type" : "Point", "coordinates" : [-74.76, 41.85]}, "type" : "Feature", "id" : "12768", "properties" : {"other_cities" : "", "city" : "Parksville", "state" : "NY", "county" : "Sullivan County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test... | {"name" : "up-to-date", "version" : "0.0.1", "description" : "node cli tool to determine if any dependencies have changed", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/MaxFichtelmann/up-to-date.git"}, "keyword... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"total_duration": {"type": "number"}, "timestamp": {"type": "string"}}, "required": ["total_duration", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"total_duration" : 13225.517389059067, "timestamp" : "2020-11-27 00:50:29.437564"} | json_instruct | {"type": "object", "properties": {"total_duration": {"type": "number"}, "timestamp": {"type": "string"}}, "required": ["total_duration", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type"... | {"id" : "subspace_boulder_rocky_bulwark", "originalId" : 372102, "rarity" : 3, "name" : "Felsen der Raumschaffung \u2013 \u201eAuft\u00fcrmung\u201c", "description" : "Einer der Felsen, die zur Grundgel\u00e4nde vom Kannenreich geh\u00f6ren. Mauern aus diesen widerstandsf\u00e4higen Felsen k\u00f6nnen Monsterangriffe m... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"ty... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cumulativeDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cumulativeDeaths" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 4, 4, 4, 4, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, ... | json_instruct | {"type": "object", "properties": {"cumulativeDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "id": {"type": "integer"}, "project_id": {"type": "integer"}, "name": {"type": "string"}, "created_at": {"type": "integer"}, "updated_at": {"type": "integ... | [{"kind" : "label", "id" : 2015, "project_id" : 99, "name" : "diplomatic relations", "created_at" : 1646740800000, "updated_at" : 1646740800000}, {"kind" : "label", "id" : 2013, "project_id" : 99, "name" : "fleet ops", "created_at" : 1646740800000, "updated_at" : 1646740800000}, {"kind" : "label", "id" : 2011, "project... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "id": {"type": "integer"}, "project_id": {"type": "integer"}, "name": {"type": "string"}, "created_at": {"type": "integer"}, "updated_at": {"type": "integer"}}, "required": ["kind", "id", "project_id", "name", "created_at", "update... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "ite... | {"name" : "bk2k/extension-helper", "type" : "library", "description" : "Helper for TYPO3 Extension Maintenance", "keywords" : ["TYPO3 CMS", "Extension", "Development", "Maintenance"], "homepage" : "https://github.com/benjaminkott/extension-helper", "authors" : [{"name" : "Benjamin Kott", "email" : "info@bk2k.info", "ro... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "em... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"typescript.tsdk": {"type": "string"}, "workbench.colorCustomizations": {"type": "object", "properties": {"titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}, "titleBar.ina... | {"typescript.tsdk" : "node_modules/typescript/lib", "workbench.colorCustomizations" : {"titleBar.activeBackground" : "#a10ca3", "titleBar.activeForeground" : "#fff", "titleBar.inactiveBackground" : "#a10ca3", "titleBar.inactiveForeground" : "#2a0b2b"}} | json_instruct | {"type": "object", "properties": {"typescript.tsdk": {"type": "string"}, "workbench.colorCustomizations": {"type": "object", "properties": {"titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}, "titleBar.inactiveBackground": {"type": "string"}, "titleBar.inactiveForeground": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"WRITE_PATH": {"type": "string"}, "READ_PATH": {"type": "string"}, "SETUP_PATH": {"type": "string"}}, "required": ["WRITE_PATH", "READ_PATH", "SETUP_PATH"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"WRITE_PATH" : "", "READ_PATH" : "", "SETUP_PATH" : ""} | json_instruct | {"type": "object", "properties": {"WRITE_PATH": {"type": "string"}, "READ_PATH": {"type": "string"}, "SETUP_PATH": {"type": "string"}}, "required": ["WRITE_PATH", "READ_PATH", "SETUP_PATH"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {... | {"name" : "mubsub", "version" : "0.2.0", "description" : "Pub/sub for Node.js and MongoDB", "homepage" : "http://github.com/scttnlsn/mubsub", "author" : "Scott Nelson <scottbnel@gmail.com>", "main" : "./lib/index", "keywords" : ["mongodb", "pubsub", "pub", "sub", "capped collection"], "contributors" : [{"name" : "Oleg ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", ... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"linkimaru" : {"title" : "Linkimaru", "channel_id" : 49779214, "link" : "http:/... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"linkimaru": {"type": "object", "properties": {"title": {"type... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/bin/avrdude", "/etc/avrdude.conf", "/include/libavrdude.h", "/lib/libavrdude.la", "/lib/libavrdude.so", "/lib/libavrdude.so.1", "/lib/libavrdude.so.1.0.0", "/share/man/man1/avrdude.1.gz"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"leaf_type": {"type": "string"}, "branching_factor": {"type": "number"}, "bark_type": {"type": "string"}, "height": {"type": "number"}}, "required": ["leaf_type", "branching_factor", "bark_type", "height"], "$schema":... | {"leaf_type" : "gigantic", "branching_factor" : 83.2, "bark_type" : "naked", "height" : 38.8} | json_instruct | {"type": "object", "properties": {"leaf_type": {"type": "string"}, "branching_factor": {"type": "number"}, "bark_type": {"type": "string"}, "height": {"type": "number"}}, "required": ["leaf_type", "branching_factor", "bark_type", "height"], "$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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"},... | [{"namaKab" : "BLORA", "originalFilename" : "KETUT KUNARWO.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 134980, "noUrut" : 1, "nama" : "KETUT KUNARWO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BLORA", "originalFilename" : "SITI NUR CHANIFAH.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : ... | 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", "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"server": {"type... | {"name" : "es-modules-middleware-example", "version" : "0.0.1", "engines" : {"node" : ">=8.10.0"}, "scripts" : {"server" : "node ./server.js", "test" : "karma start --single-run"}, "devDependencies" : {"chai" : "^4.2.0", "express" : "^4.16.4", "karma" : "^3.1.4", "karma-chai" : "^0.1.0", "karma-mocha" : "^1.3.0", "karm... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "test": {"type": "string"}}, "required": ["server", "te... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language":... | {"citations" : [{"textCitation" : "[See rlmfn on Metamath](http://us.metamath.org/mpegif/rlmfn.html)"}], "names" : ["rlmfn"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_crglmod", "#T_wfn", "#T_cvv"], "metaLanguage" : "METAMATH", "remarks" : " ` ringLMod ` is a function. (Contributed by Stefan O'Rear, 6-Dec-2... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"serverHostname": {"type": "string"}, "serverPort": {"type": "integer"}, "serverUrlContext": {"type": "string"}, "authenticationType": {"type": "string"}, "oidcClientId": {"type": "string"}, "oidcClientSecret": {"type": "string"}... | {"serverHostname" : "localhost", "serverPort" : 8080, "serverUrlContext" : "", "authenticationType" : "oidc", "oidcClientId" : "oauth-client-2", "oidcClientSecret" : "oauth-client-secret-2", "oidcAccessTokenUrl" : "http://localhost:9001/token", "oidcUserAuthorizationUrl" : "http://localhost:9001/authorize", "oidcClient... | json_instruct | {"type": "object", "properties": {"serverHostname": {"type": "string"}, "serverPort": {"type": "integer"}, "serverUrlContext": {"type": "string"}, "authenticationType": {"type": "string"}, "oidcClientId": {"type": "string"}, "oidcClientSecret": {"type": "string"}, "oidcAccessTokenUrl": {"type": "string"}, "oidcUserAuth... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "number": {"type": "null"}, "cci_code": {"type": "null"}, "magistrate_code": {"type": "null"}, "slug": {"... | [{"name" : "Birmingham District Probate Registry", "lat" : 52.4816613587661, "lon" : -1.89552893773996, "number" : null, "cci_code" : null, "magistrate_code" : null, "slug" : "birmingham-district-probate-registry", "types" : [], "address" : {"address_lines" : ["The Priory Courts", "33 Bull Street"], "postcode" : "B4 6D... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "number": {"type": "null"}, "cci_code": {"type": "null"}, "magistrate_code": {"type": "null"}, "slug": {"type": "string"}, "types": {"type": "array", "items": {}}, "address": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/dr... | {"symbol" : "HPTT", "name" : "Hyper Trust", "decimals" : 18, "address" : "0xba711fb93ca039cb592ee34c96f4adf632e5b8e7"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "... | {"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 2, "root" : {"boundingVolume" : {"sphere" : [6358691.1718903575, -498789.3490975895, -242.90878099126647, 19.413467407226562]}, "geometricError" : 2, "content" : {"url" : "Tile_+005_+003_L20_000100.b3dm"}, "children" : [{"boundingVolume" : {... | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type":... | {"type" : "Feature", "properties" : {"type" : "city", "level" : "3", "label" : "Salvador, Lanao del Norte, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.lanao-del-norte.salvador.any", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "14", "regio... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "snakebird", "definition" : "1. Any one of four species of aquatic birds of the genus Anhinga or Plotus. They are allied to the gannets and cormorants, but have very long, slender, flexible necks, and sharp bills. Note: The American species (Anhinga, or Plotus, anhinga) inhabits the Southern United States and... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "disenthrall", "definition" : "To release from thralldom or slavery; to give freedom to; to disinthrall. [Written also disenthral.] Milton."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "dist/emotion-jest-serializer.cjs.js", "module" : "dist/emotion-jest-serializer.esm.js", "types" : "../types/serializer"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"aws": {"type": "string"}}, "required": ["aws"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aws" : "437e0da7456ff703df081778c8a8973cba21801afaf06200a446e8f177e7a2d8"} | json_instruct | {"type": "object", "properties": {"aws": {"type": "string"}}, "required": ["aws"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"... | {"name" : "tool-bar-matt", "description" : "A tool-bar that adds many commonly used actions", "main" : "./src/tool-bar-matt", "version" : "1.2.0", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/matt-h/tool-bar-matt"}, "bugs" : {"url" : "https://github.com/matt-h/tool-bar-matt/issues"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "requi... | {"contacts" : [{"name" : "Rajkumar Munde", "email" : "", "designation" : "", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=6046", "name" : "SARSWATI PRAKASH SHIKSHAN PRASARAK, KRIDA VE BAHUUDDESHIYA SEVABHAVI SANSTHA", "primaryEmail" : "spspkbssm2007@gmail.com", "organisationType" ... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "proper... | {"result" : {"item" : "mekanism:block_salt"}, "pattern" : ["**", "**"], "type" : "minecraft:crafting_shaped", "key" : {"*" : {"item" : "mekanism:salt"}}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"*": {"type": "object", "properties": {"item": {"type": "strin... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d41b99b3223452dc3521b679f737e63238f66908"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1984, 5], [1991, 8], [2003, 5], [2004, 7], [2010, 8], [2011, 7]] | 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": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "direct... | {"domain" : "scca.gov.cn", "title" : "\u56db\u5ddd\u7701\u901a\u4fe1\u7ba1\u7406\u5c40", "type" : "\u653f\u5e9c\u673a\u5173", "license" : "\u8700ICP\u590711016844\u53f7-1", "name" : "\u56db\u5ddd\u7701\u901a\u4fe1\u7ba1\u7406\u5c40", "homepage" : "www.scca.gov.cn", "audit" : "2011-07-26", "director" : "", "pre-approval... | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i... | {"id" : 101846469, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "2e344adc948aca4e0584e5dbc9464b3e", "wof:id" : 101846469, "wof:repo" : "whosonfirst-data-admin-mt"}, "bbox" : [14.295, 36.02528, 14.295, 36.02528], "geometry" : {"coordinates" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"VgStates": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "decorators": {"type": "array", "it... | {"__symbolic" : "module", "version" : 1, "metadata" : {"VgStates" : {"__symbolic" : "class", "decorators" : [{"__symbolic" : "call", "expression" : {"__symbolic" : "reference", "module" : "@angular/core", "name" : "Injectable"}}], "statics" : {"VG_ENDED" : "ended", "VG_PAUSED" : "paused", "VG_PLAYING" : "playing", "VG_... | json_instruct | {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"VgStates": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "decorators": {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":... | {"id" : 404364273, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5d5796cd29836b00449939a9a9eceeb0", "wof:id" : 404364273, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.56914130892133, 45.01492075375206, 2.6395295325665, 45.07664621881529]... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "st... | {"name" : "ways-to-query-your-database", "version" : "0.1.0", "description" : "A sample Node.js app using Express 4", "engines" : {"node" : "12.x"}, "main" : "index.js", "scripts" : {"start" : "node index.js"}, "dependencies" : {"express" : "^4.15.2", "ejs" : "^2.5.6"}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "str... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scr... | {"name" : "calBMI", "version" : "1.0.0", "description" : "", "main" : "app.ts", "directories" : {"test" : "test"}, "scripts" : {"compile" : "tsc", "test" : "jest ./tests/*.test.ts", "watch" : "ts-node-dev ./src/app.local.ts", "build" : "tsc -p .", "start" : "node ./dist/app.js"}, "repository" : {"type" : "git", "url" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"compile": {"type"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "makecat-create": {"type": "string"}}, "required": ["@metadata", "makecat-create"], "$schema":... | {"@metadata" : {"authors" : ["Cedric31"]}, "makecat-create" : "Rob\u00f2t : Creacion o mesa a jorn de categoria [[:Category:%(cat)s|]]"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "makecat-create": {"type": "string"}}, "required": ["@metadata", "makecat-create"], "$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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ACPUserProfileSample", "displayName" : "ACPUserProfileSample"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "outDir": {"type": "string"}, "rootDir": {"type": "string"}, "module": {"type": "string"}}, "required": ["target"... | {"extends" : "./tsconfig.json", "compilerOptions" : {"target" : "es2015", "outDir" : "./build_node", "rootDir" : "./src", "module" : "commonjs"}, "files" : ["src/Interfaces.d.ts", "src/main/index.ts", "src/test/index.node.ts", "src/tools/index.ts"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "outDir": {"type": "string"}, "rootDir": {"type": "string"}, "module": {"type": "string"}}, "required": ["target", "outDir", "rootDir", "module"]}, "files": {"type": "array... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "email": {"type": "string"}... | {"gender" : "male", "name" : {"title" : "Mr", "first" : "Hansj\u00fcrgen", "last" : "Helbig"}, "email" : "hansjurgen.helbig@example.com", "login" : {"username" : "happytiger951", "uuid" : "CGi8hsb7TsiFz5KaWK1tuw==", "isloggedin" : false}, "picture" : {"large" : "https://randomuser.me/api/portraits/men/18.jpg", "medium"... | json_instruct | {"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "email": {"type": "string"}, "login": {"type": "object", "properties": {"username": {"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integ... | {"nom" : "Eckbolsheim", "circ" : "4\u00e8me circonscription", "dpt" : "Bas-Rhin", "inscrits" : 4664, "abs" : 2838, "votants" : 1826, "blancs" : 74, "nuls" : 23, "exp" : 1729, "res" : [{"nuance" : "REM", "nom" : "Mme Martine WONNER", "voix" : 972}, {"nuance" : "LR", "nom" : "Mme Sophie ROHFRITSCH", "voix" : 757}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "array", "items": {"type": "string"}}}, "required": ["test"]}, "require": {"type": "object", "properti... | {"name" : "tomk79/px2-multitheme-converter", "description" : "px2-multitheme \u306e\u30c6\u30fc\u30de\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u89e3\u6790\u3057\u3001\u5909\u63db\u3057\u307e\u3059\u3002", "scripts" : {"test" : ["php ./vendor/phpunit/phpunit/phpunit"]}, "require" : {"php" : ">=5.4.0", "nikic/php-parser... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "array", "items": {"type": "string"}}}, "required": ["test"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "nikic/php-parser": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"states": {"type": "object", "properties": {"start": {"type": "object", "properties": {"0": {"type": "array", "items": {"type": "string"}}, "1": {"type": "array", "items": {"type": "string"}}, "b": {"type": "array", ... | {"states" : {"start" : {"0" : ["b", "r"], "1" : ["b", "r"], "b" : ["b", "l", "accept"]}, "accept" : {}}, "steps" : 20, "starting_state" : "start", "blank" : "b", "tape" : {"initial" : "01", "head_index" : 0}} | json_instruct | {"type": "object", "properties": {"states": {"type": "object", "properties": {"start": {"type": "object", "properties": {"0": {"type": "array", "items": {"type": "string"}}, "1": {"type": "array", "items": {"type": "string"}}, "b": {"type": "array", "items": {"type": "string"}}}, "required": ["0", "1", "b"]}, "accept":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"count": {"type": "integer"}, "15113X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119030": {"type": "object", "properties": {"count": {"type": "integer"}}, "requir... | {"count" : 18, "15113X" : {"count" : 1}, "119030" : {"count" : 1}, "419020" : {"count" : 1}, "119021" : {"count" : 1}, "113071" : {"count" : 1}, "N.A.//" : {"count" : 12}, "131111" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "15113X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "419020": {"type": "object", "properties": {"count": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "demand": {"type": "array", "items": {"type": "number"}}, "press... | {"nodes" : [{"x" : 108.0, "y" : 99.0}, {"x" : 18.0, "y" : 108.0}, {"x" : 0.0, "y" : 9.0}, {"x" : 63.0, "y" : 36.0}, {"x" : 90.0, "y" : 18.0}, {"x" : 45.0, "y" : 18.0}, {"x" : 72.0, "y" : 0.0}], "demand" : [-44.69073061123407, -21.858934448703312, -33.45033494006262, 8.77430836114131, 68.0705670612483, 16.48328177728508... | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "demand": {"type": "array", "items": {"type": "number"}}, "pressure": {"type": "array", "items": {"type": "object", "properties": {"lb": {"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.... | {"symbol" : "LALA", "name" : "LALA World", "decimals" : 18, "address" : "0xfd107b473ab90e8fbd89872144a3dc92c40fa8c9"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type":... | {"frame_id" : 2233, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "san_giorgio_donatello", "right" : 0.56792, "bottom" : 0.541529, "top" : 0.14429, "confidence" : 159, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.316449}, {"artwork_id" : "attis_don... | json_instruct | {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "c... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [813.768, 230.748, 1, 845.869, 275.542, 1, 861.067, 278.442, 1, 866.316, 323.045, 1, 847.633, 359.07, 1, 827.969, 252.943, 1, 767.104, 262.185, 1, 767.673, 259.496, 1, 835.571, 372.602, 1, 789.998, 414.078, 1, 816.057, 487.982, 1, 781.851, 363.655, 1, 739.54, 419.826... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["360521502598", "\u5c71\u4e0b\u6797\u573a\u865a\u62df\u751f\u6d3b\u533a", "123", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"typ... | {"description" : "Filmed at PyData London 2017\n\nDescription\nChatbots are all the hype right now, like it or not. In this talk I want to take a look under the hood and show you how simple it is today to incorporate sophisticated language understanding in your applications. The tool of choice are distributed represent... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "array", "items": {"type": "object", "properties": {"add_time": {"type": "string"}, "username": {"type": "string"}, "comment": {"type": "string"}}, "required": ["add_time", "user... | {"status" : 0, "message" : [{"add_time" : "2019-11-25 09:25:02", "username" : "\u6df1\u5733\u7528\u623718xxxx07537", "comment" : "\u5c31\u7b97\u623f\u5b50\u8dcc\u5230\uff0c\u4e00\u5143\u94b1\u4e00\u5957\uff0c\u6211\u4e5f\u4f1a\u8003\u8651\uff0c\u6709\u6ca1\u6709\u9700\u8981\u4e70\u8fd9\u5957\u623f\u5b50\u3002\u5982\u67... | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "array", "items": {"type": "object", "properties": {"add_time": {"type": "string"}, "username": {"type": "string"}, "comment": {"type": "string"}}, "required": ["add_time", "username", "comment"]}}}, "required": ["status", "message"], ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"buckets": {"type": "array", "items": {"type": "object", "properties": {"doc_count": {"type": "integer"}, "invalid-key": {"type": "object", "properties": {"buckets": {"type": "array", "items": {}}}, "required": ["buckets"]}}, "re... | {"buckets" : [{"doc_count" : 34, "invalid-key" : {"buckets" : []}}]} | json_instruct | {"type": "object", "properties": {"buckets": {"type": "array", "items": {"type": "object", "properties": {"doc_count": {"type": "integer"}, "invalid-key": {"type": "object", "properties": {"buckets": {"type": "array", "items": {}}}, "required": ["buckets"]}}, "required": ["doc_count", "invalid-key"]}}}, "required": ["b... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"username": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "is_active": {"type": "boolean"}, "is_s... | [{"fields" : {"username" : "kostik", "first_name" : "Kostik", "last_name" : "Naumov", "is_active" : true, "is_superuser" : true, "is_staff" : true, "last_login" : "2015-09-13T00:17:38.271Z", "groups" : [1], "user_permissions" : [], "password" : "pbkdf2_sha256$20000$yr7dmeUzkoY5$N0I2xj8dH7vCnaUEmWgS6rgIvgpe/GEkgPm+u46Co... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"username": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "is_active": {"type": "boolean"}, "is_superuser": {"type": "boolean"}, "is_staff": {"type": "boolean"}, "last_login"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["... | {"name" : "plugger", "version" : "0.0.0", "description" : "A generic plugin management system for Node.js", "main" : "index.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "mocha test"}, "keywords" : ["plugin"], "author" : "Jeremy Darling <jeremy.darling@gmail.com>", "license" : "MIT", "dependencies" : {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"iboldurev/api-ai-php": {"type": "string"}, "monolog/monolog": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "tgalli... | {"require" : {"iboldurev/api-ai-php" : "^0.2.2", "monolog/monolog" : "^1.21", "vlucas/phpdotenv" : "^2.3", "phpunit/phpunit" : "^5.5", "tgallice/wit-php" : "^0.3.1"}, "autoload" : {"psr-4" : {"App\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"iboldurev/api-ai-php": {"type": "string"}, "monolog/monolog": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "tgallice/wit-php": {"type": "string"}}, "required": ["iboldurev/api-ai-php", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_... | {"type" : "Feature", "properties" : {"name" : "Dalaba Prefecture", "iso2" : "GN-DL", "admin_level" : 6, "osm_id" : 3214322, "wikidata_id" : null, "wikipedia_id" : null, "population" : null, "countrylevel_id" : "iso2:GN-DL", "osm_data" : {"localname" : "Pr\u00e9fecture de Dalaba", "official_name" : "", "alltags" : {"nam... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "null"}, "wikipedia_id": {"type": "null"}, "population": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["nsis"]} | 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": {"config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}}, "required": ["vendor-dir"]}, "require": {"type": "object", "properties": {"slim/slim": {"type": "string"}, "slim/extras": {"type": "strin... | {"config" : {"vendor-dir" : "api/vendor"}, "require" : {"slim/slim" : "^2.6", "slim/extras" : "^2.0", "slim/middleware" : "^1.0", "gabordemooij/redbean" : "^4.2", "monolog/monolog" : "^1.13"}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}}, "required": ["vendor-dir"]}, "require": {"type": "object", "properties": {"slim/slim": {"type": "string"}, "slim/extras": {"type": "string"}, "slim/middleware": {"type": "string"}, "gabordemooij/redbean": {"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"app": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "redis": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}... | {"app" : {"host" : "http://localhost", "port" : 3003}, "redis" : {"host" : "localhost", "port" : 6379}} | json_instruct | {"type": "object", "properties": {"app": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "redis": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}}, "required": ["app", "re... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"E": {"type": "integer"}, "ET": {"type": "integer"}, "M": {"type": "integer"}, "T": {"type": "integer"}}, "required": ["E", "ET", "M", "T"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"E" : 0, "ET" : 1, "M" : 2, "T" : 3} | json_instruct | {"type": "object", "properties": {"E": {"type": "integer"}, "ET": {"type": "integer"}, "M": {"type": "integer"}, "T": {"type": "integer"}}, "required": ["E", "ET", "M", "T"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"uuid": {"type": "string"}, "parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "ti... | {"uuid" : "7f1cee20-eafb-4fdd-a091-4385b95e4721", "parent" : "a31b3d8b-8a06-4d09-a52d-90fef55b6f61", "pid" : 5630, "argv" : ["/home/travis/.nvm/versions/node/v10.16.0/bin/node", "/home/travis/build/commitizen/cz-cli/node_modules/.bin/mocha", "--reporter=mocha-multi-reporters", "--reporter-options", "configFile=./test/m... | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "root": {"type"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/sch... | [{"class_name" : "contrast", "bbox" : "44 169 243 386", "used" : true}, {"class_name" : "specularity", "bbox" : "338 28 365 51", "used" : false}, {"class_name" : "specularity", "bbox" : "253 152 293 183", "used" : false}, {"class_name" : "specularity", "bbox" : "276 295 330 360", "used" : false}, {"class_name" : "artif... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00794": {"type": "string"}}, "required": ["K00794"]}, "name": {"type":... | [{"comment" : "", "definition" : "5-Amino-6-(1-D-ribitylamino)uracil + L-3,4-Dihydroxybutan-2-one 4-phosphate <=> 6,7-Dimethyl-8-(D-ribityl)lumazine + 2 H2O + Orthophosphate", "orthologs" : {"K00794" : "6,7-dimethyl-8-ribityllumazine synthase [EC:2.5.1.78]"}, "name" : "5-amino-6-(D-ribitylamino)uracil butanedionetransf... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00794": {"type": "string"}}, "required": ["K00794"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo... | {"id" : 404331155, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "9713fe84e87fc23431d227eaf73138b7", "wof:id" : 404331155, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [2.04057, 41.42348, 2.04057, 41.42348], "geometry" : {"coordinates"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["pyerf"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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#"}
| [["60-001.png"], ["60-002.png"], ["60-003.png"], ["60-004.png"], ["60-005.png"], ["60-006.png"], ["60-007.png"], ["60-008.png"], ["60-009.png"], ["60-010.png"], ["60-011.png"], ["60-012.png"], ["60-013.png"], ["60-014.png"], ["60-015.png"], ["60-016.png"], ["60-017.png"], ["60-018.png"], ["60-019.png"], ["60-020.png"],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "network": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {}}, "nativeCurrency": {"type": "object", "pro... | {"name" : "Ethereum Classic Mainnet", "chain" : "ETC", "network" : "mainnet", "rpc" : ["https://ethereumclassic.network"], "faucets" : [], "nativeCurrency" : {"name" : "Ethereum Classic Ether", "symbol" : "ETC", "decimals" : 18}, "infoURL" : "https://ethereumclassic.org", "shortName" : "etc", "chainId" : 61, "networkId... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "network": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {}}, "nativeCurrency": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"wechatTxt": {"type": "string"}, "phone": {"type": "object", "properties": {"phonetxt": {"type": "string"}, "phoneNum": {"type": "string"}}, "required": ["phonetxt", "phoneNum"]}}, "required": ["wechatTxt", "phone"], "$schema":... | {"wechatTxt" : "\u5b98\u65b9\u4e8c\u7ef4\u7801", "phone" : {"phonetxt" : "\u514d\u8d39\u60c5\u611f\u70ed\u7ebf\u7535\u8bdd", "phoneNum" : "4006-299-520"}} | json_instruct | {"type": "object", "properties": {"wechatTxt": {"type": "string"}, "phone": {"type": "object", "properties": {"phonetxt": {"type": "string"}, "phoneNum": {"type": "string"}}, "required": ["phonetxt", "phoneNum"]}}, "required": ["wechatTxt", "phone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s... | {"id" : 10697, "title" : ["[Plains of Bone, Outer Circle]"], "description" : ["A tangle of now dry brambles climb up the corner of the outer wall. The vines seem to have fought each other in their ascent of the wall. The vines have wormed their way into every available crack, using their new holds to further their jo... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"10696"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarN... | {"oid" : "sl_2008-12-20", "hafta" : 632, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "20/12/2008", "cekilisTuru" : "SAYISAL_LOTO", "rakamlar" : "05#14#22#28#35#43", "rakamlarNumaraSirasi" : "5 - 14 - 22 - 28 - 35 - 43", "devretti" : true, "devirSayisi" : 0, "bilenKisiler" : [{"oid" : "sl_2008-12-20_6", "kisiBasina... | json_instruct | {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "d... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"VENDOR1_NAME": {"type": "string"}, "VENDOR1_ADDRRESS": {"type": "string"}, "CONTRACT1_ADDRESS": {"type": "string"}, "VENDOR2_NAME": {"type": "string"}, "VENDOR2_ADDRRESS": {"type": "string"}, "CONTRACT2_ADDRESS": {"type": "... | {"VENDOR1_NAME" : "HDFC", "VENDOR1_ADDRRESS" : "0x86ab718b24b38CF6e94a02b43242d0DFc73ee736", "CONTRACT1_ADDRESS" : "0x577Bb440815e8697E7C37A2fD4551845e1357B14", "VENDOR2_NAME" : "LIC", "VENDOR2_ADDRRESS" : "0x0C3388508dB0CA289B49B45422E56479bCD5ddf9", "CONTRACT2_ADDRESS" : "0xC8fCc92664C988621B7c75705d8Ea19bC5768f8F", ... | json_instruct | {"type": "object", "properties": {"VENDOR1_NAME": {"type": "string"}, "VENDOR1_ADDRRESS": {"type": "string"}, "CONTRACT1_ADDRESS": {"type": "string"}, "VENDOR2_NAME": {"type": "string"}, "VENDOR2_ADDRRESS": {"type": "string"}, "CONTRACT2_ADDRESS": {"type": "string"}, "GOERLI_CHAIN_CONTRACT": {"type": "string"}, "mappin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"a.html": {"type": "integer"}, "a.html.gz": {"type": "integer"}, "total": {"type": "integer"}, "total_gz": {"type": "integer"}}, "required": ["a.html", "a.html.gz", "total", "total_gz"], "$schema": "http://json-schema.org/draft-0... | {"a.html" : 13690, "a.html.gz" : 7305, "total" : 13690, "total_gz" : 7305} | json_instruct | {"type": "object", "properties": {"a.html": {"type": "integer"}, "a.html.gz": {"type": "integer"}, "total": {"type": "integer"}, "total_gz": {"type": "integer"}}, "required": ["a.html", "a.html.gz", "total", "total_gz"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:ci": {"type": "string"}}, "required": ["test", ... | {"name" : "@zetapush/integration", "version" : "0.35.5", "private" : true, "scripts" : {"test" : "jasmine", "test:ci" : "jasmine"}, "dependencies" : {"rimraf" : "2.6.2", "toxy" : "0.3.16"}, "devDependencies" : {"@zetapush/client" : "0.35.5", "@zetapush/testing" : "0.35.5", "jasmine" : "3.3.0", "jasmine-reporters" : "2.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:ci": {"type": "string"}}, "required": ["test", "test:ci"]}, "dependencies": {"type": "object", "properties": {"rimra... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "require... | {"Material" : {"Directory Material" : "Assets/Particle_Spark.png", "UUID Resource" : 1446977915, "Name" : "Particle_Spark.png", "Type" : 2, "Last Write" : 1524747275}} | json_instruct | {"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type",... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g... | {"station" : [{"pref_cd" : 34, "line_cd" : 99712, "line_name" : "\u5e83\u96fb\uff13\u53f7\u7dda", "station_cd" : 9971210, "station_g_cd" : 9971018, "station_name" : "\u7686\u5b9f\u753a\u516d\u4e01\u76ee", "lon" : 132.464454, "lat" : 34.374169}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Material": {"type": "string"}, "Dimensions": {"type": "array", "items": {"type": "integer"}}, "Animations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "starts": {"type": ... | {"Material" : "bullets", "Dimensions" : [256, 256], "Animations" : [{"name" : "Fire", "starts" : [96, 32], "vksize" : [16, 16], "tdelay" : 0.032, "frames" : [[[0, 0], [1, 0], [2, 0], [3, 0], [4, 0], [5, 0]]]}]} | json_instruct | {"type": "object", "properties": {"Material": {"type": "string"}, "Dimensions": {"type": "array", "items": {"type": "integer"}}, "Animations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "starts": {"type": "array", "items": {"type": "integer"}}, "vksize": {"type": "array", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "showCode": {"type": "boolean"}, "layout": {"type": "string"}, "apiCalls": {"type": "array", "items": {}}, "author... | {"title" : "Async. API: External Header Bidding", "description" : "A demo showing how to use the setPlaylistItemCallback to run external header bidding between playlist items", "license" : "Enterprise", "showCode" : true, "layout" : "vertical", "apiCalls" : [], "author" : {"name" : "Ian Boynton", "githubUsername" : "bo... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "showCode": {"type": "boolean"}, "layout": {"type": "string"}, "apiCalls": {"type": "array", "items": {}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "githubUsern... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": ... | {"id" : 26328, "title" : ["[Lich's Landing, Wraith Way]"], "description" : ["The wooden palisade running along Wraith Road has been darkened from the blood of the dozens of heads decorating their sharpened spikes. A small, decaying halfling meanders down the street, holding his severed arm in his hands."], "paths" : [... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"26327"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "trade_count": {"type": "string"}, "base_volume": {"type": "string"}, "counter_volume": {"type": "string"}, "avg": {"type": "string"}, "high": {"type": "string"}, "high_r": {"typ... | {"timestamp" : "1619081700000", "trade_count" : "1", "base_volume" : "3.9000000", "counter_volume" : "0.0000351", "avg" : "0.0000090", "high" : "0.0000090", "high_r" : {"N" : 9, "D" : 1000000}, "low" : "0.0000090", "low_r" : {"N" : 9, "D" : 1000000}, "open" : "0.0000090", "open_r" : {"N" : 9, "D" : 1000000}, "close" : ... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "trade_count": {"type": "string"}, "base_volume": {"type": "string"}, "counter_volume": {"type": "string"}, "avg": {"type": "string"}, "high": {"type": "string"}, "high_r": {"type": "object", "properties": {"N": {"type": "integer"}, "D": {"type": "integ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-99.49273, 27.522468], [-99.492701, 27.530577], [-99.486537, 27.530569], [-99.486546, 27.522291], [-99.49273, 27.522468]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 86335}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Please provide a valid JSON object following 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": ... | {"id" : 1259612115, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "563368691a34bbe4466f36f591ca3791", "wof:id" : 1259612115, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-1.76901, 51.20621, -1.76901, 51.20621], "geometry" : {"coordinates" : [-1.76901... | 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": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol... | {"name" : "Creative Points", "symbol" : "CP", "logoURI" : "https://github.com/Boxib/CP/blob/main/ic-removebg-preview.png?raw=true", "decimals" : 0, "address" : "cvF1vU4WXL1px9qqTcCCRhtBvyrLp2P7jPeh9qZCic9", "chainId" : 101} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId"], "$schema": "http://json... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, ... | {"title" : "Are Databases Fit for Hybrid Workloads on GPUs? A Storage Engine's Perspective.", "fields" : ["research question", "workload", "data mining", "terminology", "theoretical computer science"], "abstract" : "Employing special-purpose processors (e.g., GPUs) in database systems has been studied throughout the la... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, ... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "K\u0159\u00ed\u017e mezi Vyso\u010dany a Korolupy", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "Korolupy", "P6736" : "19910"}, "geometry" : ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.