input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"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" : 40, "line_cd" : 99908, "line_name" : "\u5317\u4e5d\u5dde\u30e2\u30ce\u30ec\u30fc\u30eb", "station_cd" : 9990806, "station_g_cd" : 9990806, "station_name" : "\u57ce\u91ce", "lon" : 130.879601, "lat" : 33.858398}]} | 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 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" : "pulmobranchiate", "definition" : "Same as Pulmonibranchiata, -ate."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "macrorregiao": {"type": "string"}, "regiao_endafoclimatica": {"type": "string"}, "municipio": {"type": "string"}}, "required": ["value", "macrorregiao", "regiao_endafoclimatica", "municipio"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"value" : "1", "macrorregiao" : "1", "regiao_endafoclimatica" : "102", "municipio" : "Amp\u00e9re"}, {"value" : "2", "macrorregiao" : "1", "regiao_endafoclimatica" : "102", "municipio" : "Barrac\u00e3o"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "macrorregiao": {"type": "string"}, "regiao_endafoclimatica": {"type": "string"}, "municipio": {"type": "string"}}, "required": ["value", "macrorregiao", "regiao_endafoclimatica", "municipio"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "jsonName": {"type": "string"}, "path": {"type": "string"}}, "required": ["componentChunkName", "jsonName", "path"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"componentChunkName" : "component---src-pages-index-js", "jsonName" : "index", "path" : "/"}, {"componentChunkName" : "component---src-pages-404-js", "jsonName" : "404-html-516", "path" : "/404.html"}, {"componentChunkName" : "component---src-pages-404-js", "jsonName" : "404-22d", "path" : "/404/"}, {"componentChunkName" : "component---src-pages-about-js", "jsonName" : "about-f34", "path" : "/about/"}, {"componentChunkName" : "component---src-pages-blog-js", "jsonName" : "blog-f7a", "path" : "/blog/"}, {"componentChunkName" : "component---src-templates-blog-template-js", "jsonName" : "blog-notes-ideation-6f4", "path" : "/blog/notes-ideation"}, {"componentChunkName" : "component---src-templates-blog-template-js", "jsonName" : "blog-notes-prototyping-fd2", "path" : "/blog/notes-prototyping"}, {"componentChunkName" : "component---src-templates-blog-template-js", "jsonName" : "blog-notes-user-research-hwk-b54", "path" : "/blog/notes-user-research-hwk"}, {"componentChunkName" : "component---src-templates-blog-template-js", "jsonName" : "blog-notes-user-stories-hwk-f0a", "path" : "/blog/notes-user-stories-hwk"}, {"componentChunkName" : "component---src-templates-blog-template-js", "jsonName" : "blog-notes-user-stories-intro-d97", "path" : "/blog/notes-user-stories-intro"}, {"componentChunkName" : "component---cache-dev-404-page-js", "jsonName" : "dev-404-page-5f9", "path" : "/dev-404-page/"}, {"componentChunkName" : "component---src-pages-page-2-js", "jsonName" : "page-2-fbc", "path" : "/page-2/"}, {"componentChunkName" : "component---src-pages-portfolio-js", "jsonName" : "portfolio-964", "path" : "/portfolio/"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "jsonName": {"type": "string"}, "path": {"type": "string"}}, "required": ["componentChunkName", "jsonName", "path"]}, "$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": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Madayegdeg, San Fernando City, La Union, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.la-union.san-fernando-city.madayegdeg", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "11", "region_reference" : "1", "region_name" : "Ilocos Region (Region I)", "province_id" : "39", "province_reference" : "39", "province_name" : "La Union", "city_id" : "1551", "city_reference" : "749", "city_name" : "San Fernando City", "barangay_id" : "32403", "barangay_reference" : "18940", "barangay_name" : "Madayegdeg"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.30761, 16.60145], [120.317711, 16.59753], [120.318329, 16.593769], [120.317902, 16.59133], [120.312119, 16.59199], [120.307922, 16.591761], [120.305252, 16.59202], [120.304893, 16.59293], [120.305519, 16.5952], [120.306557, 16.597361], [120.306938, 16.59832], [120.30761, 16.60145]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Respecting", "definitions" : ["With reference or regard to."], "parts-of-speech" : "Preposition"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"say": {"type": "string"}}, "required": ["say"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"say" : "Hello world"} | json_instruct | {"type": "object", "properties": {"say": {"type": "string"}}, "required": ["say"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"tool": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "properties": {"type": "array", "items": {"type": "string"}}}, "required": ["tool", "text", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tool" : "tconstruct:vein_hammer", "text" : [{"text" : "\u9271\u8108\u30cf\u30f3\u30de\u30fc\u306f\u3001\u77f3\u7cfb\u30d6\u30ed\u30c3\u30af\u3068\u3001\u6700\u59272\u30d6\u30ed\u30c3\u30af\u5148\u307e\u3067\u306e\u63a1\u6398\u5bfe\u8c61\u3068\u96a3\u63a5\u3059\u308b\u540c\u30bf\u30a4\u30d7\u306e\u30d6\u30ed\u30c3\u30af\u3092\u4e00\u5ea6\u306b\u63a1\u6398\u3057\u307e\u3059\u3002"}, {"text" : "\u300c\u5e83\u7bc4\u300d\u306f\u4e00\u62ec\u7834\u58ca\u306e\u52b9\u679c\u7bc4\u56f2\u8ddd\u96e2\u30921\u4f38\u3070\u3057\u307e\u3059\u3002", "paragraph" : true}], "properties" : ["+3\u306e\u57fa\u672c\u653b\u6483\u529b", "125%\u306e\u653b\u6483\u529b\u88dc\u6b63", "1.1\u306e\u57fa\u672c\u653b\u6483\u901f\u5ea6", "30%\u306e\u63a1\u6398\u901f\u5ea6\u88dc\u6b63", "500%\u306e\u8010\u4e45\u5ea6\u88dc\u6b63", "\u8cab\u901aII"]} | json_instruct | {"type": "object", "properties": {"tool": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "properties": {"type": "array", "items": {"type": "string"}}}, "required": ["tool", "text", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "310107103001", "text" : "\u540c\u6d4e\u5927\u5b66\u6caa\u897f\u6821\u533a\u5c45\u59d4\u4f1a"}, {"id" : "310107103002", "text" : "\u83b2\u82b1\u516c\u5bd3\u5c45\u59d4\u4f1a"}, {"id" : "310107103003", "text" : "\u6606\u4ed1\u82b1\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103004", "text" : "\u674e\u5b50\u56ed\u516d\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310107103005", "text" : "\u745e\u9999\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103006", "text" : "\u5408\u6b22\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103007", "text" : "\u7eff\u6625\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103008", "text" : "\u96ea\u677e\u82d1\u7b2c\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310107103009", "text" : "\u6d77\u68e0\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103010", "text" : "\u548c\u4e50\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103011", "text" : "\u77f3\u69b4\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103012", "text" : "\u767d\u4e3d\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103013", "text" : "\u7d2b\u8346\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103014", "text" : "\u675c\u9e43\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103015", "text" : "\u5c71\u8336\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103016", "text" : "\u8fce\u6625\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103017", "text" : "\u6a31\u82b1\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103018", "text" : "\u96ea\u677e\u82d1\u7b2c\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310107103019", "text" : "\u96ea\u677e\u82d1\u7b2c\u4e09\u5c45\u59d4\u4f1a"}, {"id" : "310107103020", "text" : "\u7d2b\u85e4\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103022", "text" : "\u9999\u6a1f\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103023", "text" : "\u5357\u674e\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103024", "text" : "\u65b0\u5bb6\u56ed\u5c45\u59d4\u4f1a"}, {"id" : "310107103025", "text" : "\u6c38\u6c47\u65b0\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103026", "text" : "\u53e4\u6d6a\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103027", "text" : "\u771f\u5efa\u82b1\u82d1\u5c45\u59d4\u4f1a\uff08\u7b79\uff09"}, {"id" : "310107103028", "text" : "\u9633\u5149\u5efa\u534e\u57ce\u7b2c\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310107103029", "text" : "\u9633\u5149\u5efa\u534e\u57ce\u7b2c\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310107103030", "text" : "\u9633\u5149\u5efa\u534e\u57ce\u7b2c\u4e09\u5c45\u59d4\u4f1a"}, {"id" : "310107103031", "text" : "\u9633\u5149\u5efa\u534e\u57ce\u7b2c\u56db\u5c45\u59d4\u4f1a"}, {"id" : "310107103032", "text" : "\u5b89\u7941\u53e4\u6d6a\u65b0\u82d1\u5c45\u59d4\u4f1a"}, {"id" : "310107103033", "text" : "\u91d1\u7941\u65b0\u57ce\u5c45\u59d4\u4f1a"}, {"id" : "310107103034", "text" : "\u7965\u548c\u661f\u5b87\u5c45\u59d4\u4f1a"}, {"id" : "310107103201", "text" : "\u91d1\u5149\u6751\u6751\u59d4\u4f1a"}, {"id" : "310107103202", "text" : "\u7941\u8fde\u6751\u6751\u59d4\u4f1a"}, {"id" : "310107103203", "text" : "\u6625\u5149\u6751\u6751\u59d4\u4f1a"}, {"id" : "310107103204", "text" : "\u674e\u5b50\u56ed\u6751\u6751\u59d4\u4f1a"}, {"id" : "310107103206", "text" : "\u65b0\u6768\u6751\u6751\u59d4\u4f1a"}, {"id" : "310107103207", "text" : "\u6843\u6d66\u6751\u6751\u59d4\u4f1a"}, {"id" : "310107103208", "text" : "\u69ce\u6d66\u6751\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "nodecg": {"type": "object", "properties": {"compatibleRange": {"type": "string"}, "dashboardPanels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "width": {"type": "integer"}, "file": {"type": "string"}, "headerColor": {"type": "string"}}, "required": ["name", "title", "width", "file", "headerColor"]}}}, "required": ["compatibleRange", "dashboardPanels"]}, "repository": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"request-json": {"type": "string"}}, "required": ["request-json"]}}, "required": ["name", "version", "description", "homepage", "author", "files", "keywords", "nodecg", "repository", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nodecg-streamtip-service", "version" : "0.0.0", "description" : "NodeCG Service for Streamtip", "homepage" : "http://allarsblog.com", "author" : {"name" : "Michael Allar", "email" : "allar@michaelallar.com", "url" : "http://allarsblog.com"}, "files" : ["dashboard", "graphics", "extension.js", "extension"], "keywords" : ["nodecg", "streamtip", "service", "nodecg-bundle"], "nodecg" : {"compatibleRange" : "~0.8.0", "dashboardPanels" : [{"name" : "streamtip-service", "title" : "Streamtip Service", "width" : 2, "file" : "streamtip-service.html", "headerColor" : "#9f9bbd"}]}, "repository" : "https://github.com/nodecg/nodecg.git", "license" : "MIT", "dependencies" : {"request-json" : "^0.6.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "nodecg": {"type": "object", "properties": {"compatibleRange": {"type": "string"}, "dashboardPanels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "width": {"type": "integer"}, "file": {"type": "string"}, "headerColor": {"type": "string"}}, "required": ["name", "title", "width", "file", "headerColor"]}}}, "required": ["compatibleRange", "dashboardPanels"]}, "repository": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"request-json": {"type": "string"}}, "required": ["request-json"]}}, "required": ["name", "version", "description", "homepage", "author", "files", "keywords", "nodecg", "repository", "license", "dependencies"], "$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"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-livereload": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-webserver": {"type": "string"}}, "required": ["gulp", "gulp-plumber", "gulp-autoprefixer", "gulp-livereload", "gulp-rename", "gulp-sass", "gulp-util", "gulp-imagemin", "gulp-uglify", "gulp-webserver"]}, "devDependencies": {"type": "object", "properties": {"gulp-cssmin": {"type": "string"}, "gulp-minify-css": {"type": "string"}}, "required": ["gulp-cssmin", "gulp-minify-css"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license", "repository", "keywords", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "abax", "version" : "1.0.0", "description" : "Free HTML5 & CSS3 template for responsive websites based on Bootstrap with SASS framework and automated workflow based on Gulp.", "main" : "gulpfile.js", "dependencies" : {"gulp" : "^3.9.0", "gulp-plumber" : "^1.0.1", "gulp-autoprefixer" : "^3.1.0", "gulp-livereload" : "^3.8.1", "gulp-rename" : "^1.2.2", "gulp-sass" : "^2.1.0", "gulp-util" : "^3.0.7", "gulp-imagemin" : "^2.4.0", "gulp-uglify" : "^1.4.2", "gulp-webserver" : "^0.9.1"}, "devDependencies" : {"gulp-cssmin" : "^0.1.7", "gulp-minify-css" : "^1.2.2"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "marioyiann (http://marioyiann.com)", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/marioyiann/abax.git"}, "keywords" : ["Bootstrap", "SASS", "Gulp"], "bugs" : {"url" : "https://github.com/marioyiann/abax/issues"}, "homepage" : "https://github.com/marioyiann/abax#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-livereload": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-webserver": {"type": "string"}}, "required": ["gulp", "gulp-plumber", "gulp-autoprefixer", "gulp-livereload", "gulp-rename", "gulp-sass", "gulp-util", "gulp-imagemin", "gulp-uglify", "gulp-webserver"]}, "devDependencies": {"type": "object", "properties": {"gulp-cssmin": {"type": "string"}, "gulp-minify-css": {"type": "string"}}, "required": ["gulp-cssmin", "gulp-minify-css"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license", "repository", "keywords", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"issue": {"type": "string"}, "commit": {"type": "string"}, "referenceActions": {"type": "array", "items": {"type": "string"}}, "issuePrefixes": {"type": "array", "items": {"type": "string"}}}, "required": ["issue", "commit", "referenceActions", "issuePrefixes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"issue" : "issues", "commit" : "commit", "referenceActions" : ["close", "closes", "closed", "closing", "fix", "fixes", "fixed", "fixing"], "issuePrefixes" : ["#"]} | json_instruct | {"type": "object", "properties": {"issue": {"type": "string"}, "commit": {"type": "string"}, "referenceActions": {"type": "array", "items": {"type": "string"}}, "issuePrefixes": {"type": "array", "items": {"type": "string"}}}, "required": ["issue", "commit", "referenceActions", "issuePrefixes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ui-bootstrap-tpls.js": {"type": "string"}, "ui-bootstrap-tpls.min.js": {"type": "string"}, "ui-bootstrap.js": {"type": "string"}, "ui-bootstrap.min.js": {"type": "string"}}, "required": ["ui-bootstrap-tpls.js", "ui-bootstrap-tpls.min.js", "ui-bootstrap.js", "ui-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ui-bootstrap-tpls.js" : "sha256-f7pU172u200fwinrPqfvjcRXQmFrv3sRWs+AFG44MV4=", "ui-bootstrap-tpls.min.js" : "sha256-RCCCbaoBE0Md60zeqV8LdBRufNMkqgKXDmu0BsVYzoo=", "ui-bootstrap.js" : "sha256-s4JDd3ukQPTFnMQCH8rPcS1cMvfnDMxzQpskz/ohHyA=", "ui-bootstrap.min.js" : "sha256-tj+4FkT5TZnlclnZfUeOafMFy52WYjCfBD7Suzlu1+I="} | json_instruct | {"type": "object", "properties": {"ui-bootstrap-tpls.js": {"type": "string"}, "ui-bootstrap-tpls.min.js": {"type": "string"}, "ui-bootstrap.js": {"type": "string"}, "ui-bootstrap.min.js": {"type": "string"}}, "required": ["ui-bootstrap-tpls.js", "ui-bootstrap-tpls.min.js", "ui-bootstrap.js", "ui-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200894528094000, "key" : "/static/b093e858159e9c838a1aed7ab41277a4/bfea1/kentucky.jpg", "val" : "d889dc02a6d49d015b9e694b93fa606d"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "112020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "131151": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "131041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "151199": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "N.A.//", "112020", "131151", "131041", "472111", "151199"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"count" : 9, "N.A.//" : {"count" : 4}, "112020" : {"count" : 1}, "131151" : {"count" : 1}, "131041" : {"count" : 1}, "472111" : {"count" : 1}, "151199" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "112020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "131151": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "131041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "151199": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "N.A.//", "112020", "131151", "131041", "472111", "151199"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"tasks": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "created_at": {"type": "integer"}}, "required": ["title", "status", "id", "created_at"]}}}, "required": ["tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tasks" : [{"title" : "Go to work", "status" : "COMPLETE", "id" : "9c339ef0-9b92-11e9-be34-41894d7cb1ac", "created_at" : 1561938959967}, {"title" : "Fast breakfast", "status" : "COMPLETE", "id" : "a0aca3f0-9b92-11e9-9b9c-4b32ddb78024", "created_at" : 1561938967471}, {"title" : "Start to coding", "status" : "COMPLETE", "id" : "a4519010-9b92-11e9-befc-93c5d3c1f488", "created_at" : 1561938973586}, {"title" : "Get more coffee", "status" : "PENDING", "id" : "b2c65c00-9b94-11e9-995e-699d916928a5", "created_at" : 1561939856832}]} | json_instruct | {"type": "object", "properties": {"tasks": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "created_at": {"type": "integer"}}, "required": ["title", "status", "id", "created_at"]}}}, "required": ["tasks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"probe_id" : 2238, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 3255, "resolver_net" : "194.44.214.0/24", "ipv4_tcp" : true, "internal" : "194.44.214.40", "ipv6_cap" : true}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "a street", "long" : "a street, public square, broad way."} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "var _jsxFileName = \"C:\\\\Users\\\\dugan\\\\Desktop\\\\UCF\\\\Homework\\\\11-23-2021\\\\React Portfolio\\\\Main\\\\src\\\\components\\\\PageContent\\\\index.js\";\nimport React from 'react';\n\nconst PageContent = props => {\n return /*#__PURE__*/React.createElement(\"div\", {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 6,\n columnNumber: 5\n }\n }, props.children);\n};\n\nexport default PageContent;", "map" : {"version" : 3, "sources" : ["C:/Users/dugan/Desktop/UCF/Homework/11-23-2021/React Portfolio/Main/src/components/PageContent/index.js"], "names" : ["React", "PageContent", "props", "children"], "mappings" : ";AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AAEA,MAAMC,WAAW,GAAIC,KAAD,IAAW;AAE7B,sBACE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACGA,KAAK,CAACC,QADT,CADF;AAKD,CAPD;;AASA,eAAeF,WAAf", "sourcesContent" : ["import React from 'react';\n\nconst PageContent = (props) => {\n\n return (\n <div>\n {props.children}\n </div>\n );\n};\n\nexport default PageContent;\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$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"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"ownership-status": {"type": "string"}, "name": {"type": "string"}, "planning-permission-history": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "site-address": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "deliverable": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site-plan-url": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-type": {"type": "string"}, "point": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["ownership-status", "name", "planning-permission-history", "hectares", "start-date", "notes", "site-address", "minimum-net-dwellings", "deliverable", "maximum-net-dwellings", "site-plan-url", "organisation", "planning-permission-type", "point", "planning-permission-status", "site", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.941781, 54.971315]}, "properties" : {"ownership-status" : "not owned by a public authority", "name" : "9592", "planning-permission-history" : "https://publicaccess.northumberland.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=PG4MWWQSJGT00", "hectares" : "0.5", "start-date" : "2020-12-17", "notes" : "Farmstead that is occupied by a range of agricultural buildings that are now largely disused. There are a mix of modern and traditional buildings in situ, the latter being Grade II listed. These buildings are associated with the listed Shaw's Farmhouse, situated adjacent. Whilst a remote location, there may be opportunity for redevelopment. Permission has now been approved for demolition of a modern barn and alteration of the remaining listed structures to create 7 dwellings (18/03543/FUL). Development yet to commence but forecast for completion within the next 5 years.", "site-address" : "Land North Of Shaws House Cottages, Bywell", "minimum-net-dwellings" : "7", "deliverable" : "yes", "maximum-net-dwellings" : "7", "site-plan-url" : "http://northumberland.maps.arcgis.com/apps/webappviewer/index.html?id=c1b801d50f8040efbf8c9bc9f916cfae", "organisation" : "local-authority-eng:NBL", "planning-permission-type" : "full planning permission", "point" : "POINT(-1.941781 54.971315)", "planning-permission-status" : "permissioned", "site" : "9592", "slug" : "/brownfield-land/local-authority-eng/NBL/9592", "entity" : 488230, "entry-date" : "2020-12-17"}} | 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": {"ownership-status": {"type": "string"}, "name": {"type": "string"}, "planning-permission-history": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "site-address": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "deliverable": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site-plan-url": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-type": {"type": "string"}, "point": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["ownership-status", "name", "planning-permission-history", "hectares", "start-date", "notes", "site-address", "minimum-net-dwellings", "deliverable", "maximum-net-dwellings", "site-plan-url", "organisation", "planning-permission-type", "point", "planning-permission-status", "site", "slug", "entity", "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": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "", "user" : "Sinan81", "url" : "https://api.github.com/repos/spack/spack/issues/23070", "updated_at" : "2021-04-20 18:49:06", "created_at" : "2021-04-18 08:10:36", "closed_at" : "2021-04-20 18:49:06", "state" : "closed", "title" : "package libsecret: turn off gobj variant by default", "number" : 23070, "milestone" : null, "labels" : [], "id" : 860602692, "html_url" : "https://github.com/spack/spack/pull/23070", "assignees" : [], "comments" : 2} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "toggleable": {"type": "boolean"}, "matches": {"type": "object", "properties": {"geometry": {"type": "string"}, "allGroups": {"type": "object", "properties": {"toggleable/buildings": {"type": "boolean"}, "toggleable/paths": {"type": "boolean"}, "toggleable/water": {"type": "boolean"}}, "required": ["toggleable/buildings", "toggleable/paths", "toggleable/water"]}}, "required": ["geometry", "allGroups"]}}, "required": ["name", "description", "toggleable", "matches"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Landuse Features", "description" : "Forests, Farmland, Parks, Residential, Commercial, etc.", "toggleable" : true, "matches" : {"geometry" : "area", "allGroups" : {"toggleable/buildings" : false, "toggleable/paths" : false, "toggleable/water" : false}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "toggleable": {"type": "boolean"}, "matches": {"type": "object", "properties": {"geometry": {"type": "string"}, "allGroups": {"type": "object", "properties": {"toggleable/buildings": {"type": "boolean"}, "toggleable/paths": {"type": "boolean"}, "toggleable/water": {"type": "boolean"}}, "required": ["toggleable/buildings", "toggleable/paths", "toggleable/water"]}}, "required": ["geometry", "allGroups"]}}, "required": ["name", "description", "toggleable", "matches"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"definitions": {"type": "object", "properties": {"B": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "type": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}, "empty": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}}, "required": ["id", "type", "empty"]}}, "required": ["type", "description", "properties"]}, "C": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "enum"]}, "D": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["B", "C", "D"]}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}, "signalPaths": {"type": "object", "properties": {"children": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}}, "required": ["children", "items"]}}, "required": ["type", "signalPaths"]}}, "required": ["definitions", "type", "required", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"definitions" : {"B" : {"type" : "object", "description" : "This is the class B", "properties" : {"id" : {"type" : "string", "description" : "This is the ID of B"}, "type" : {"$ref" : "#/definitions/C", "description" : "This is the type of B"}, "empty" : {"$ref" : "#/definitions/D", "description" : "This one should be of type D and not object"}}}, "C" : {"type" : "string", "description" : "Possible types", "enum" : ["First", "Second"]}, "D" : {"type" : "object", "description" : "Possible types"}}, "type" : "object", "required" : ["signalPaths"], "description" : "This is the class E", "properties" : {"type" : {"$ref" : "#/definitions/C", "description" : "This is the type of E"}, "signalPaths" : {"children" : "array", "items" : {"$ref" : "#/definitions/B", "description" : "This is a list of children"}}}} | json_instruct | {"type": "object", "properties": {"definitions": {"type": "object", "properties": {"B": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "type": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}, "empty": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}}, "required": ["id", "type", "empty"]}}, "required": ["type", "description", "properties"]}, "C": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "enum"]}, "D": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["B", "C", "D"]}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}, "signalPaths": {"type": "object", "properties": {"children": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}}, "required": ["children", "items"]}}, "required": ["type", "signalPaths"]}}, "required": ["definitions", "type", "required", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"48": {"type": "string"}, "96": {"type": "string"}}, "required": ["48", "96"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {}}}, "required": ["matches", "js"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["manifest_version", "name", "version", "description", "icons", "permissions", "content_scripts", "background"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "Godot Docs Stable", "version" : "1.0", "description" : "Makes sure that when you visit a Godot doc page, it goes to the docs of the stable version of Godot.", "icons" : {"48" : "icons/godot-docs-stable-48.png", "96" : "icons/godot-docs-stable@2x.png"}, "permissions" : ["tabs", "webRequest", "<all_urls>"], "content_scripts" : [{"matches" : ["*://*.docs.godotengine.org/*"], "js" : []}], "background" : {"scripts" : ["godot-docs-stable.js"]}} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"48": {"type": "string"}, "96": {"type": "string"}}, "required": ["48", "96"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {}}}, "required": ["matches", "js"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["manifest_version", "name", "version", "description", "icons", "permissions", "content_scripts", "background"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"web": {"type": "object", "properties": {"base_url": {"type": "string"}}, "required": ["base_url"]}}, "required": ["web"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"web" : {"base_url" : "http://localhost/"}} | json_instruct | {"type": "object", "properties": {"web": {"type": "object", "properties": {"base_url": {"type": "string"}}, "required": ["base_url"]}}, "required": ["web"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u53f0\u7063\u9435\u4e09\u89d2\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4e2d\u58e2\u4e8c\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "68000841", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u4e2d\u58e2\u5340\u5167\u539d\u91cc\u4e2d\u6b63\u8def\u56db\u6bb5353\u865f1\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u4e2d\u58e2\u5340\u5167\u539d\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u8fd1\u85e4\u548c\u4e45", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "23060351", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1050831", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["27\u96fb\u8166\u3001\u96fb\u5b50\u7522\u54c1\u53ca\u5149\u5b78\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["273\u8996\u807d\u96fb\u5b50\u7522\u54c1"], "egis" : null} | 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": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "C:\\Users\\jokot\\.virtualenvs\\learning-log-project-SFYOOrDV\\Scripts\\python.exe"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/nicholaspark/Desktop/work/TheGrinch/GrinchWalker/build/intermediates/res/merged/release/layout-watch-v20/abc_alert_dialog_title_material.xml", "source" : "/Users/nicholaspark/.gradle/caches/transforms-2/files-2.1/125c0e7bb668e1232ecb527ff9e5d204/appcompat-1.0.0/res/layout-watch-v20/abc_alert_dialog_title_material.xml"}, {"merged" : "/Users/nicholaspark/Desktop/work/TheGrinch/GrinchWalker/build/intermediates/res/merged/release/layout-watch-v20/abc_alert_dialog_button_bar_material.xml", "source" : "/Users/nicholaspark/.gradle/caches/transforms-2/files-2.1/125c0e7bb668e1232ecb527ff9e5d204/appcompat-1.0.0/res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"MTC2-EUR": {"type": "object", "properties": {"short_name": {"type": "string"}, "cryptocurrency": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}}, "required": ["short_name", "cryptocurrency", "currency", "summary", "exchange", "market"]}, "MTC2-GBP": {"type": "object", "properties": {"short_name": {"type": "string"}, "cryptocurrency": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}}, "required": ["short_name", "cryptocurrency", "currency", "summary", "exchange", "market"]}}, "required": ["MTC2-EUR", "MTC2-GBP"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MTC2-EUR" : {"short_name" : "Metacoin EUR", "cryptocurrency" : "MTC2", "currency" : "EUR", "summary" : "Metacoin (MTC) is a cryptocurrency . Metacoin has a current supply of 2,000,000,000 with 1,071,281,651.994976 in circulation. The last known price of Metacoin is 0.04138336 USD and is down -30.82 over the last 24 hours. It is currently trading on 1 active market(s) with $72,216.65 traded over the last 24 hours. More information can be found at https://metacoin.network/.", "exchange" : "CCC", "market" : "ccc_market"}, "MTC2-GBP" : {"short_name" : "Metacoin GBP", "cryptocurrency" : "MTC2", "currency" : "GBP", "summary" : "Metacoin (MTC) is a cryptocurrency . Metacoin has a current supply of 2,000,000,000 with 1,071,281,651.994976 in circulation. The last known price of Metacoin is 0.04138336 USD and is down -30.82 over the last 24 hours. It is currently trading on 1 active market(s) with $72,216.65 traded over the last 24 hours. More information can be found at https://metacoin.network/.", "exchange" : "CCC", "market" : "ccc_market"}} | json_instruct | {"type": "object", "properties": {"MTC2-EUR": {"type": "object", "properties": {"short_name": {"type": "string"}, "cryptocurrency": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}}, "required": ["short_name", "cryptocurrency", "currency", "summary", "exchange", "market"]}, "MTC2-GBP": {"type": "object", "properties": {"short_name": {"type": "string"}, "cryptocurrency": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}}, "required": ["short_name", "cryptocurrency", "currency", "summary", "exchange", "market"]}}, "required": ["MTC2-EUR", "MTC2-GBP"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"format_version": {"type": "integer"}, "header": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "description", "uuid", "version"]}, "modules": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "array", "items": {"type": "integer"}}}, "required": ["description", "type", "uuid", "version"]}}}, "required": ["format_version", "header", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"format_version" : 1, "header" : {"name" : "Resourceful Geodes", "description" : "Add geodes to the game", "uuid" : "0cbb5181-c60b-4f19-84a9-a0c1e9392584", "version" : [0, 0, 17]}, "modules" : [{"description" : "Resources for Resourceful Geodes", "type" : "resources", "uuid" : "37481501-93c5-429f-9e5b-9ca8949338f9", "version" : [0, 0, 17]}]} | json_instruct | {"type": "object", "properties": {"format_version": {"type": "integer"}, "header": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "description", "uuid", "version"]}, "modules": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "array", "items": {"type": "integer"}}}, "required": ["description", "type", "uuid", "version"]}}}, "required": ["format_version", "header", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "resolver_asn", "resolver_net"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"probe_id" : 4162, "resolvers" : [{"ipv4_tcp" : true, "internal" : "62.179.1.63", "resolver_asn" : 6830, "resolver_net" : "62.179.0.0/17"}, {"ipv4_tcp" : true, "internal" : "62.179.1.62", "resolver_asn" : 6830, "resolver_net" : "62.179.0.0/17"}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "resolver_asn", "resolver_net"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : 101777723, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "e5498b156adcff267606fb4a3e52c646", "wof:id" : 101777723, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [3.14831, 39.4696, 3.14831, 39.4696], "geometry" : {"coordinates" : [3.14831, 39.4696], "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aws-sdk.js" : "sha256-PtMCHWUgwYcTRW04d+lkEpo8fbCci2rdkGJBHJFRXHQ=", "aws-sdk.min.js" : "sha256-aEp/yj1Tl97GwvOzXYLhYpumsM0UAGxk6eCSG/v7l3w="} | json_instruct | {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "michaldudek/foundation": {"type": "string"}}, "required": ["php", "michaldudek/foundation"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Splot\\Cache\\Tests\\": {"type": "string"}, "Splot\\Cache\\": {"type": "string"}}, "required": ["Splot\\Cache\\Tests\\", "Splot\\Cache\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "extra", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "splot/cache", "description" : "Cache system.", "keywords" : ["cache"], "license" : "MIT", "authors" : [{"name" : "Micha\u0142 Dudek", "email" : "michal@michaldudek.pl"}], "require" : {"php" : ">=5.3.3", "michaldudek/foundation" : ">=0.9,<2.0"}, "extra" : {"branch-alias" : {"dev-master" : "1.0.x-dev"}}, "autoload" : {"psr-4" : {"Splot\\Cache\\Tests\\" : "tests/", "Splot\\Cache\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "michaldudek/foundation": {"type": "string"}}, "required": ["php", "michaldudek/foundation"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Splot\\Cache\\Tests\\": {"type": "string"}, "Splot\\Cache\\": {"type": "string"}}, "required": ["Splot\\Cache\\Tests\\", "Splot\\Cache\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "extra", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}}, "required": ["php", "laravel/framework"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Malahierba\\ChileRut\\": {"type": "string"}}, "required": ["Malahierba\\ChileRut\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "malahierba/chile-rut", "description" : "Librer\u00eda Laravel para el manejo y validaci\u00f3n de RUT chileno", "keywords" : ["rut", "chile", "laravel"], "license" : "MIT", "authors" : [{"name" : "malahierba team", "email" : "lab@malahierba.cl", "homepage" : "http://malahierba.cl"}], "require" : {"php" : ">=5.5.18", "laravel/framework" : ">=5.0.0"}, "autoload" : {"psr-4" : {"Malahierba\\ChileRut\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}}, "required": ["php", "laravel/framework"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Malahierba\\ChileRut\\": {"type": "string"}}, "required": ["Malahierba\\ChileRut\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"custom-layout": {"type": "string"}}, "required": ["custom-layout"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"usingComponents" : {"custom-layout" : "../../components/CustomLayout/index"}} | json_instruct | {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"custom-layout": {"type": "string"}}, "required": ["custom-layout"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cms": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "main": {"type": "object", "properties": {"css": {"type": "string"}, "js": {"type": "string"}}, "required": ["css", "js"]}, "": {"type": "object", "properties": {"ttf": {"type": "array", "items": {"type": "string"}}, "woff2": {"type": "array", "items": {"type": "string"}}, "woff": {"type": "array", "items": {"type": "string"}}, "eot": {"type": "array", "items": {"type": "string"}}, "html": {"type": "string"}}, "required": ["ttf", "woff2", "woff", "eot", "html"]}}, "required": ["cms", "main", ""], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cms" : {"js" : "cms.js"}, "main" : {"css" : "main.css", "js" : "main.js"}, "" : {"ttf" : ["/0cf79cbc050f26d0a33dd7325ffc8add.ttf", "fonts/toolkit-entypo.ttf"], "woff2" : ["/86c929e34996ffce66ef471954b7710e.woff2", "fonts/toolkit-entypo.woff2"], "woff" : ["/b8b3b3839a363cff5eac814c240f27f8.woff", "fonts/toolkit-entypo.woff"], "eot" : ["/fcfa07e028b6145ffebd892986a56432.eot", "fonts/toolkit-entypo.eot"], "html" : "admin/index.html"}} | json_instruct | {"type": "object", "properties": {"cms": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "main": {"type": "object", "properties": {"css": {"type": "string"}, "js": {"type": "string"}}, "required": ["css", "js"]}, "": {"type": "object", "properties": {"ttf": {"type": "array", "items": {"type": "string"}}, "woff2": {"type": "array", "items": {"type": "string"}}, "woff": {"type": "array", "items": {"type": "string"}}, "eot": {"type": "array", "items": {"type": "string"}}, "html": {"type": "string"}}, "required": ["ttf", "woff2", "woff", "eot", "html"]}}, "required": ["cms", "main", ""], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bhp", "methods" : [{"name" : "<init>", "descriptor" : "(Laqe;Lbrx;)V"}, {"name" : "<init>", "descriptor" : "(Lbrx;DDD)V"}, {"name" : "a", "descriptor" : "(IIIZ)V", "javadoc" : ["Called every tick the minecart is on an activator rail."], "parameters" : [{"index" : 1, "name" : "pX"}, {"index" : 2, "name" : "pY"}, {"index" : 3, "name" : "pZ"}, {"index" : 4, "name" : "pReceivingPower"}]}, {"name" : "a", "descriptor" : "(Lbfw;Laot;)Laou;", "parameters" : [{"index" : 1, "name" : "pPlayer"}, {"index" : 2, "name" : "pHand"}]}, {"name" : "o", "descriptor" : "()Lbhl$a;"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "action": {"type": "string"}, "comment": {"type": "string"}, "name": {"type": "string"}, "result": {"type": "string"}}, "required": ["@id", "@type", "action", "comment", "name", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@id" : "#test0003", "@type" : ["mf:ManifestEntry", "rdft:TestMicrodataEval"], "action" : "0003.html", "comment" : "Item with itemprop having two properties", "name" : "Test 0003", "result" : "0003.ttl"} | json_instruct | {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "action": {"type": "string"}, "comment": {"type": "string"}, "name": {"type": "string"}, "result": {"type": "string"}}, "required": ["@id", "@type", "action", "comment", "name", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"resources": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "resourceType": {"type": "string"}, "resourceGroupTypeRef": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "string"}, "templateFileName": {"type": "string"}, "parameterFileName": {"type": "string"}, "parameters": {"type": "array", "items": {}}}, "required": ["type", "resourceType", "resourceGroupTypeRef", "name", "location", "templateFileName", "parameterFileName", "parameters"]}}}, "required": ["value"]}}, "required": ["resources"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"resources" : {"value" : [{"type" : "logicapp", "resourceType" : "logicapps", "resourceGroupTypeRef" : "app", "name" : "{0}{1}{2}lgapp01", "location" : "North Europe", "templateFileName" : "logicapp.json", "parameterFileName" : "logicapp.parameters.json", "parameters" : []}]}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"resources": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "resourceType": {"type": "string"}, "resourceGroupTypeRef": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "string"}, "templateFileName": {"type": "string"}, "parameterFileName": {"type": "string"}, "parameters": {"type": "array", "items": {}}}, "required": ["type", "resourceType", "resourceGroupTypeRef", "name", "location", "templateFileName", "parameterFileName", "parameters"]}}}, "required": ["value"]}}, "required": ["resources"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "https": {"type": "string"}}, "required": ["aws-sdk", "body-parser", "cors", "express", "https"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "aws-lambda-rest-proxy", "version" : "1.0.0", "description" : "AWS Lambda REST Proxy", "main" : "invoke-lambda-from-nodejs.js", "dependencies" : {"aws-sdk" : "^2.23.0", "body-parser" : "^1.17.1", "cors" : "^2.8.1", "express" : "^4.15.2", "https" : "^1.0.0"}, "devDependencies" : {}, "scripts" : {"test" : "node invoke-lambda-from-nodejs.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ApplexusLabs/aws-lambda-rest-proxy.git"}, "keywords" : ["Lambda", "Proxy"], "author" : "ApplexusLabs", "license" : "ISC", "bugs" : {"url" : "https://github.com/ApplexusLabs/aws-lambda-rest-proxy/issues"}, "homepage" : "https://github.com/ApplexusLabs/aws-lambda-rest-proxy#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "https": {"type": "string"}}, "required": ["aws-sdk", "body-parser", "cors", "express", "https"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$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"}, "build": {"type": "string"}, "build:watch": {"type": "string"}}, "required": ["test", "build", "build:watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jasmine": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-core": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jasmine", "jasmine", "jasmine-core", "typescript"]}, "dependencies": {"type": "object", "properties": {"ts-expect": {"type": "string"}}, "required": ["ts-expect"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tsfun", "version" : "5.5.38", "description" : "Functional Combinators for TypeScript", "main" : "", "scripts" : {"test" : "jasmine JASMINE_CONFIG_PATH=test/jasmine.json", "build" : "tsc -p tsconfig.json", "build:watch" : "tsc -watch -p ."}, "author" : "Daniel de Oliveira", "license" : "Apache-2.0", "devDependencies" : {"@types/jasmine" : "~2.5.41", "jasmine" : "2.5.2", "jasmine-core" : "2.5.2", "typescript" : "4.1.5"}, "dependencies" : {"ts-expect" : "^1.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}}, "required": ["test", "build", "build:watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jasmine": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-core": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jasmine", "jasmine", "jasmine-core", "typescript"]}, "dependencies": {"type": "object", "properties": {"ts-expect": {"type": "string"}}, "required": ["ts-expect"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ignoreTestFiles": {"type": "string"}, "retries": {"type": "integer"}}, "required": ["ignoreTestFiles", "retries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ignoreTestFiles" : "*.html", "retries" : 2} | json_instruct | {"type": "object", "properties": {"ignoreTestFiles": {"type": "string"}, "retries": {"type": "integer"}}, "required": ["ignoreTestFiles", "retries"], "$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"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "name": {"type": "string"}, "listed-building-grade": {"type": "string"}, "documentation-url": {"type": "string"}, "point": {"type": "string"}, "listed-building": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["start-date", "name", "listed-building-grade", "documentation-url", "point", "listed-building", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.161771, 50.776204]}, "properties" : {"start-date" : "1981-08-12", "name" : "OLD COACH HOUSE AND BARN ADJOINING TO NORTH EAST", "listed-building-grade" : "II", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1028526", "point" : "POINT (0.161771 50.776204)", "listed-building" : "1028526", "slug" : "/listed-building/1028526", "entry-date" : "2021-05-28"}} | 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": {"start-date": {"type": "string"}, "name": {"type": "string"}, "listed-building-grade": {"type": "string"}, "documentation-url": {"type": "string"}, "point": {"type": "string"}, "listed-building": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["start-date", "name", "listed-building-grade", "documentation-url", "point", "listed-building", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["1736-04-14", "1936-04-12", "2036-04-10", "1836-04-11", "2036-04-11", "1936-04-12", "1936-04-11"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$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"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Image 4"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1201081, "parent" : 1201, "name" : "MA U", "latitude" : "1.0417980555004", "longitude" : "97.63876055553", "postal" : [22855], "children" : [1201081001, 1201081002, 1201081003, 1201081004, 1201081005, 1201081006, 1201081007, 1201081008, 1201081009, 1201081010, 1201081011]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-inject": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-shell": {"type": "string"}, "gulp-util": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-inject", "gulp-sass", "gulp-shell", "gulp-util"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sound-bound", "version" : "0.0.1", "description" : "A mopidy web client", "main" : "src/index.html", "repository" : {"type" : "git", "url" : "git+https://github.com/v1nyl-scratch/sound-bound.git"}, "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/v1nyl-scratch/sound-bound/issues"}, "homepage" : "https://github.com/v1nyl-scratch/sound-bound#readme", "devDependencies" : {"browser-sync" : "^2.15.0", "gulp" : "^3.9.1", "gulp-inject" : "^4.1.0", "gulp-sass" : "^2.3.2", "gulp-shell" : "^0.5.2", "gulp-util" : "^3.0.7"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-inject": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-shell": {"type": "string"}, "gulp-util": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-inject", "gulp-sass", "gulp-shell", "gulp-util"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"semver": {"type": "string"}}, "required": ["semver"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "proxyquire": {"type": "string"}}, "required": ["mocha", "proxyquire"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "version-check", "version" : "0.3.0", "scripts" : {"test" : "mocha test/index.js"}, "dependencies" : {"semver" : "^5.1.0"}, "devDependencies" : {"mocha" : "^2.5.3", "proxyquire" : "^1.7.9"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"semver": {"type": "string"}}, "required": ["semver"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "proxyquire": {"type": "string"}}, "required": ["mocha", "proxyquire"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"country": {"type": "object", "properties": {"item": {"type": "string"}, "name": {"type": "string"}}, "required": ["item", "name"]}, "country_code": {"type": "string"}, "default_is": {"type": "object", "properties": {"item": {"type": "string"}, "name": {"type": "string"}}, "required": ["item", "name"]}, "heritage": {"type": "object", "properties": {"item": {"type": "string"}, "name": {"type": "string"}}, "required": ["item", "name"]}, "language": {"type": "string"}, "unique": {"type": "object", "properties": {"comment": {"type": "string"}, "property": {"type": "string"}}, "required": ["comment", "property"]}}, "required": ["country", "country_code", "default_is", "heritage", "language", "unique"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"country" : {"item" : "", "name" : ""}, "country_code" : "", "default_is" : {"item" : "", "name" : ""}, "heritage" : {"item" : "", "name" : ""}, "language" : "", "unique" : {"comment" : "This is used to find wd items about this monument even if they're not linked to wikipedia articles. Necessary for momuments that have already been imported.", "property" : ""}} | json_instruct | {"type": "object", "properties": {"country": {"type": "object", "properties": {"item": {"type": "string"}, "name": {"type": "string"}}, "required": ["item", "name"]}, "country_code": {"type": "string"}, "default_is": {"type": "object", "properties": {"item": {"type": "string"}, "name": {"type": "string"}}, "required": ["item", "name"]}, "heritage": {"type": "object", "properties": {"item": {"type": "string"}, "name": {"type": "string"}}, "required": ["item", "name"]}, "language": {"type": "string"}, "unique": {"type": "object", "properties": {"comment": {"type": "string"}, "property": {"type": "string"}}, "required": ["comment", "property"]}}, "required": ["country", "country_code", "default_is", "heritage", "language", "unique"], "$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"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Radio Montesquiu", "src" : "http://195.154.33.95:8124/;?t=1526287755"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "wildnature:block/syenite_cobble_fence_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Rust": {"type": "integer"}, "Python": {"type": "integer"}, "GLSL": {"type": "integer"}}, "required": ["Rust", "Python", "GLSL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Rust" : 341176, "Python" : 8473, "GLSL" : 5283} | json_instruct | {"type": "object", "properties": {"Rust": {"type": "integer"}, "Python": {"type": "integer"}, "GLSL": {"type": "integer"}}, "required": ["Rust", "Python", "GLSL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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/draft-07/schema#"}
| {"variants" : {"" : {"model" : "warhammer:block/ferrocrete_green_decorated_2_block"}}} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"<page title>" : "Camera Leather Bag - Buy Camera Leather Bag,Black Camera Bag,Digital Camera Bag Yaxiumei Product on Alibaba.com", "fob price" : "US $3.5 - 7 / Piece Get Latest\nPrice", "minorder quantity" : "200 Piece/Pieces", "payment terms" : "L/C,T/T,Western Union,MoneyGram,paypal", "port" : "Shenzhen", "supply ability" : "5000 Piece/Pieces per Week"} | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "jest": {"type": "string"}, "jest:watch": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "jest", "jest:watch", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kata", "version" : "1.0.0", "description" : "", "main" : "OwnBinary.js", "scripts" : {"start" : "nodemon ./algorithms/binarySearch/", "jest" : "npm jest", "jest:watch" : "npm jest --watchAll", "test" : "jest --watchAll"}, "author" : "", "license" : "ISC", "dependencies" : {"jest" : "~24.7.1"}, "devDependencies" : {"nodemon" : "^2.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "jest": {"type": "string"}, "jest:watch": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "jest", "jest:watch", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "Villepinte", "circ" : "3\u00e8me circonscription", "dpt" : "Aude", "inscrits" : 865, "abs" : 465, "votants" : 400, "blancs" : 21, "nuls" : 19, "exp" : 360, "res" : [{"nuance" : "REM", "nom" : "Mme Mireille ROBERT", "voix" : 200}, {"nuance" : "SOC", "nom" : "M. Andr\u00e9 VIOLA", "voix" : 160}]} | 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": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "76e64530134a93c8a4ed4ea81e2c59bc10b495cd"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "aquatic-brewing-llc", "name" : "Aquatic Brewing LLC", "brewery_type" : "planning", "street" : "", "city" : "Falmouth", "state" : "Massachusetts", "postal_code" : "02540-3299", "website_url" : "http://www.aquaticbrewing.com", "phone" : "5084442155", "created_at" : "2018-07-24 01:33:30.088394", "updated_at" : "2018-08-11 21:37:38.43247", "country" : "United States", "longitude" : "", "latitude" : "", "tags" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"image_id": {"type": "string"}, "document": {"type": "string"}, "page_no": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}, "cells": {"type": "array", "items": {}}}, "required": ["image_id", "document", "page_no", "url", "width", "height", "cells"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"image_id" : "2639", "document" : "\u5f90\u8000\u660c/\u96dc\u652f\u652f\u51fa/img-220092833.pdf", "page_no" : "025", "url" : "http://pic.pimg.tw/ronnywang/1393711982-3473168523.jpg", "width" : "7020", "height" : "4964", "cells" : []} | json_instruct | {"type": "object", "properties": {"image_id": {"type": "string"}, "document": {"type": "string"}, "page_no": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}, "cells": {"type": "array", "items": {}}}, "required": ["image_id", "document", "page_no", "url", "width", "height", "cells"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"page-toc": {"type": "object", "properties": {"selector": {"type": "string"}}, "required": ["selector"]}}, "required": ["page-toc"]}}, "required": ["plugins", "pluginsConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"plugins" : ["page-toc", "highlight"], "pluginsConfig" : {"page-toc" : {"selector" : ".markdown-section h1, .markdown-section h2"}}} | json_instruct | {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"page-toc": {"type": "object", "properties": {"selector": {"type": "string"}}, "required": ["selector"]}}, "required": ["page-toc"]}}, "required": ["plugins", "pluginsConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"library": {"type": "string"}, "dateLibrary": {"type": "string"}, "useTags": {"type": "boolean"}, "hideGenerationTimestamp": {"type": "boolean"}, "modelPackage": {"type": "string"}, "apiPackage": {"type": "string"}, "invokerPackage": {"type": "string"}, "importMappings": {"type": "object", "properties": {"BindingResult": {"type": "string"}, "GenericMessage": {"type": "string"}, "MessageDescription": {"type": "string"}}, "required": ["BindingResult", "GenericMessage", "MessageDescription"]}}, "required": ["library", "dateLibrary", "useTags", "hideGenerationTimestamp", "modelPackage", "apiPackage", "invokerPackage", "importMappings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"library" : "spring-mvc", "dateLibrary" : "legacy", "useTags" : true, "hideGenerationTimestamp" : true, "modelPackage" : "com.daimler.dna.airflow.dto", "apiPackage" : "com.daimler.dna.airflow.api", "invokerPackage" : "com.daimler.dna.airflow.service", "importMappings" : {"BindingResult" : "org.springframework.validation.BindingResult", "GenericMessage" : "com.daimler.dna.airflow.exceptions.GenericMessage", "MessageDescription" : "com.daimler.dna.airflow.exceptions.MessageDescription"}} | json_instruct | {"type": "object", "properties": {"library": {"type": "string"}, "dateLibrary": {"type": "string"}, "useTags": {"type": "boolean"}, "hideGenerationTimestamp": {"type": "boolean"}, "modelPackage": {"type": "string"}, "apiPackage": {"type": "string"}, "invokerPackage": {"type": "string"}, "importMappings": {"type": "object", "properties": {"BindingResult": {"type": "string"}, "GenericMessage": {"type": "string"}, "MessageDescription": {"type": "string"}}, "required": ["BindingResult", "GenericMessage", "MessageDescription"]}}, "required": ["library", "dateLibrary", "useTags", "hideGenerationTimestamp", "modelPackage", "apiPackage", "invokerPackage", "importMappings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "CECILIA CAROLINA", "frequency" : 37, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"suites": {"type": "array", "items": {"type": "string"}}}, "required": ["suites"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"suites" : ["suite.go"]} | json_instruct | {"type": "object", "properties": {"suites": {"type": "array", "items": {"type": "string"}}}, "required": ["suites"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "number"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "unique_input": {"type": "integer"}, "errors": {"type": "integer"}, "error_rate": {"type": "number"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"bits:": {"type": "integer"}, "size:": {"type": "integer"}, "byte_size:": {"type": "integer"}, "foz:": {"type": "number"}, "zeros:": {"type": "integer"}, "sum:": {"type": "integer"}, "min:": {"type": "integer"}, "max:": {"type": "integer"}, "mean:": {"type": "number"}}, "required": ["bits:", "size:", "byte_size:", "foz:", "zeros:", "sum:", "min:", "max:", "mean:"]}}}, "required": ["byte_size", "kb_size", "mb_size", "collect_input", "unique_input", "errors", "error_rate", "layers"]}, "insert_time": {"type": "number"}, "errord_time": {"type": "number"}}, "required": ["summary", "insert_time", "errord_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"summary" : {"byte_size" : 8657051648, "kb_size" : 8454150.0, "mb_size" : 8256.01, "collect_input" : true, "unique_input" : 16824, "errors" : 22454717, "error_rate" : 0.334601, "layers" : [{"bits:" : 1, "size:" : 65536, "byte_size:" : 8192, "foz:" : 0.127884, "zeros:" : 8381, "sum:" : 57155, "min:" : 0, "max:" : 1, "mean:" : 0.872116}, {"bits:" : 16, "size:" : 4294967296, "byte_size:" : 8589934592, "foz:" : 0.999969, "zeros:" : 4294832852, "sum:" : 651294123, "min:" : 0, "max:" : 65535, "mean:" : 0.151641}, {"bits:" : 32, "size:" : 16777216, "byte_size:" : 67108864, "foz:" : 0.999909, "zeros:" : 16775688, "sum:" : 148646674, "min:" : 0, "max:" : 6314444, "mean:" : 8.86003}]}, "insert_time" : 16.4398, "errord_time" : 7.81515} | json_instruct | {"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "number"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "unique_input": {"type": "integer"}, "errors": {"type": "integer"}, "error_rate": {"type": "number"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"bits:": {"type": "integer"}, "size:": {"type": "integer"}, "byte_size:": {"type": "integer"}, "foz:": {"type": "number"}, "zeros:": {"type": "integer"}, "sum:": {"type": "integer"}, "min:": {"type": "integer"}, "max:": {"type": "integer"}, "mean:": {"type": "number"}}, "required": ["bits:", "size:", "byte_size:", "foz:", "zeros:", "sum:", "min:", "max:", "mean:"]}}}, "required": ["byte_size", "kb_size", "mb_size", "collect_input", "unique_input", "errors", "error_rate", "layers"]}, "insert_time": {"type": "number"}, "errord_time": {"type": "number"}}, "required": ["summary", "insert_time", "errord_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "github": {"type": "string"}, "twitter": {"type": "string"}, "donate": {"type": "string"}, "avatar": {"type": "string"}, "description": {"type": "string"}, "lightning": {"type": "boolean"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "github", "twitter", "donate", "avatar", "description", "lightning", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Fontaine", "github" : "Fonta1n3", "twitter" : "Fonta1n3", "donate" : "https://github.com/sponsors/fonta1n3", "avatar" : "https://avatars1.githubusercontent.com/u/30832395?s=160", "description" : "All things Bitcoin/Tor. [Fully Noded](https://fullynoded.app/) creator. Lightning donation over Tor [here](http://56uo4htoxdt2tgh6zui5v2q7c4ax43dd3fwueiurgqdw7lpunn2cikqd.onion:5599/donation)", "lightning" : false, "tags" : ["Fully Noded", "Blockchain Commons"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "github": {"type": "string"}, "twitter": {"type": "string"}, "donate": {"type": "string"}, "avatar": {"type": "string"}, "description": {"type": "string"}, "lightning": {"type": "boolean"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "github", "twitter", "donate", "avatar", "description", "lightning", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 39093, "UUID" : "7EFD63A5-FD77-4EAD-97B6-AF46688F44AF", "DataProviderID" : 26, "DataProvidersReference" : "49943", "OperatorID" : 157, "OperatorsReference" : "NewMotion 02009987", "UsageCost" : "0.00 jaarabonnement", "AddressInfo" : {"ID" : 39439, "Title" : "Ossenmarkt 4a", "AddressLine1" : "Ossenmarkt 4a", "Town" : "Groningen", "Postcode" : "9712 NZ", "CountryID" : 159, "Latitude" : 53.2220687866211, "Longitude" : 6.56254959106445, "ContactTelephone1" : "088 0109500", "RelatedURL" : "http://thenewmotion.nl/", "DistanceUnit" : 0}, "Connections" : [{"ID" : 42604, "ConnectionTypeID" : 25, "LevelID" : 2, "PowerKW" : 3.7, "CurrentTypeID" : 10}, {"ID" : 49864, "ConnectionTypeID" : 25, "LevelID" : 2, "PowerKW" : 3.7, "CurrentTypeID" : 10}], "NumberOfPoints" : 1, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2016-06-04T02:56:00Z", "DataQualityLevel" : 3, "DateCreated" : "2015-01-09T06:08:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 79188, "cartId" : "4aab607a-8ed9-48eb-b2b5-e45befde5237", "preferredProducts" : [16, 4043, 2088, 4270], "productReviews" : [{"productId" : 929, "reviewText" : "This 1080p works quite well. It professionally improves my soccer by a lot.", "reviewDate" : "2017-12-24T23:52:27.1880238+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"parcel-plugin-livescript": {"type": "string"}}, "required": ["parcel-plugin-livescript"]}}, "required": ["name", "private", "version", "description", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test.bundle", "private" : true, "version" : "1.0.0", "description" : "parcel-plugin-livescript", "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"parcel-plugin-livescript" : "file:../.."}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"parcel-plugin-livescript": {"type": "string"}}, "required": ["parcel-plugin-livescript"]}}, "required": ["name", "private", "version", "description", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "selector": {"type": "string"}, "matches": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"description": {"type": "string"}, "help": {"type": "string"}}, "required": ["description", "help"]}, "all": {"type": "array", "items": {}}, "any": {"type": "array", "items": {"type": "string"}}, "none": {"type": "array", "items": {}}}, "required": ["id", "selector", "matches", "tags", "metadata", "all", "any", "none"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "frame-focusable-content", "selector" : "html", "matches" : "frame-focusable-content-matches", "tags" : ["cat.keyboard", "wcag2a", "wcag211"], "metadata" : {"description" : "Ensures <frame> and <iframe> elements with focusable content do not have tabindex=-1", "help" : "Frames with focusable content must not have tabindex=-1"}, "all" : [], "any" : ["frame-focusable-content"], "none" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "selector": {"type": "string"}, "matches": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"description": {"type": "string"}, "help": {"type": "string"}}, "required": ["description", "help"]}, "all": {"type": "array", "items": {}}, "any": {"type": "array", "items": {"type": "string"}}, "none": {"type": "array", "items": {}}}, "required": ["id", "selector", "matches", "tags", "metadata", "all", "any", "none"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"redisPort": {"type": "integer"}, "redisUrl": {"type": "string"}, "mongoDBPort": {"type": "integer"}, "mongoDBUrl": {"type": "string"}}, "required": ["redisPort", "redisUrl", "mongoDBPort", "mongoDBUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"redisPort" : 6379, "redisUrl" : "localhost", "mongoDBPort" : 27017, "mongoDBUrl" : "localhost"} | json_instruct | {"type": "object", "properties": {"redisPort": {"type": "integer"}, "redisUrl": {"type": "string"}, "mongoDBPort": {"type": "integer"}, "mongoDBUrl": {"type": "string"}}, "required": ["redisPort", "redisUrl", "mongoDBPort", "mongoDBUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 51209, "cartId" : "3d052f99-83a3-474f-9968-2abbd94e37e1", "preferredProducts" : [3789, 3735, 2824, 2645, 3864, 4069], "productReviews" : [{"productId" : 1524, "reviewText" : "one of my hobbies is sailing. and when i'm sailing this works great.", "reviewDate" : "2017-08-20T10:09:45.2394884+03:00"}, {"productId" : 3300, "reviewText" : "heard about this on original pilipino music radio, decided to give it a try.", "reviewDate" : "2020-02-26T17:10:29.1336421+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "\n\u00a0 \u00a0 \u00a0The Board of Supervisors does hereby declare as its policy that it will withhold approval of any redevelopment project until such time as the housing authority conducts a survey as to the availability of rehousing facilities for persons of low income who will be displaced by such project, and submits to the Board of Supervisors for its consideration a report reflecting the results of such survey. \n(Res. No. 11571 (1939))\n\n", "heading" : {"title" : "24", "chaptersection" : "2", "identifier" : "24.2", "catch_text" : "HOUSING AUTHORITY TO CONDUCT SURVEY PRIOR TO APPROVAL OF REDEVELOPMENT PROJECT."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"by": {"type": "string"}, "id": {"type": "integer"}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "id", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"by" : "jlehman", "id" : 18090644, "score" : 1, "time" : 1538103448, "title" : "Starcity (YC S16) Is Hiring a Senior Front End Software Engineer", "type" : "job", "url" : "https://starcity.com/careers/37f16c7f-1825-418e-a39a-2422a1c4495e"} | json_instruct | {"type": "object", "properties": {"by": {"type": "string"}, "id": {"type": "integer"}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "id", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Menu": {"type": "object", "properties": {"About": {"type": "string"}, "CycleJs": {"type": "string"}}, "required": ["About", "CycleJs"]}, "About": {"type": "object", "properties": {"Text": {"type": "string"}}, "required": ["Text"]}}, "required": ["Menu", "About"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Menu" : {"About" : "\u00c0 propos", "CycleJs" : "Cycle JS en Fran\u00e7ais - d\u00e9mo"}, "About" : {"Text" : "Cette application parle de traduction"}} | json_instruct | {"type": "object", "properties": {"Menu": {"type": "object", "properties": {"About": {"type": "string"}, "CycleJs": {"type": "string"}}, "required": ["About", "CycleJs"]}, "About": {"type": "object", "properties": {"Text": {"type": "string"}}, "required": ["Text"]}}, "required": ["Menu", "About"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"jquery.stickybits.js": {"type": "string"}, "jquery.stickybits.min.js": {"type": "string"}, "stickybits.js": {"type": "string"}, "stickybits.min.js": {"type": "string"}}, "required": ["jquery.stickybits.js", "jquery.stickybits.min.js", "stickybits.js", "stickybits.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.stickybits.js" : "sha256-VxknjKyGpqWJao3wnriNDolEbPzhamxyvWmNYDn9E6I=", "jquery.stickybits.min.js" : "sha256-dB76qKnRNj/146DbG3ptt669L1Sh59aVGacZgIExgIM=", "stickybits.js" : "sha256-fjSMa1G/tSgC0zVQE9QL9pqwiQb/XROX73W2IYxAaPU=", "stickybits.min.js" : "sha256-QZPlTNzx8FhL2uys5Ed3TTBRXzMz6/858stzBPs1MOg="} | json_instruct | {"type": "object", "properties": {"jquery.stickybits.js": {"type": "string"}, "jquery.stickybits.min.js": {"type": "string"}, "stickybits.js": {"type": "string"}, "stickybits.min.js": {"type": "string"}}, "required": ["jquery.stickybits.js", "jquery.stickybits.min.js", "stickybits.js", "stickybits.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101888347, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "51529720a96a19e8893c1b072b2ff2e2", "wof:id" : 101888347, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.36481, 48.99519, 0.36481, 48.99519], "geometry" : {"coordinates" : [0.36481, 48.99519], "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "tomsmodcore:block/orereddiamond"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "homepage": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "jquery": {"type": "string"}, "qunitjs": {"type": "string"}}, "required": ["eslint", "grunt", "grunt-contrib-uglify", "grunt-contrib-watch", "jquery", "qunitjs"]}, "peerDependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "title", "description", "version", "main", "scripts", "homepage", "author", "repository", "keywords", "bugs", "license", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jcanvas", "title" : "jCanvas", "description" : "jCanvas brings jQuery's powerful syntax and capability to the HTML5 canvas. Quickly create canvas-based apps that can utilize layers, animations, events, and much more. jCanvas works on all modern browsers and platforms, including iOS and Android.", "version" : "21.0.1", "main" : "dist/jcanvas.js", "scripts" : {"lint" : "eslint dist/*.js"}, "homepage" : "https://projects.calebevans.me/jcanvas/", "author" : "Caleb Evans", "repository" : {"type" : "git", "url" : "git+https://github.com/caleb531/jcanvas.git"}, "keywords" : ["canvas", "html5", "jquery", "events", "animation", "jquery-plugin"], "bugs" : {"url" : "https://github.com/caleb531/jcanvas/issues"}, "license" : "MIT", "devDependencies" : {"eslint" : "^6.0.1", "grunt" : "^1.0.4", "grunt-contrib-uglify" : "^2.3.0", "grunt-contrib-watch" : "^1.1.0", "jquery" : "^3.4.1", "qunitjs" : "^1.23.0"}, "peerDependencies" : {"jquery" : ">=1.4.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "homepage": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "jquery": {"type": "string"}, "qunitjs": {"type": "string"}}, "required": ["eslint", "grunt", "grunt-contrib-uglify", "grunt-contrib-watch", "jquery", "qunitjs"]}, "peerDependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "title", "description", "version", "main", "scripts", "homepage", "author", "repository", "keywords", "bugs", "license", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "bin": {"type": "object", "properties": {"simple-lambda-app": {"type": "string"}}, "required": ["simple-lambda-app"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "cdk": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "cdk", "test"]}, "devDependencies": {"type": "object", "properties": {"@aws-cdk/assert": {"type": "string"}, "aws-cdk": {"type": "string"}, "jest": {"type": "string"}}, "required": ["@aws-cdk/assert", "aws-cdk", "jest"]}, "dependencies": {"type": "object", "properties": {"@aws-cdk/aws-apigateway": {"type": "string"}, "@aws-cdk/aws-lambda": {"type": "string"}, "@aws-cdk/core": {"type": "string"}, "@types/jest": {"type": "string"}}, "required": ["@aws-cdk/aws-apigateway", "@aws-cdk/aws-lambda", "@aws-cdk/core", "@types/jest"]}}, "required": ["name", "version", "bin", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "js-sample-app", "version" : "0.1.0", "bin" : {"simple-lambda-app" : "bin/simple-lambda-app.js"}, "scripts" : {"build" : "echo \"The build step is not required when using JavaScript!\" && exit 0", "cdk" : "cdk", "test" : "jest"}, "devDependencies" : {"@aws-cdk/assert" : "1.65.0", "aws-cdk" : "1.65.0", "jest" : "^26.4.2"}, "dependencies" : {"@aws-cdk/aws-apigateway" : "^1.65.0", "@aws-cdk/aws-lambda" : "1.65.0", "@aws-cdk/core" : "1.65.0", "@types/jest" : "^26.0.14"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "bin": {"type": "object", "properties": {"simple-lambda-app": {"type": "string"}}, "required": ["simple-lambda-app"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "cdk": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "cdk", "test"]}, "devDependencies": {"type": "object", "properties": {"@aws-cdk/assert": {"type": "string"}, "aws-cdk": {"type": "string"}, "jest": {"type": "string"}}, "required": ["@aws-cdk/assert", "aws-cdk", "jest"]}, "dependencies": {"type": "object", "properties": {"@aws-cdk/aws-apigateway": {"type": "string"}, "@aws-cdk/aws-lambda": {"type": "string"}, "@aws-cdk/core": {"type": "string"}, "@types/jest": {"type": "string"}}, "required": ["@aws-cdk/aws-apigateway", "@aws-cdk/aws-lambda", "@aws-cdk/core", "@types/jest"]}}, "required": ["name", "version", "bin", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x4d6172a718d2c38cf5916b2b792bfb43a201fedbc011d149299c0b96fe0d753c", "parentHash" : "0x864f81a1086871bb34069cd07275fab0c424afb92a5e2e5d8ad3dd6687945203", "number" : 19608, "timestamp" : 1438482576, "nonce" : "0x9b025d3a424d672b", "difficulty" : 966448170490, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x29Ab575850dCEf127cd8D646fB3c208b3860C2F0", "extraData" : "0x476574682f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"]}, "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"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "envify": {"type": "string"}, "sieve-js": {"type": "string"}}, "required": ["browserify", "envify", "sieve-js"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sieve-demo", "version" : "0.0.1", "description" : "Demo app for Sieve", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/agaralabs/sieve.git"}, "keywords" : ["ab-test"], "author" : "Agara Labs", "license" : "ISC", "bugs" : {"url" : "https://github.com/agaralabs/sieve/issues"}, "homepage" : "https://github.com/agaralabs/sieve#readme", "dependencies" : {"express" : "^4.15.2"}, "devDependencies" : {"browserify" : "^14.1.0", "envify" : "^4.0.0", "sieve-js" : "0.0.1"}} | 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"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "envify": {"type": "string"}, "sieve-js": {"type": "string"}}, "required": ["browserify", "envify", "sieve-js"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"suomia": {"type": "string"}, "suoma": {"type": "string"}}, "required": ["suomia", "suoma"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"suomia" : "Suomi", "suoma" : "Suomi"} | json_instruct | {"type": "object", "properties": {"suomia": {"type": "string"}, "suoma": {"type": "string"}}, "required": ["suomia", "suoma"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"PackageIdentifier": {"type": "string"}, "PackageVersion": {"type": "string"}, "PackageLocale": {"type": "string"}, "Publisher": {"type": "string"}, "ShortDescription": {"type": "string"}, "ManifestType": {"type": "string"}, "ManifestVersion": {"type": "string"}}, "required": ["PackageIdentifier", "PackageVersion", "PackageLocale", "Publisher", "ShortDescription", "ManifestType", "ManifestVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PackageIdentifier" : "Microsoft.WindowsTerminal", "PackageVersion" : "1.6.10571.0", "PackageLocale" : "fr-FR", "Publisher" : "Microsoft", "ShortDescription" : "Le nouveau terminal Windows, une exp\u00e9rience de ligne de commande \u00e0 onglets pour Windows.", "ManifestType" : "locale", "ManifestVersion" : "1.0.0"} | json_instruct | {"type": "object", "properties": {"PackageIdentifier": {"type": "string"}, "PackageVersion": {"type": "string"}, "PackageLocale": {"type": "string"}, "Publisher": {"type": "string"}, "ShortDescription": {"type": "string"}, "ManifestType": {"type": "string"}, "ManifestVersion": {"type": "string"}}, "required": ["PackageIdentifier", "PackageVersion", "PackageLocale", "Publisher", "ShortDescription", "ManifestType", "ManifestVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 52249, "name" : "Colorful diamond studs.", "description" : "Pretty background.", "user" : {"id" : 113214, "name" : "andrealaferriere", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2011-08-10T21:39:37.000Z", "weekly_install_count" : 0, "total_install_count" : 133, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/52249-after.png?r=1590134683", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2011-08-10T21:33:27.000Z", "category" : "site", "raw_subcategory" : "tumblr", "subcategory" : "tumblr", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain('tumblr.com/dashboard'), url-prefix('http://tumblr.com/dashboard') {\r\n\t/* \r\n\t\tthe code in here only apply to:\r\n\t\t\t-pages on the domain tumblr.com/dashboard\r\n\t\t\t-pages whose URLs start with http://tumblr.com/dashboard\r\n\t*/\r\n}\r\n\r\n\r\nBODY { font-size: 0px; background-image: url(\"http://i1127.photobucket.com/albums/l631/fioledecoeurs/prettybackground.jpg\"); background-repeat: repeat; background-attachment: fixed; }\r\n\r\n", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/52249/colorful-diamond-studs.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "ProtocolName": {"type": "string"}, "SummaryComment": {"type": "string"}, "IsConstructorPublic": {"type": "boolean"}, "Properties": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "object", "properties": {"Type": {"type": "string"}, "Name": {"type": "string"}, "SummaryComment": {"type": "string"}, "RemarksComment": {"type": "null"}, "BoundAccess": {"type": "string"}, "UnboundAccess": {"type": "string"}}, "required": ["Type", "Name", "SummaryComment", "RemarksComment", "BoundAccess", "UnboundAccess"]}, "Value": {"type": "null"}}, "required": ["Key", "Value"]}}}, "required": ["Name", "ProtocolName", "SummaryComment", "IsConstructorPublic", "Properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "JobScheduleExecutionInformation", "ProtocolName" : "Models.JobScheduleExecutionInformation", "SummaryComment" : "The execution information for a job schedule.", "IsConstructorPublic" : false, "Properties" : [{"Key" : {"Type" : "DateTime?", "Name" : "NextRunTime", "SummaryComment" : "The time at which the next job will be scheduled under this job schedule. This property is only returned for active job schedules.", "RemarksComment" : null, "BoundAccess" : "read", "UnboundAccess" : "none"}, "Value" : null}, {"Key" : {"Type" : "DateTime?", "Name" : "EndTime", "SummaryComment" : "The completion time of the job schedule. This property is only returned for completed job schedules.", "RemarksComment" : null, "BoundAccess" : "read", "UnboundAccess" : "none"}, "Value" : null}, {"Key" : {"Type" : "RecentJob", "Name" : "RecentJob", "SummaryComment" : "The information about the most recent job under the job schedule. Note that this element is only returned if the job schedule contains at least one job under it.", "RemarksComment" : null, "BoundAccess" : "read", "UnboundAccess" : "none"}, "Value" : null}]} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ProtocolName": {"type": "string"}, "SummaryComment": {"type": "string"}, "IsConstructorPublic": {"type": "boolean"}, "Properties": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "object", "properties": {"Type": {"type": "string"}, "Name": {"type": "string"}, "SummaryComment": {"type": "string"}, "RemarksComment": {"type": "null"}, "BoundAccess": {"type": "string"}, "UnboundAccess": {"type": "string"}}, "required": ["Type", "Name", "SummaryComment", "RemarksComment", "BoundAccess", "UnboundAccess"]}, "Value": {"type": "null"}}, "required": ["Key", "Value"]}}}, "required": ["Name", "ProtocolName", "SummaryComment", "IsConstructorPublic", "Properties"], "$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"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Grace Under Fire", "genre" : "", "creators" : ["Chuck Lorre"], "cast" : ["Brett Butler", "Dave Thomas", "Julie White", "Casey Sander", "Jon Paul Steuer", "Sam Horrigan", "Kaitlin Cullum", "Dylan and Cole Sprouse", "Peggy Rea", "Charles Hallahan"], "country_of_origin" : "United States", "seasons" : 5, "episodes" : 112, "start_date" : "Wed Sep 29 00:00:00 EDT 1993", "end_date" : "Tue Feb 17 00:00:00 EST 1998"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "string"}}, "filepath": {"type": "array", "items": {"type": "string"}}}, "required": ["urls", "filepath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"urls" : ["apis.google.com/js/platform.js"], "filepath" : ["platform.js"]} | json_instruct | {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "string"}}, "filepath": {"type": "array", "items": {"type": "string"}}}, "required": ["urls", "filepath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"swagger-ui-bundle.js": {"type": "string"}, "swagger-ui-standalone-preset.js": {"type": "string"}, "swagger-ui.css": {"type": "string"}, "swagger-ui.js": {"type": "string"}}, "required": ["swagger-ui-bundle.js", "swagger-ui-standalone-preset.js", "swagger-ui.css", "swagger-ui.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"swagger-ui-bundle.js" : "sha512-y1DMun/lGu4elAbZF2AxNxryr/5sfzY1Xl/dVOuR01MJaBcJjQ6t0B7LxFQgFc7Q/InsYr8Jptrdf6nBrlJ/Og==", "swagger-ui-standalone-preset.js" : "sha512-BoAeGH1u3f+M8ajwEVlchPxlv6OSvcftVJzA6W8GoAt6TgW8Lx1DJFrGElwj9JWEr0twpFOUnIiROVujyEUIQQ==", "swagger-ui.css" : "sha512-Ld6FCyuQNV4ePdNZ2mO6U7apSIDwFLRSrupnDeOlaptN++hlQkFW9RLwcJ2nPvwBpJFR4A7j4y7ERbTVNNH5QQ==", "swagger-ui.js" : "sha512-C6XiMsytGRz3Pp5kcdX3jPKC0OmY+Gmzxxus7WX8vM2qLnuX6vS8V7Xsp75meqGWzhgeAeUxeV8NONY2V9Lq8Q=="} | json_instruct | {"type": "object", "properties": {"swagger-ui-bundle.js": {"type": "string"}, "swagger-ui-standalone-preset.js": {"type": "string"}, "swagger-ui.css": {"type": "string"}, "swagger-ui.js": {"type": "string"}}, "required": ["swagger-ui-bundle.js", "swagger-ui-standalone-preset.js", "swagger-ui.css", "swagger-ui.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rustc" : 11433004480181278316, "features" : "[]", "target" : 537666467300364746, "profile" : 2574335274271406459, "path" : 14349277718239701171, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/assert_matches-83bf189611b3d976/dep-lib-assert_matches-83bf189611b3d976"}}], "rustflags" : [], "metadata" : 14013387243405066983} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"accuracy": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}}, "required": ["accuracy", "loss", "val_accuracy", "val_loss"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accuracy" : [0.6213716864585876, 0.8737141489982605, 0.9118658304214478, 0.930574893951416, 0.9395931363105774, 0.9469911456108093, 0.9525090456008911, 0.9585619568824768, 0.9605490565299988, 0.9645537734031677], "loss" : [1.4041290283203125, 0.40409278869628906, 0.2734500765800476, 0.21469411253929138, 0.1778782606124878, 0.1522524356842041, 0.13878808915615082, 0.12263427674770355, 0.11771737039089203, 0.10447702556848526], "val_accuracy" : [0.8400176167488098, 0.9215513467788696, 0.9466725587844849, 0.9184662699699402, 0.951079785823822, 0.9537240862846375, 0.9607756733894348, 0.9643014669418335, 0.9550462961196899, 0.9356544613838196], "val_loss" : [0.5096349120140076, 0.2704075574874878, 0.20522013306617737, 0.22489356994628906, 0.15003511309623718, 0.13080844283103943, 0.116206593811512, 0.09636994451284409, 0.13070270419120789, 0.18894797563552856]} | json_instruct | {"type": "object", "properties": {"accuracy": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}}, "required": ["accuracy", "loss", "val_accuracy", "val_loss"], "$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"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "startup": {"type": "string"}, "boot": {"type": "string"}, "options": {"type": "object", "properties": {"token": {"type": "null"}, "seconds": {"type": "integer"}}, "required": ["token", "seconds"]}, "arch": {"type": "array", "items": {"type": "string"}}, "schema": {"type": "object", "properties": {"token": {"type": "string"}, "seconds": {"type": "string"}}, "required": ["token", "seconds"]}}, "required": ["name", "version", "slug", "description", "url", "startup", "boot", "options", "arch", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "freedns", "version" : "0.2", "slug" : "freedns", "description" : "Free dynamic DNS hosted on freedns.afraid.org", "url" : "https://github.com/shaxxx/hassio-addons/", "startup" : "services", "boot" : "auto", "options" : {"token" : null, "seconds" : 300}, "arch" : ["aarch64", "amd64", "armv7", "i386"], "schema" : {"token" : "str", "seconds" : "int"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "startup": {"type": "string"}, "boot": {"type": "string"}, "options": {"type": "object", "properties": {"token": {"type": "null"}, "seconds": {"type": "integer"}}, "required": ["token", "seconds"]}, "arch": {"type": "array", "items": {"type": "string"}}, "schema": {"type": "object", "properties": {"token": {"type": "string"}, "seconds": {"type": "string"}}, "required": ["token", "seconds"]}}, "required": ["name", "version", "slug", "description", "url", "startup", "boot", "options", "arch", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@architect/functions": {"type": "string"}, "@begin/data": {"type": "string"}, "faunadb": {"type": "string"}}, "required": ["@architect/functions", "@begin/data", "faunadb"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jag-app-get-rest-api-v1-000collection", "dependencies" : {"@architect/functions" : "^3.10.1", "@begin/data" : "^1.2.2", "faunadb" : "^2.14.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@architect/functions": {"type": "string"}, "@begin/data": {"type": "string"}, "faunadb": {"type": "string"}}, "required": ["@architect/functions", "@begin/data", "faunadb"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"created_at" : 1519179422, "tags" : [], "title" : "2018-02-21-classification", "updated_at" : 1519265301, "uuid" : "B4134FF9-2E87-45E2-977E-AFFD7CCA3A97"} | json_instruct | {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 2500, "cartId" : "89f1e32d-497a-4719-beff-4d6d4f06b933", "preferredProducts" : [1020, 1312, 259, 3019, 1240, 3768], "productReviews" : [{"productId" : 3016, "reviewText" : "The box this comes in is 3 yard by 6 light-year and weights 15 gram!!!", "reviewDate" : "2016-10-28T08:47:54.8152494+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101882615, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "01a3de854fc228bef6375f4d18baed20", "wof:id" : 101882615, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.3217, 48.87715, 6.3217, 48.87715], "geometry" : {"coordinates" : [6.3217, 48.87715], "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"classUnderTest": {"type": "string"}, "isLogging": {"type": "string"}, "setUp": {"type": "string"}, "testAccepts": {"type": "string"}, "testAccessing": {"type": "string"}, "testReset": {"type": "string"}}, "required": ["classUnderTest", "isLogging", "setUp", "testAccepts", "testAccessing", "testReset"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"classUnderTest" : "ct 7/21/2021 00:49", "isLogging" : "ct 7/21/2021 15:30", "setUp" : "ct 7/21/2021 20:06", "testAccepts" : "ct 7/21/2021 17:00", "testAccessing" : "ct 7/21/2021 00:52", "testReset" : "ct 7/21/2021 00:52"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"classUnderTest": {"type": "string"}, "isLogging": {"type": "string"}, "setUp": {"type": "string"}, "testAccepts": {"type": "string"}, "testAccessing": {"type": "string"}, "testReset": {"type": "string"}}, "required": ["classUnderTest", "isLogging", "setUp", "testAccepts", "testAccessing", "testReset"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "author": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "published_date": {"type": "string"}, "section": {"type": "string"}}, "required": ["id", "url", "author", "title", "text", "published_date", "section"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 3956, "url" : "http://proxy-pubminefi.diffusion.finances.gouv.fr/pub/document/18/18876.pdf", "author" : "Michel Sapin", "title" : "Michel Sapin a r\u00e9uni les membres du Haut Conseil de Stabilit\u00e9 Financi\u00e8re", "text" : " \n \n \n \n \n \nMICHEL SAPIN \nMINISTRE DES FINANCES ET DES COMPTES PUBLICS \n \nC o m m u n i q u \u00e9 d e p re s s e \nC o m m u n i q u \u00e9 d e p re s s e \nwww.economie.gouv.fr \n@Min_Finances \nParis, le 11 mars 2015 \nN\u00b0 228 \n \n \n \nMichel SAPIN, ministre des Finances et des Comptes publics, a r\u00e9uni \nles membres du Haut Conseil de Stabilit\u00e9 Financi\u00e8re \n \n \nMichel SAPIN, ministre des Finances et des Comptes publics, en qualit\u00e9 de pr\u00e9sident, a r\u00e9uni les \nmembres du Haut Conseil de Stabilit\u00e9 Financi\u00e8re (HCSF) ce mercredi 11 mars \u00e0 Bercy, en \npr\u00e9sence de Christian NOYER, Gouverneur de la Banque de France, et de G\u00e9rard RAMEIX, \nPr\u00e9sident de l\u2019Autorit\u00e9 des March\u00e9s Financiers. \n \nVous trouverez ci-joint le communiqu\u00e9 du HCSF*. \n \n \n \n \n \n \n \n \n \n \n \n \n \n \nHaut Conseil de Stabilit\u00e9 Financi\u00e8re (HCSF) : pr\u00e9sid\u00e9 par le ministre des Finances, le HCSF rassemble le \ngouverneur de la Banque de France, pr\u00e9sident de l'Autorit\u00e9 de contr\u00f4le prudentiel et de r\u00e9solution, assist\u00e9 \ndu vice-pr\u00e9sident de cette autorit\u00e9, le pr\u00e9sident de l'Autorit\u00e9 des march\u00e9s financiers, le pr\u00e9sident de l'Autorit\u00e9 \ndes normes comptables ainsi que trois personnalit\u00e9s qualifi\u00e9es, choisies en raison de leurs comp\u00e9tences \ndans les domaines mon\u00e9taire, financier ou \u00e9conomique. Install\u00e9 en juin 2014, le HCSF se r\u00e9unit au moins \nune fois chaque trimestre. Il publiera une fois par an un rapport annuel. \n \n \n \n \nContact presse : \n \nCabinet de Michel SAPIN \n01 53 18 41 13 \nsec.mfcp-presse@cabinets.finances.gouv.fr \n \n", "published_date" : "2015-03-11", "section" : "Communiques"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "author": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "published_date": {"type": "string"}, "section": {"type": "string"}}, "required": ["id", "url", "author", "title", "text", "published_date", "section"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "placeholder": {"type": "string"}}, "required": ["key", "type", "label", "placeholder"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key" : "or_link_name", "type" : "text", "label" : "Link Name", "placeholder" : "Link Name (if any)"} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "placeholder": {"type": "string"}}, "required": ["key", "type", "label", "placeholder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "UsageTypeID", "AddressInfo", "Connections", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 111616, "UUID" : "73B0D81E-B1FC-4825-8E94-85FFB508CCDC", "DataProviderID" : 2, "DataProvidersReference" : "83772", "UsageTypeID" : 1, "AddressInfo" : {"ID" : 111962, "Title" : "Marlin Chevrolet", "AddressLine1" : "2145 rue Frank-Carrel", "Town" : "Quebec", "StateOrProvince" : "QC", "Postcode" : "G1N 2G2", "CountryID" : 44, "Latitude" : 46.794686, "Longitude" : -71.277558, "ContactTelephone1" : "418-688-1241", "AccessComments" : "24 hours daily; for client use only", "RelatedURL" : "", "DistanceUnit" : 0}, "Connections" : [{"ID" : 157085, "ConnectionTypeID" : 1, "LevelID" : 2, "Amps" : 16, "Voltage" : 230, "PowerKW" : 3.7, "CurrentTypeID" : 10, "Quantity" : 1}], "DateLastStatusUpdate" : "2020-06-26T03:10:00Z", "DataQualityLevel" : 3, "DateCreated" : "2018-10-18T23:37:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "UsageTypeID", "AddressInfo", "Connections", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$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.