input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"apiEndpoint": {"type": "string"}, "key": {"type": "string"}}, "required": ["apiEndpoint", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiEndpoint" : "http://example.com/state/", "key" : "samplekey"} | json_instruct | {"type": "object", "properties": {"apiEndpoint": {"type": "string"}, "key": {"type": "string"}}, "required": ["apiEndpoint", "key"], "$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"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {... | {"name" : "Alc English Word Save", "version" : "1.1.0", "manifest_version" : 2, "description" : "Save searched Alc words to Google Spread Sheet", "content_scripts" : [{"matches" : ["<all_urls>"], "css" : ["css/alc-save.css"], "js" : ["js/content.min.js"]}], "web_accessible_resources" : ["js/embedded.min.js", "img/loade... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "css": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/... | [{"year" : 1973, "sex" : "F", "n" : 6, "prop" : 3.86e-06}, {"year" : 1974, "sex" : "F", "n" : 10, "prop" : 6.39e-06}, {"year" : 1976, "sex" : "F", "n" : 6, "prop" : 3.82e-06}, {"year" : 1977, "sex" : "F", "n" : 7, "prop" : 4.26e-06}, {"year" : 1978, "sex" : "F", "n" : 7, "prop" : 4.26e-06}, {"year" : 1980, "sex" : "F",... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"891": {"type": "string"}, "893": {"type": "string"}}, "required": ["891", "893"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"891" : "892", "893" : "894"} | json_instruct | {"type": "object", "properties": {"891": {"type": "string"}, "893": {"type": "string"}}, "required": ["891", "893"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"connectionString": {"type": "string"}, "secret": {"type": "string"}, "contactEmail": {"type": "string"}, "googleAnalyticsAccount": {"type": "string"}}, "required": ["connectionString", "secret", "contactEmail",... | {"connectionString" : "mongodb://localhost:27017/my-cms", "secret" : "REPLACE THIS WITH YOUR OWN SECRET, IT CAN BE ANY STRING", "contactEmail" : "REPLACE THIS WITH YOUR EMAIL ADDRESS", "googleAnalyticsAccount" : "UA-XXXXXXXX-X"} | json_instruct | {"type": "object", "properties": {"connectionString": {"type": "string"}, "secret": {"type": "string"}, "contactEmail": {"type": "string"}, "googleAnalyticsAccount": {"type": "string"}}, "required": ["connectionString", "secret", "contactEmail", "googleAnalyticsAccount"], "$schema": "http://json-schema.org/draft-07/sch... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[124.0, 27.583333333333332], [124.0, 27.666666666666668], [124.125, 27.666666666666668], [124.125, 27.583333333333332], [124.0, 27.583333333333332]]]}, "properties" : {"code" : 412430, "url" : "http://madefor.github.io/0410/api/v1/412430.geojson",... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 404369255, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "97886f84be7f0a760ff2e07e3bc1a388", "wof:id" : 404369255, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.40941241034831, 44.60064261179617, 4.43184406467218, 44.620675729547],... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"... | {"coverage" : {"US Census" : {"geoid" : "37025", "name" : "Cabarrus County", "state" : "North Carolina"}, "country" : "us", "state" : "nc", "county" : "Cabarrus"}, "data" : "http://gisservices2.cabarruscounty.us/arcgis/rest/services/opendata/MapServer/42", "type" : "ESRI", "website" : "http://www.cabarruscounty.us/gove... | json_instruct | {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}, "coun... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draf... | {"variants" : {"" : {"model" : "obeliskmod:block/dark_oak_planks_stool"}}} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "96ded39d34ed77f989c413fac393603c5dae93c8"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"acorn": {"type": "string"}, "css": {"t... | {"name" : "unused_css", "scripts" : {"start" : "node index.js"}, "dependencies" : {"acorn" : "^6.1.1", "css" : "^2.2.4", "css-what" : "^2.1.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"acorn": {"type": "string"}, "css": {"type": "string"}, "css-what": {"type": "string"}}, "required": ["acorn"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Cases" : 3068, "Deaths" : 267}, {"Cases" : 3087, "Deaths" : 271}, {"Cases" : 3110, "Deaths" : 273}, {"Cases" : 3182, "Deaths" : 283}, {"Cases" : 3261, "Deaths" : 291}, {"Cases" : 3325, "Deaths" : 293}, {"Cases" : 3336, "Deaths" : 293}, {"Cases" : 3341, "Deaths" : 294}, {"Cases" : 3359, "Deaths" : 295}, {"Cases" : 33... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"minecraft:behavior_tree": {"type": "object", "properties": {"minecraft:name": {"type": "string"}, "minecraft:root": {"type": "object", "properties": {"minecraft:sequence": {"type": "object", "properties": {"children"... | {"minecraft:behavior_tree" : {"minecraft:name" : "wait_ticks", "minecraft:root" : {"minecraft:sequence" : {"children" : [{"minecraft:wait_ticks" : {}}]}}}} | json_instruct | {"type": "object", "properties": {"minecraft:behavior_tree": {"type": "object", "properties": {"minecraft:name": {"type": "string"}, "minecraft:root": {"type": "object", "properties": {"minecraft:sequence": {"type": "object", "properties": {"children": {"type": "array", "items": {"type": "object", "properties": {"minec... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"t... | {"name" : "liac-soccer", "description" : "", "version" : "1.0.0", "author" : "Renato de Pontes Pereira <renato.ppontes@gmail.com>", "devDependencies" : {"del" : "*", "gulp" : "*", "gulp-concat" : "*", "gulp-connect" : "*", "gulp-minify-css" : "*", "gulp-uglify" : "*", "merge-stream" : "*", "nw-builder" : "^2.0.2", "soc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-connect": {"t... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id_4608": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "read... | {"id_4608" : {"title" : "Coffee Break Collection 005 - Love and Relationships", "language" : "English", "totaltime" : "2:58:32", "url_librivox" : "http://librivox.org/coffee-break-collection-005-love-and-relationships/", "url_iarchive" : "http://www.archive.org/details/coffee_break_005_1104_librivox", "readers" : ["161... | json_instruct | {"type": "object", "properties": {"id_4608": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9435050013", "district_id" : "9435050", "name" : "MAODAGI"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"languageCode": {"type": "string"}, "languageText": {"type": "string"}}, "required": ["languageCode", "languageText"]}}, ... | {"id" : "ecdd88f0-3831-4dd4-bfcd-54aad501ed07", "name" : [{"languageCode" : "nb", "languageText" : "loennOgTilsvarendeYtelser"}], "description" : [{"languageCode" : "nb", "languageText" : "UttrekkSkattemelding record (LogicalRecord) loenn og tilsvarende ytelser"}], "administrativeStatus" : "DRAFT", "versionValidFrom" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"languageCode": {"type": "string"}, "languageText": {"type": "string"}}, "required": ["languageCode", "languageText"]}}, "description": {"type": "array", "items": {"type": "object", "properti... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "bioAsHtml": {"type": "string"}, "acceptedTalks": {"type": "array", "items": {"type": "object", "properties": {"talkType": {"type": "string"}, "track": {"type": "... | [{"uuid" : "2982991f21138ab271c4ff154ecf26bc86364f15", "bioAsHtml" : "<p>TBD</p>\n", "acceptedTalks" : [{"talkType" : "Conference", "track" : "Cloud, Containers & Infrastructure", "links" : [{"href" : "http://cfp.devoxx.pl/api/conferences/DevoxxPL2018/talks/FVL-5658", "rel" : "http://cfp.devoxx.pl/api/profile/talk"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "bioAsHtml": {"type": "string"}, "acceptedTalks": {"type": "array", "items": {"type": "object", "properties": {"talkType": {"type": "string"}, "track": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "pro... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "strin... | {"name" : "soflomo/sitemap", "description" : "Sitemap module for Zend Framework 2 ", "license" : "BSD-3-Clause", "type" : "library", "keywords" : ["zf2", "sitemap", "navigation"], "homepage" : "https://github.com/Soflomo/Sitemap", "authors" : [{"name" : "Jurian Sluiman", "email" : "jurian@soflomo.com", "homepage" : "ht... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://... | {"Name" : "Cartucho \"Express\" con perdigones de 6,5 mm del calibre 12/70", "ShortName" : "6,5 12/70", "Description" : "Cartuchos \"Express\" de calibre 12/70 cargados con 9 perdigones de 6,5 mm para escopetas de Cal. 12.", "casingName" : "Perdigones 6,5 mm 12/70"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "alias": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "priority": {"type": "integer"}, "providers": {"type": "array", "items": {"type": "string"}... | {"name" : "User", "alias" : "user", "description" : "", "keywords" : [], "priority" : 0, "providers" : ["Modules\\User\\Providers\\ModuleServiceProvider", "Modules\\User\\Providers\\RouteServiceProvider", "Modules\\User\\Providers\\EventServiceProvider", "Modules\\User\\Providers\\AuthServiceProvider"], "migration" : {... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alias": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "priority": {"type": "integer"}, "providers": {"type": "array", "items": {"type": "string"}}, "migration": {"type": "object", "properties": {"seeds": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "changedResources": {"type": "array", "items": {... | {"errors" : [{"code" : "UNABLE_TO_PARSE_ATTRIBUTE_NAME", "message" : "Attribute name not found on line \" task_definition\" (ignored)"}], "changedResources" : [{"action" : "update", "type" : "aws_ecs_service", "name" : "blah", "path" : "aws_ecs_service.blah", "changedAttributes" : {}}], "changedDataSources" : []} | json_instruct | {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "changedResources": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "type": {... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2008, 7], [2009, 14], [2010, 8], [2011, 14], [2012, 8], [2013, 5], [2014, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "uberminer:block/block_ubercrafter"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"menuId": {"type": "string"}, "menuTitle": {"type": "string"}, "menuDescription": {"t... | {"status" : 200, "message" : "", "data" : [{"menuId" : "12abd24535eecb2", "menuTitle" : "Deluxe", "menuDescription" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut al... | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"menuId": {"type": "string"}, "menuTitle": {"type": "string"}, "menuDescription": {"type": "string"}, "menuPrice": {"type": "number"}, "menuImageUrl": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro... | {"userId" : 11026, "cartId" : "0f0182aa-f5eb-4c6d-9ef5-61692140a21f", "preferredProducts" : [3258, 1114, 381, 4846, 4880, 205, 3907, 4453, 3850, 226], "productReviews" : [{"productId" : 3791, "reviewText" : "My co-worker Knute has one of these. He says it looks smoky.", "reviewDate" : "2016-08-12T16:34:35.961436+03:00"... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003419": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "stri... | {"type" : "Topology", "objects" : {"E01003419" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00017295", "LAD11CD" : "E09000024"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003419": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"css/ionic.css": {"type": "string"}, "css/ionic.min.css": {"type": "string"}, "js/angular-ui/angular-ui-router.js": {"type": "string"}, "js/angular-ui/angular-ui-router.min.js": {"type": "string"}, "js/angular/angular... | {"css/ionic.css" : "sha256-hnhB1ujm+ggDICUmqnimDH7ROA9Tf+hcoCdZj3N6jiQ=", "css/ionic.min.css" : "sha256-Odwld6XTMcscU3xRkmsOIAeIij5IENuEjsyeyPC90/8=", "js/angular-ui/angular-ui-router.js" : "sha256-8w7l0513LvFePJ/wrAi7Mlvxn7EAZjcaSDlqm8EbW2o=", "js/angular-ui/angular-ui-router.min.js" : "sha256-GmWIjq32HBb/l6xpFVMaQRhF... | json_instruct | {"type": "object", "properties": {"css/ionic.css": {"type": "string"}, "css/ionic.min.css": {"type": "string"}, "js/angular-ui/angular-ui-router.js": {"type": "string"}, "js/angular-ui/angular-ui-router.min.js": {"type": "string"}, "js/angular/angular-animate.js": {"type": "string"}, "js/angular/angular-animate.min.js"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"typ... | {"directions" : ["1. Pour the juice and soda water into a large punch bowl.", "2. Gradually stir in the syrup, tasting regularly until you reach the desired sweetness and fragrance. Refrigerate until it's time to serve.", "3. Just before serving, stir in the ice and scatter the raspberries and flowers over the top."], ... | 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"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["520425200208", "\u5e78\u798f\u56ed\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200209", "\u731b\u5fb7\u5be8\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200210", "\u7fa4\u8054\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200212", "\u5927\u6c34\u4e95\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required... | {"generated_at" : "2017-01-27T09:37:35.630503", "required_by" : ["collective.castle"], "requires" : ["setuptools"], "package" : "Products.CAS4PAS"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-81.66575, 41.512448], [-81.656303, 41.516198], [-81.653036, 41.512314], [-81.655705, 41.511591], [-81.654969, 41.507966], [-81.658743, 41.507561], [-81.659333, 41.510527], [-81.664389, 41.509125], [-81.666815, 41.512013]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["engine-base", "expand", "helper-related", "jstransformer-engine", "readme-generator", "template-error", "update-copyright", "updater-license"] | json_instruct | {"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": {"yield": {"type": "null"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "string"}, "hos... | {"yield" : null, "nutritionEstimates" : [], "totalTime" : "1 hr 30 min", "images" : [{"hostedSmallUrl" : "https://lh3.googleusercontent.com/I8M5y0crLe63_qKP6fUmz_gNl5dpWrukGH5kV4bJJ1GYJ1ueoIHvFWZC5smb7bxYHzMtiYPk1yD2yRdP27Mjcg=s90", "hostedMediumUrl" : "https://lh3.googleusercontent.com/I8M5y0crLe63_qKP6fUmz_gNl5dpWruk... | json_instruct | {"type": "object", "properties": {"yield": {"type": "null"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "string"}, "hostedMediumUrl": {"type": "string"}, "hostedLargeUrl": {"type... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "amount": {"type": "integer"}, "unit": {"type": "s... | [{"name" : "Pfannkuchen", "ingredients" : [{"name" : "Mehl", "amount" : 400, "unit" : "g"}, {"name" : "Milch", "amount" : 500, "unit" : "mL"}, {"name" : "Eier", "amount" : 4, "unit" : "stk"}, {"name" : "Bacon", "amount" : 2, "unit" : "pkt"}, {"name" : "Pilze", "amount" : 250, "unit" : "g"}]}, {"name" : "Tomate-Mozzarel... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "amount": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["name", "amount", "unit"]}}}, "required": ["name", "in... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "9e53428b5a45ee0a0d2d", "c" : {"0" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"... | {"id" : "alldex-alliance", "symbol" : "axa", "name" : "Alldex Alliance", "platforms" : {"ethereum" : "0xf8ed6c51762208ff26f8f3e4efd4e06af2da649c"}, "hashing_algorithm" : null, "categories" : ["Finance / Banking"], "description" : {"en" : "Financial assets and cryptocurrency derivatives exchange, headquartered at the in... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "objec... | {"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "414425", "rx_recvCnt" : "36", "rx_gpsDate" : "130319", "rx_gpsTime" : "110709", "rx_lat" : 35.709372, "rx_long" : 139.77112, "rx_alt" : "3", "rx_temp" : "24.48", "rx_airP" : "101037", "rx_bSize" : "36", "tx_id" : "23", "tx_cnt" : ... | json_instruct | {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_re... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "calc": {"type": "boolean"}, "value": {"type": "string"}}, "required": ["id", "type", "calc", "value"]}, "$schema": "http://json... | [{"id" : "CFILERBX", "type" : "box", "calc" : true, "value" : ""}, {"id" : "TPSSN", "type" : "ssn", "calc" : true, "value" : ""}, {"id" : "SPSSN", "type" : "ssn", "calc" : true, "value" : ""}, {"id" : "CONTROL", "type" : "alpha", "calc" : true, "value" : ""}, {"id" : "TPFNAME", "type" : "alpha", "calc" : true, "value" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "calc": {"type": "boolean"}, "value": {"type": "string"}}, "required": ["id", "type", "calc", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["178277"], "\uc81c\uc548\uc77c\uc790" : ["2008-02-25"], "\uc81c\uc548\uc790" : ["\ub300\ud1b5\ub839"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c17\ub300(2004~2008)\uc81c271\ud68c"]}, "\ubcf8\ud68c\uc758 \... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street... | {"type" : "Feature", "id" : "node/6984900683", "properties" : {"addr:city" : "Menden", "addr:housenumber" : "114", "addr:postcode" : "58708", "addr:street" : "Korbe", "email" : "u-hauenschild@t-online.de", "name" : "Ziegenhof zum Korbe", "opening_hours" : "Mo-Sa 17:00-20:00", "operator" : "Petra Hauenschild", "phone" :... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "email": {"type": "string"}, "name": {"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "address... | {"type" : "conference", "title" : "Paired-Dual Learning for Fast Training of Latent Variable Hinge-Loss MRFs", "authors" : ["Stephen Bach*", "Bert Huang*", "Jordan Boyd-Graber", "Lise Getoor"], "venue" : "International Conference on Machine Learning", "year" : "2015", "publisher" : "PMLR", "address" : "Lille, France", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "address": {"type": "string"}, "links": {"type": "array", "items": {"type": "obj... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type... | {"name" : "mirau", "version" : "0.1.0", "description" : "Library and utilities to validate authentication by a MCP Maritime Identity Registry", "main" : "src/index.js", "type" : "module", "scripts" : {"test" : "mocha"}, "keywords" : ["mcp", "mir", "authentication", "validation"], "author" : "Robert Aarts, Aboa Mare Mar... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [754.256, 220.371, 1, 771.413, 249.697, 1, 737.081, 249.744, 1, 684.052, 247.313, 1, 682.626, 216.54, 1, 802.478, 247.939, 1, 848.202, 251.914, 1, 853.756, 222.372, 1, 746.765, 358.43, 1, 735.886, 431.949, 1, 757.049, 500.068, 1, 784.559, 362.485, 1, 787.385, 442.463... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "node-googl", "version" : "0.0.2", "description" : "A simple module for the goo.gl shortening service.", "main" : "lib/shortener", "scripts" : {"test" : "mocha --timeout 5000 ./test/**/*.spec.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/deubaka/node-googl.git"}, "keywords" : ["googl",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "I feel sorry for <a href=\"https://en.wikipedia.org/wiki/Richard_Engel\">Richard Engel</a> on MSNBC. His <a href=\"https://www.msnbc.com/11th-hour/watch/trump-withdrawal-of-u-s-troops-makes-putin-the-kingmaker-in-syria-71871557542\">reporting from Syria</a> raises a question that his colleagues in the US don... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$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"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "strin... | {"name" : "mkinyua53/authorization", "description" : "A package to add functionality to larapacks/authorization package", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Mwatha Kinyua", "email" : "mwatha.kinyua@hotmail.com"}], "minimum-stability" : "dev", "require" : {"larapacks/authorization" : "^2.3"},... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "ignore_php_platform_requirements": {"type": "object", "properties": {"8.1": {"type": "boolean"}}, "required": ["8.1"]}}, "required": ["extensions", "ignore_php_plat... | {"extensions" : ["dom", "intl"], "ignore_php_platform_requirements" : {"8.1" : true}} | json_instruct | {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "ignore_php_platform_requirements": {"type": "object", "properties": {"8.1": {"type": "boolean"}}, "required": ["8.1"]}}, "required": ["extensions", "ignore_php_platform_requirements"], "$schema": "http://json-schema.org/dra... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "stri... | [{"postal_code" : "96350", "place_name" : "Cosoleacaque Centro", "place_type" : "Colonia", "county" : "Cosoleacaque", "state" : "Veracruz de Ignacio de la Llave", "city" : "Cosoleacaque"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dagre-d3.core.js": {"type": "string"}, "dagre-d3.core.min.js": {"type": "string"}, "dagre-d3.js": {"type": "string"}, "dagre-d3.min.js": {"type": "string"}}, "required": ["dagre-d3.core.js", "dagre-d3.core.min.js", "dagre-d3.j... | {"dagre-d3.core.js" : "sha256-Qj242ZRfhLKZgadr74EeBO1BfWfZki1OY6QwczLLJl4=", "dagre-d3.core.min.js" : "sha256-XpBtwR4Wsl7iVmOFT7zLY12nbMwoMrd2EjrHSI/lJD0=", "dagre-d3.js" : "sha256-A0lHaV1w3ZDLmQFaLWaRm71Mi25qmUJ337Zk92YwraY=", "dagre-d3.min.js" : "sha256-qj9qQI22rYh149imrdFeD2I+h+AQWWmV0e31yAlBmog="} | json_instruct | {"type": "object", "properties": {"dagre-d3.core.js": {"type": "string"}, "dagre-d3.core.min.js": {"type": "string"}, "dagre-d3.js": {"type": "string"}, "dagre-d3.min.js": {"type": "string"}}, "required": ["dagre-d3.core.js", "dagre-d3.core.min.js", "dagre-d3.js", "dagre-d3.min.js"], "$schema": "http://json-schema.org/... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"keyutils-1.5.10.tar.bz2": {"type": "string"}}, "required": ["keyutils-1.5.10.tar.bz2"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Signatures" : {"keyutils-1.5.10.tar.bz2" : "115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c93afb6"}} | json_instruct | {"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"keyutils-1.5.10.tar.bz2": {"type": "string"}}, "required": ["keyutils-1.5.10.tar.bz2"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "ts": {"t... | {"name" : "ts-node-babel-sample", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"postinstall" : "node lib/overwrite-modules.js", "ts" : "ts-babel-node server.ts", "ts:alt" : "node --require ts-babel-node/register server.ts", "tsc" : "tsc --outDir .dest-tsc", "tsc:w" : "tsc --outDir .dest-ts... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "ts": {"type": "string"}, "ts:alt": {"type": "string"}, "tsc": {"type": "string"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {... | {"name" : "shopCart", "version" : "0.0.0", "authors" : ["ninjasun <davide.mezzetti@hotmail.it>"], "main" : "/app/app.js", "license" : "MIT", "dependencies" : {"angular-mocks" : "latest", "angular-route" : "~1.2.23", "angular" : "~1.2.24", "jasmine" : "~2.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}, "angular-route": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"mag_data": {"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["samples"]}, "acc_data": {"type": "object", "properties": {"samples":... | {"mag_data" : {"samples" : [[510, 254, 464]]}, "acc_data" : {"samples" : [[46, -1015, 0]]}, "trigger" : "double-tap", "fw_version" : "v0.20.5", "avg_win" : [39, 34, 82, 21, 61, 24, 90, 21, 45, 17, 84, 112, 23, 12, 73, 121], "awb_gain" : [1177, 1024, 1917], "aec_gain" : 92, "aec_exp" : 32, "bat_level" : 250, "avg_readou... | json_instruct | {"type": "object", "properties": {"mag_data": {"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["samples"]}, "acc_data": {"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "array", "items": {"type": "inte... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ... | {"ETag" : "W/\"aebcec6b442bff637bcc43e881b5c818ad0ff925d2df96f292ef10a7d63250e7\"", "Last-Modified" : "Wed, 13 Oct 2021 01:14:21 GMT", "base" : {"repo" : {"name" : "mypy-boto3-batch-feedstock"}}, "closed_at" : "2021-10-13T01:14:18Z", "created_at" : "2021-10-13T01:08:41Z", "draft" : false, "head" : {"ref" : "this_is_not... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"292117": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["292117"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"292117" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"292117": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["292117"], "$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... | {"name" : "react-navigation-hoc", "version" : "1.0.1", "description" : "Declarative Higher Order Components for react-navigation", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bugs181/react-navigation-hoc.git"}... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
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"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coord... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[115.83804960237772, -31.99112975026973], [115.82277875185216, -32.001190937256325], [115.81783818256447, -32.01418663711401], [115.79493190677611, -32.009575259745155], [115.792237050801, -32.008736827... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "arra... |
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"}, "compile": {"type":... | {"name" : "react-app-rewire-wolox", "version" : "0.1.1", "description" : "", "main" : "lib/index.js", "scripts" : {"test" : "jest", "compile" : "babel -d lib/ src/", "prepublishOnly" : "npm run compile"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Wolox/react-app-rewire-wolox.git"}, "keywords" : ["... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["test", ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"mohair": {"type": "object", "properties": {"queries": {"type": "array", "items": {}}}, "required": ["queries"]}}, "required": ["mohair"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mohair" : {"queries" : []}} | json_instruct | {"type": "object", "properties": {"mohair": {"type": "object", "properties": {"queries": {"type": "array", "items": {}}}, "required": ["queries"]}}, "required": ["mohair"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {... | {"\u5de5\u5ee0\u540d\u7a31" : "\u9577\u8208\u958b\u767c\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "94A00137", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5357\u79d1\u9ad8\u96c4\u5712\u5340\u9ad8\u96c4\u5e02\u8def\u7af9\u5340\u... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long... | {"place_name" : "Tingley", "state_name" : "Iowa", "state_abbrv" : "IA", "lat" : "40.8516", "long" : "-94.1908"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@prisma/client/*": {"type": "array", "items": {"type": ... | {"extends" : "./tsconfig.build.json", "compilerOptions" : {"baseUrl" : "./packages/", "paths" : {"@prisma/client/*" : ["client/src/runtime"], "@prisma/sdk" : ["sdk/src"], "@prisma/sdk/dist/*" : ["sdk/src/*"], "@prisma/migrate" : ["migrate/src"], "@prisma/generator-helper" : ["generator-helper/src"], "@prisma/engine-cor... | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@prisma/client/*": {"type": "array", "items": {"type": "string"}}, "@prisma/sdk": {"type": "array", "items": {"type": "string"}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "Usato", "version" : "1.0.0", "description" : "Desktop application aimed to library products management.", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Andrea Baldan <a.g.baldan@gmail.com>", "window" : {"toolbar" : false, "width" : 1300, "height" : 7... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "window": {"type": "object", "propert... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://j... | {"code" : "GP09C2", "lang" : "de", "description" : null, "name" : "GP2009 (2-Steller): Au\u00dfenhandel", "type" : "Merkmal"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.64": {"type": "integer"}, "0.99"... | {"hour positive count" : 15, "hour neutral count" : 2, "hour negative count" : 10, "hour distri" : {"0.64" : 1, "0.99" : 6, "0.01" : 4, "0.0" : 2, "0.71" : 1, "0.9" : 2, "1.0" : 3, "0.97" : 3, "0.96" : 1, "0.28" : 1, "0.13" : 1, "0.31" : 1, "0.02" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.64": {"type": "integer"}, "0.99": {"type": "integer"}, "0.01": {"type": "integer"}, "0.0": {"type": "in... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}}, "required": ["name", "size"]}}}, "required": ["name", "chi... | {"name" : "flare", "children" : [{"name" : "Visualization", "size" : 16540}, {"name" : "Antor", "size" : 800}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}}, "required": ["name", "size"]}}}, "required": ["name", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "stri... | {"name" : "simple-server-rest", "version" : "0.0.1", "description" : "Simple Server with REST API", "main" : "server.js", "scripts" : {"test" : "eslint . && jest tests/", "lint" : "eslint .", "lint:fix" : "eslint . --fix"}, "repository" : {"type" : "git", "url" : "git+https://github.com/NilFurquim/Simple-Server-REST.gi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["test", "lint", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07... | [{"package" : "bioconductor-biodbuniprot", "downloads" : 400, "count" : 72}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-sche... | [{"date" : "2022-04-02", "total" : 3323, "delta" : 2, "version" : "1.5.0"}, {"date" : "2022-04-08", "total" : 3335, "delta" : 12, "version" : "1.5.0"}, {"date" : "2022-04-10", "total" : 3340, "delta" : 5, "version" : "1.5.0"}, {"date" : "2022-04-12", "total" : 3344, "delta" : 4, "version" : "1.5.0"}, {"date" : "2022-04... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, ... | {"resourceType" : "DataElement", "id" : "OrderResponse", "meta" : {"lastUpdated" : "2015-10-24T07:41:03.495+11:00"}, "url" : "http://hl7.org/fhir/DataElement/OrderResponse", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"path" : "OrderResponse", "short" : "A response to an o... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"metadataVersion": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "vendor": {"type": "object", "properties": {"name": {"typ... | {"metadataVersion" : "1.0", "id" : "sap.viz.ext.swotanalysis", "name" : "SWOTAnalysis", "description" : " ", "version" : "1.0.3", "vendor" : {"name" : "Xin Wen", "url" : "www.sap.com"}, "requires" : [{"id" : "sap.viz.common.core", "version" : "5.7.3"}], "bundles" : [{"id" : "sap.viz.ext.swotanalysis", "version" : "1.0.... | json_instruct | {"type": "object", "properties": {"metadataVersion": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "vendor": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "i... | [{"results" : [{"tech" : 4, "pts" : 1030, "connections" : 39953, "capacity" : 6303047, "investments" : 16246828}, {"tech" : 1, "pts" : 281, "connections" : 239535, "capacity" : 19915218, "investments" : 93628424}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end",... | {"contract" : "0x8f951903c9360345b4e1b536c7f5ae8f88a64e79", "tool" : "securify", "start" : 1563509962.0369864, "end" : 1563509965.6533644, "duration" : 3.61637806892395, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"80451": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["80451"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"80451" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"80451": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["80451"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"jsmediatags.js": {"type": "string"}, "jsmediatags.min.js": {"type": "string"}}, "required": ["jsmediatags.js", "jsmediatags.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsmediatags.js" : "sha256-cl6oMP77zRqT9XU883TxDFeACaQEebry/ZNA6AgZPtQ=", "jsmediatags.min.js" : "sha256-AS0isB0sR4lXqApp+HI4hR6jEgBlt3du87qjA3T4wdU="} | json_instruct | {"type": "object", "properties": {"jsmediatags.js": {"type": "string"}, "jsmediatags.min.js": {"type": "string"}}, "required": ["jsmediatags.js", "jsmediatags.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, ... | {"type" : "package", "name" : "avh4/elm-program-test", "summary" : "Test Elm programs", "license" : "MIT", "version" : "3.6.1", "exposed-modules" : ["ProgramTest", "SimulatedEffect.Cmd", "SimulatedEffect.Sub", "SimulatedEffect.Http", "SimulatedEffect.Task", "SimulatedEffect.Navigation", "SimulatedEffect.Ports", "Simula... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "anglomaniac", "definition" : "One affected with Anglomania."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "neutronia:block/green_glazed_terracotta_pillar"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "eventTypeIdentifier": {"type": "string"}, "actionText": {"type": "string"}, "messageData": {"type": "string"}, "date": {"type": "string"}, "topicId": {"type"... | {"data" : {"id" : 6251, "eventTypeIdentifier" : "transactions_merchant_count", "actionText" : "View transaction", "messageData" : "{\"TransactionId\":1072431,\"MerchantId\":100000000,\"MerchantName\":\"McDonalds\",\"TotalCount\":63,\"PeriodCount\":30,\"DisplayIconIdentifier\":\"71\",\"CategoryName\":\"Fast Food\"}", "d... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "eventTypeIdentifier": {"type": "string"}, "actionText": {"type": "string"}, "messageData": {"type": "string"}, "date": {"type": "string"}, "topicId": {"type": "integer"}, "topicName": {"type": "string"}, "title": {"t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "object", "properties": {"extended-bread-form-fields": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type... | {"last_remote_check" : 1547585224, "hooks" : {"extended-bread-form-fields" : {"name" : "extended-bread-form-fields", "description" : "Extended FormFields hook interface to Voyager BREAD", "version" : "v0.2-beta", "enabled" : true}}} | json_instruct | {"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "object", "properties": {"extended-bread-form-fields": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "enabled": {"type": "boolean"}}, "required"... |
Using the following JSON schema, generate a compatible JSON instance:
{"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", "item... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [664.308, 262.335, 1, 662.889, 322.291, 1, 609.44, 308.318, 1, 598.224, 379.548, 1, 668.446, 397.58, 1, 706.705, 327.304, 1, 730.116, 409.409, 1, 745.384, 502.037, 1, 629.197, 423.4, 1, 601.236, 410.012, 1, 616.596, 512.389, 1, 683.774, 442.41, 1, 701.668, 535.328, 1... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.491283, 34.019484], [-118.479977, 34.028699], [-118.476866, 34.026013], [-118.488234, 34.016803], [-118.491283, 34.019484]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 5542}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"419905837071335424": {"type": "object", "properties": {"prefixes": {"type": "string"}}, "required": ["prefixes"]}, "449480119732666370": {"type": "object", "properties": {"prefixes": {"type": "string"}}, "requi... | {"419905837071335424" : {"prefixes" : "/"}, "449480119732666370" : {"prefixes" : "T"}} | json_instruct | {"type": "object", "properties": {"419905837071335424": {"type": "object", "properties": {"prefixes": {"type": "string"}}, "required": ["prefixes"]}, "449480119732666370": {"type": "object", "properties": {"prefixes": {"type": "string"}}, "required": ["prefixes"]}}, "required": ["419905837071335424", "44948011973266637... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 54253, "cartId" : "0563f9ce-d246-472e-9ec1-a44dfe1ee7d4", "preferredProducts" : [570], "productReviews" : [{"productId" : 2025, "reviewText" : "I saw one of these in Saint Lucia and I bought one.", "reviewDate" : "2016-05-19T14:40:52.1931914+03:00"}, {"productId" : 4120, "reviewText" : "i use it once in a w... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "req... | {"name" : "@anvilco/apollo-server-plugin-introspection-metadata", "version" : "1.1.1", "description" : "A plugin for Apollo Server that allows for adding metadata to GraphQL Introspection Query responses.", "author" : "Anvil Foundry Inc. <hello@useanvil.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/an... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s... | {"id" : 11015, "title" : ["[River's Rest Forging Supply]"], "description" : ["Tucked behind a massive hedge, the area is surrounded with dense foliage. A small raised platform rests in the center, stocked with shelves of oils, metal, and glyphs. Pillars of smoke rise from behind the platform, accompanied by ringing h... | 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": {"11014"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}... | [{"package" : "perl-html-tree", "downloads" : 199200, "count" : 8842}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"eventId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "format": {"type": "string"}}, "req... | {"type" : "object", "properties" : {"eventId" : {"required" : true, "type" : "integer", "format" : "int32"}, "reportType" : {"required" : true, "type" : "string", "enum" : ["InvalidInfo", "Duplicate", "Inappropriate", "Other"]}, "notes" : {"required" : true, "type" : "string"}, "versionNumber" : {"required" : true, "ty... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"eventId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["required", "type", "format"]}, "reportType": {"type": "obje... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo... | {"id" : 85782875, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "039b2fbf24643b4ba98c474a4aff726a", "wof:id" : 85782875, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [174.524774, -35.713451, 174.524774, -35.713451], "geometry" : {"coor... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"ty... | {"geometry" : {"type" : "Point", "coordinates" : [-94.63, 32.99]}, "type" : "Feature", "id" : "75656", "properties" : {"other_cities" : "Hughes Spgs", "city" : "Hughes Springs", "state" : "TX", "county" : "Cass County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"t... | {"nom" : "Carcar\u00e8s-Sainte-Croix", "dpt" : "Landes", "inscrits" : 412, "abs" : 70, "votants" : 342, "blancs" : 11, "nuls" : 2, "exp" : 329, "res" : [{"panneau" : "9", "voix" : 94}, {"panneau" : "2", "voix" : 74}, {"panneau" : "3", "voix" : 58}, {"panneau" : "11", "voix" : 42}, {"panneau" : "4", "voix" : 30}, {"pann... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "effect": {"type": "string"}, "craft": {"type": "object", "properties": {"cost": {"type": "integer"}, "items": {"type": "array"... | {"id" : "desiccant_potion", "name" : "Poci\u00f3n antihumedad", "description" : "Un tipo de poci\u00f3n que potencia la RES Hydro y ayuda a resistir ambientes de alta humedad.<br/>Dicen que esta poci\u00f3n puede mantener los objetos secos y tambi\u00e9n puede ser consumida por las personas para obtener una mayor resis... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "effect": {"type": "string"}, "craft": {"type": "object", "properties": {"cost": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"collection": {"type": "string"}, "sourceRoot": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"tsConfigPath": {"type": "string"}}, "required": ["tsConfigPath"]}}, "required": ["collection... | {"collection" : "@nestjs/schematics", "sourceRoot" : "server", "compilerOptions" : {"tsConfigPath" : "./tsconfig.server.json"}} | json_instruct | {"type": "object", "properties": {"collection": {"type": "string"}, "sourceRoot": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"tsConfigPath": {"type": "string"}}, "required": ["tsConfigPath"]}}, "required": ["collection", "sourceRoot", "compilerOptions"], "$schema": "http://json-schema.org/... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "num... | {"category" : ["Restaurants", "Food", "Specialty Food", "Breakfast & Brunch", "American (New)", "Coffee & Tea", "Chocolatiers & Shops", "Desserts"], "city" : "Las Vegas", "em_sigma_b" : 0.10420677538316571, "cum_star" : 4.0860103626943, "name" : "Max Brenner", "em_sigma_p" : 0.04647606809039244, "lat" : 36.1191259407, ... | json_instruct | {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type"... | {"\u5de5\u5ee0\u540d\u7a31" : "\u559c\u6d77\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99710267", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u7af9\u5e02\u9999\u5c71\u5340\u57d4\u524d\u91cc\u725b\u57d4\u6771\u8def\u4e94\u4e8c\u516d\u5df7\u4e8c\u... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http:/... | {"parent" : "item/handheld", "textures" : {"layer0" : "artisantools:item/artisans_quill_base", "layer1" : "artisantools:item/artisans_quill_color"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "... | {"avif" : [{"format" : "avif", "width" : 90, "height" : 90, "filename" : "3ba5d93a-90.avif", "outputPath" : "img/avatars/twitter/3ba5d93a-90.avif", "url" : "/img/avatars/twitter/3ba5d93a-90.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/twitter/3ba5d93a-90.avif 90w", "size" : 494}], "webp" : [{"format" : ... | json_instruct | {"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "published_at": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_ur... | {"description" : "Juha-Matti aka Juhis is a developer community builder, web developer and programming teacher from Helsinki, Finland. He's passionate about building diverse and welcoming communities, board games and having discussions about technology. Currently he is working at Futurice in Helsinki helping developers... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "published_at": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "arra... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "partials": {"type": "object", "properties": {"config": {"type": "string"}}, "required": ["config"]}, "metrics": {"type": "boolean"}... | {"name" : "OpenNMS Faults", "id" : "opennms-helm-fault-datasource", "type" : "datasource", "partials" : {"config" : "datasources/fault-ds/partials/config.html"}, "metrics" : true, "annotations" : false, "info" : {"logos" : {"small" : "img/fm-ds.svg", "large" : "img/fm-ds.svg"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "partials": {"type": "object", "properties": {"config": {"type": "string"}}, "required": ["config"]}, "metrics": {"type": "boolean"}, "annotations": {"type": "boolean"}, "info": {"type": "object", "proper... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.