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": {"typ... | {"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... | 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... |
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": {"... | {"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"]}, ... |
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\u5... | 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... | {"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"], "d... | 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": {"t... |
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", "de... | {"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", "liveser... | 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"], "$schem... |
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", "pr... | {"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... |
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\... | 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":... | {"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 --... | 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": "strin... |
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", "descript... | {"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\uff0... | 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://js... |
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": "str... | {"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"]}}}, "... |
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": "stri... | {"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", "declarativeConten... | 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", "... |
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"}... | {"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/davidmar... | 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"]... |
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", "... | {"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", "limitCommen... | 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", "proper... |
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": "arra... | {"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 o... | 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"}}, "r... |
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", "alread... | {"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... | 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_a... |
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... | {"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 fr... | 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"... |
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": "strin... | {"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/h3l... | 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": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, ... | {"title" : "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 softw... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
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": {"typ... | {"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:... | 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"}, "re... |
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"]}, "me... | {"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"}}, "... |
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", "... | {"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\u0... | 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":... |
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"}}, "r... | {"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", "expre... | 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"}, "licens... |
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... | {"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":... | {"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 th... | 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"... |
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-buffe... | {"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", "... | 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": {"ty... |
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": "... | {"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" : {}}... | 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"}}}, "grou... |
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": {"... | {"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", ... |
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", ... | {"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, "eleva... | 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... |
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", "p... | {"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"... |
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":... | {"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" : ... | 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": ... |
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", "inde... | {"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": "obj... | {"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,... | 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"... |
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"}, "pre... | {"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 \".prettierignor... | 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... |
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"}}, "te... | {"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"]]... | 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", "item... |
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", "t... | [{"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" : "imp... | 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"}... | {"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", "coun... |
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": {"... | {"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": "str... |
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": {"t... | {"\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... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
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": "int... | {"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"... |
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"]}}, "contextDependenci... | {"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... | 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": "ar... |
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": "str... | {"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,4... | 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"}... |
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"}}, ... | {"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/... |
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-0... | {"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/sche... | [{"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/schem... | [{"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"}, ... | {"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", "\u6... | 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"}}, "errorCod... |
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"... | {"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": "in... |
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": "... | {"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"... | 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"... |
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"}, ... | {"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",... | 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... |
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", ... | {"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"},... |
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": "stri... | {"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... | 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": {... |
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": ["... | {"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.co... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "requir... | {"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"}, {... | 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... |
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":... | {"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 ... | 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", "a... |
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"}, "se... | {"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"... | 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": "... |
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"... | {"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"},... | 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"}... |
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": {... | {"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... | 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": "strin... |
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": "strin... | {"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", "em... | 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"}... |
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_scaledow... | {"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_typ... |
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"... | {"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/oau... | 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": "... |
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": "integ... | {"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"... |
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"}, "stringJe... | [{"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" : "WAR... | 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", "... |
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": {"ty... | {"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/... | 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... |
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": {"t... | {"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", "... | 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"}, "gist... |
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": ... | {"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", "propert... |
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": {"t... | [{"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": ["conc... |
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... | {"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", "n... |
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... | [{"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"]}}, "req... | {"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"... |
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"}}, "r... | {"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"]}... |
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", "it... | {"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 teas... | 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"}}, "r... |
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": {"t... | {"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", "623022... | 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": ... |
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... | 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": {"t... | {"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://githu... | 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": "str... |
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": {... | {"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"}, "@polk... |
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": {... | {"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" : {"C... | 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": ["TRE... |
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": {"... | {"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 sy... | 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": ... |
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":... | [{"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",... | 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":... |
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"}, ... | {"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" : "... | 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": {... |
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... | {"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, 363... | 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": "arr... |
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... | {"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", "devDe... |
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... | {"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:/... | 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"}... |
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... | {"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" : {"coordinate... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"... | {"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" : "Grae... | 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"}, "li... |
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... | {"_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"], "publis... | 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",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.