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, 1, 156712960, 4, 161415168, 677, 161685504, 99]} | 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-messages": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-route": {"type": "string"}, "angular-sanitize": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "chance": {"type": "string"}, "angucomplete-alt": {"type": "string"}}, "required": ["angular", "angular-messages", "angular-resource", "angular-route", "angular-sanitize", "jquery", "bootstrap", "chance", "angucomplete-alt"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "private", "ignore", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "chance" : "1.0.16", "angucomplete-alt" : "3.0.0"}, "resolutions" : {"angular" : "1.7.5"}} | 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"}, "angular-route": {"type": "string"}, "angular-sanitize": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "chance": {"type": "string"}, "angucomplete-alt": {"type": "string"}}, "required": ["angular", "angular-messages", "angular-resource", "angular-route", "angular-sanitize", "jquery", "bootstrap", "chance", "angucomplete-alt"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "private", "ignore", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "category": {"type": "string"}, "statistics": {"type": "object", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 Primes", "has_images" : true, "description" : "Schoenfeld and Rosser published a paper in 1962 describing a minimum and a maximum value to the quantity of prime numbers up to n, for n \u2265 17. This quantity is represented by the function (n) and the inequality is shown below.\n\n\t\t\t\t\t\n\n\t\t\t\t\tYour task is, given a natural number n, to compute the interval's minimum and maximum values to the approximate number of primes up to n.", "id" : "2159", "category" : "Beginner", "statistics" : {"level" : "2 / 10", "submissions" : 3594, "solved" : 2461, "ratio" : "68.48%"}} | 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", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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.org/draft-07/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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "devDependencies": {"type": "object", "properties": {"buffer": {"type": "string"}, "csso": {"type": "string"}, "del": {"type": "string"}, "fs": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-uglify": {"type": "string"}, "jshint-stylish": {"type": "string"}, "map-stream": {"type": "string"}}, "required": ["buffer", "csso", "del", "fs", "gulp", "gulp-concat", "gulp-jshint", "gulp-uglify", "jshint-stylish", "map-stream"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "homepage", "license", "repository", "author", "devDependencies", "engines", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "url" : "http://vovanr.com/"}, "devDependencies" : {"buffer" : "", "csso" : "", "del" : "", "fs" : "", "gulp" : "", "gulp-concat" : "", "gulp-jshint" : "", "gulp-uglify" : "", "jshint-stylish" : "", "map-stream" : ""}, "engines" : {"node" : ">=0.10.0"}, "bugs" : {"url" : "https://github.com/VovanR/habr-to-mhabr-bookmarklet/issues"}} | 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"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "devDependencies": {"type": "object", "properties": {"buffer": {"type": "string"}, "csso": {"type": "string"}, "del": {"type": "string"}, "fs": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-uglify": {"type": "string"}, "jshint-stylish": {"type": "string"}, "map-stream": {"type": "string"}}, "required": ["buffer", "csso", "del", "fs", "gulp", "gulp-concat", "gulp-jshint", "gulp-uglify", "jshint-stylish", "map-stream"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "homepage", "license", "repository", "author", "devDependencies", "engines", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "object", "properties": {"point": {"type": "string"}, "start-date": {"type": "string"}, "listed-building": {"type": "string"}, "name": {"type": "string"}, "listed-building-grade": {"type": "string"}, "documentation-url": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["point", "start-date", "listed-building", "name", "listed-building-grade", "documentation-url", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/listing/the-list/list-entry/1030700", "slug" : "/listed-building/1030700", "entry-date" : "1988-08-31"}} | 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"}, "start-date": {"type": "string"}, "listed-building": {"type": "string"}, "name": {"type": "string"}, "listed-building-grade": {"type": "string"}, "documentation-url": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["point", "start-date", "listed-building", "name", "listed-building-grade", "documentation-url", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[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", "ListElementCode", "ListElement", "DisplayOrder"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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 day and time", "DisplayOrder" : 2}, {"LiveFrom" : "01/01/2017", "ID" : "SupervisionOrderEndDateType", "ListElementCode" : "SET_NUMBER_OF_MONTHS", "ListElement" : "In a set number of months", "DisplayOrder" : 3}] | 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"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"gulp": {"type": "string"}, "babel-core": {"type": "string"}, "babel-preset-env": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-cssmin": {"type": "string"}, "gulp-uglifyes": {"type": "string"}, "del": {"type": "string"}, "merge-stream": {"type": "string"}, "gulp-sass": {"type": "string"}}, "required": ["gulp", "babel-core", "babel-preset-env", "gulp-babel", "gulp-rename", "gulp-autoprefixer", "gulp-concat", "gulp-plumber", "gulp-cssmin", "gulp-uglifyes", "del", "merge-stream", "gulp-sass"]}}, "required": ["version", "name", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "0.2.0", "gulp-uglifyes" : "0.1.3", "del" : "3.0.0", "merge-stream" : "1.0.1", "gulp-sass" : "4.0.1"}} | 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-preset-env": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-cssmin": {"type": "string"}, "gulp-uglifyes": {"type": "string"}, "del": {"type": "string"}, "merge-stream": {"type": "string"}, "gulp-sass": {"type": "string"}}, "required": ["gulp", "babel-core", "babel-preset-env", "gulp-babel", "gulp-rename", "gulp-autoprefixer", "gulp-concat", "gulp-plumber", "gulp-cssmin", "gulp-uglifyes", "del", "merge-stream", "gulp-sass"]}}, "required": ["version", "name", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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.prod.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "string"}, "urlPath": {"type": "string"}}, "required": ["title", "urlPath"]}}, "required": ["nextArticle", "previousArticle"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "urlPath"]}}, "required": ["nextArticle", "previousArticle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"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" : ["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, if desired, and serve."], "ingredients" : ["2 1/2 cups pineapple juice", "1 1/4 cups white tequila", "1 cup Cointreau or other orange liqueur", "1 cup orange juice", "3/4 cup fresh lime juice", "1/2 cup simple syrup", "3 cups ice cubes", "Optional garnishes: fresh pineapple spears, maraschino cherries"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Fruit Juice", "Liqueur", "Tequila", "Alcoholic", "Cocktail", "Lime", "Orange", "Pineapple", "Summer", "Drink"], "title" : "Pineapple-Orange Margarita", "url" : "http://www.epicurious.com/recipes/food/views/pineapple-orange-margarita-201171"} | 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#"} |
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"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}, "dependencies": {"type": "object", "properties": {"glob": {"type": "string"}}, "required": ["glob"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "keywords" : ["cli"], "author" : "Max Fichtelmann <[email protected]>", "license" : "MIT", "bugs" : {"url" : "https://github.com/MaxFichtelmann/up-to-date/issues"}, "homepage" : "https://github.com/MaxFichtelmann/up-to-date#readme", "devDependencies" : {"@types/node" : "^9.3.0"}, "dependencies" : {"glob" : "^7.1.2"}} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}, "dependencies": {"type": "object", "properties": {"glob": {"type": "string"}}, "required": ["glob"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 mit Leichtigkeit abwehren.\\nAber nat\u00fcrlich ist das Kannenreich ein Ort des Friedens, in den keine Monster eindringen w\u00fcrden.\\n\u201eDu kannst Madame Pings Kannenreich mal besuchen, wenn du mir nicht glaubst\u201c, betont Knolle mit sehr ernster Miene.", "load" : 25, "energy" : 20, "exp" : 40, "category" : [{"id" : 10001, "category" : "Berg", "type" : "Exterior"}], "recipe" : [{"id" : "pine_wood", "name" : "Kiefernholz", "amount" : 20}]} | 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": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 14, 14, 14, 15, 15, 16, 16, 16, 16, 17, 17, 17, 17, 18, 19, 19, 19, 19, 19, 19, 19, 19, 20, 20, 20, 20, 20, 20, 20, 20, 20, 21, 21, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 23, 23, 25, 27, 29, 30, 31, 31, 31, 31, 31, 32, 35, 35, 36, 39, 41, 41, 44, 44, 46, 46, 47, 48, 48, 49, 52, 54, 56, 56, 58, 58, 60, 62, 64, 64, 65, 67, 69, 71, 73, 74, 76, 78, 78, 80, 82, 85, 85, 87, 90, 92, 95, 98, 100, 102, 103, 104, 106, 106, 107, 107, 109, 109, 111, 114, 116, 117, 117, 117, 119, 119, 119, 123, 123, 124, 124, 126, 128, 128, 130, 130, 133, 134, 134, 135, 135, 137, 138, 138, 138, 139, 139, 140, 142, 143, 143, 143, 143, 146, 147, 147, 149, 149, 149, 150, 151, 151, 151, 151, 151, 151, 153, 154, 154, 154, 154, 154, 154, 155, 156, 156, 158, 158, 159, 159, 159, 159, 160, 162, 162, 162, 162, 164, 164, 164, 164, 164, 164, 164, 164, 166, 166, 166, 167, 167, 167, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 172, 172, 172, 174, 175, 175, 176, 176, 177, 177, 177, 177, 179, 180, 180, 181]} | 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": "integer"}}, "required": ["kind", "id", "project_id", "name", "created_at", "updated_at"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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_id" : 99, "name" : "mnt", "created_at" : 1646740800000, "updated_at" : 1646740800000}, {"kind" : "label", "id" : 2012, "project_id" : 99, "name" : "personnel", "created_at" : 1646740800000, "updated_at" : 1646740800000}, {"kind" : "label", "id" : 2009, "project_id" : 99, "name" : "plans", "created_at" : 1646740800000, "updated_at" : 1646740800000}, {"kind" : "label", "id" : 2014, "project_id" : 99, "name" : "r&d", "created_at" : 1646740800000, "updated_at" : 1646740800000}, {"kind" : "label", "id" : 2008, "project_id" : 99, "name" : "rebel bases", "created_at" : 1646740800000, "updated_at" : 1646740800000}, {"kind" : "label", "id" : 2017, "project_id" : 99, "name" : "sanitation", "created_at" : 1646740800000, "updated_at" : 1646740800000}, {"kind" : "label", "id" : 2016, "project_id" : 99, "name" : "security protocol", "created_at" : 1646740800000, "updated_at" : 1646740800000}, {"kind" : "label", "id" : 2010, "project_id" : 99, "name" : "turning luke", "created_at" : 1646740800000, "updated_at" : 1646740800000}] | 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", "updated_at"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "role", "homepage"]}}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"symfony/console": {"type": "string"}}, "required": ["symfony/console"]}, "require-dev": {"type": "object", "properties": {"friendsofphp/php-cs-fixer": {"type": "string"}}, "required": ["friendsofphp/php-cs-fixer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"BK2K\\ExtensionHelper\\": {"type": "string"}}, "required": ["BK2K\\ExtensionHelper\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"cgl": {"type": "array", "items": {"type": "string"}}}, "required": ["cgl"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "type", "description", "keywords", "homepage", "authors", "license", "support", "require", "require-dev", "autoload", "bin", "scripts", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "[email protected]", "role" : "Developer", "homepage" : "http://www.bk2k.info/"}], "license" : "MIT", "support" : {"issues" : "https://github.com/benjaminkott/extension-helper/issues"}, "require" : {"symfony/console" : "^3.4.17 || ^4.0 || ^5.0"}, "require-dev" : {"friendsofphp/php-cs-fixer" : "^3.3"}, "autoload" : {"psr-4" : {"BK2K\\ExtensionHelper\\" : "src/"}}, "bin" : ["extension-helper"], "scripts" : {"cgl" : ["php-cs-fixer --diff -v fix"]}, "extra" : {"branch-alias" : {"dev-master" : "2.0.x-dev"}}} | 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"}, "email": {"type": "string"}, "role": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "role", "homepage"]}}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"symfony/console": {"type": "string"}}, "required": ["symfony/console"]}, "require-dev": {"type": "object", "properties": {"friendsofphp/php-cs-fixer": {"type": "string"}}, "required": ["friendsofphp/php-cs-fixer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"BK2K\\ExtensionHelper\\": {"type": "string"}}, "required": ["BK2K\\ExtensionHelper\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"cgl": {"type": "array", "items": {"type": "string"}}}, "required": ["cgl"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "type", "description", "keywords", "homepage", "authors", "license", "support", "require", "require-dev", "autoload", "bin", "scripts", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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.inactiveBackground": {"type": "string"}, "titleBar.inactiveForeground": {"type": "string"}}, "required": ["titleBar.activeBackground", "titleBar.activeForeground", "titleBar.inactiveBackground", "titleBar.inactiveForeground"]}}, "required": ["typescript.tsdk", "workbench.colorCustomizations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "string"}}, "required": ["titleBar.activeBackground", "titleBar.activeForeground", "titleBar.inactiveBackground", "titleBar.inactiveForeground"]}}, "required": ["typescript.tsdk", "workbench.colorCustomizations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"mongoskin": {"type": "string"}}, "required": ["mongoskin"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["mocha", "sinon"]}}, "required": ["name", "version", "description", "homepage", "author", "main", "keywords", "contributors", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mubsub", "version" : "0.2.0", "description" : "Pub/sub for Node.js and MongoDB", "homepage" : "http://github.com/scttnlsn/mubsub", "author" : "Scott Nelson <[email protected]>", "main" : "./lib/index", "keywords" : ["mongodb", "pubsub", "pub", "sub", "capped collection"], "contributors" : [{"name" : "Oleg Slobodskoi", "email" : "[email protected]"}], "repository" : {"type" : "git", "url" : "git://github.com/scttnlsn/mubsub.git"}, "dependencies" : {"mongoskin" : ">= 0.3.7"}, "devDependencies" : {"mocha" : ">= 1.0.0", "sinon" : ">= 1.4.2"}} | 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": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"mongoskin": {"type": "string"}}, "required": ["mongoskin"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["mocha", "sinon"]}}, "required": ["name", "version", "description", "homepage", "author", "main", "keywords", "contributors", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"linkimaru": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["linkimaru"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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://twitch.tv/linkimaru", "desc" : null, "plans" : {"$4.99" : "168305", "$9.99" : "168308", "$24.99" : "168309"}, "id" : "linkimaru", "first_seen" : "2017-07-04 15:20:05", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 168305, "emotes" : [{"code" : "linkimHue", "image_id" : 276556, "set" : 168305}]}}} | 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": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["linkimaru"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "http://json-schema.org/draft-07/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"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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" : 99942, "noUrut" : 2, "nama" : "SITI NUR CHANIFAH, S.Pd.I.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BLORA", "originalFilename" : "AHMAD KHAIRUL MIZAN.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 112901, "noUrut" : 3, "nama" : "AHMAD KHAIRUL MIZAN, S.T.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BLORA", "originalFilename" : "AMINUDIN.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 113316, "noUrut" : 4, "nama" : "AMINUDIN, S.Pd.I.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BLORA", "originalFilename" : "KISWANTO SETIAWAN.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 113084, "noUrut" : 5, "nama" : "KISWANTO SETIAWAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BLORA", "originalFilename" : "EVI USWATUN K.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 133893, "noUrut" : 6, "nama" : "EVI USWATUN KHASANAH, M.Pd.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BLORA", "originalFilename" : "LINASARI.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 135203, "noUrut" : 7, "nama" : "LINA SARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BLORA", "originalFilename" : "AGUNG WASKITO.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 134729, "noUrut" : 8, "nama" : "AGUNG WASKITO", "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": {"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", "test"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "express": {"type": "string"}, "karma": {"type": "string"}, "karma-chai": {"type": "string"}, "karma-mocha": {"type": "string"}, "karma-mocha-reporter": {"type": "string"}, "karma-script-launcher": {"type": "string"}, "karma-web-components": {"type": "string"}, "lit-element": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "express", "karma", "karma-chai", "karma-mocha", "karma-mocha-reporter", "karma-script-launcher", "karma-web-components", "lit-element", "mocha"]}}, "required": ["name", "version", "engines", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "karma-mocha-reporter" : "^2.2.5", "karma-script-launcher" : "^1.0.0", "karma-web-components" : "^1.0.4", "lit-element" : "^2.0.0-rc.2", "mocha" : "^5.2.0"}} | 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", "test"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "express": {"type": "string"}, "karma": {"type": "string"}, "karma-chai": {"type": "string"}, "karma-mocha": {"type": "string"}, "karma-mocha-reporter": {"type": "string"}, "karma-script-launcher": {"type": "string"}, "karma-web-components": {"type": "string"}, "lit-element": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "express", "karma", "karma-chai", "karma-mocha", "karma-mocha-reporter", "karma-script-launcher", "karma-web-components", "lit-element", "mocha"]}}, "required": ["name", "version", "engines", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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-2014.) ", "statement" : "rlmfn $p |- ringLMod Fn _V $."} | 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": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "oidcAccessTokenUrl": {"type": "string"}, "oidcUserAuthorizationUrl": {"type": "string"}, "oidcClientRedirectBackUrl": {"type": "string"}, "oidcTokenIssuer": {"type": "string"}, "oidcIpJwtPublicKeyPemBase64": {"type": "string"}, "oidcIpLogoutUrl": {"type": "string"}, "usersByRoles": {"type": "object", "properties": {"ICON_EDITOR": {"type": "array", "items": {"type": "string"}}}, "required": ["ICON_EDITOR"]}, "logLevel": {"type": "string"}}, "required": ["serverHostname", "serverPort", "serverUrlContext", "authenticationType", "oidcClientId", "oidcClientSecret", "oidcAccessTokenUrl", "oidcUserAuthorizationUrl", "oidcClientRedirectBackUrl", "oidcTokenIssuer", "oidcIpJwtPublicKeyPemBase64", "oidcIpLogoutUrl", "usersByRoles", "logLevel"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "oidcClientRedirectBackUrl" : "http://localhost:8080/login", "oidcTokenIssuer" : "http://localhost:9001", "oidcIpJwtPublicKeyPemBase64" : "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFuRTR4bi9QMS9aemhpNm92QkFsZgpDUDN1MnNOeUswVjQ4RG1QTDFZU3FRSHZ6ZFhvMC80NEhEWjl2T1BCWFBBWjlPenRDeWJHaS81NjdRWVFac2pJClp2T3Ztcm9yNVkzL1hSZTZOQUVBL1hic3FsNTlDWjIrb1BDbVE5TlFHVk16bEEvK29VRnhJbUFWbnRZY2pCSysKZXdWVU4wM3hwcXkrcmk5dTFmbnNHVFZYRHRkalAxeDdJZWdUc2QxMEVocmJMcnhVbGcrZ29iTlZOUFIrZTV5dgo5azhQcXRzc1ZPUjBBamREeGtUazN3ODYwczRMVzAza3Blb05xODhaVEcyOE9MWWQ1eTNXRkowSjhlUDhtbkRXCmV3cEVudEpteGxZbWhOUVpQR091VjJoWm1pM21GeHZLeTFKNlNtSzB0MGNRNDlHbmNxZGNjK1JxS1VWSHJWSmsKVndJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==", "oidcIpLogoutUrl" : "http://localhost:9001/logout", "usersByRoles" : {"ICON_EDITOR" : ["[email protected]"]}, "logLevel" : "debug"} | 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"}, "oidcUserAuthorizationUrl": {"type": "string"}, "oidcClientRedirectBackUrl": {"type": "string"}, "oidcTokenIssuer": {"type": "string"}, "oidcIpJwtPublicKeyPemBase64": {"type": "string"}, "oidcIpLogoutUrl": {"type": "string"}, "usersByRoles": {"type": "object", "properties": {"ICON_EDITOR": {"type": "array", "items": {"type": "string"}}}, "required": ["ICON_EDITOR"]}, "logLevel": {"type": "string"}}, "required": ["serverHostname", "serverPort", "serverUrlContext", "authenticationType", "oidcClientId", "oidcClientSecret", "oidcAccessTokenUrl", "oidcUserAuthorizationUrl", "oidcClientRedirectBackUrl", "oidcTokenIssuer", "oidcIpJwtPublicKeyPemBase64", "oidcIpLogoutUrl", "usersByRoles", "logLevel"], "$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": {"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": {"type": "object", "properties": {"address_lines": {"type": "array", "items": {"type": "string"}}, "postcode": {"type": "string"}, "town": {"type": "string"}, "type": {"type": "string"}}, "required": ["address_lines", "postcode", "town", "type"]}, "areas_of_law": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "external_link": {"type": "string"}, "display_url": {"type": "string"}, "external_link_desc": {"type": "string"}}, "required": ["name", "external_link", "display_url", "external_link_desc"]}}, "displayed": {"type": "boolean"}, "hide_aols": {"type": "boolean"}, "dx_number": {"type": "string"}, "distance": {"type": "integer"}}, "required": ["name", "lat", "lon", "number", "cci_code", "magistrate_code", "slug", "types", "address", "areas_of_law", "displayed", "hide_aols", "dx_number", "distance"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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 6DU", "town" : "Birmingham", "type" : "Visiting"}, "areas_of_law" : [{"name" : "Probate", "external_link" : "https%3A//www.gov.uk/wills-probate-inheritance", "display_url" : "<bound method AreaOfLaw.display_url of <AreaOfLaw: Probate>>", "external_link_desc" : "Information about wills and probate"}], "displayed" : true, "hide_aols" : false, "dx_number" : "701990 Birmingham 7", "distance" : 1}] | 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": {"type": "object", "properties": {"address_lines": {"type": "array", "items": {"type": "string"}}, "postcode": {"type": "string"}, "town": {"type": "string"}, "type": {"type": "string"}}, "required": ["address_lines", "postcode", "town", "type"]}, "areas_of_law": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "external_link": {"type": "string"}, "display_url": {"type": "string"}, "external_link_desc": {"type": "string"}}, "required": ["name", "external_link", "display_url", "external_link_desc"]}}, "displayed": {"type": "boolean"}, "hide_aols": {"type": "boolean"}, "dx_number": {"type": "string"}, "distance": {"type": "integer"}}, "required": ["name", "lat", "lon", "number", "cci_code", "magistrate_code", "slug", "types", "address", "areas_of_law", "displayed", "hide_aols", "dx_number", "distance"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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/draft-07/schema#"}
| {"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": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : {"sphere" : [6358691.137113193, -498789.34636978206, -242.97108781568923, 19.2774658203125]}, "geometricError" : 1, "content" : {"url" : "Tile_+005_+003_L21_0001000.json"}}]}} | 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": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$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"}, "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"}}, "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"]}, "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" : "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", "region_reference" : "10", "region_name" : "Northern Mindanao (Region X)", "province_id" : "41", "province_reference" : "41", "province_name" : "Lanao del Norte", "city_id" : "1111", "city_reference" : "808", "city_name" : "Salvador"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.879509, 7.87912], [123.877243, 7.8764], [123.87648, 7.87678], [123.870758, 7.87706], [123.870667, 7.87568], [123.862282, 7.87646], [123.849922, 7.87697], [123.848793, 7.87665], [123.84816, 7.87699], [123.846123, 7.87798], [123.845558, 7.87876], [123.844238, 7.87991], [123.842247, 7.88001], [123.840897, 7.8801], [123.840302, 7.88029], [123.830933, 7.88805], [123.827568, 7.89085], [123.821037, 7.89677], [123.820023, 7.89756], [123.817268, 7.90054], [123.812477, 7.9045], [123.814003, 7.90559], [123.814407, 7.90612], [123.819839, 7.90923], [123.825478, 7.91287], [123.829529, 7.91522], [123.838623, 7.9209], [123.839073, 7.92228], [123.841583, 7.92375], [123.844551, 7.92531], [123.848587, 7.92783], [123.851089, 7.92902], [123.854393, 7.93154], [123.863953, 7.94092], [123.874832, 7.94943], [123.876373, 7.94797], [123.880699, 7.94344], [123.889053, 7.93302], [123.894547, 7.92696], [123.906311, 7.9123], [123.902, 7.9076], [123.897629, 7.90145], [123.89212, 7.89392], [123.885696, 7.8866], [123.88456, 7.88505], [123.879509, 7.87912]]]]}} | 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"}}, "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"]}, "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#"} |
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 tropical America; -- called also darter, and water turkey. The Asiatic species (A. melanogaster) is native of Southern Asia and the East Indies. Two other species inhabit Africa and Australia respectively. 2. (Zo\u00f6l.) The wryneck."} | 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": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"atom-package-deps": {"type": "string"}}, "required": ["atom-package-deps"]}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "package-deps": {"type": "array", "items": {"type": "string"}}, "consumedServices": {"type": "object", "properties": {"tool-bar": {"type": "object", "properties": {"versions": {"type": "object", "properties": {"^0 || ^1": {"type": "string"}}, "required": ["^0 || ^1"]}}, "required": ["versions"]}}, "required": ["tool-bar"]}}, "required": ["name", "description", "main", "version", "license", "repository", "bugs", "keywords", "dependencies", "engines", "package-deps", "consumedServices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "keywords" : ["toolbar", "tool-bar", "tool", "bar", "menu"], "dependencies" : {"atom-package-deps" : "^3.0.7"}, "engines" : {"atom" : ">0.50.0"}, "package-deps" : ["tool-bar"], "consumedServices" : {"tool-bar" : {"versions" : {"^0 || ^1" : "consumeToolBar"}}}} | 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"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"atom-package-deps": {"type": "string"}}, "required": ["atom-package-deps"]}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "package-deps": {"type": "array", "items": {"type": "string"}}, "consumedServices": {"type": "object", "properties": {"tool-bar": {"type": "object", "properties": {"versions": {"type": "object", "properties": {"^0 || ^1": {"type": "string"}}, "required": ["^0 || ^1"]}}, "required": ["versions"]}}, "required": ["tool-bar"]}}, "required": ["name", "description", "main", "version", "license", "repository", "bugs", "keywords", "dependencies", "engines", "package-deps", "consumedServices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "[email protected]", "organisationType" : ["Advocacy & Campaigning", "Direct Service", "Grant-making", "Intermediary", "Network", "Support"], "telephone" : ["918623095792"], "mainAddrress" : {"state" : "Maharashtra", "address" : ["sarswati Prakash Shikshan prasarak Krida &Bahuuddeshiya sevabhavi Sanstha Sawargaon munde", "c/o rajkumar Munde", "Lonar", "Buldhana", "Maharashtra", "443302"]}} | 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": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"*": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["*"]}}, "required": ["result", "pattern", "type", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "string"}}, "required": ["item"]}}, "required": ["*"]}}, "required": ["result", "pattern", "type", "key"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "", "updated" : 1477472937} | 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": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "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" : 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" : [14.295, 36.02528], "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#"} |
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", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "expression": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}}, "required": ["__symbolic", "module", "name"]}}, "required": ["__symbolic", "expression"]}}, "statics": {"type": "object", "properties": {"VG_ENDED": {"type": "string"}, "VG_PAUSED": {"type": "string"}, "VG_PLAYING": {"type": "string"}, "VG_LOADING": {"type": "string"}}, "required": ["VG_ENDED", "VG_PAUSED", "VG_PLAYING", "VG_LOADING"]}}, "required": ["__symbolic", "decorators", "statics"]}}, "required": ["VgStates"]}}, "required": ["__symbolic", "version", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"__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_LOADING" : "waiting"}}}} | 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": {"type": "string"}, "expression": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}}, "required": ["__symbolic", "module", "name"]}}, "required": ["__symbolic", "expression"]}}, "statics": {"type": "object", "properties": {"VG_ENDED": {"type": "string"}, "VG_PAUSED": {"type": "string"}, "VG_PLAYING": {"type": "string"}, "VG_LOADING": {"type": "string"}}, "required": ["VG_ENDED", "VG_PAUSED", "VG_PLAYING", "VG_LOADING"]}}, "required": ["__symbolic", "decorators", "statics"]}}, "required": ["VgStates"]}}, "required": ["__symbolic", "version", "metadata"], "$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" : 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], "geometry" : {"coordinates" : [[[2.60886913984095, 45.01588896983464], [2.59493789142328, 45.01492075375206], [2.56914130892133, 45.03007656791917], [2.57458520171635, 45.03552688551355], [2.58419610758192, 45.03408653615503], [2.59476401101034, 45.04070738611696], [2.599379322912, 45.05061945077386], [2.59088059603424, 45.06639960156293], [2.59911423583602, 45.07344366954941], [2.61619625422826, 45.07664621881529], [2.61064327030897, 45.06380522428319], [2.61321755341572, 45.05347760205898], [2.62535077561901, 45.04746840010023], [2.6395295325665, 45.0448680256165], [2.62791549929369, 45.03041452727454], [2.61612109226011, 45.0246299906523], [2.60886913984095, 45.01588896983464]]], "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#"} |
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": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "ejs": {"type": "string"}}, "required": ["express", "ejs"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "engines", "main", "scripts", "dependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "ejs": {"type": "string"}}, "required": ["express", "ejs"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "engines", "main", "scripts", "dependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"compile": {"type": "string"}, "test": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["compile", "test", "watch", "build", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "ts-jest", "ts-node", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"@vendia/serverless-express": {"type": "string"}, "apollo-server-express": {"type": "string"}, "aws-lambda": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "graphql": {"type": "string"}, "lambda-log": {"type": "string"}}, "required": ["@vendia/serverless-express", "apollo-server-express", "aws-lambda", "cors", "dotenv", "express", "graphql", "lambda-log"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "git+https://github.com/debrajpaul/calBMI.git"}, "keywords" : [], "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/debrajpaul/calBMI/issues"}, "homepage" : "https://github.com/debrajpaul/calBMI#readme", "devDependencies" : {"@types/jest" : "^26.0.23", "@types/node" : "^15.6.0", "jest" : "^26.6.3", "ts-jest" : "^26.5.6", "ts-node" : "^9.1.1", "ts-node-dev" : "^1.1.6", "typescript" : "^4.2.4"}, "dependencies" : {"@vendia/serverless-express" : "^4.3.9", "apollo-server-express" : "^2.25.2", "aws-lambda" : "^1.0.6", "cors" : "^2.8.5", "dotenv" : "^10.0.0", "express" : "^4.17.1", "graphql" : "^15.5.1", "lambda-log" : "^3.0.0"}} | 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": "string"}, "test": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["compile", "test", "watch", "build", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "ts-jest", "ts-node", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"@vendia/serverless-express": {"type": "string"}, "apollo-server-express": {"type": "string"}, "aws-lambda": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "graphql": {"type": "string"}, "lambda-log": {"type": "string"}}, "required": ["@vendia/serverless-express", "apollo-server-express", "aws-lambda", "cors", "dotenv", "express", "graphql", "lambda-log"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "http://json-schema.org/draft-07/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", "outDir", "rootDir", "module"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "login": {"type": "object", "properties": {"username": {"type": "string"}, "uuid": {"type": "string"}, "isloggedin": {"type": "boolean"}}, "required": ["username", "uuid", "isloggedin"]}, "picture": {"type": "object", "properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["large", "medium", "thumbnail"]}, "location": {"type": "object", "properties": {"street": {"type": "object", "properties": {"number": {"type": "integer"}, "name": {"type": "string"}}, "required": ["number", "name"]}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "postcode": {"type": "integer"}, "coordinates": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "timezone": {"type": "object", "properties": {"offset": {"type": "string"}, "description": {"type": "string"}}, "required": ["offset", "description"]}}, "required": ["street", "city", "state", "country", "postcode", "coordinates", "timezone"]}, "isactive": {"type": "boolean"}}, "required": ["gender", "name", "email", "login", "picture", "location", "isactive"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gender" : "male", "name" : {"title" : "Mr", "first" : "Hansj\u00fcrgen", "last" : "Helbig"}, "email" : "[email protected]", "login" : {"username" : "happytiger951", "uuid" : "CGi8hsb7TsiFz5KaWK1tuw==", "isloggedin" : false}, "picture" : {"large" : "https://randomuser.me/api/portraits/men/18.jpg", "medium" : "https://randomuser.me/api/portraits/med/men/18.jpg", "thumbnail" : "https://randomuser.me/api/portraits/thumb/men/18.jpg"}, "location" : {"street" : {"number" : 3976, "name" : "Ringstra\u00dfe"}, "city" : "Schwarzenborn", "state" : "Bayern", "country" : "Germany", "postcode" : 44209, "coordinates" : {"latitude" : 87.8927, "longitude" : 57.3868}, "timezone" : {"offset" : "+5:45", "description" : "Kathmandu"}}, "isactive" : true} | 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": {"type": "string"}, "uuid": {"type": "string"}, "isloggedin": {"type": "boolean"}}, "required": ["username", "uuid", "isloggedin"]}, "picture": {"type": "object", "properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["large", "medium", "thumbnail"]}, "location": {"type": "object", "properties": {"street": {"type": "object", "properties": {"number": {"type": "integer"}, "name": {"type": "string"}}, "required": ["number", "name"]}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "postcode": {"type": "integer"}, "coordinates": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "timezone": {"type": "object", "properties": {"offset": {"type": "string"}, "description": {"type": "string"}}, "required": ["offset", "description"]}}, "required": ["street", "city", "state", "country", "postcode", "coordinates", "timezone"]}, "isactive": {"type": "boolean"}}, "required": ["gender", "name", "email", "login", "picture", "location", "isactive"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"php": {"type": "string"}, "nikic/php-parser": {"type": "string"}, "pickles2/px-fw-2.x": {"type": "string"}, "pickles2/px2-multitheme": {"type": "string"}, "tomk79/filesystem": {"type": "string"}}, "required": ["php", "nikic/php-parser", "pickles2/px-fw-2.x", "pickles2/px2-multitheme", "tomk79/filesystem"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}, "extra": {"type": "object", "properties": {"px2package": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["px2package"]}}, "required": ["name", "description", "scripts", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "^3.1", "pickles2/px-fw-2.x" : ">=2.0", "pickles2/px2-multitheme" : ">=2.0.4", "tomk79/filesystem" : ">=1.0"}, "require-dev" : {"phpunit/phpunit" : "4.1.*"}, "autoload" : {"files" : ["php/main.php"]}, "extra" : {"px2package" : [{"name" : "Multitheme Converter", "type" : "plugin"}]}} | 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": "string"}, "pickles2/px-fw-2.x": {"type": "string"}, "pickles2/px2-multitheme": {"type": "string"}, "tomk79/filesystem": {"type": "string"}}, "required": ["php", "nikic/php-parser", "pickles2/px-fw-2.x", "pickles2/px2-multitheme", "tomk79/filesystem"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}, "extra": {"type": "object", "properties": {"px2package": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["px2package"]}}, "required": ["name", "description", "scripts", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "items": {"type": "string"}}}, "required": ["0", "1", "b"]}, "accept": {"type": "object", "properties": {}, "required": []}}, "required": ["start", "accept"]}, "steps": {"type": "integer"}, "starting_state": {"type": "string"}, "blank": {"type": "string"}, "tape": {"type": "object", "properties": {"initial": {"type": "string"}, "head_index": {"type": "integer"}}, "required": ["initial", "head_index"]}}, "required": ["states", "steps", "starting_state", "blank", "tape"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "object", "properties": {}, "required": []}}, "required": ["start", "accept"]}, "steps": {"type": "integer"}, "starting_state": {"type": "string"}, "blank": {"type": "string"}, "tape": {"type": "object", "properties": {"initial": {"type": "string"}, "head_index": {"type": "integer"}}, "required": ["initial", "head_index"]}}, "required": ["states", "steps", "starting_state", "blank", "tape"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}, "required": ["count"]}, "419020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "113071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "131111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "15113X", "119030", "419020", "119021", "113071", "N.A.//", "131111"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "integer"}}, "required": ["count"]}, "119021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "113071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "131111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "15113X", "119030", "419020", "119021", "113071", "N.A.//", "131111"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}, "pressure": {"type": "array", "items": {"type": "object", "properties": {"lb": {"type": "number"}, "ub": {"type": "number"}}, "required": ["lb", "ub"]}}, "diameters": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "cost": {"type": "number"}}, "required": ["value", "cost"]}}, "ploss_coeff": {"type": "number"}}, "required": ["nodes", "demand", "pressure", "diameters", "ploss_coeff"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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, 6.6718428003252965], "pressure" : [{"lb" : 40.0, "ub" : 80.0}, {"lb" : 40.0, "ub" : 80.0}, {"lb" : 40.0, "ub" : 80.0}, {"lb" : 40.0, "ub" : 80.0}, {"lb" : 40.0, "ub" : 80.0}, {"lb" : 40.0, "ub" : 80.0}, {"lb" : 40.0, "ub" : 80.0}], "diameters" : [{"value" : 0.4, "cost" : 0.68}, {"value" : 0.6, "cost" : 0.91}, {"value" : 0.8, "cost" : 1.2}, {"value" : 1.0, "cost" : 1.55}, {"value" : 1.2, "cost" : 1.96}], "ploss_coeff" : 0.0003} | 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": {"type": "number"}, "ub": {"type": "number"}}, "required": ["lb", "ub"]}}, "diameters": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "cost": {"type": "number"}}, "required": ["value", "cost"]}}, "ploss_coeff": {"type": "number"}}, "required": ["nodes", "demand", "pressure", "diameters", "ploss_coeff"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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.org/draft-07/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": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "confidence": {"type": "integer"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["artwork_id", "right", "bottom", "top", "confidence", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_donatello", "right" : 0.836415, "bottom" : 0.73411, "top" : 0.305971, "confidence" : 273, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.562427}], "p_voice" : "0"} | 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"}, "confidence": {"type": "integer"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["artwork_id", "right", "bottom", "top", "confidence", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {}}, "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" : [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, 1, 770.943, 497.608, 1, 641.267, 259.758, 0, 826.676, 220.304, 1, 867.805, 236.362, 1, 843.285, 235.437, 1], "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#"} |
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": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 representations, also known as word vectors, which allow us to answer the most crucial question: which of these words mean similar things?\n\nAbstract\nIt is hard to go anywhere on the web these days without encountering chatbots and other natural language interfaces. But how do these bots actually understand what you say? It turns out it can be boiled down to a simple recipe: you need to know which words mean similar things! This sounds straight-forward, but efficient ways of doing this, namely distributed representations, were only just discovered in the past few years of machine learning research. They have immense potential and we are only beginning to realise what we can do with them.\n\nIn this talk I want to outline how distributed representations are used at babylon health, and how everyone can incorporate sophisticated language understanding into their applications with just a few lines of python. Furthermore I will give a glimpse of the research we are doing, some of which we just published in a paper at ICLR.", "duration" : 2493, "language" : "eng", "recorded" : "2017-05-06", "speakers" : ["Nils Hammerla"], "thumbnail_url" : "https://i.ytimg.com/vi/MpmHRZSeWpM/hqdefault.jpg", "title" : "How distributed representations make chatbots work (at least a bit)", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=MpmHRZSeWpM"}]} | 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", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "username", "comment"]}}}, "required": ["status", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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\u679c\u6ca1\u6709\u9700\u8981\uff0c\u6211\u8fd8\u4e0d\u5982\u4e70\u74f6\u6c34\u559d\u3002\u5982\u679c\u521a\u9700\u8981\u4e70\uff0c\u4e00\u5343\u4e07\u4e00\u5957\u3002\u4e5f\u4f1a\u60f3\u529e\u6cd5\u53bb\u4e70\uff01"}, {"add_time" : "2019-11-25 09:25:02", "username" : "\u5e7f\u5dde\u7528\u623711xxxx583010", "comment" : "\u8c01\u6b7b\u90fd\u548c\u6211\u6ca1\u5173\u7cfb\uff0c\u6211\u53ea\u662f\u4e70\u4e86\u4e00\u5957\u81ea\u4f4f\uff0c\u8dcc\u6210\u6211\u4e5f\u4e0d\u4ecb\u610f"}, {"add_time" : "2019-11-25 09:25:02", "username" : "\u6df1\u5733\u7528\u623716xxxx51258", "comment" : "\u633a\u4f4f\uff0c\u4e00\u5b9a\u8981\u7ffb\u500d\u4e86\u518d\u5356\uff0c\u4e0d\u7136\u4e0d\u5212\u7b97\u3002"}, {"add_time" : "2019-11-25 09:25:02", "username" : "\u7528\u623783xxxx785810", "comment" : "\u8fd9\u4e9b\u4eba\u4ee5\u4e3a\u81ea\u5df1\u662f\u7092\u623f\u5ba2\uff0c\u5176\u5b9e\u662f\u63a5\u76d8\u4fa0"}, {"add_time" : "2019-11-25 09:25:02", "username" : "\u5c0f\u54e5\uff08\u98de\u5929\uff094", "comment" : "\u771f\u5fc3\u623f\u5b50\u4fbf\u5b9c\u70b9\uff0c\u4e0d\u7136\u8fde\u8001\u5a46\u90fd\u5a36\u4e0d\u8d77\u4e86"}, {"add_time" : "2019-11-25 09:25:02", "username" : "\u6c88\u9633\u7528\u623712xxxx96166", "comment" : "\u4e00\u4ebf\u4e00\u5e73"}, {"add_time" : "2019-11-25 09:25:02", "username" : "\u5929\u6d25\u7528\u623716xxxx75287", "comment" : "\u6ca1\u4f60\u4eec\u8fd9\u4e9b\u7092\u7684\uff0c\u623f\u4ef7\u4e5f\u4e0a\u4e0d\u53bb\uff0c\u53ea\u80fd\u9001\u4f60\u4eec\u4e24\u5b57\uff0c\uff1f\uff1f\u81ea\u5df1\u5219\u4e48\u53bb\u5427\u3002"}, {"add_time" : "2019-11-25 09:25:02", "username" : "\u5e7f\u5dde\u7528\u623746xxxx846110", "comment" : "\u771f\u662f\u8fd9\u6837\uff0c\u8fd8\u8981\u517b\u5b69\u5b50\uff0c\u8fd8\u8981\u6708\u4f9b\uff0c\u751f\u6d3b\u4e00\u70b9\u4e0d\u5f00\u5fc3\uff0c\u5509\uff01\u597d\u7d2f\uff01\u90fd\u662f\u60f3\u751f\u6d3b\u597d\u70b9"}, {"add_time" : "2019-11-25 09:25:02", "username" : "\u91cd\u5e86\u7528\u623718xxxx75777", "comment" : "\u73b0\u5728\u4e70\u4e2a\u623f \u90a3\u4e2a\u8fd8\u8d37\u624d\u53eb\u9178\u723d[\u5472\u7259\u7b11]"}, {"add_time" : "2019-11-25 09:25:02", "username" : "\u5e7f\u5dde\u7528\u623713xxxx079354", "comment" : "\u7092\u623f\u5ba2\u7ec8\u4e8e\u8981\u9762\u4e34\u5927\u96be\u4e34\u5934\u4e86\uff0c\u5f00\u5fc3"}]} | 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"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"]}}, "required": ["doc_count", "invalid-key"]}}}, "required": ["buckets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": ["buckets"], "$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": {"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": {"type": "string"}, "groups": {"type": "array", "items": {"type": "integer"}}, "user_permissions": {"type": "array", "items": {}}, "password": {"type": "string"}, "email": {"type": "string"}, "date_joined": {"type": "string"}}, "required": ["username", "first_name", "last_name", "is_active", "is_superuser", "is_staff", "last_login", "groups", "user_permissions", "password", "email", "date_joined"]}, "model": {"type": "string"}, "pk": {"type": "integer"}}, "required": ["fields", "model", "pk"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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+u46CoXw=", "email" : "[email protected]", "date_joined" : "2014-10-31T17:59:32Z"}, "model" : "auth.user", "pk" : 1}] | 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": {"type": "string"}, "groups": {"type": "array", "items": {"type": "integer"}}, "user_permissions": {"type": "array", "items": {}}, "password": {"type": "string"}, "email": {"type": "string"}, "date_joined": {"type": "string"}}, "required": ["username", "first_name", "last_name", "is_active", "is_superuser", "is_staff", "last_login", "groups", "user_permissions", "password", "email", "date_joined"]}, "model": {"type": "string"}, "pk": {"type": "integer"}}, "required": ["fields", "model", "pk"]}, "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "semver": {"type": "string"}}, "required": ["async", "semver"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 <[email protected]>", "license" : "MIT", "dependencies" : {"async" : "^0.7.0", "semver" : "^2.3.0"}} | 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": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "semver": {"type": "string"}}, "required": ["async", "semver"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "tgallice/wit-php": {"type": "string"}}, "required": ["iboldurev/api-ai-php", "monolog/monolog", "vlucas/phpdotenv", "phpunit/phpunit", "tgallice/wit-php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}}, "required": ["require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "monolog/monolog", "vlucas/phpdotenv", "phpunit/phpunit", "tgallice/wit-php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}}, "required": ["require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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_id": {"type": "null"}, "wikipedia_id": {"type": "null"}, "population": {"type": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:en": {"type": "string"}}, "required": ["name:en"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "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" : {"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" : {"name:en" : "Dalaba Prefecture"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-12.389, 10.479], [-12.317, 10.486], [-12.297, 10.529], [-12.286, 10.594], [-12.218, 10.644], [-12.202, 10.755], [-12.113, 10.78], [-12.077, 10.82], [-12.034, 10.802], [-12.004, 10.85], [-11.977, 10.867], [-11.907, 10.87], [-11.864, 10.838], [-11.821, 10.843], [-11.766, 10.871], [-11.74, 10.918], [-11.736, 10.989], [-11.821, 11.009], [-11.862, 11.032], [-11.89, 11.086], [-11.866, 11.16], [-11.89, 11.197], [-11.955, 11.217], [-11.999, 11.288], [-12.044, 11.295], [-12.113, 11.282], [-12.153, 11.189], [-12.2, 11.159], [-12.193, 11.114], [-12.235, 11.085], [-12.213, 11.054], [-12.261, 11.032], [-12.294, 11.068], [-12.31, 10.999], [-12.338, 10.937], [-12.327, 10.866], [-12.334, 10.836], [-12.371, 10.814], [-12.414, 10.729], [-12.44, 10.719], [-12.474, 10.629], [-12.495, 10.625], [-12.505, 10.566], [-12.479, 10.54], [-12.438, 10.534], [-12.438, 10.499], [-12.415, 10.504], [-12.389, 10.479]]]]}} | 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": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:en": {"type": "string"}}, "required": ["name:en"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "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#"} |
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": "string"}, "slim/middleware": {"type": "string"}, "gabordemooij/redbean": {"type": "string"}, "monolog/monolog": {"type": "string"}}, "required": ["slim/slim", "slim/extras", "slim/middleware", "gabordemooij/redbean", "monolog/monolog"]}}, "required": ["config", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "string"}, "monolog/monolog": {"type": "string"}}, "required": ["slim/slim", "slim/extras", "slim/middleware", "gabordemooij/redbean", "monolog/monolog"]}}, "required": ["config", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}, "required": ["host", "port"]}}, "required": ["app", "redis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "redis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "root": {"type": "string"}, "coverageFilename": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["uuid", "parent", "pid", "argv", "execArgv", "cwd", "time", "ppid", "root", "coverageFilename", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/mochareporters.json", "test/tests/index.js"], "execArgv" : [], "cwd" : "/home/travis/build/commitizen/cz-cli", "time" : 1563602683289, "ppid" : 5629, "root" : "4f35f925-0e60-404e-89dd-2e59e80557e4", "coverageFilename" : "/home/travis/build/commitizen/cz-cli/.nyc_output/7f1cee20-eafb-4fdd-a091-4385b95e4721.json", "files" : ["/home/travis/build/commitizen/cz-cli/src/commitizen/adapter.js", "/home/travis/build/commitizen/cz-cli/src/common/util.js", "/home/travis/build/commitizen/cz-cli/src/commitizen/cache.js", "/home/travis/build/commitizen/cz-cli/src/commitizen/commit.js", "/home/travis/build/commitizen/cz-cli/src/git/add.js", "/home/travis/build/commitizen/cz-cli/src/git/commit.js", "/home/travis/build/commitizen/cz-cli/src/git/init.js", "/home/travis/build/commitizen/cz-cli/src/git/log.js", "/home/travis/build/commitizen/cz-cli/src/git/whatChanged.js", "/home/travis/build/commitizen/cz-cli/src/commitizen/configLoader.js", "/home/travis/build/commitizen/cz-cli/src/configLoader/findup.js", "/home/travis/build/commitizen/cz-cli/src/configLoader/getContent.js", "/home/travis/build/commitizen/cz-cli/src/configLoader/getNormalizedConfig.js", "/home/travis/build/commitizen/cz-cli/src/configLoader/loader.js", "/home/travis/build/commitizen/cz-cli/src/commitizen/init.js", "/home/travis/build/commitizen/cz-cli/src/commitizen/staging.js", "/home/travis/build/commitizen/cz-cli/src/index.js", "/home/travis/build/commitizen/cz-cli/src/commitizen.js", "/home/travis/build/commitizen/cz-cli/src/git.js", "/home/travis/build/commitizen/cz-cli/src/configLoader.js"]} | 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": "string"}, "coverageFilename": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["uuid", "parent", "pid", "argv", "execArgv", "cwd", "time", "ppid", "root", "coverageFilename", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/schema#"}
| [{"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" : "artifact", "bbox" : "131 174 182 222", "used" : false}, {"class_name" : "blur", "bbox" : "83 38 453 427", "used" : false}] | 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": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn01110": {"type": "string"}, "rn00740": {"type": "string"}, "rn01100": {"type": "string"}}, "required": ["rn01110", "rn00740", "rn01100"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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 butanedionetransferase", "product_stoichiometries" : ["2", "1", "1"], "enzymes" : ["2.5.1.78"], "equation" : "C04732 + C15556 <=> C04332 + 2 C00001 + C00009", "glycans" : false, "substrate_stoichiometries" : ["1", "1"], "rpairs" : {}, "entry_id" : "R04457", "pathways" : {"rn01110" : "Biosynthesis of secondary metabolites", "rn00740" : "Riboflavin metabolism", "rn01100" : "Metabolic pathways"}, "products" : ["C00001", "C04332", "C00009"], "substrates" : ["C04732", "C15556"]}] | 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": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn01110": {"type": "string"}, "rn00740": {"type": "string"}, "rn01100": {"type": "string"}}, "required": ["rn01110", "rn00740", "rn01100"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "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" : 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" : [2.04057, 41.42348], "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#"} |
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"], ["60-021.png"], ["60-022.png"], ["60-023.png"], ["60-024.png"], ["60-025.png"], ["60-026.png"], ["60-027.png"], ["60-028.png"], ["60-029.png"], ["60-030.png"], ["60-031.png"], ["60-032.png"], ["60-033.png"], ["60-034.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", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}}, "required": ["name", "symbol", "decimals"]}, "infoURL": {"type": "string"}, "shortName": {"type": "string"}, "chainId": {"type": "integer"}, "networkId": {"type": "integer"}, "slip44": {"type": "integer"}}, "required": ["name", "chain", "network", "rpc", "faucets", "nativeCurrency", "infoURL", "shortName", "chainId", "networkId", "slip44"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : 1, "slip44" : 61} | 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": "string"}, "decimals": {"type": "integer"}}, "required": ["name", "symbol", "decimals"]}, "infoURL": {"type": "string"}, "shortName": {"type": "string"}, "chainId": {"type": "integer"}, "networkId": {"type": "integer"}, "slip44": {"type": "integer"}}, "required": ["name", "chain", "network", "rpc", "faucets", "nativeCurrency", "infoURL", "shortName", "chainId", "networkId", "slip44"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "http://json-schema.org/draft-07/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": "string"}, "wayto": {"type": "object", "properties": {"10696": {"type": "string"}, "10698": {"type": "string"}}, "required": ["10696", "10698"]}, "timeto": {"type": "object", "properties": {"10696": {"type": "number"}, "10698": {"type": "number"}}, "required": ["10696", "10698"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 journey upwards. Moonlight throws the corner into shadow, adding a sinister look to the brambles.", "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 journey upward."], "paths" : ["Obvious paths: east, northwest"], "location" : "the Plains of Bone", "wayto" : {"10696" : "east", "10698" : "northwest"}, "timeto" : {"10696" : 0.2, "10698" : 0.2}, "image" : "en-cemetery-1264234799.png", "image_coords" : [343, 295, 353, 305], "tags" : ["stalk of chicory", "small wild rose", "some sovyn clove", "wild chokecherry", "some angelica root", "small flower", "heath aster", "withered black mushroom", "sprig of alyssum", "small daisy", "small rose", "yellow primrose", "acantha leaf", "calamia fruit", "sovyn clove", "angelica root", "stalk of goldenrod", "motherwort", "mistweed", "white baneberry", "pepperthorn root", "murdroot", "ironfern root", "wingstem root", "bur-clover root", "bone golem"]} | 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": {"type": "string"}, "10698": {"type": "string"}}, "required": ["10696", "10698"]}, "timeto": {"type": "object", "properties": {"10696": {"type": "number"}, "10698": {"type": "number"}}, "required": ["10696", "10698"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "devirSayisi": {"type": "integer"}, "bilenKisiler": {"type": "array", "items": {"type": "object", "properties": {"oid": {"type": "string"}, "kisiBasinaDusenIkramiye": {"type": "number"}, "kisiSayisi": {"type": "integer"}, "tur": {"type": "string"}}, "required": ["oid", "kisiBasinaDusenIkramiye", "kisiSayisi", "tur"]}}, "buyukIkrKazananIlIlceler": {"type": "array", "items": {}}}, "required": ["oid", "hafta", "buyukIkramiyeKazananIl", "cekilisTarihi", "cekilisTuru", "rakamlar", "rakamlarNumaraSirasi", "devretti", "devirSayisi", "bilenKisiler", "buyukIkrKazananIlIlceler"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "kisiBasinaDusenIkramiye" : 359772.5, "kisiSayisi" : 4, "tur" : "$6_BILEN"}, {"oid" : "sl_2008-12-20_5", "kisiBasinaDusenIkramiye" : 1499.95, "kisiSayisi" : 432, "tur" : "$5_BILEN"}, {"oid" : "sl_2008-12-20_4", "kisiBasinaDusenIkramiye" : 18.15, "kisiSayisi" : 20017, "tur" : "$4_BILEN"}, {"oid" : "sl_2008-12-20_3", "kisiBasinaDusenIkramiye" : 3.35, "kisiSayisi" : 342484, "tur" : "$3_BILEN"}], "buyukIkrKazananIlIlceler" : []} | 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"}, "devirSayisi": {"type": "integer"}, "bilenKisiler": {"type": "array", "items": {"type": "object", "properties": {"oid": {"type": "string"}, "kisiBasinaDusenIkramiye": {"type": "number"}, "kisiSayisi": {"type": "integer"}, "tur": {"type": "string"}}, "required": ["oid", "kisiBasinaDusenIkramiye", "kisiSayisi", "tur"]}}, "buyukIkrKazananIlIlceler": {"type": "array", "items": {}}}, "required": ["oid", "hafta", "buyukIkramiyeKazananIl", "cekilisTarihi", "cekilisTuru", "rakamlar", "rakamlarNumaraSirasi", "devretti", "devirSayisi", "bilenKisiler", "buyukIkrKazananIlIlceler"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "GOERLI_CHAIN_CONTRACT": {"type": "string"}, "mapping": {"type": "object", "properties": {"0x86ab718b24b38CF6e94a02b43242d0DFc73ee736": {"type": "string"}, "0x0C3388508dB0CA289B49B45422E56479bCD5ddf9": {"type": "string"}}, "required": ["0x86ab718b24b38CF6e94a02b43242d0DFc73ee736", "0x0C3388508dB0CA289B49B45422E56479bCD5ddf9"]}}, "required": ["VENDOR1_NAME", "VENDOR1_ADDRRESS", "CONTRACT1_ADDRESS", "VENDOR2_NAME", "VENDOR2_ADDRRESS", "CONTRACT2_ADDRESS", "GOERLI_CHAIN_CONTRACT", "mapping"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"VENDOR1_NAME" : "HDFC", "VENDOR1_ADDRRESS" : "0x86ab718b24b38CF6e94a02b43242d0DFc73ee736", "CONTRACT1_ADDRESS" : "0x577Bb440815e8697E7C37A2fD4551845e1357B14", "VENDOR2_NAME" : "LIC", "VENDOR2_ADDRRESS" : "0x0C3388508dB0CA289B49B45422E56479bCD5ddf9", "CONTRACT2_ADDRESS" : "0xC8fCc92664C988621B7c75705d8Ea19bC5768f8F", "GOERLI_CHAIN_CONTRACT" : "0x04D4A91e4503Ea3c32ABcbCb5d6382701BdA92D8", "mapping" : {"0x86ab718b24b38CF6e94a02b43242d0DFc73ee736" : "HDFC", "0x0C3388508dB0CA289B49B45422E56479bCD5ddf9" : "LIC"}} | 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"}, "mapping": {"type": "object", "properties": {"0x86ab718b24b38CF6e94a02b43242d0DFc73ee736": {"type": "string"}, "0x0C3388508dB0CA289B49B45422E56479bCD5ddf9": {"type": "string"}}, "required": ["0x86ab718b24b38CF6e94a02b43242d0DFc73ee736", "0x0C3388508dB0CA289B49B45422E56479bCD5ddf9"]}}, "required": ["VENDOR1_NAME", "VENDOR1_ADDRRESS", "CONTRACT1_ADDRESS", "VENDOR2_NAME", "VENDOR2_ADDRRESS", "CONTRACT2_ADDRESS", "GOERLI_CHAIN_CONTRACT", "mapping"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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-07/schema#"}
| {"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", "test:ci"]}, "dependencies": {"type": "object", "properties": {"rimraf": {"type": "string"}, "toxy": {"type": "string"}}, "required": ["rimraf", "toxy"]}, "devDependencies": {"type": "object", "properties": {"@zetapush/client": {"type": "string"}, "@zetapush/testing": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-reporters": {"type": "string"}, "jasmine-ts": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "localtunnel": {"type": "string"}}, "required": ["@zetapush/client", "@zetapush/testing", "jasmine", "jasmine-reporters", "jasmine-ts", "ts-node", "typescript", "localtunnel"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.3.2", "jasmine-ts" : "0.3.0", "ts-node" : "^7.0.1", "typescript" : "^3.1.6", "localtunnel" : "1.9.1"}} | 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": {"rimraf": {"type": "string"}, "toxy": {"type": "string"}}, "required": ["rimraf", "toxy"]}, "devDependencies": {"type": "object", "properties": {"@zetapush/client": {"type": "string"}, "@zetapush/testing": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-reporters": {"type": "string"}, "jasmine-ts": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "localtunnel": {"type": "string"}}, "required": ["@zetapush/client", "@zetapush/testing", "jasmine", "jasmine-reporters", "jasmine-ts", "ts-node", "typescript", "localtunnel"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type", "Last Write"]}}, "required": ["Material"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "Last Write"]}}, "required": ["Material"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "array", "items": {"type": "integer"}}, "vksize": {"type": "array", "items": {"type": "integer"}}, "tdelay": {"type": "number"}, "frames": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["name", "starts", "vksize", "tdelay", "frames"]}}}, "required": ["Material", "Dimensions", "Animations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "items": {"type": "integer"}}, "tdelay": {"type": "number"}, "frames": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["name", "starts", "vksize", "tdelay", "frames"]}}}, "required": ["Material", "Dimensions", "Animations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "object", "properties": {"name": {"type": "string"}, "githubUsername": {"type": "string"}}, "required": ["name", "githubUsername"]}, "library": {"type": "string"}}, "required": ["title", "description", "license", "showCode", "layout", "apiCalls", "author", "library"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "boyntoni"}, "library" : "Jq6HIbgz"} | 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"}, "githubUsername": {"type": "string"}}, "required": ["name", "githubUsername"]}, "library": {"type": "string"}}, "required": ["title", "description", "license", "showCode", "layout", "apiCalls", "author", "library"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}, "wayto": {"type": "object", "properties": {"26327": {"type": "string"}, "26329": {"type": "string"}}, "required": ["26327", "26329"]}, "timeto": {"type": "object", "properties": {"26327": {"type": "number"}, "26329": {"type": "number"}}, "required": ["26327", "26329"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : ["Obvious exits: east, west"], "location" : "Talador", "wayto" : {"26327" : "west", "26329" : "east"}, "timeto" : {"26327" : 0.2, "26329" : 0.2}, "image" : "wl-lichs_landing-1500800742.png", "image_coords" : [930, 332, 956, 360]} | 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": {"type": "string"}, "26329": {"type": "string"}}, "required": ["26327", "26329"]}, "timeto": {"type": "object", "properties": {"26327": {"type": "number"}, "26329": {"type": "number"}}, "required": ["26327", "26329"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "object", "properties": {"N": {"type": "integer"}, "D": {"type": "integer"}}, "required": ["N", "D"]}, "low": {"type": "string"}, "low_r": {"type": "object", "properties": {"N": {"type": "integer"}, "D": {"type": "integer"}}, "required": ["N", "D"]}, "open": {"type": "string"}, "open_r": {"type": "object", "properties": {"N": {"type": "integer"}, "D": {"type": "integer"}}, "required": ["N", "D"]}, "close": {"type": "string"}, "close_r": {"type": "object", "properties": {"N": {"type": "integer"}, "D": {"type": "integer"}}, "required": ["N", "D"]}}, "required": ["timestamp", "trade_count", "base_volume", "counter_volume", "avg", "high", "high_r", "low", "low_r", "open", "open_r", "close", "close_r"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "0.0000090", "close_r" : {"N" : 9, "D" : 1000000}} | 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": "integer"}}, "required": ["N", "D"]}, "low": {"type": "string"}, "low_r": {"type": "object", "properties": {"N": {"type": "integer"}, "D": {"type": "integer"}}, "required": ["N", "D"]}, "open": {"type": "string"}, "open_r": {"type": "object", "properties": {"N": {"type": "integer"}, "D": {"type": "integer"}}, "required": ["N", "D"]}, "close": {"type": "string"}, "close_r": {"type": "object", "properties": {"N": {"type": "integer"}, "D": {"type": "integer"}}, "required": ["N", "D"]}}, "required": ["timestamp", "trade_count", "base_volume", "counter_volume", "avg", "high", "high_r", "low", "low_r", "open", "open_r", "close", "close_r"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "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" : [[[-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": "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": {"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" : 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, 51.20621], "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#"} |
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", "logoURI", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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-schema.org/draft-07/schema#"} |
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"}}, "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" : "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 last decade. Research on heterogeneous database systems that use both general-and special-purpose processors has addressed either transaction-or analytic processing, but not the combination of them. Support for hybrid transaction-and analytic processing (HTAP) has been studied exclusively for CPU-only systems. In this paper we ask the question whether current systems are ready for HTAP workload management with cooperating generaland special-purpose processors. For this, we take the perspective of the backbone of database systems: the storage engine. We propose a unified terminology and a comprehensive taxonomy to compare state-of-the-art engines from both domains. We show similarities and differences, and determine a necessary set of features for engines supporting HTAP workload on CPUs and GPUs. Answering our research question, our findings yield a resolute: not yet.", "citation" : "Citations (2)", "departments" : ["Otto-von-Guericke University Magdeburg", "Otto-von-Guericke University Magdeburg", "Otto-von-Guericke University Magdeburg", "Otto-von-Guericke University Magdeburg"], "authors" : ["Marcus Pinnecke.....http://dblp.org/pers/hd/p/Pinnecke:Marcus", "David Broneske.....http://dblp.org/pers/hd/b/Broneske:David", "Gabriel Campero Durand.....http://dblp.org/pers/hd/d/Durand:Gabriel_Campero", "Gunter Saake.....http://dblp.org/pers/hd/s/Saake:Gunter"], "conf" : "icde", "year" : "2017", "pages" : 8} | 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#"} |
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"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : {"type" : "Point", "coordinates" : [15.66435, 48.93305]}}, {"type" : "Feature", "properties" : {"label:cs" : "Kapli\u010dka severn\u011b od Korolup", "P31" : "http://www.wikidata.org/entity/Q14552192", "P31^label:cs" : "Kapli\u010dka", "P131^label:cs" : "Korolupy", "P6736" : "19780"}, "geometry" : {"type" : "Point", "coordinates" : [15.64769, 48.93318]}}, {"type" : "Feature", "properties" : {"label:cs" : "K\u0159\u00ed\u017e u v\u00fdchodn\u00edho okraje Korolup", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "Korolupy", "P6736" : "19778"}, "geometry" : {"type" : "Point", "coordinates" : [15.65157, 48.93029]}}, {"type" : "Feature", "properties" : {"label:cs" : "K\u0159\u00ed\u017e v Korolupech u kostela", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "Korolupy", "P6736" : "19542"}, "geometry" : {"type" : "Point", "coordinates" : [15.64622, 48.93007]}}, {"type" : "Feature", "properties" : {"label:cs" : "Pomn\u00edk padl\u00fdm v 1 sv\u011btov\u00e9 v\u00e1lce v Korolupech", "P31" : "http://www.wikidata.org/entity/Q575759", "P31^label:cs" : "Pomn\u00edk padl\u00fdm", "P131^label:cs" : "Korolupy", "P6736" : "19541"}, "geometry" : {"type" : "Point", "coordinates" : [15.64594, 48.93017]}}, {"type" : "Feature", "properties" : {"label:cs" : "Bo\u017e\u00ed muka v Korolupech u h\u0159bitova", "P31" : "http://www.wikidata.org/entity/Q3395121", "P31^label:cs" : "Bo\u017e\u00ed muka", "P131^label:cs" : "Korolupy", "P6736" : "19540"}, "geometry" : {"type" : "Point", "coordinates" : [15.6533, 48.93017]}}, {"type" : "Feature", "properties" : {"label:cs" : "Kapli\u010dka v\u00fdchodn\u011b od Korolup u k\u0159i\u017eovatky cest Vyso\u010dany - Oslnovice", "P31" : "http://www.wikidata.org/entity/Q14552192", "P31^label:cs" : "Kapli\u010dka", "P131^label:cs" : "Korolupy", "P6736" : "19539"}, "geometry" : {"type" : "Point", "coordinates" : [15.66089, 48.93193]}}]} | 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": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.