input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"jobTypes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "state": {"type": "integer"}}, "required": ["id", "name", "description", "category", "state"]}}}, "required": ["jobTypes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jobTypes" : [{"id" : 401, "name" : "Create Version", "description" : "Execute as part of a larger workflow for managing your job version", "category" : "", "state" : 0}, {"id" : 402, "name" : "Data Edits", "description" : "Common workflow for editing data in a geospatial database", "category" : "", "state" : 1}, {"id" : 403, "name" : "Map Request", "description" : "Request for map based on a user defined extent.", "category" : "Mapping", "state" : 1}, {"id" : 404, "name" : "Signage Report", "description" : "", "category" : "City Works", "state" : 1}, {"id" : 405, "name" : "Traffic Accident", "description" : "", "category" : "City Works", "state" : 1}, {"id" : 406, "name" : "Traffic Signal", "description" : "", "category" : "City Works", "state" : 1}, {"id" : 408, "name" : "Domestic Incident", "description" : "", "category" : "City Works", "state" : 1}, {"id" : 409, "name" : "Landbase Updates", "description" : "Landbase Updates", "category" : "", "state" : 1}, {"id" : 407, "name" : "Tree Fell", "description" : "", "category" : "City Works", "state" : 1}]} | json_instruct | {"type": "object", "properties": {"jobTypes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "state": {"type": "integer"}}, "required": ["id", "name", "description", "category", "state"]}}}, "required": ["jobTypes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "string"}}, "required": ["national"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "D4294", "name" : {"en" : "Rottenburg-Kiebingen"}, "country" : "DE", "region" : "BW", "identifiers" : {"national" : "04294"}, "location" : {"latitude" : 48.4704, "longitude" : 8.9687, "elevation" : 360}, "timezone" : "Europe/Berlin"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "string"}}, "required": ["national"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["510623216001", "\u5143\u534e\u8857\u793e\u533a\u5c45\u59d4\u4f1a", "210", "0"], ["510623216201", "\u706b\u82b1\u6751\u6751\u59d4\u4f1a", "220", "0"], ["510623216202", "\u5e99\u6c9f\u6751\u6751\u59d4\u4f1a", "220", "0"], ["510623216203", "\u897f\u6cc9\u6751\u6751\u59d4\u4f1a", "220", "0"], ["510623216204", "\u6c34\u5e93\u6751\u6751\u59d4\u4f1a", "210", "0"], ["510623216205", "\u897f\u9601\u6751\u6751\u59d4\u4f1a", "210", "0"], ["510623216206", "\u5bcc\u5bb6\u6751\u6751\u59d4\u4f1a", "220", "0"], ["510623216207", "\u96f7\u80dc\u6751\u6751\u59d4\u4f1a", "220", "0"], ["510623216208", "\u77f3\u9e2d\u6751\u6751\u59d4\u4f1a", "220", "0"], ["510623216209", "\u8df3\u8e6c\u6751\u6751\u59d4\u4f1a", "220", "0"], ["510623216210", "\u84b2\u6eaa\u6751\u6751\u59d4\u4f1a", "210", "0"], ["510623216211", "\u674e\u6c9f\u6751\u6751\u59d4\u4f1a", "220", "0"], ["510623216212", "\u4e94\u5408\u6751\u6751\u59d4\u4f1a", "210", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-aria": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-material": {"type": "string"}}, "required": ["angular", "angular-aria", "angular-animate", "angular-material"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {}}}, "required": ["name", "version", "authors", "description", "main", "ignore", "dependencies", "keywords", "license", "homepage", "moduleType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "md-color-slider", "version" : "0.1.2", "authors" : ["David Enke <david.enke@zalari.de>"], "description" : "Simple Material design color slider for Angular.", "main" : ["./dist/mdColorSlider.min.js", "./dist/mdColorSlider.min.css"], "ignore" : ["node_modules", "bower_components", "**/.*", "test", "tests"], "dependencies" : {"angular" : "1.4.8", "angular-aria" : "1.4.8", "angular-animate" : "1.4.8", "angular-material" : "0.11.4"}, "keywords" : ["angular", "angular-material", "color-picker", "color-slider", "color-dialog"], "license" : "MIT", "homepage" : "https://github.com/zalari/md-color-slider", "moduleType" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-aria": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-material": {"type": "string"}}, "required": ["angular", "angular-aria", "angular-animate", "angular-material"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {}}}, "required": ["name", "version", "authors", "description", "main", "ignore", "dependencies", "keywords", "license", "homepage", "moduleType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "theme": {"type": "string"}, "organisation": {"type": "string"}, "phase": {"type": "string"}, "liveservice": {"type": "string"}}, "required": ["name", "description", "theme", "organisation", "phase", "liveservice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Apply for a plug-in vehicle grant", "description" : "You can use this service to: create new orders for a plug-in vehicle grant, update existing orders, check the status of existing orders.", "theme" : "Driving and transport", "organisation" : "Driver and Vehicle Licensing Agency", "phase" : "beta", "liveservice" : "https://www.apply-plug-in-vehicle-grant.service.gov.uk"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "theme": {"type": "string"}, "organisation": {"type": "string"}, "phase": {"type": "string"}, "liveservice": {"type": "string"}}, "required": ["name", "description", "theme", "organisation", "phase", "liveservice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"require": {"type": "object", "properties": {}, "required": []}, "extra": {"type": "object", "properties": {"expose": {"type": "array", "items": {"type": "string"}}}, "required": ["expose"]}, "config": {"type": "object", "properties": {"process-timeout": {"type": "integer"}}, "required": ["process-timeout"]}, "prefer-stable": {"type": "boolean"}, "minimum-stability": {"type": "string"}}, "required": ["require", "extra", "config", "prefer-stable", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require" : {}, "extra" : {"expose" : ["{{ cookiecutter.project_slug }}/static", "{{ cookiecutter.project_slug }}/webpack/dist"]}, "config" : {"process-timeout" : 600}, "prefer-stable" : true, "minimum-stability" : "dev"} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {}, "required": []}, "extra": {"type": "object", "properties": {"expose": {"type": "array", "items": {"type": "string"}}}, "required": ["expose"]}, "config": {"type": "object", "properties": {"process-timeout": {"type": "integer"}}, "required": ["process-timeout"]}, "prefer-stable": {"type": "boolean"}, "minimum-stability": {"type": "string"}}, "required": ["require", "extra", "config", "prefer-stable", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["511124104001", "\u5468\u5761\u8857\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["511124104201", "\u5468\u5761\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511124104202", "\u56e2\u5c71\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511124104203", "\u53cb\u76df\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511124104207", "\u9f99\u6865\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511124104216", "\u5927\u6cb3\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511124104219", "\u77f3\u9a6c\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "helmet": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["cors", "dotenv", "express", "helmet", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"babel-jest": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "jest": {"type": "string"}, "nodemon": {"type": "string"}, "react-test-renderer": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["babel-jest", "babel-preset-env", "babel-preset-react", "jest", "nodemon", "react-test-renderer", "supertest"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hair-care-back-end", "version" : "1.0.0", "description" : "Back-end for HairCare web app.", "main" : "index.js", "repository" : "https://github.com/cornielleandres/hair-care-back-end.git", "author" : "Lambda HairCare build team", "license" : "MIT", "scripts" : {"start" : "nodemon index.js", "test" : "jest --watch --verbose"}, "dependencies" : {"cors" : "^2.8.5", "dotenv" : "^6.2.0", "express" : "^4.16.4", "helmet" : "^3.15.0", "react" : "^16.6.3", "react-dom" : "^16.6.3"}, "devDependencies" : {"babel-jest" : "^23.6.0", "babel-preset-env" : "^1.7.0", "babel-preset-react" : "^6.24.1", "jest" : "^23.6.0", "nodemon" : "^1.18.7", "react-test-renderer" : "^16.6.3", "supertest" : "^3.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "helmet": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["cors", "dotenv", "express", "helmet", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"babel-jest": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "jest": {"type": "string"}, "nodemon": {"type": "string"}, "react-test-renderer": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["babel-jest", "babel-preset-env", "babel-preset-react", "jest", "nodemon", "react-test-renderer", "supertest"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "[MMD]\u6843\u5c71\u307f\u3089\u3044 - \u604b\u306e\u9b54\u6cd5", "author" : "boomerhs", "description" : "modelundefined:undefined\u6843\u5c71\u307f\u3089\u3044ver.1.00undefined\u5f10\u5f62\u69d8undefined(td48180)<br>effectsundefined:undefinedAutoLuminousundefinedVer.4.2undefined\u305d\u307c\u308d\u69d8\uff08sm16087751)<br>undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined\u86cd\u3063\u307d\u3044\u30a8\u30d5\u30a7\u30af\u30c8Ver.1.0undefined\u3055\u304f\u3084\u69d8undefined(im5238895)<br>stageundefined:undefined\u30df\u30e5\u30b7\u30e3\u98a8\u306e\u80cc\u666f\u7528\u30b9\u30c6\u30fc\u30b8undefined\u6709\u7406\u69d8undefinedundefined(im8631998)<br>motionundefined:undefined\u604b\u306e\u9b54\u6cd5undefinedundefinedstronundefined\u69d8undefined(sm33780804)<br>\u697d\u66f2\u672c\u5bb6\u69d8\uff1a\u3071\u306a\u307e\u3093\u00d7\u897f\u6ca2\u3055\u3093P\u69d8undefined(sm31279716)<br>\u4f7f\u7528\u97f3\u6e90\u69d8\uff1a\u308a\u306d\u3046\u3055\u304e\u69d8undefined(sm31869423)<br>\u632f\u4ed8\u672c\u5bb6\u69d8\uff1a\u3044\u308a\u307d\u3093\u5148\u751f(\u69d8)undefined(sm32658110)<br>\u30c8\u30ec\u30fc\u30b9\u5143\u52d5\u753b\u69d8\uff1a\u4e03\u6cb3\u307f\u3053\u69d8undefined(sm32953507)", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/477636/thumbnail-477636_0004.jpg?itok=YmThgbNf", "download" : "https://www.iwara.tv/api/video/jk4blcmkmtwvrxex", "origin" : "https://www.iwara.tv/videos/jk4blcmkmtwvrxex"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1995, 5], [1996, 7], [1997, 17], [1998, 14], [1999, 31], [2000, 52], [2001, 79], [2002, 111], [2003, 98], [2004, 105], [2005, 111], [2006, 130], [2007, 120], [2008, 126], [2009, 126], [2010, 113], [2011, 98], [2012, 77], [2013, 73], [2014, 82]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "tanoktok", "h" : [{"d" : [{"f" : "\u786c\u6717\uff0c\u7d50\u5be6\uff0c\u7262\u56fa\u3002", "s" : ["`tanektek~", "`natektek~"]}]}]} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "version", "description", "page_action", "background", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "xkcd Explainer", "version" : "0.1.0", "description" : "Adds a link on xkcd comics to corresponding page on explainxkcd.com", "page_action" : {"default_icon" : "icon.png"}, "background" : {"scripts" : ["background.js"], "persistent" : false}, "permissions" : ["tabs", "declarativeContent"]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "version", "description", "page_action", "background", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "rxjs": {"type": "string"}, "three": {"type": "string"}, "@types/webgl2": {"type": "string"}, "@types/offscreencanvas": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "rxjs", "three", "@types/webgl2", "@types/offscreencanvas"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}, "bundledDependencies": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}, "esm5": {"type": "string"}, "esm2015": {"type": "string"}, "fesm5": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "metadata": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "version", "license", "description", "author", "repository", "bugs", "keywords", "peerDependencies", "dependencies", "bundledDependencies", "main", "module", "es2015", "esm5", "esm2015", "fesm5", "fesm2015", "typings", "metadata", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "app3d-three-template", "version" : "0.0.45", "license" : "MIT", "description" : "An easy implementation of a 3d scene with Three.js and Angular, where you can add and move objects easily in the scene.", "author" : "David Mart\u00ednez Ros", "repository" : {"type" : "git", "url" : "https://github.com/davidmartinezros/app-3d-three-template"}, "bugs" : {"url" : "https://github.com/davidmartinezros/app-3d-three-template/issues"}, "keywords" : ["angular", "javascript", "typescript", "template", "three.js", "three", "3d", "component", "scene", "scenes for dummies", "3d for dummies", "three.js for dummies", "app-3d-three-template", "app3d-three-template"], "peerDependencies" : {"@angular/common" : "^8.2.14", "@angular/core" : "^8.2.14", "rxjs" : "^6.5.4", "three" : "0.110.0", "@types/webgl2" : "0.0.5", "@types/offscreencanvas" : "2019.6.1"}, "dependencies" : {"tslib" : "^1.9.0"}, "bundledDependencies" : ["rxjs", "three", "@types/webgl2", "@types/offscreencanvas"], "main" : "bundles/app3d-three-template.umd.js", "module" : "fesm5/app3d-three-template.js", "es2015" : "fesm2015/app3d-three-template.js", "esm5" : "esm5/app3d-three-template.js", "esm2015" : "esm2015/app3d-three-template.js", "fesm5" : "fesm5/app3d-three-template.js", "fesm2015" : "fesm2015/app3d-three-template.js", "typings" : "app3d-three-template.d.ts", "metadata" : "app3d-three-template.metadata.json", "sideEffects" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "rxjs": {"type": "string"}, "three": {"type": "string"}, "@types/webgl2": {"type": "string"}, "@types/offscreencanvas": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "rxjs", "three", "@types/webgl2", "@types/offscreencanvas"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}, "bundledDependencies": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}, "esm5": {"type": "string"}, "esm2015": {"type": "string"}, "fesm5": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "metadata": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "version", "license", "description", "author", "repository", "bugs", "keywords", "peerDependencies", "dependencies", "bundledDependencies", "main", "module", "es2015", "esm5", "esm2015", "fesm5", "fesm2015", "typings", "metadata", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "coffeelintConfig": {"type": "object", "properties": {"max_line_length": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "level": {"type": "string"}, "limitComments": {"type": "boolean"}}, "required": ["name", "value", "level", "limitComments"]}}, "required": ["max_line_length"]}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "main", "version", "description", "repository", "license", "coffeelintConfig", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "omni-ruler", "main" : "./lib/omni-ruler", "version" : "0.6.0", "description" : "Add multiple rulers/wrap guides", "repository" : "https://github.com/Problematic/omni-ruler", "license" : "MIT", "coffeelintConfig" : {"max_line_length" : {"name" : "max_line_length", "value" : 120, "level" : "warn", "limitComments" : true}}, "engines" : {"atom" : ">=0.194.0 <2.0.0"}, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "coffeelintConfig": {"type": "object", "properties": {"max_line_length": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "level": {"type": "string"}, "limitComments": {"type": "boolean"}}, "required": ["name", "value", "level", "limitComments"]}}, "required": ["max_line_length"]}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "main", "version", "description", "repository", "license", "coffeelintConfig", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Mix graham cracker crumbs, melted butter, and brown sugar in a bowl.", "Press crumb mixture into an 8-inch pie dish to form a crust.", "Whisk eggs and sweetened condensed milk together in large saucepan.", "Stir lemon juice and tequila into the egg mixture.", "Slowly bring egg mixture just to a boil over medium-low heat, stirring constantly until thickened, about 5 minutes. Remove from heat and cool slightly.", "Pour egg mixture into prepared pie dish.", "Whisk sour cream and white sugar together in a bowl until well mixed.", "Spoon sour cream mixture over lemon pie.", "Refrigerate for at least 1 hour before serving."], "ingredients" : ["24 graham crackers, crushed", "1/4 cup butter, melted", "1/4 cup brown sugar", "3 eggs, beaten", "1 (14 ounce) can sweetened condensed milk", "1/2 cup lemon juice", "6 tablespoons tequila", "1 (8 ounce) container sour cream", "1 tablespoon white sugar"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Refrigerator Lemon Margarita Pie", "url" : "http://allrecipes.com/recipe/221231/refrigerator-lemon-margarita-pie/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "already_in_progress": {"type": "string"}}, "required": ["already_configured", "already_in_progress"]}, "error": {"type": "object", "properties": {"invalid_auth": {"type": "string"}}, "required": ["invalid_auth"]}, "step": {"type": "object", "properties": {"authenticate": {"type": "object", "properties": {"data": {"type": "object", "properties": {"password": {"type": "string"}}, "required": ["password"]}, "description": {"type": "string"}}, "required": ["data", "description"]}, "discovery_confirm": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}}, "required": ["host", "port"]}}, "required": ["data"]}}, "required": ["authenticate", "discovery_confirm", "user"]}}, "required": ["abort", "error", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"abort" : {"already_configured" : "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f", "already_in_progress" : "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor"}, "error" : {"invalid_auth" : "Ge\u00e7ersiz kimlik do\u011frulama"}, "step" : {"authenticate" : {"data" : {"password" : "Parola"}, "description" : "L\u00fctfen yap\u0131land\u0131rman\u0131zda {name} i\u00e7in belirledi\u011finiz parolay\u0131 girin."}, "discovery_confirm" : {"title" : "Ke\u015ffedilen ESPHome d\u00fc\u011f\u00fcm\u00fc"}, "user" : {"data" : {"host" : "Ana Bilgisayar", "port" : "Port"}}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "already_in_progress": {"type": "string"}}, "required": ["already_configured", "already_in_progress"]}, "error": {"type": "object", "properties": {"invalid_auth": {"type": "string"}}, "required": ["invalid_auth"]}, "step": {"type": "object", "properties": {"authenticate": {"type": "object", "properties": {"data": {"type": "object", "properties": {"password": {"type": "string"}}, "required": ["password"]}, "description": {"type": "string"}}, "required": ["data", "description"]}, "discovery_confirm": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}}, "required": ["host", "port"]}}, "required": ["data"]}}, "required": ["authenticate", "discovery_confirm", "user"]}}, "required": ["abort", "error", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"715064f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}, "715064f-b": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["715064f-a", "715064f-b"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"715064f-a" : {"width" : 402, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/715064f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/715064f-a.jpg", "title" : "", "date" : "", "text" : "(1) 114\u2013118 East 113th Street, south side, between Park and Lexington Avenue. Nos. 116 and 118 are three-story frame houses, the former with a brick front. 1932.\n\nJ. Clarence Davies Collection, Museum of the City of New York, Negative No. 132.\n\n(2) Another view.\n\nJuly 6, 1934.\n\nP.L. Sperr.", "folder" : "113th Street (East) & Park Avenue, Manhattan, NY", "height" : 600, "original_title" : "Manhattan: 113th Street (East) - Park Avenue", "years" : [""]}, "715064f-b" : {"width" : 403, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/715064f-b.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/715064f-b.jpg", "title" : "", "date" : "", "text" : "(1) 114\u2013118 East 113th Street, south side, between Park and Lexington Avenue. Nos. 116 and 118 are three-story frame houses, the former with a brick front. 1932.\n\nJ. Clarence Davies Collection, Museum of the City of New York, Negative No. 132.\n\n(2) Another view.\n\nJuly 6, 1934.\n\nP.L. Sperr.", "folder" : "113th Street (East) & Park Avenue, Manhattan, NY", "height" : 600, "original_title" : "Manhattan: 113th Street (East) - Park Avenue", "years" : [""]}} | json_instruct | {"type": "object", "properties": {"715064f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}, "715064f-b": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["715064f-a", "715064f-b"], "$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"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}, "build": {"type": "object", "properties": {"srcDir": {"type": "string"}, "includeDir": {"type": "string"}}, "required": ["srcDir", "includeDir"]}}, "required": ["name", "version", "keywords", "description", "repository", "frameworks", "platforms", "build"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "H3", "version" : "3.7.2+b04d56e", "keywords" : "gps", "description" : "H3: A Hexagonal Hierarchical Geospatial Indexing System", "repository" : {"type" : "git", "url" : "https://github.com/vedelaar/h3.git"}, "frameworks" : "*", "platforms" : "*", "build" : {"srcDir" : "src/h3lib/lib", "includeDir" : "src/h3lib/include"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}, "build": {"type": "object", "properties": {"srcDir": {"type": "string"}, "includeDir": {"type": "string"}}, "required": ["srcDir", "includeDir"]}}, "required": ["name", "version", "keywords", "description", "repository", "frameworks", "platforms", "build"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "How do developers fix cross-project correlated bugs?: a case study on the GitHub scientific python ecosystem.", "fields" : ["python", "empirical research", "bittorrent tracker", "software bug", "software"], "abstract" : "GitHub, a popular social-software-development platform, has fostered a variety of software ecosystems where projects depend on one another and practitioners interact with each other. Projects within an ecosystem often have complex inter-dependencies that impose new challenges in bug reporting and fixing. In this paper, we conduct an empirical study on cross-project correlated bugs, i.e., causally related bugs reported to different projects, focusing on two aspects: 1) how developers track the root causes across projects, and 2) how the downstream developers coordinate to deal with upstream bugs. Through manual inspection of bug reports collected from the scientific Python ecosystem and an online survey with developers, this study reveals the common practices of developers and the various factors in fixing cross-project bugs. These findings provide implications for future software bug analysis in the scope of ecosystem, as well as shed light on the requirements of issue trackers for such bugs.", "citation" : "Citations (4)", "departments" : ["Nanjing University", "Nanjing University", "Purdue University", "Nanjing University", "Nanjing University"], "authors" : ["Wanwangying Ma.....http://dblp.org/pers/hd/m/Ma:Wanwangying", "Lin Chen.....http://dblp.org/pers/hd/c/Chen_0015:Lin", "Xiangyu Zhang.....http://dblp.org/pers/hd/z/Zhang:Xiangyu", "Yuming Zhou.....http://dblp.org/pers/hd/z/Zhou:Yuming", "Baowen Xu.....http://dblp.org/pers/hd/x/Xu:Baowen"], "conf" : "icse", "year" : "2017", "pages" : 12} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"cy:open": {"type": "string"}, "cy:run": {"type": "string"}, "playground:run": {"type": "string"}, "pretest:e2e": {"type": "string"}, "test:e2e": {"type": "string"}, "test:e2e-watch": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["cy:open", "cy:run", "playground:run", "pretest:e2e", "test:e2e", "test:e2e-watch", "prepublishOnly"]}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@storyblok/vue": {"type": "string"}, "storyblok-js-client": {"type": "string"}}, "required": ["@storyblok/vue", "storyblok-js-client"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-jest": {"type": "string"}, "cypress": {"type": "string"}, "eslint-plugin-cypress": {"type": "string"}, "jest": {"type": "string"}, "start-server-and-test": {"type": "string"}}, "required": ["@babel/core", "babel-jest", "cypress", "eslint-plugin-cypress", "jest", "start-server-and-test"]}, "eslintConfig": {"type": "object", "properties": {"env": {"type": "object", "properties": {"node": {"type": "boolean"}}, "required": ["node"]}}, "required": ["env"]}}, "required": ["name", "version", "description", "license", "contributors", "main", "repository", "scripts", "files", "dependencies", "devDependencies", "eslintConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@storyblok/nuxt", "version" : "2.0.4", "description" : "Storyblok Nuxt.js module", "license" : "MIT", "contributors" : [{"name" : "Alexander Feiglstorfer <delooks@gmail.com>"}], "main" : "./module.js", "repository" : "https://github.com/storyblok/storyblok-nuxt", "scripts" : {"cy:open" : "cypress open", "cy:run" : "cypress run", "playground:run" : "cd ../playground && npm run start", "pretest:e2e" : "cd ../playground && npm run build", "test:e2e" : "start-server-and-test playground:run http://localhost:3000 cy:run", "test:e2e-watch" : "start-server-and-test playground:run http://localhost:3000 cy:open", "prepublishOnly" : "cp ../README.md ./"}, "files" : ["module.js", "templates"], "dependencies" : {"@storyblok/vue" : "^2.0.0", "storyblok-js-client" : "^4.1.5"}, "devDependencies" : {"@babel/core" : "^7.15.0", "babel-jest" : "^26.6.3", "cypress" : "^8.3.0", "eslint-plugin-cypress" : "^2.12.1", "jest" : "^26.6.3", "start-server-and-test" : "^1.14.0"}, "eslintConfig" : {"env" : {"node" : true}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"cy:open": {"type": "string"}, "cy:run": {"type": "string"}, "playground:run": {"type": "string"}, "pretest:e2e": {"type": "string"}, "test:e2e": {"type": "string"}, "test:e2e-watch": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["cy:open", "cy:run", "playground:run", "pretest:e2e", "test:e2e", "test:e2e-watch", "prepublishOnly"]}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@storyblok/vue": {"type": "string"}, "storyblok-js-client": {"type": "string"}}, "required": ["@storyblok/vue", "storyblok-js-client"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-jest": {"type": "string"}, "cypress": {"type": "string"}, "eslint-plugin-cypress": {"type": "string"}, "jest": {"type": "string"}, "start-server-and-test": {"type": "string"}}, "required": ["@babel/core", "babel-jest", "cypress", "eslint-plugin-cypress", "jest", "start-server-and-test"]}, "eslintConfig": {"type": "object", "properties": {"env": {"type": "object", "properties": {"node": {"type": "boolean"}}, "required": ["node"]}}, "required": ["env"]}}, "required": ["name", "version", "description", "license", "contributors", "main", "repository", "scripts", "files", "dependencies", "devDependencies", "eslintConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"snapshot.delete_repository": {"type": "object", "properties": {"url_params": {"type": "object", "properties": {"master_timeout": {"type": "string"}, "timeout": {"type": "string"}}, "required": ["master_timeout", "timeout"]}, "methods": {"type": "array", "items": {"type": "string"}}, "patterns": {"type": "array", "items": {"type": "string"}}}, "required": ["url_params", "methods", "patterns"]}}, "required": ["snapshot.delete_repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"snapshot.delete_repository" : {"url_params" : {"master_timeout" : "", "timeout" : ""}, "methods" : ["DELETE"], "patterns" : ["_snapshot/{repository}"]}} | json_instruct | {"type": "object", "properties": {"snapshot.delete_repository": {"type": "object", "properties": {"url_params": {"type": "object", "properties": {"master_timeout": {"type": "string"}, "timeout": {"type": "string"}}, "required": ["master_timeout", "timeout"]}, "methods": {"type": "array", "items": {"type": "string"}}, "patterns": {"type": "array", "items": {"type": "string"}}}, "required": ["url_params", "methods", "patterns"]}}, "required": ["snapshot.delete_repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "previous", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"site" : {"siteMetadata" : {"title" : "A Blog", "author" : "Scott Williams"}}, "markdownRemark" : {"id" : "cd762e27-e7c9-524e-831d-bfc75c2a1bc4", "excerpt" : "", "html" : "<div><div><div><div><div>I'm using the awesome\u00a0<a href=\"http://github.com/thoughtbot/paperclip\">Paperclip</a>\u00a0plugin in my\u00a0<a href=\"swilliams\">rails app</a>. One of the great selling points for it is that it will automatically resize images and create thumbnails for them. To do this, it needs the\u00a0<a href=\"http://www.imagemagick.org/script/index.php\">ImageMagick</a>\u00a0library installed.<p></p>\n<div>No worries, I headed over to their site and saw that the \"best\" way to install it is via\u00a0<a href=\"http://www.macports.org/\">mac ports</a>, a package manager similar to\u00a0<a href=\"http://wiki.debian.org/Apt\">Debian's apt</a>, but for OS X.\u00a0</div>\n<p></p>\n<div>So I headed over there, and downloaded the 100k installer for that. Only to see that it needed XCode as a dependency, roughly a 1 GB install.</div>\n<p></p>\n<div><i>sigh</i></div>\n<p></p>\n<div>So, I broke out the system DVD and installed XCode. And then mac ports. And then ImageMagick. Just so that I could resize an image programatically.\u00a0</div>\n</div></div></div></div></div>", "frontmatter" : {"title" : "All that work", "date" : "August 05, 2010"}}}, "pageContext" : {"slug" : "/2010/08/05/all-that-work/", "previous" : {"fields" : {"slug" : "/2010/08/03/whither-windows/"}, "frontmatter" : {"title" : "Whither Windows?"}}, "next" : {"fields" : {"slug" : "/2010/08/06/ui-that-needs-work/index.html/"}, "frontmatter" : {"title" : "UI That Needs Work"}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "previous", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "node-fetch": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["body-parser", "dotenv", "express", "node-fetch", "xml2js"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "datacite_middleware", "version" : "1.0.0", "description" : "A interface between EZID and DataCite", "main" : "src/index.js", "type" : "commonjs", "scripts" : {"start" : "node src/index.js"}, "author" : "Reda Nezzar", "license" : "ISC", "dependencies" : {"body-parser" : "^1.19.1", "dotenv" : "^10.0.0", "express" : "^4.17.2", "node-fetch" : "^2.6.0", "xml2js" : "^0.4.23"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "node-fetch": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["body-parser", "dotenv", "express", "node-fetch", "xml2js"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"port": {"type": "integer"}, "log": {"type": "string"}, "dbAutoIndex": {"type": "boolean"}, "ejsTestRouter": {"type": "boolean"}}, "required": ["port", "log", "dbAutoIndex", "ejsTestRouter"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"port" : 8008, "log" : "dev", "dbAutoIndex" : true, "ejsTestRouter" : true} | json_instruct | {"type": "object", "properties": {"port": {"type": "integer"}, "log": {"type": "string"}, "dbAutoIndex": {"type": "boolean"}, "ejsTestRouter": {"type": "boolean"}}, "required": ["port", "log", "dbAutoIndex", "ejsTestRouter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"10424": {"type": "string"}}, "required": ["10424"]}, "timeto": {"type": "object", "properties": {"10424": {"type": "number"}}, "required": ["10424"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 28276, "title" : ["[Hook-knife Table]"], "description" : ["In impressive condition for its age, a silk-wrapped scarlet vultite hook-knife has been mounted high upon the adjacent, deep crimson wall. A golden beeswax candle emanates a warm glow from within the confines of a flame-etched glaesine sphere set at the center of the cherrywood table."], "paths" : ["Obvious exits: out"], "location" : "Ta'Vaalor Inns", "wayto" : {"10424" : "out"}, "timeto" : {"10424" : 0.2}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"10424": {"type": "string"}}, "required": ["10424"]}, "timeto": {"type": "object", "properties": {"10424": {"type": "number"}}, "required": ["10424"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$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"}, "dependencies": {"type": "object", "properties": {"request": {"type": "string"}, "stream-buffers": {"type": "string"}, "winston": {"type": "string"}, "xml2js": {"type": "string"}, "formidable": {"type": "string"}}, "required": ["request", "stream-buffers", "winston", "xml2js", "formidable"]}, "devDependencies": {"type": "object", "properties": {"winston": {"type": "string"}, "xml2js": {"type": "string"}, "stream-buffers": {"type": "string"}, "request": {"type": "string"}, "mocha": {"type": "string"}, "formidable": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-simple-mocha": {"type": "string"}, "chai": {"type": "string"}}, "required": ["winston", "xml2js", "stream-buffers", "request", "mocha", "formidable", "grunt", "grunt-contrib-jshint", "grunt-contrib-concat", "grunt-contrib-uglify", "grunt-simple-mocha", "chai"]}, "scripts": {"type": "object", "properties": {"integration-test": {"type": "string"}}, "required": ["integration-test"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "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"]}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "directories", "repository", "keywords", "author", "license", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "rets-client", "version" : "1.1.4", "description" : "A RETS client (Real Estate Transaction Standard).", "main" : "index.js", "dependencies" : {"request" : "~2.39.0", "stream-buffers" : "~0.2.5", "winston" : "~0.7.3", "xml2js" : "~0.4.4", "formidable" : "~1.0.15"}, "devDependencies" : {"winston" : "~0.7.3", "xml2js" : "~0.4.4", "stream-buffers" : "~0.2.5", "request" : "~2.39.0", "mocha" : "~1.21.3", "formidable" : "~1.0.15", "grunt" : "~0.4.5", "grunt-contrib-jshint" : "~0.10.0", "grunt-contrib-concat" : "~0.5.0", "grunt-contrib-uglify" : "~0.5.1", "grunt-simple-mocha" : "~0.4.0", "chai" : "~1.9.1"}, "scripts" : {"integration-test" : "grunt integration"}, "directories" : {"lib" : "./lib"}, "repository" : {"type" : "git", "url" : "https://github.com/sbruno81/rets-client.git"}, "keywords" : ["rets", "Real Estate Transaction Standard"], "author" : "Steve Bruno <stevenrbruno@icloud.com>", "license" : "The MIT License (MIT)", "bugs" : {"url" : "https://github.com/sbruno81/rets-client/issues"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"request": {"type": "string"}, "stream-buffers": {"type": "string"}, "winston": {"type": "string"}, "xml2js": {"type": "string"}, "formidable": {"type": "string"}}, "required": ["request", "stream-buffers", "winston", "xml2js", "formidable"]}, "devDependencies": {"type": "object", "properties": {"winston": {"type": "string"}, "xml2js": {"type": "string"}, "stream-buffers": {"type": "string"}, "request": {"type": "string"}, "mocha": {"type": "string"}, "formidable": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-simple-mocha": {"type": "string"}, "chai": {"type": "string"}}, "required": ["winston", "xml2js", "stream-buffers", "request", "mocha", "formidable", "grunt", "grunt-contrib-jshint", "grunt-contrib-concat", "grunt-contrib-uglify", "grunt-simple-mocha", "chai"]}, "scripts": {"type": "object", "properties": {"integration-test": {"type": "string"}}, "required": ["integration-test"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "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"]}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "directories", "repository", "keywords", "author", "license", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageWidth": {"type": "integer"}, "imageHeight": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageWidth", "imageHeight"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "4.5.6", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[530, 286], [1344, 286], [1344, 820], [530, 820]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[61, 367], [516, 367], [516, 786], [61, 786]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}], "imagePath" : "img_1510.jpg", "imageData" : "null", "imageWidth" : 1365, "imageHeight" : 1024} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageWidth": {"type": "integer"}, "imageHeight": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageWidth", "imageHeight"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1705050021", "district_id" : "1705050", "name" : "JENGGALU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Maria": {"type": "string"}, "Angela": {"type": "string"}, "Emilio": {"type": "string"}, "Oscar": {"type": "string"}, "John": {"type": "string"}, "Mathew": {"type": "string"}, "Jorge": {"type": "string"}, "David": {"type": "string"}, "Jason": {"type": "string"}}, "required": ["Maria", "Angela", "Emilio", "Oscar", "John", "Mathew", "Jorge", "David", "Jason"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Maria" : "04 19", "Angela" : "05 23", "Emilio" : "06 23", "Oscar" : "7 21", "John" : "08 04", "Mathew" : "09 02", "Jorge" : "010 30", "David" : "11 27", "Jason" : "12 13"} | json_instruct | {"type": "object", "properties": {"Maria": {"type": "string"}, "Angela": {"type": "string"}, "Emilio": {"type": "string"}, "Oscar": {"type": "string"}, "John": {"type": "string"}, "Mathew": {"type": "string"}, "Jorge": {"type": "string"}, "David": {"type": "string"}, "Jason": {"type": "string"}}, "required": ["Maria", "Angela", "Emilio", "Oscar", "John", "Mathew", "Jorge", "David", "Jason"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "1,1,1-Trifluoroethane, compressed or Refrigerant gas R 143a", "number" : "2035", "class" : "2"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "WIBS0", "name" : {"en" : "Sungai Pakning Bengkalis / Sungaiselari"}, "country" : "ID", "region" : "RI", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "WIBS", "iata" : "SEQ"}, "location" : {"latitude" : 1.37, "longitude" : 102.14, "elevation" : 1}, "timezone" : "Asia/Pontianak", "history" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hooks": {"type": "object", "properties": {"preCommit": {"type": "boolean"}, "prePush": {"type": "boolean"}, "postMerge": {"type": "boolean"}, "macPostInstall": {"type": "boolean"}}, "required": ["preCommit", "prePush", "postMerge", "macPostInstall"]}}, "required": ["hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hooks" : {"preCommit" : false, "prePush" : false, "postMerge" : false, "macPostInstall" : false}} | json_instruct | {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"preCommit": {"type": "boolean"}, "prePush": {"type": "boolean"}, "postMerge": {"type": "boolean"}, "macPostInstall": {"type": "boolean"}}, "required": ["preCommit", "prePush", "postMerge", "macPostInstall"]}}, "required": ["hooks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : "24050"}, "clipped" : true, "id" : "1b65a28ca9"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : "22012"}, "clipped" : true, "id" : "43ee82c927"}, {"arcs" : [[2]], "type" : "Polygon", "properties" : {"id" : "22013"}, "clipped" : true, "id" : "b7ecaa3573"}, {"arcs" : [[3]], "type" : "Polygon", "properties" : {"id" : "22123"}, "clipped" : true, "id" : "7cdda87a55"}, {"arcs" : [[4]], "type" : "Polygon", "properties" : {"id" : "22124"}, "clipped" : true, "id" : "e214009112"}, {"arcs" : [[5]], "type" : "Polygon", "properties" : {"id" : "22302"}, "clipped" : true, "id" : "b93396caa2"}, {"arcs" : [[6]], "type" : "Polygon", "properties" : {"id" : "22304"}, "clipped" : true, "id" : "12129083ea"}]}}, "type" : "Topology", "transform" : {"translate" : [15.20370483398434, 49.41097319969587], "scale" : [1.341104507446289e-06, 8.725532631287392e-07]}, "arcs" : [[[0, 857], [207, 148], [48, 19], [378, 0], [109, -103], [-155, -8], [-35, -2], [-286, -12], [-33, -6], [-233, -50], [0, 14]], [[984, 1024], [2, -5], [-45, -18], [-87, -35], [-112, -45], [120, 103], [122, 0]], [[997, 1024], [-11, -5], [-2, 5], [13, 0]], [[0, 729], [41, -86], [-41, -30], [0, 116]], [[0, 843], [233, 50], [33, 6], [286, 12], [35, 2], [155, 8], [-369, -58], [-102, -53], [-15, -8], [-179, -132], [-36, -27], [-41, 86], [0, 114]], [[255, 1024], [-48, -19], [-207, -148], [0, 167], [255, 0]], [[862, 1024], [-120, -103], [-109, 103], [229, 0]]]} | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"main.js": {"type": "string"}, "main.png": {"type": "string"}, "src/images/biglogo.png": {"type": "string"}, "index.html": {"type": "string"}}, "required": ["main.js", "main.png", "src/images/biglogo.png", "index.html"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main.js" : "automain.js", "main.png" : "auto00f8a40538ff14edc360.png", "src/images/biglogo.png" : "auto00f8a40538ff14edc360.png", "index.html" : "autoindex.html"} | json_instruct | {"type": "object", "properties": {"main.js": {"type": "string"}, "main.png": {"type": "string"}, "src/images/biglogo.png": {"type": "string"}, "index.html": {"type": "string"}}, "required": ["main.js", "main.png", "src/images/biglogo.png", "index.html"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 3, "startTimes" : [52, 74, 97, 59, 10, 76, 30, 85, 191, 37, 202, 149, 172, 165, 109, 221, 131, 96, 185, 299, 313, 285, 301, 229, 208, 320, 269, 366, 342, 388, 328, 399, 419, 435, 475, 470, 460, 376, 487, 448, 522, 551, 540, 586, 598, 660, 576, 701, 566, 625, 676, 715, 672, 696, 825, 644, 776, 723, 788, 766, 857, 688, 758, 837, 842, 933, 809, 980, 885, 960, 946, 927, 1019, 871, 900, 1004, 1047, 945, 1035, 1096, 1164, 1094, 954, 1153, 990, 970, 1141, 1024, 1062, 1270, 1199, 1232, 1203, 1118, 1237, 1219, 1134, 1257, 1214, 1177], "objectiveValue" : 37540.0, "solverRuntimeInMilliseconds" : 0, "optional" : {}} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$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"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Gu\u00eda de 2\" KeyMod Vltor CASV", "ShortName" : "2\" CASV", "Description" : "La gu\u00eda Vltor CASV para KeyMod de 2 pulgadas te permite instalar equipamiento adicional en guardamanos con sistema de anclaje KeyMod est\u00e1ndar."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "check": {"type": "string"}, "prettify": {"type": "string"}}, "required": ["build", "check", "prettify"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "publishConfig": {"type": "object", "properties": {"@q4justice:registry": {"type": "string"}}, "required": ["@q4justice:registry"]}, "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": {"ow": {"type": "string"}}, "required": ["ow"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-unused-imports": {"type": "string"}, "jest": {"type": "string"}, "pegjs": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-prettier", "eslint-plugin-unused-imports", "jest", "pegjs", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "publishConfig", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@q4justice/q4j-proto-parse", "version" : "0.1.3", "description" : "Quest for Justice utility to parse a proto3 file, forked from lal12/proto-parse", "main" : "./src/proto-parse.js", "scripts" : {"build" : "node scripts/build.js", "check" : "npx eslint \"*/*.js\" && npx prettier --ignore-path \".prettierignore\" --check \"*/*.{js,json}\"", "prettify" : "npx eslint --fix \"*/*.js\" && npx prettier --ignore-path \".prettierignore\" --write \"*/*.{js,json}\""}, "repository" : {"type" : "git", "url" : "git+https://github.com/Q4Justice/q4j-proto-parse.git"}, "publishConfig" : {"@q4justice:registry" : "https://npm.pkg.github.com/"}, "keywords" : ["proto", "protobuf", "parse", "peg.js", "pegjs", "file", "proto3"], "author" : "jcnguyen", "license" : "ISC", "bugs" : {"url" : "https://github.com/Q4Justice/q4j-proto-parse/issues"}, "homepage" : "https://github.com/Q4Justice/q4j-proto-parse#readme", "dependencies" : {"ow" : "^0.28.1"}, "devDependencies" : {"eslint" : "^7.25.0", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-import" : "^2.22.1", "eslint-plugin-prettier" : "^4.0.0", "eslint-plugin-unused-imports" : "^1.1.5", "jest" : "^27.5.1", "pegjs" : "^0.10.0", "prettier" : "^2.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "check": {"type": "string"}, "prettify": {"type": "string"}}, "required": ["build", "check", "prettify"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "publishConfig": {"type": "object", "properties": {"@q4justice:registry": {"type": "string"}}, "required": ["@q4justice:registry"]}, "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": {"ow": {"type": "string"}}, "required": ["ow"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-unused-imports": {"type": "string"}, "jest": {"type": "string"}, "pegjs": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-prettier", "eslint-plugin-unused-imports", "jest", "pegjs", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "publishConfig", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "participio", "gerundio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "http://lema.rae.es/drae/srv/search?val=consultar", "word" : "consultar", "infinitivo" : "consultar", "participio" : ["consultado"], "gerundio" : ["consultando"], "tenses" : {"3" : [["consulto"], ["consultas", "consult\u00e1s"], ["consulta"], ["consultamos"], ["consult\u00e1is", "consultan"], ["consultan"]], "4" : [["consult\u00e9"], ["consultaste"], ["consult\u00f3"], ["consultamos"], ["consultasteis", "consultaron"], ["consultaron"]], "5" : [["consultaba"], ["consultabas"], ["consultaba"], ["consult\u00e1bamos"], ["consultabais", "consultaban"], ["consultaban"]], "6" : [["consultar\u00eda"], ["consultar\u00edas"], ["consultar\u00eda"], ["consultar\u00edamos"], ["consultar\u00edais", "consultar\u00edan"], ["consultar\u00edan"]], "7" : [["consultar\u00e9"], ["consultar\u00e1s"], ["consultar\u00e1"], ["consultaremos"], ["consultar\u00e9is", "consultar\u00e1n"], ["consultar\u00e1n"]], "8" : [["consulte"], ["consultes"], ["consulte"], ["consultemos"], ["consult\u00e9is", "consulten"], ["consulten"]], "9" : [["consultara"], ["consultaras"], ["consultara"], ["consult\u00e1ramos"], ["consultarais", "consultaran"], ["consultaran"]], "10" : [["consultase"], ["consultases"], ["consultase"], ["consult\u00e1semos"], ["consultaseis", "consultasen"], ["consultasen"]], "11" : [["consultare"], ["consultares"], ["consultare"], ["consult\u00e1remos"], ["consultareis", "consultaren"], ["consultaren"]], "12" : {"1" : ["consulta"], "2" : ["consulte"], "3" : ["consultemos"], "4" : ["consultad"], "5" : ["consulten"]}}} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "participio", "gerundio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"txt": {"type": "string"}, "chr": {"type": "string"}, "act": {"type": "string"}, "ttl": {"type": "string"}, "sub": {"type": "array", "items": {}}}, "required": ["txt", "chr", "act", "ttl", "sub"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"txt" : "add", "chr" : "a", "act" : "addTemplate()", "ttl" : "Add New Template", "sub" : []}, {"txt" : "edit", "chr" : "e", "act" : "editTemplate()", "ttl" : "Edit Existing Template", "sub" : []}, {"txt" : "del", "chr" : "d", "act" : "delTemplate()", "ttl" : "Delete Permanently a Template", "sub" : []}, {"txt" : "import", "chr" : "i", "act" : "importTemplate()", "ttl" : "Import Template From Another Project", "sub" : []}, {"txt" : "back", "chr" : "b", "act" : "backToRoutes()", "ttl" : "Back to Routes", "sub" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"txt": {"type": "string"}, "chr": {"type": "string"}, "act": {"type": "string"}, "ttl": {"type": "string"}, "sub": {"type": "array", "items": {}}}, "required": ["txt", "chr", "act", "ttl", "sub"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "twigs:bundled_bamboo"}], "result" : {"item" : "minecraft:bamboo", "count" : 3}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"exceljs.js": {"type": "string"}, "exceljs.min.js": {"type": "string"}}, "required": ["exceljs.js", "exceljs.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"exceljs.js" : "sha512-fUly0MPZAbhqmml8786LvpJ9uSmED+xr9IKjs3ZEFeKlRn0lihiQqAS9PJj/bLROIPlRAK0SNXImFV5Vg7uuNA==", "exceljs.min.js" : "sha512-rPFswDTs5fZW/KLnl2ZqDXyEx/FFIlsY2bvBNeFkQvb0aerrL/s0Yf3W8m5wGus1qrx8GYPU3m4o2CkD3T0ilw=="} | json_instruct | {"type": "object", "properties": {"exceljs.js": {"type": "string"}, "exceljs.min.js": {"type": "string"}}, "required": ["exceljs.js", "exceljs.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testLargeInputProblem1": {"type": "string"}, "testLargeInputProblem2": {"type": "string"}, "testSmallInputProblem1": {"type": "string"}, "testSmallInputProblem2": {"type": "string"}}, "required": ["testLargeInputProblem1", "testLargeInputProblem2", "testSmallInputProblem1", "testSmallInputProblem2"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"testLargeInputProblem1" : "jmg 12/3/2020 23:53", "testLargeInputProblem2" : "jmg 12/4/2020 00:16", "testSmallInputProblem1" : "jmg 12/3/2020 23:53", "testSmallInputProblem2" : "jmg 12/4/2020 00:03"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testLargeInputProblem1": {"type": "string"}, "testLargeInputProblem2": {"type": "string"}, "testSmallInputProblem1": {"type": "string"}, "testSmallInputProblem2": {"type": "string"}}, "required": ["testLargeInputProblem1", "testLargeInputProblem2", "testSmallInputProblem1", "testSmallInputProblem2"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "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"}}}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u9f8d\u9577\u4f01\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "63020350", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08063000019004", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5317\u5e02\u5167\u6e56\u5340\u65b0\u660e\u8def\u4e09\u4e8c\u4e00\u5df7\u5341\u5f04\u4e8c\u5341\u4e94\u865f\u4e8c\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u5317\u5e02\u5167\u6e56\u5340\u9031\u7f8e\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u674e\u5ed6\u78a7\u67d4", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "04752066", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0800619", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0800628", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["30\u6c7d\u8eca\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["303\u6c7d\u8eca\u96f6\u4ef6"]} | 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"}}}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Cuq", "dpt" : "Lot-et-Garonne", "inscrits" : 243, "abs" : 45, "votants" : 198, "blancs" : 17, "nuls" : 7, "exp" : 174, "res" : [{"panneau" : "1", "voix" : 102}, {"panneau" : "2", "voix" : 72}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.ignoreWords" : ["adden", "on"]} | json_instruct | {"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "array", "items": {"type": "string"}}}, "required": ["remainingRequest", "dependencies", "contextDependencies", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"remainingRequest" : "/Users/crocslut/Desktop/Git/learningport-vue-netflix/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/Users/crocslut/Desktop/Git/learningport-vue-netflix/node_modules/cache-loader/dist/cjs.js??ref--0-0!/Users/crocslut/Desktop/Git/learningport-vue-netflix/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/crocslut/Desktop/Git/learningport-vue-netflix/src/pages/RecoverPassword/RecoverPasswordSuccess.vue?vue&type=template&id=1cb016d0&", "dependencies" : [{"path" : "/Users/crocslut/Desktop/Git/learningport-vue-netflix/src/pages/RecoverPassword/RecoverPasswordSuccess.vue", "mtime" : 1629460388000}, {"path" : "/Users/crocslut/Desktop/Git/learningport-vue-netflix/node_modules/cache-loader/dist/cjs.js", "mtime" : 1636081674369}, {"path" : "/Users/crocslut/Desktop/Git/learningport-vue-netflix/node_modules/vue-loader/lib/loaders/templateLoader.js", "mtime" : 1636081674749}, {"path" : "/Users/crocslut/Desktop/Git/learningport-vue-netflix/node_modules/cache-loader/dist/cjs.js", "mtime" : 1636081674369}, {"path" : "/Users/crocslut/Desktop/Git/learningport-vue-netflix/node_modules/vue-loader/lib/index.js", "mtime" : 1636081674749}], "contextDependencies" : [], "result" : ["var render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _vm._m(0)\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"tile bg\" }, [\n _c(\"div\", { staticClass: \"tile__container\" }, [\n _c(\"h1\", { staticClass: \"tile__title\" }, [\n _vm._v(\"\\n Recover password\\n \"),\n ]),\n _c(\"p\", [\n _vm._v(\n \"\\n Please, check your email for a password reset link\\n \"\n ),\n ]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]} | json_instruct | {"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "array", "items": {"type": "string"}}}, "required": ["remainingRequest", "dependencies", "contextDependencies", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"InvoiceNumber": {"type": "string"}, "IssuedDate": {"type": "string"}, "TotalAmount": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemTotal": {"type": "string"}, "ItemUnitCount": {"type": "string"}, "ItemUnitValue": {"type": "string"}}, "required": ["ItemDescription", "ItemTotal", "ItemUnitCount", "ItemUnitValue"]}}}, "required": ["InvoiceNumber", "IssuedDate", "TotalAmount", "LineItem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"InvoiceNumber" : "904", "IssuedDate" : "September 22, 1978", "TotalAmount" : "15,400.00", "LineItem" : [{"ItemDescription" : "Advertising space in 1978 World Series Program", "ItemTotal" : "$16,470.59", "ItemUnitCount" : "", "ItemUnitValue" : ""}, {"ItemDescription" : "Production charge for bleed", "ItemTotal" : "1,400.00", "ItemUnitCount" : "", "ItemUnitValue" : ""}]} | json_instruct | {"type": "object", "properties": {"InvoiceNumber": {"type": "string"}, "IssuedDate": {"type": "string"}, "TotalAmount": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemTotal": {"type": "string"}, "ItemUnitCount": {"type": "string"}, "ItemUnitValue": {"type": "string"}}, "required": ["ItemDescription", "ItemTotal", "ItemUnitCount", "ItemUnitValue"]}}}, "required": ["InvoiceNumber", "IssuedDate", "TotalAmount", "LineItem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"f" : "\ufff9\ufffaa tree called Mangrove (Rhizophoracee)\ufffb\u7cfb\u6a39"}]}], "t" : "kiyaing"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "171200090605", "variable1" : 0.5513, "variable2" : -1.7925, "variable3" : "A"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "JAPSIRAT", "frequency" : 0, "gender" : "male"}] | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "FERES", "frequency" : 0, "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"web" : [{"value" : ["\u6c34\u751f\u52a8\u7269", "\u6c34\u4e0a", "\u6c34\u751f\u7684"], "key" : "Aquatic"}, {"value" : ["\u6c34\u751f\u54fa\u4e73\u52a8\u7269", "\u6c34\u751f\u54fa\u4e73\u690d\u7269", "\u6c34\u751f\u54fa\u4e73\u52a8\u7269"], "key" : "Aquatic mammals"}, {"value" : ["\u6c34\u751f\u751f\u7269\u5b66", "\u6c34\u4ea7\u751f\u7269\u5b66", "\u751f\u7269\u5b66"], "key" : "aquatic biology"}], "query" : "aquatic", "translation" : ["\u6c34\u751f"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=aquatic"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=aquatic"}, "basic" : {"us-phonetic" : "\u0259'kw\u00e6t\u026ak", "phonetic" : "\u0259'kw\u00e6t\u026ak; -'kw\u0252t-", "uk-phonetic" : "\u0259'kw\u00e6t\u026ak; -'kw\u0252t-", "explains" : ["n. \u6c34\u4e0a\u8fd0\u52a8\uff1b\u6c34\u751f\u690d\u7269\u6216\u52a8\u7269", "adj. \u6c34\u751f\u7684\uff1b\u6c34\u6816\u7684\uff1b\u5728\u6c34\u4e2d\u6216\u6c34\u9762\u8fdb\u884c\u7684", "n. (Aquatic)\u4eba\u540d\uff1b(\u6cd5)\u963f\u5361\u8482\u514b"]}, "l" : "EN2zh-CHS"} | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.79": {"type": "integer"}, "0.8": {"type": "integer"}, "0.01": {"type": "integer"}, "0.91": {"type": "integer"}, "0.03": {"type": "integer"}, "0.3": {"type": "integer"}, "0.05": {"type": "integer"}, "0.61": {"type": "integer"}, "0.02": {"type": "integer"}, "0.87": {"type": "integer"}}, "required": ["0.99", "0.79", "0.8", "0.01", "0.91", "0.03", "0.3", "0.05", "0.61", "0.02", "0.87"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hour positive count" : 8, "hour neutral count" : 3, "hour negative count" : 6, "hour distri" : {"0.99" : 6, "0.79" : 1, "0.8" : 1, "0.01" : 2, "0.91" : 1, "0.03" : 1, "0.3" : 1, "0.05" : 1, "0.61" : 1, "0.02" : 1, "0.87" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.79": {"type": "integer"}, "0.8": {"type": "integer"}, "0.01": {"type": "integer"}, "0.91": {"type": "integer"}, "0.03": {"type": "integer"}, "0.3": {"type": "integer"}, "0.05": {"type": "integer"}, "0.61": {"type": "integer"}, "0.02": {"type": "integer"}, "0.87": {"type": "integer"}}, "required": ["0.99", "0.79", "0.8", "0.01", "0.91", "0.03", "0.3", "0.05", "0.61", "0.02", "0.87"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Neufgrange", "dpt" : "Moselle", "inscrits" : 1087, "abs" : 228, "votants" : 859, "blancs" : 24, "nuls" : 3, "exp" : 832, "res" : [{"panneau" : "2", "voix" : 242}, {"panneau" : "11", "voix" : 201}, {"panneau" : "3", "voix" : 143}, {"panneau" : "9", "voix" : 94}, {"panneau" : "1", "voix" : 65}, {"panneau" : "4", "voix" : 30}, {"panneau" : "8", "voix" : 18}, {"panneau" : "10", "voix" : 13}, {"panneau" : "5", "voix" : 12}, {"panneau" : "6", "voix" : 9}, {"panneau" : "7", "voix" : 5}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "redis": {"type": "string"}, "dns": {"type": "string"}}, "required": ["test", "redis", "dns"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "readme": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"dns": {"type": "string"}, "exec": {"type": "string"}, "redis-server": {"type": "string"}}, "required": ["dns", "exec", "redis-server"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "license", "readme", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dnyaaaas", "version" : "0.0.1", "description" : "Tessel based nameserver for home networks and labs", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "redis" : "redis-server", "dns" : "sudo node_modules/dns/bin/dns"}, "repository" : "not yet", "keywords" : ["Tessel", "dns", "nameserver"], "license" : "MIT", "readme" : "Tessel based nameserver for home networks and labs", "devDependencies" : {"dns" : "^0.2.2", "exec" : "^0.2.1", "redis-server" : "0.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "redis": {"type": "string"}, "dns": {"type": "string"}}, "required": ["test", "redis", "dns"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "readme": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"dns": {"type": "string"}, "exec": {"type": "string"}, "redis-server": {"type": "string"}}, "required": ["dns", "exec", "redis-server"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "license", "readme", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`O~ `pipananaman~ `namo~ `to~ `no~ `Ingkolis~.\ufffa\ufffb\u4eca\u5929\u662f\u4f60\u5011\u7df4\u7fd2\u82f1\u8a9e\u7684\u6642\u9593\u3002"], "f" : "\u7df4\u7fd2\u3001\u8a13\u7df4\u7684\u5730\u9ede\u3001\u6642\u9593\u3002"}]}], "stem" : "nanam", "t" : "pipananaman"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"kyt-utils": {"type": "string"}, "webpack-assets-manifest": {"type": "string"}}, "required": ["kyt-utils", "webpack-assets-manifest"]}, "peerDependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "core-js": {"type": "string"}, "regenerator-runtime": {"type": "string"}, "source-map-support": {"type": "string"}}, "required": ["@babel/runtime", "core-js", "regenerator-runtime", "source-map-support"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-kyt-core": {"type": "string"}}, "required": ["babel-preset-kyt-core"]}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "author", "license", "repository", "bugs", "homepage", "files", "dependencies", "peerDependencies", "devDependencies", "scripts", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kyt-runtime", "version" : "1.2.46", "description" : "A shared kyt runtime utility library.", "author" : "NYTimes", "license" : "Apache-2.0", "repository" : "git+https://github.com/nytimes/kyt/packages/kyt-runtime", "bugs" : "https://github.com/nytimes/kyt/issues", "homepage" : "https://github.com/nytimes/kyt#readme", "files" : ["babel.js", "Capture.js", "client.js", "dynamic.js", "loadable-plugin.js", "lib/", "server.js", "webpack.js"], "dependencies" : {"kyt-utils" : "1.3.31", "webpack-assets-manifest" : "4.0.6"}, "peerDependencies" : {"@babel/runtime" : "^7.14.8", "core-js" : "^3.16.0", "regenerator-runtime" : "^0.13.9", "source-map-support" : "^0.5.19"}, "devDependencies" : {"babel-preset-kyt-core" : "1.2.16"}, "scripts" : {"prepare" : "rimraf lib && babel src -d lib --ignore \"**/__tests__/**\""}, "gitHead" : "a120343756f132868e6af0cfee3579bfc3dafaa8"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"kyt-utils": {"type": "string"}, "webpack-assets-manifest": {"type": "string"}}, "required": ["kyt-utils", "webpack-assets-manifest"]}, "peerDependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "core-js": {"type": "string"}, "regenerator-runtime": {"type": "string"}, "source-map-support": {"type": "string"}}, "required": ["@babel/runtime", "core-js", "regenerator-runtime", "source-map-support"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-kyt-core": {"type": "string"}}, "required": ["babel-preset-kyt-core"]}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "author", "license", "repository", "bugs", "homepage", "files", "dependencies", "peerDependencies", "devDependencies", "scripts", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"2a856d7d69a36ad16aefcea3a6cd0940\"", "Last-Modified" : "Tue, 11 Aug 2020 19:52:38 GMT", "base" : {"repo" : {"name" : "r-gtsummary-feedstock"}}, "closed_at" : "2020-08-11T19:52:34Z", "created_at" : "2020-08-11T19:43:42Z", "draft" : false, "head" : {"ref" : "1.3.3_h1c86b8"}, "html_url" : "https://github.com/conda-forge/r-gtsummary-feedstock/pull/4", "id" : 466317820, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2020-08-11T19:52:34Z", "number" : 4, "state" : "closed", "updated_at" : "2020-08-11T19:52:38Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "lastversion": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "completer", "assets" : [{"files" : ["completer.css", "completer.js", "completer.min.css", "completer.min.js"], "version" : "0.1.0", "mainfile" : "completer.min.js"}, {"files" : ["completer.css", "completer.js", "completer.min.css", "completer.min.js"], "version" : "0.1.1", "mainfile" : "completer.min.js"}, {"files" : ["completer.css", "completer.js", "completer.min.css", "completer.min.js"], "version" : "0.1.2", "mainfile" : "completer.min.js"}, {"files" : ["completer.css", "completer.js", "completer.min.css", "completer.min.js"], "version" : "0.1.3", "mainfile" : "completer.min.js"}], "versions" : ["0.1.3", "0.1.2", "0.1.1", "0.1.0"], "zip" : "completer.zip", "mainfile" : "completer.min.js", "author" : {"name" : "Fengyuan Chen", "url" : "https://github.com/fengyuanchen"}, "lastversion" : "0.1.3", "homepage" : "https://fengyuanchen.github.io/completer", "description" : "A jQuery auto complete plugin.", "github" : "https://github.com/fengyuanchen/completer.git"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "lastversion": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"randomLoot": {"type": "array", "items": {"type": "string"}}, "art": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "type", "amount"]}}}, "required": ["randomLoot", "art"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"randomLoot" : ["art"], "art" : [{"id" : "Silver ewer", "type" : "item", "amount" : 1}, {"id" : "Carved bone statuette", "type" : "item", "amount" : 1}, {"id" : "Small gold bracelet", "type" : "item", "amount" : 1}, {"id" : "Cloth-of-gold vestments", "type" : "item", "amount" : 1}, {"id" : "Black velvet mask stitched with silver thread", "type" : "item", "amount" : 1}, {"id" : "Copper chalice with silver filigree", "type" : "item", "amount" : 1}, {"id" : "Pair of engraved bone dice", "type" : "item", "amount" : 1}, {"id" : "Small mirror set in a painted wooden frame", "type" : "item", "amount" : 1}, {"id" : "Embroidered silk handkerchief", "type" : "item", "amount" : 1}, {"id" : "Gold locket with a painted portrait inside", "type" : "item", "amount" : 1}]} | json_instruct | {"type": "object", "properties": {"randomLoot": {"type": "array", "items": {"type": "string"}}, "art": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "type", "amount"]}}}, "required": ["randomLoot", "art"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"attackers": {"type": "array", "items": {"type": "object", "properties": {"character_id": {"type": "integer"}, "corporation_id": {"type": "integer"}, "damage_done": {"type": "integer"}, "final_blow": {"type": "boolean"}, "security_status": {"type": "number"}, "ship_type_id": {"type": "integer"}, "weapon_type_id": {"type": "integer"}}, "required": ["character_id", "corporation_id", "damage_done", "final_blow", "security_status", "ship_type_id", "weapon_type_id"]}}, "killmail_id": {"type": "integer"}, "killmail_time": {"type": "string"}, "solar_system_id": {"type": "integer"}, "victim": {"type": "object", "properties": {"character_id": {"type": "integer"}, "corporation_id": {"type": "integer"}, "damage_taken": {"type": "integer"}, "position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "ship_type_id": {"type": "integer"}}, "required": ["character_id", "corporation_id", "damage_taken", "position", "ship_type_id"]}}, "required": ["attackers", "killmail_id", "killmail_time", "solar_system_id", "victim"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"attackers" : [{"character_id" : 90134757, "corporation_id" : 98380939, "damage_done" : 421, "final_blow" : true, "security_status" : -0.5, "ship_type_id" : 4310, "weapon_type_id" : 2961}], "killmail_id" : 71242730, "killmail_time" : "2018-07-14T09:16:59-07:00", "solar_system_id" : 30000142, "victim" : {"character_id" : 2114274455, "corporation_id" : 1000045, "damage_taken" : 421, "position" : {"x" : -107303404128.3777, "y" : -18744983249.76858, "z" : 436489004093.1871}, "ship_type_id" : 670}} | json_instruct | {"type": "object", "properties": {"attackers": {"type": "array", "items": {"type": "object", "properties": {"character_id": {"type": "integer"}, "corporation_id": {"type": "integer"}, "damage_done": {"type": "integer"}, "final_blow": {"type": "boolean"}, "security_status": {"type": "number"}, "ship_type_id": {"type": "integer"}, "weapon_type_id": {"type": "integer"}}, "required": ["character_id", "corporation_id", "damage_done", "final_blow", "security_status", "ship_type_id", "weapon_type_id"]}}, "killmail_id": {"type": "integer"}, "killmail_time": {"type": "string"}, "solar_system_id": {"type": "integer"}, "victim": {"type": "object", "properties": {"character_id": {"type": "integer"}, "corporation_id": {"type": "integer"}, "damage_taken": {"type": "integer"}, "position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "ship_type_id": {"type": "integer"}}, "required": ["character_id", "corporation_id", "damage_taken", "position", "ship_type_id"]}}, "required": ["attackers", "killmail_id", "killmail_time", "solar_system_id", "victim"], "$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"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "homebridge": {"type": "string"}}, "required": ["node", "homebridge"]}, "dependencies": {"type": "object", "properties": {"fakegato-history": {"type": "string"}, "local-devices": {"type": "string"}, "moment": {"type": "string"}, "node-arp": {"type": "string"}, "node-persist": {"type": "string"}, "ping": {"type": "string"}, "request": {"type": "string"}}, "required": ["fakegato-history", "local-devices", "moment", "node-arp", "node-persist", "ping", "request"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "nodemon"]}, "funding": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "version", "description", "license", "keywords", "repository", "engines", "dependencies", "devDependencies", "funding"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "homebridge-people-pro", "version" : "0.11.6", "description" : "Homebridge plugin that provides details of who is in a Home + History (powered by fakegato)", "license" : "MIT", "keywords" : ["homebridge-plugin"], "repository" : {"type" : "git", "url" : "https://github.com/mfkrause/homebridge-people-pro.git"}, "engines" : {"node" : ">=0.12.0", "homebridge" : ">=0.2.0"}, "dependencies" : {"fakegato-history" : "^0.5.0", "local-devices" : "^3.1.0", "moment" : "^2.11.2", "node-arp" : "^1.0.6", "node-persist" : "0.0.8", "ping" : "^0.1.10", "request" : "^2.79.0"}, "devDependencies" : {"eslint" : "^7.18.0", "eslint-config-airbnb-base" : "^14.2.1", "eslint-plugin-import" : "^2.22.1", "nodemon" : "^2.0.7"}, "funding" : [{"type" : "github", "url" : "https://github.com/sponsors/mfkrause"}, {"type" : "paypal", "url" : "https://www.paypal.me/krause69"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "homebridge": {"type": "string"}}, "required": ["node", "homebridge"]}, "dependencies": {"type": "object", "properties": {"fakegato-history": {"type": "string"}, "local-devices": {"type": "string"}, "moment": {"type": "string"}, "node-arp": {"type": "string"}, "node-persist": {"type": "string"}, "ping": {"type": "string"}, "request": {"type": "string"}}, "required": ["fakegato-history", "local-devices", "moment", "node-arp", "node-persist", "ping", "request"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "nodemon"]}, "funding": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "version", "description", "license", "keywords", "repository", "engines", "dependencies", "devDependencies", "funding"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"/js/shop.js": {"type": "string"}, "/css/shop.css": {"type": "string"}}, "required": ["/js/shop.js", "/css/shop.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/shop.js" : "/js/shop.js?id=34684ef2b5b3c24817b4", "/css/shop.css" : "/css/shop.css?id=9afe3747b802b3fd1aa9"} | json_instruct | {"type": "object", "properties": {"/js/shop.js": {"type": "string"}, "/css/shop.css": {"type": "string"}}, "required": ["/js/shop.js", "/css/shop.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Thirparappu", "lsg_code" : "253048", "district" : "Kanniyakumari", "state" : "Tamil Nadu", "no_of_wards" : 18, "wards" : [{"ward_no" : "12", "ward_name" : "Thiruparappu (TP) - Ward No.12", "ward_id" : "47363"}, {"ward_no" : "15", "ward_name" : "Thiruparappu (TP) - Ward No.15", "ward_id" : "47366"}, {"ward_no" : "8", "ward_name" : "Thiruparappu (TP) - Ward No.8", "ward_id" : "47359"}, {"ward_no" : "5", "ward_name" : "Thiruparappu (TP) - Ward No.5", "ward_id" : "47356"}, {"ward_no" : "1", "ward_name" : "Thiruparappu (TP) - Ward No.1", "ward_id" : "47352"}, {"ward_no" : "2", "ward_name" : "Thiruparappu (TP) - Ward No.2", "ward_id" : "47353"}, {"ward_no" : "18", "ward_name" : "Thiruparappu (TP) - Ward No.18", "ward_id" : "47369"}, {"ward_no" : "11", "ward_name" : "Thiruparappu (TP) - Ward No.11", "ward_id" : "47362"}, {"ward_no" : "9", "ward_name" : "Thiruparappu (TP) - Ward No.9", "ward_id" : "47360"}, {"ward_no" : "3", "ward_name" : "Thiruparappu (TP) - Ward No.3", "ward_id" : "47354"}, {"ward_no" : "4", "ward_name" : "Thiruparappu (TP) - Ward No.4", "ward_id" : "47355"}, {"ward_no" : "6", "ward_name" : "Thiruparappu (TP) - Ward No.6", "ward_id" : "47357"}, {"ward_no" : "16", "ward_name" : "Thiruparappu (TP) - Ward No.16", "ward_id" : "47367"}, {"ward_no" : "7", "ward_name" : "Thiruparappu (TP) - Ward No.7", "ward_id" : "47358"}, {"ward_no" : "14", "ward_name" : "Thiruparappu (TP) - Ward No.14", "ward_id" : "47365"}, {"ward_no" : "13", "ward_name" : "Thiruparappu (TP) - Ward No.13", "ward_id" : "47364"}, {"ward_no" : "17", "ward_name" : "Thiruparappu (TP) - Ward No.17", "ward_id" : "47368"}, {"ward_no" : "10", "ward_name" : "Thiruparappu (TP) - Ward No.10", "ward_id" : "47361"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Santa Clara University", "alt_name" : null, "country" : "United States", "state" : "California", "address" : {"street" : "500 El Camino Real", "city" : "Santa Clara", "province" : "California", "postal_code" : "95053-0001"}, "contact" : {"telephone" : "+1(408) 554-4000", "website" : "http://www.scu.edu", "email" : "president@scu.edu", "fax" : "+1(408) 554-2700"}, "funding" : "Private", "languages" : null, "academic_year" : "September to June (September-December; January-March ; March-June). Also Summer Session (June-July)", "accrediting_agency" : "Western Association of Schools and Colleges (WASC)"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "compute_type": {"type": "string"}, "vm_size": {"type": "string"}, "vm_priority": {"type": "string"}, "min_nodes": {"type": "integer"}, "max_nodes": {"type": "integer"}, "idle_seconds_before_scaledown": {"type": "integer"}}, "required": ["name", "compute_type", "vm_size", "vm_priority", "min_nodes", "max_nodes", "idle_seconds_before_scaledown"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cc-mlops-ci", "compute_type" : "amlcluster", "vm_size" : "Standard_DS3_v2", "vm_priority" : "dedicated", "min_nodes" : 0, "max_nodes" : 4, "idle_seconds_before_scaledown" : 300} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "compute_type": {"type": "string"}, "vm_size": {"type": "string"}, "vm_priority": {"type": "string"}, "min_nodes": {"type": "integer"}, "max_nodes": {"type": "integer"}, "idle_seconds_before_scaledown": {"type": "integer"}}, "required": ["name", "compute_type", "vm_size", "vm_priority", "min_nodes", "max_nodes", "idle_seconds_before_scaledown"], "$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"}, "desc": {"type": "string"}, "url": {"type": "string"}, "oauth2": {"type": "object", "properties": {"authorize": {"type": "string"}, "access_token": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "cors": {"type": "boolean"}}, "required": ["url", "cors"]}, "refresh": {"type": "string"}, "parameters": {"type": "object", "properties": {"client_secret": {"type": "string"}, "client_id": {"type": "string"}, "scope": {"type": "object", "properties": {"values": {"type": "object", "properties": {"public_repo": {"type": "string"}, "gist": {"type": "string"}, "notifications": {"type": "string"}, "user:email": {"type": "string"}, "repo:status": {"type": "string"}, "repo": {"type": "string"}, "user:follow": {"type": "string"}, "delete_repo": {"type": "string"}, "user": {"type": "string"}}, "required": ["public_repo", "gist", "notifications", "user:email", "repo:status", "repo", "user:follow", "delete_repo", "user"]}}, "required": ["values"]}}, "required": ["client_secret", "client_id", "scope"]}}, "required": ["authorize", "access_token", "request", "refresh", "parameters"]}, "href": {"type": "object", "properties": {"keys": {"type": "string"}, "docs": {"type": "string"}, "apps": {"type": "string"}, "provider": {"type": "string"}}, "required": ["keys", "docs", "apps", "provider"]}}, "required": ["name", "desc", "url", "oauth2", "href"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GitHub", "desc" : "GitHub is a repository of public open source and private business code. Is is a fast, efficient, distributed version control system ideal for the collaborative development of software. Use it to fork projects, send pull requests, monitor development.", "url" : "https://github.com/login/oauth", "oauth2" : {"authorize" : "/authorize", "access_token" : "/access_token", "request" : {"url" : "https://api.github.com", "cors" : true}, "refresh" : "/token", "parameters" : {"client_secret" : "string", "client_id" : "string", "scope" : {"values" : {"public_repo" : "Read/write access to public repos and organizations.", "gist" : "Write access to gists.", "notifications" : "Read access to a user\u2019s notifications. repo is accepted too.", "user:email" : "Read access to a user\u2019s email addresses.", "repo:status" : "Read/write access to public and private repository commit statuses. This scope is only necessary to grant other users or services access to private repository commit statuses without granting access to the code. The repo and public_repo scopes already include access to commit status for private and public repositories respectively.", "repo" : "Read/write access to public and private repos and organizations.", "user:follow" : "Access to follow or unfollow other users.", "delete_repo" : "Delete access to adminable repositories.", "user" : "Read/write access to profile info only. Note: this scope includes user:email and user:follow."}}}}, "href" : {"keys" : "https://github.com/settings/applications/new", "docs" : "http://developer.github.com/v3/", "apps" : "https://github.com/settings/applications", "provider" : "https://github.com/"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "oauth2": {"type": "object", "properties": {"authorize": {"type": "string"}, "access_token": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "cors": {"type": "boolean"}}, "required": ["url", "cors"]}, "refresh": {"type": "string"}, "parameters": {"type": "object", "properties": {"client_secret": {"type": "string"}, "client_id": {"type": "string"}, "scope": {"type": "object", "properties": {"values": {"type": "object", "properties": {"public_repo": {"type": "string"}, "gist": {"type": "string"}, "notifications": {"type": "string"}, "user:email": {"type": "string"}, "repo:status": {"type": "string"}, "repo": {"type": "string"}, "user:follow": {"type": "string"}, "delete_repo": {"type": "string"}, "user": {"type": "string"}}, "required": ["public_repo", "gist", "notifications", "user:email", "repo:status", "repo", "user:follow", "delete_repo", "user"]}}, "required": ["values"]}}, "required": ["client_secret", "client_id", "scope"]}}, "required": ["authorize", "access_token", "request", "refresh", "parameters"]}, "href": {"type": "object", "properties": {"keys": {"type": "string"}, "docs": {"type": "string"}, "apps": {"type": "string"}, "provider": {"type": "string"}}, "required": ["keys", "docs", "apps", "provider"]}}, "required": ["name", "desc", "url", "oauth2", "href"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cytoscape.js": {"type": "string"}, "cytoscape.min.js": {"type": "string"}}, "required": ["cytoscape.js", "cytoscape.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cytoscape.js" : "sha256-sww9QIFG0k013bZxHVuh5mrXtuFaC+Pl+MncVYzYQ9Q=", "cytoscape.min.js" : "sha256-OSLtXi3okcmvlkBEWECvVrfq7CQPHre2rtQaSdUa6kM="} | json_instruct | {"type": "object", "properties": {"cytoscape.js": {"type": "string"}, "cytoscape.min.js": {"type": "string"}}, "required": ["cytoscape.js", "cytoscape.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Montjay", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 140, "abs" : 28, "votants" : 112, "blancs" : 9, "nuls" : 3, "exp" : 100, "res" : [{"panneau" : "2", "voix" : 52}, {"panneau" : "1", "voix" : 48}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "PATI", "originalFilename" : "PAS POTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 50103, "noUrut" : 1, "nama" : "SUPARMIN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PATI", "originalFilename" : "PAS POTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 39016, "noUrut" : 2, "nama" : "WARA TRI BUWANA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PATI", "originalFilename" : "PAS POTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 173851, "noUrut" : 3, "nama" : "ABDUL KHOLIQ", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PATI", "originalFilename" : "PAS POTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 182094, "noUrut" : 4, "nama" : "MIRANTI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PATI", "originalFilename" : "PAS POTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 184843, "noUrut" : 5, "nama" : "SURYO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PATI", "originalFilename" : "PAS POTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 183592, "noUrut" : 6, "nama" : "DWI SUKORINI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PATI", "originalFilename" : "PAS POTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 201696, "noUrut" : 7, "nama" : "KOSNIYATI", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl", "platform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "cacf58b4-4904-4ecd-8003-55f1c6715272", "queryName" : "Management Console Without Alarms", "severity" : "MEDIUM", "category" : "Monitoring", "descriptionText" : "A log metric filter and alarm should exist for Management Console sign-in without MFA", "descriptionUrl" : "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudwatch-alarms-for-cloudtrail-additional-examples.html", "platform" : "CloudFormation"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl", "platform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Jakingtosch", "repos" : 1, "login" : "Jakingtosch", "id" : 754734, "avatar_url" : "https://avatars0.githubusercontent.com/u/754734?v=3", "url" : "https://api.github.com/users/Jakingtosch", "html_url" : "https://github.com/Jakingtosch", "followers_url" : "https://api.github.com/users/Jakingtosch/followers", "following_url" : "https://api.github.com/users/Jakingtosch/following{/other_user}", "gists_url" : "https://api.github.com/users/Jakingtosch/gists{/gist_id}", "starred_url" : "https://api.github.com/users/Jakingtosch/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/Jakingtosch/subscriptions", "organizations_url" : "https://api.github.com/users/Jakingtosch/orgs", "repos_url" : "https://api.github.com/users/Jakingtosch/repos", "events_url" : "https://api.github.com/users/Jakingtosch/events{/privacy}", "received_events_url" : "https://api.github.com/users/Jakingtosch/received_events", "type" : "User", "site_admin" : false, "name" : null, "company" : null, "blog" : null, "location" : null, "email" : null, "hireable" : null, "bio" : null, "public_repos" : 2, "public_gists" : 0, "followers" : 1, "following" : 1, "created_at" : "2011-04-27T13:54:52Z", "updated_at" : "2017-02-22T10:00:56Z"} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "counter": {"type": "string"}}, "required": ["name", "counter"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Jaune", "counter" : "0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "counter": {"type": "string"}}, "required": ["name", "counter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"extension": {"type": "array", "items": {"type": "string"}}, "spec": {"type": "string"}, "require": {"type": "array", "items": {"type": "string"}}, "project": {"type": "string"}, "reporter": {"type": "array", "items": {"type": "string"}}, "reporter-options": {"type": "object", "properties": {"reportDir": {"type": "string"}, "reportFilename": {"type": "string"}}, "required": ["reportDir", "reportFilename"]}, "recursive": {"type": "boolean"}}, "required": ["extension", "spec", "require", "project", "reporter", "reporter-options", "recursive"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extension" : ["ts"], "spec" : "test/**/*.ts", "require" : ["ts-node/register", "tsconfig-paths/register", "source-map-support/register"], "project" : "../../tsconfig.base.json", "reporter" : ["spec"], "reporter-options" : {"reportDir" : "test/reports", "reportFilename" : "tests"}, "recursive" : true} | json_instruct | {"type": "object", "properties": {"extension": {"type": "array", "items": {"type": "string"}}, "spec": {"type": "string"}, "require": {"type": "array", "items": {"type": "string"}}, "project": {"type": "string"}, "reporter": {"type": "array", "items": {"type": "string"}}, "reporter-options": {"type": "object", "properties": {"reportDir": {"type": "string"}, "reportFilename": {"type": "string"}}, "required": ["reportDir", "reportFilename"]}, "recursive": {"type": "boolean"}}, "required": ["extension", "spec", "require", "project", "reporter", "reporter-options", "recursive"], "$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": {"concurrencyPolicy": {"type": "string"}, "cron": {"type": "string"}, "enabled": {"type": "boolean"}, "id": {"type": "string"}, "nextRunAt": {"type": "string"}, "startingDeadlineSeconds": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["concurrencyPolicy", "cron", "enabled", "id", "nextRunAt", "startingDeadlineSeconds", "timezone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"concurrencyPolicy" : "ALLOW", "cron" : "20 0 * * *", "enabled" : true, "id" : "nightly", "nextRunAt" : "2016-07-26T00:20:00.000+0000", "startingDeadlineSeconds" : 900, "timezone" : "UTC"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"concurrencyPolicy": {"type": "string"}, "cron": {"type": "string"}, "enabled": {"type": "boolean"}, "id": {"type": "string"}, "nextRunAt": {"type": "string"}, "startingDeadlineSeconds": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["concurrencyPolicy", "cron", "enabled", "id", "nextRunAt", "startingDeadlineSeconds", "timezone"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5ba2746c4ba484baab9f84fcbbd15f615e72bc9b"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3202100005, "parent" : 3202100, "name" : "NEGLASARI", "latitude" : null, "longitude" : null, "postal" : [43374, 43174], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "r-oncopharmadb", "downloads" : 500, "count" : 161}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"entityId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["entityId"]}}, "required": ["description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "The object that implements this interface contains an entityId.", "type" : "interface", "properties" : {"entityId" : {"type" : "string"}}} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"entityId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["entityId"]}}, "required": ["description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"JimHurtFront": {"type": "object", "properties": {"sx": {"type": "integer"}, "sy": {"type": "integer"}, "cols": {"type": "integer"}, "tilew": {"type": "integer"}, "tileh": {"type": "integer"}, "frames": {"type": "integer"}}, "required": ["sx", "sy", "cols", "tilew", "tileh", "frames"]}}, "required": ["JimHurtFront"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"JimHurtFront" : {"sx" : 0, "sy" : 1, "cols" : 7, "tilew" : 280, "tileh" : 320, "frames" : 26}} | json_instruct | {"type": "object", "properties": {"JimHurtFront": {"type": "object", "properties": {"sx": {"type": "integer"}, "sy": {"type": "integer"}, "cols": {"type": "integer"}, "tilew": {"type": "integer"}, "tileh": {"type": "integer"}, "frames": {"type": "integer"}}, "required": ["sx", "sy", "cols", "tilew", "tileh", "frames"]}}, "required": ["JimHurtFront"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Stir pumpkin, applesauce, sugar, cinnamon, and allspice together in a saucepan over medium heat; bring to a boil. Reduce heat to low and cook at a simmer until thick, about 90 minutes."], "ingredients" : ["2 cups finely grated pumpkin", "1 1/2 cups unsweetened applesauce", "1 cup white sugar", "2 teaspoons ground cinnamon", "1/4 teaspoon ground allspice"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Chunky Pumpkin Apple Butter", "url" : "http://allrecipes.com/recipe/229781/chunky-pumpkin-apple-butter/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"623022100": {"type": "string"}, "623022101": {"type": "string"}, "623022102": {"type": "string"}, "623022103": {"type": "string"}, "623022104": {"type": "string"}, "623022105": {"type": "string"}, "623022106": {"type": "string"}, "623022107": {"type": "string"}, "623022108": {"type": "string"}, "623022109": {"type": "string"}, "623022110": {"type": "string"}, "623022202": {"type": "string"}, "623022207": {"type": "string"}, "623022208": {"type": "string"}, "623022209": {"type": "string"}, "623022400": {"type": "string"}, "623022401": {"type": "string"}, "623022402": {"type": "string"}}, "required": ["623022100", "623022101", "623022102", "623022103", "623022104", "623022105", "623022106", "623022107", "623022108", "623022109", "623022110", "623022202", "623022207", "623022208", "623022209", "623022400", "623022401", "623022402"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"623022100" : "\u67f3\u6797\u9547", "623022101" : "\u6728\u8033\u9547", "623022102" : "\u624e\u53e4\u5f55\u9547", "623022103" : "\u5580\u5c14\u94a6\u9547", "623022104" : "\u85cf\u5df4\u54c7\u9547", "623022105" : "\u7eb3\u6d6a\u9547", "623022106" : "\u6d2e\u781a\u9547", "623022107" : "\u963f\u5b50\u6ee9\u9547", "623022108" : "\u7533\u85cf\u9547", "623022109" : "\u5b8c\u5192\u9547", "623022110" : "\u5c3c\u5df4\u9547", "623022202" : "\u5200\u544a\u4e61", "623022207" : "\u6070\u76d6\u4e61", "623022208" : "\u5eb7\u591a\u4e61", "623022209" : "\u52fa\u54c7\u571f\u65cf\u4e61", "623022400" : "\u5353\u5c3c\u53bf\u6797\u573a", "623022401" : "\u56fd\u8425\u5927\u5cea\u7267\u573a", "623022402" : "\u56fd\u8425\u67cf\u6797\u7267\u573a"} | json_instruct | {"type": "object", "properties": {"623022100": {"type": "string"}, "623022101": {"type": "string"}, "623022102": {"type": "string"}, "623022103": {"type": "string"}, "623022104": {"type": "string"}, "623022105": {"type": "string"}, "623022106": {"type": "string"}, "623022107": {"type": "string"}, "623022108": {"type": "string"}, "623022109": {"type": "string"}, "623022110": {"type": "string"}, "623022202": {"type": "string"}, "623022207": {"type": "string"}, "623022208": {"type": "string"}, "623022209": {"type": "string"}, "623022400": {"type": "string"}, "623022401": {"type": "string"}, "623022402": {"type": "string"}}, "required": ["623022100", "623022101", "623022102", "623022103", "623022104", "623022105", "623022106", "623022107", "623022108", "623022109", "623022110", "623022202", "623022207", "623022208", "623022209", "623022400", "623022401", "623022402"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "supplial", "definition" : "The act of supplying; a supply. \"The supplial of a preposition.\" Fitzed. Hall."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[535.9844708103005, 420.1534948433247], [558.0229980654874, 430.91837088769194], [572.8465972353658, 449.97728410610694], [577.0819112839025, 475.38916839732724], [577.0819112839025, 492.33042459147396], [574.9642542596341, 515.624651858426], [566.4936261625608, 547.3895072224511], [555.905341041219, 568.5660774651346], [547.4347129441456, 583.3896766350131], [532.6111137742672, 598.2132758048915], [515.6698575801204, 610.9192179505017]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "bcbb258ed148eddb1af1", "c" : {"0" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "packOptions": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "licenseUrl": {"type": "string"}, "projectUrl": {"type": "string"}}, "required": ["tags", "licenseUrl", "projectUrl"]}, "buildOptions": {"type": "object", "properties": {"emitEntryPoint": {"type": "boolean"}, "outputName": {"type": "string"}}, "required": ["emitEntryPoint", "outputName"]}, "dependencies": {"type": "object", "properties": {"Microsoft.NETCore.App": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}}, "required": ["type", "version"]}}, "required": ["Microsoft.NETCore.App"]}, "frameworks": {"type": "object", "properties": {"netcoreapp1.0": {"type": "object", "properties": {}, "required": []}}, "required": ["netcoreapp1.0"]}}, "required": ["version", "title", "description", "authors", "packOptions", "buildOptions", "dependencies", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "1.0.0", "title" : "DotNet.Cleaner.Tools", "description" : "A .NET Core CLI extension tool for cleaning projects", "authors" : ["Toni Solarin-Sodara"], "packOptions" : {"tags" : ["dotnet", "clean"], "licenseUrl" : "https://github.com/tsolarin/dotnet-clean/blob/master/LICENSE", "projectUrl" : "https://github.com/tsolarin/dotnet-clean"}, "buildOptions" : {"emitEntryPoint" : true, "outputName" : "dotnet-clean"}, "dependencies" : {"Microsoft.NETCore.App" : {"type" : "platform", "version" : "1.0.0"}}, "frameworks" : {"netcoreapp1.0" : {}}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "packOptions": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "licenseUrl": {"type": "string"}, "projectUrl": {"type": "string"}}, "required": ["tags", "licenseUrl", "projectUrl"]}, "buildOptions": {"type": "object", "properties": {"emitEntryPoint": {"type": "boolean"}, "outputName": {"type": "string"}}, "required": ["emitEntryPoint", "outputName"]}, "dependencies": {"type": "object", "properties": {"Microsoft.NETCore.App": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}}, "required": ["type", "version"]}}, "required": ["Microsoft.NETCore.App"]}, "frameworks": {"type": "object", "properties": {"netcoreapp1.0": {"type": "object", "properties": {}, "required": []}}, "required": ["netcoreapp1.0"]}}, "required": ["version", "title", "description", "authors", "packOptions", "buildOptions", "dependencies", "frameworks"], "$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"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "@chainx-v2/api": {"type": "string"}, "@polkadot/api": {"type": "string"}, "@polkadot/util": {"type": "string"}, "@polkadot/util-crypto": {"type": "string"}}, "required": ["dotenv", "@chainx-v2/api", "@polkadot/api", "@polkadot/util", "@polkadot/util-crypto"]}}, "required": ["name", "version", "description", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "claim_restake", "version" : "0.0.91", "description" : "ChainX Claim and Restake", "license" : "MIT", "dependencies" : {"dotenv" : "^8.2.0", "@chainx-v2/api" : "^0.0.49", "@polkadot/api" : "^2.9.1", "@polkadot/util" : "^2.9.1", "@polkadot/util-crypto" : "^2.9.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "@chainx-v2/api": {"type": "string"}, "@polkadot/api": {"type": "string"}, "@polkadot/util": {"type": "string"}, "@polkadot/util-crypto": {"type": "string"}}, "required": ["dotenv", "@chainx-v2/api", "@polkadot/api", "@polkadot/util", "@polkadot/util-crypto"]}}, "required": ["name", "version", "description", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : [0, 0], "X_COUNT" : [1, 2]}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAME" : "Hospitalization Cost Record", "COUNT_VALUE" : 41}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [37, 50], "P10_VALUE" : [45, 50], "P25_VALUE" : [55, 55], "MEDIAN_VALUE" : [63, 63], "P75_VALUE" : [76, 70], "P90_VALUE" : [87, 76], "MAX_VALUE" : [88, 77]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "Fixes #2306\r\n\r\nAny dependency specified on the command line ended up with the build\r\nand link deptypes unconditionally. This makes it so for example if\r\ncmake is mentioned as a dependency it gets the build deptype only.\r\n\r\nI need to make sure this handles keeping dependents and dependencies in sync. Otherwise I think it is close", "user" : "scheibelp", "url" : "https://api.github.com/repos/spack/spack/issues/2307", "updated_at" : "2016-12-08 08:54:30", "created_at" : "2016-11-11 09:39:23", "closed_at" : "2016-12-08 08:54:30", "state" : "closed", "title" : "Bugfix/cmdline deptypes", "number" : 2307, "milestone" : null, "labels" : ["dependencies"], "id" : 188720888, "html_url" : "https://github.com/spack/spack/pull/2307", "assignees" : [], "comments" : 1} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "\u5c0f\u5b9d\u5bfb\u82b1\u7ea6\u4e86\u4e2a\u6027\u611f\u9ed1\u5e3d\u59b9\u5b50\u556a\u556a\uff0c\u820c\u543b\u6478\u5976\u8c03\u60c5\u53e3\u4ea4\u540e\u5165\u5927\u529b\u731b\u64cd", "size" : 224688706, "link" : "https://streamtape.com/e/ggKjw8GyPzI9yL", "created_at" : "2022\u5e7403\u670813\u65e5 05:40:06", "downloads" : 0, "linkid" : "ggKjw8GyPzI9yL", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "\u5c0f\u5b9d\u5bfb\u82b1\u7ea6\u4e86\u4e2a\u6027\u611f\u9ed1\u5e3d\u59b9\u5b50\u556a\u556a\uff0c\u820c\u543b\u6478\u5976\u8c03\u60c5\u53e3\u4ea4\u540e\u5165\u5927\u529b\u731b\u64cd", "thumbUrl" : "https://thumb.tapecontent.net/thumb/ggKjw8GyPzI9yL/GP9bWgapVjF1v7A.jpg"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"mockery/mockery": {"type": "string"}}, "required": ["mockery/mockery"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require-dev" : {"mockery/mockery" : "dev-master"}} | json_instruct | {"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"mockery/mockery": {"type": "string"}}, "required": ["mockery/mockery"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"lazyload.js": {"type": "string"}, "lazyload.min.js": {"type": "string"}}, "required": ["lazyload.js", "lazyload.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lazyload.js" : "sha256-XuudKd0L0sagjAN6akji9QrHRjrIi5Oo4tCOmjX9Mus=", "lazyload.min.js" : "sha256-h6QbcXFxs5XyI1RXmjEFVaHmU9sKnE5DmR4sN/jAXQM="} | json_instruct | {"type": "object", "properties": {"lazyload.js": {"type": "string"}, "lazyload.min.js": {"type": "string"}}, "required": ["lazyload.js", "lazyload.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/2/22/Pale_Churn.png/revision/latest?cb=20210808160416", "sha1" : "08e5c1f4e770b6df4b9a29aed8e41e7bc85696bf"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Juan, Bongabong, Oriental Mindoro, MIMAROPA (Region IV-B), PH", "locale" : "ph.mimaropa-region-iv-b.oriental-mindoro.bongabong.san-juan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "13", "region_reference" : "42", "region_name" : "MIMAROPA (Region IV-B)", "province_id" : "58", "province_reference" : "58", "province_name" : "Oriental Mindoro", "city_id" : "221", "city_reference" : "1179", "city_name" : "Bongabong", "barangay_id" : "5717", "barangay_reference" : "30650", "barangay_name" : "San Juan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[121.467461, 12.72092], [121.468002, 12.71571], [121.468437, 12.71304], [121.470123, 12.70975], [121.472504, 12.70812], [121.476196, 12.70695], [121.479927, 12.70712], [121.47303, 12.70063], [121.471916, 12.70417], [121.451027, 12.7004], [121.448357, 12.68327], [121.44548, 12.68714], [121.43679, 12.68979], [121.438042, 12.70508], [121.445938, 12.7145], [121.448647, 12.71331], [121.451973, 12.71273], [121.456863, 12.71368], [121.460388, 12.71622], [121.462677, 12.71806], [121.464417, 12.71833], [121.467461, 12.72092]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "string"}, "subchains": {"type": "object", "properties": {"376-3631": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "40-376-3631": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "589-40-376-3631": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}}, "required": ["376-3631", "40-376-3631", "589-40-376-3631"]}, "titles": {"type": "object", "properties": {"ar": {"type": "string"}}, "required": ["ar"]}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["index", "path", "subchains", "titles", "verse_paths"]}, "index": {"type": "integer"}, "kind": {"type": "string"}}, "required": ["data", "index", "kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"index" : 3631, "path" : "/people/narrators/3631", "subchains" : {"376-3631" : {"narrator_ids" : [376, 3631], "verse_paths" : ["/books/al-kafi:4:3:62:4"]}, "40-376-3631" : {"narrator_ids" : [40, 376, 3631], "verse_paths" : ["/books/al-kafi:4:3:62:4"]}, "589-40-376-3631" : {"narrator_ids" : [589, 40, 376, 3631], "verse_paths" : ["/books/al-kafi:4:3:62:4"]}}, "titles" : {"ar" : "\u0623\u064e\u0628\u0650\u064a \u0639\u064e\u0628\u0652\u062f\u0650 \u0627\u0644\u0644\u0651\u064e\u0647\u0650 ( \u0639\u0644\u064a\u0647 \u0627\u0644\u0633\u0644\u0627\u0645 ) \u0641\u0650\u064a \u0631\u064e\u062c\u064f\u0644\u064d \u0623\u064e\u0648\u0652\u0635\u064e\u0649 \u0623\u064e\u0646\u0652 \u064a\u064f\u062d\u064e\u062c\u0651\u064e \u0639\u064e\u0646\u0652\u0647\u064f \u062d\u064e\u062c\u0651\u064e\u0629\u064f \u0627\u0644\u0652\u0625\u0650\u0633\u0652\u0644\u064e\u0627\u0645\u0650 \u0641\u064e\u0644\u064e\u0645\u0652 \u064a\u064e\u0628\u0652\u0644\u064f\u063a\u0652 \u062c\u064e\u0645\u0650\u064a\u0639\u064f \u0645\u064e\u0627 \u062a\u064e\u0631\u064e\u0643\u064e \u0625\u0650\u0644\u0651\u064e\u0627 \u062e\u064e\u0645\u0652\u0633\u0650\u064a\u0646\u064e \u062f\u0650\u0631\u0652\u0647\u064e\u0645\u0627\u064b"}, "verse_paths" : ["/books/al-kafi:4:3:62:4"]}, "index" : 3631, "kind" : "person_content"} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "string"}, "subchains": {"type": "object", "properties": {"376-3631": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "40-376-3631": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "589-40-376-3631": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}}, "required": ["376-3631", "40-376-3631", "589-40-376-3631"]}, "titles": {"type": "object", "properties": {"ar": {"type": "string"}}, "required": ["ar"]}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["index", "path", "subchains", "titles", "verse_paths"]}, "index": {"type": "integer"}, "kind": {"type": "string"}}, "required": ["data", "index", "kind"], "$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"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@cardstack/eslint-config": {"type": "string"}}, "required": ["@cardstack/eslint-config"]}}, "required": ["name", "version", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@cardstack/demo-cards", "version" : "0.28.15", "private" : true, "devDependencies" : {"@cardstack/eslint-config" : "0.28.15"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@cardstack/eslint-config": {"type": "string"}}, "required": ["@cardstack/eslint-config"]}}, "required": ["name", "version", "private", "devDependencies"], "$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"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "University of Zenica", "alt_name" : "Univerzitet u Zenici (UNZE)", "country" : "Bosnia and Herzegovina", "state" : null, "address" : {"street" : "Fakultetska 1", "city" : "Zenica", "province" : "Zenica-Doboj Canton", "postal_code" : "72000"}, "contact" : {"telephone" : "+387(32) 449-420", "website" : "http://www.unze.ba", "email" : "rektorat@unze.ba", "fax" : "+387(32) 449-425"}, "funding" : "Public", "languages" : null, "academic_year" : null, "accrediting_agency" : "Agencija za razvoj visokog obrazovanja i osiguranje kvaliteta Bosne i Hercegovina"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101748115, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "ae09ed827b200623d778d5d3187f5778", "wof:id" : 101748115, "wof:repo" : "whosonfirst-data-admin-cz"}, "bbox" : [15.77659, 50.04075, 15.77659, 50.04075], "geometry" : {"coordinates" : [15.77659, 50.04075], "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "repository", "main", "scripts", "author", "license", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@iamgraeme/filament-react-native", "version" : "1.0.7", "description" : "Filament package for generation of react-native files", "repository" : "https://github.com/iamgraeme/filament-react-native.git", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Graeme Houston", "license" : "MIT", "bugs" : {"url" : "https://github.com/iamgraeme/filament-react-native.git/issues"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "repository", "main", "scripts", "author", "license", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"_README": {"type": "string"}, "*": {"type": "object", "properties": {"comment": {"type": "string"}, "password": {"type": "string"}, "subscribe": {"type": "array", "items": {"type": "string"}}, "publish": {"type": "array", "items": {}}}, "required": ["comment", "password", "subscribe", "publish"]}, "fred": {"type": "object", "properties": {"password": {"type": "string"}, "subscribe": {"type": "array", "items": {"type": "string"}}, "publish": {"type": "array", "items": {}}}, "required": ["password", "subscribe", "publish"]}}, "required": ["_README", "*", "fred"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_README" : "To generate a password for this authfile do: echo -n 'usernamePassword' | md5sum", "*" : {"comment" : "These topics available for all users, whether authorized or not", "password" : "", "subscribe" : ["airmar-rinville-1", "spiddal-ctd", "spiddal-fluorometer", "spiddal-hydrophone", "spiddal-adcp"], "publish" : []}, "fred" : {"password" : "cc8355a2cc9fc3e0ed575db2f49268d1", "subscribe" : ["ais-rinville-1-geojson"], "publish" : []}} | json_instruct | {"type": "object", "properties": {"_README": {"type": "string"}, "*": {"type": "object", "properties": {"comment": {"type": "string"}, "password": {"type": "string"}, "subscribe": {"type": "array", "items": {"type": "string"}}, "publish": {"type": "array", "items": {}}}, "required": ["comment", "password", "subscribe", "publish"]}, "fred": {"type": "object", "properties": {"password": {"type": "string"}, "subscribe": {"type": "array", "items": {"type": "string"}}, "publish": {"type": "array", "items": {}}}, "required": ["password", "subscribe", "publish"]}}, "required": ["_README", "*", "fred"], "$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.