input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"site": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "description", "url"]}, "author": {"type": "object", "properties": {"avatar": {"type": "string"}, "name": {"type": "string"}, "bio": {"type": "string"}}, "required": ["avatar", "name", "bio"]}, "social": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}}, "required": ["title", "url", "icon"]}}}, "required": ["site", "author", "social"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"site" : {"title" : "Kethlyn Saibert", "description" : "Est\u00e1giaria de reda\u00e7\u00e3o na Central de Not\u00edcias Uninter. Formada em Tecnologia em Produ\u00e7\u00e3o Multim\u00eddia pela Faculdade Opet (2016) e cursando Jornalismo pelo Centro Universit\u00e1rio Internacional Uninter (2019 - 2023).", "url" : "https://kethlynsaibert.com.br/"}, "author" : {"avatar" : "/images/upload/avatar.jpg", "name" : "Kethlyn Saibert", "bio" : "Sou estudante de jornalismo e estou no 4\u00b0 per\u00edodo. J\u00e1 produzi para r\u00e1dio, web e impresso. Atualmente sou estagi\u00e1ria de reda\u00e7\u00e3o. Adoro tudo que envolve m\u00eddias e cultura pop. Amo cinema, m\u00fasica e fotografia. Sou vegetariana e louca dos gatos, movida pelos sonhos e pela cafe\u00edna."}, "social" : [{"title" : "LinkedIn", "url" : "https://www.linkedin.com/in/kethlyn-tavares-saibert/", "icon" : "FaLinkedin"}, {"title" : "Instagram", "url" : "https://www.instagram.com/kettavs/", "icon" : "FaInstagram"}, {"title" : "Whatsapp", "url" : "https://api.whatsapp.com/send?phone=5541987714545", "icon" : "FaWhatsapp"}, {"title" : "Twitter", "url" : "https://twitter.com/kettavss", "icon" : "FaTwitter"}, {"title" : "E-mail", "url" : "mailto:kethlyntavares96@gmail.com", "icon" : "FaEnvelope"}]} | json_instruct | {"type": "object", "properties": {"site": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "description", "url"]}, "author": {"type": "object", "properties": {"avatar": {"type": "string"}, "name": {"type": "string"}, "bio": {"type": "string"}}, "required": ["avatar", "name", "bio"]}, "social": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}}, "required": ["title", "url", "icon"]}}}, "required": ["site", "author", "social"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=7080", "name" : "DR.K.R.ADHIKARY COLLEGE OF OPTOMETRY AND PARAMEDICAL TECHNOLOGY", "primaryEmail" : "kradhikarycollege@gmail.com", "website" : "www.kradhikarycollege.org", "organisationType" : ["Advocacy & Campaigning", "Support"], "telephone" : ["919830278185"], "mainAddrress" : {"state" : "West Bengal", "address" : ["16 West Ghoshpara Road,", "Bhatpata, North 24 Parganas, West Bengal", "Bhatpara", "North 24 Parganas", "West Bengal", "743123"]}, "briefDescription" : "Dr. K.R. Adhikary College of Optometry & Paramedical Technology is imparting training inparamedical courses since 2003 and is affiliated to University of Kalyani and also an ISO 9001:2008 certifiedinstitution. Our institution is also D.M. Managing Body approved Institution. As per our knowledge thisInstitution is the pioneer of Paramedical Colleges under affiliation of a State University in West Bengal.Another point which I want to mention here is that our organization is a voluntary organization andregistered under S.R. Act. 1961 of West Bengal (Regd. No : S/IL/26880).", "yearOfEstablishment" : "2005", "regiseredAddrress" : {"state" : "West Bengal", "address" : ["B-13/66,", "Kalyani, Nadia, West Bengal", "Kalyani", "Nadia", "West Bengal", "741235"]}} | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:en": {"type": "string"}, "name:ro": {"type": "string"}, "name:ru": {"type": "string"}, "name:uk": {"type": "string"}}, "required": ["name:en", "name:ro", "name:ru", "name:uk"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[28.619, 47.703], [28.641, 47.713], [28.664, 47.742], [28.737, 47.722], [28.775, 47.725], [28.751, 47.763], [28.758, 47.782], [28.819, 47.78], [28.853, 47.817], [28.904, 47.81], [28.91, 47.844], [28.95, 47.868], [28.927, 47.885], [28.997, 47.871], [29.022, 47.838], [28.991, 47.795], [28.968, 47.714], [28.997, 47.645], [28.988, 47.607], [29.029, 47.565], [29.018, 47.531], [28.974, 47.53], [28.946, 47.58], [28.929, 47.574], [28.894, 47.598], [28.878, 47.578], [28.842, 47.573], [28.828, 47.56], [28.755, 47.575], [28.759, 47.587], [28.696, 47.622], [28.704, 47.651], [28.647, 47.651], [28.596, 47.665], [28.619, 47.703]]]}, "properties" : {"name" : "Rezina District", "iso2" : "MD-RE", "admin_level" : 4, "osm_id" : 1435790, "countrylevel_id" : "iso2:MD-RE", "osm_data" : {"localname" : "Raionul Rezina", "official_name" : "", "alltags" : {"name:en" : "Rezina District", "name:ro" : "Raionul Rezina", "name:ru" : "\u0420\u0435\u0437\u0438\u043d\u0441\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d", "name:uk" : "\u0420\u0435\u0437\u0438\u043d\u0441\u044c\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d"}}, "center_lat" : 47.69, "center_lon" : 28.85, "area_m2" : 620530697, "timezone" : "Europe/Chisinau", "population" : 42486, "wikidata_id" : "Q878317", "wikipedia_id" : "en:Rezina District"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:en": {"type": "string"}, "name:ro": {"type": "string"}, "name:ru": {"type": "string"}, "name:uk": {"type": "string"}}, "required": ["name:en", "name:ro", "name:ru", "name:uk"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"62682439": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["62682439"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Bermuda_at_the_2020_Summer_Olympics", "to" : "Bermuda at the 2020 Summer Olympics"}], "pages" : {"62682439" : {"pageid" : 62682439, "ns" : 0, "title" : "Bermuda at the 2020 Summer Olympics", "pageprops" : {"page_image_free" : "Flag_of_Bermuda.svg", "wikibase-shortdesc" : "Sporting event delegation", "wikibase_item" : "Q42913695"}}}}} | json_instruct | {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"62682439": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["62682439"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "push-manager", "version" : "1.2.0", "description" : "Easily send notifications on Firebase using FCM and Firestore!", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "engines" : {"node" : ">=8.0.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/itw-creative-works/push-manager.git"}, "keywords" : ["library", "push notifications", "firebase", "firebase messaging", "backend"], "author" : "ITW Creative Works", "license" : "CC-BY-4.0", "bugs" : {"url" : "https://github.com/itw-creative-works/push-manager/issues"}, "homepage" : "https://itwcreativeworks.com", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x8a70cf25cf32e728be9e30c20b2781f60cb0ed6d", "tool" : "osiris", "start" : 1564620975.2323222, "end" : 1564621028.5703673, "duration" : 53.33804512023926, "analysis" : [{"errors" : [], "file" : "/unique_chucks/36/0x8a70cf25cf32e728be9e30c20b2781f60cb0ed6d.sol", "name" : "MyToken"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"app": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "integer"}}, "assets": {"type": "array", "items": {"type": "string"}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}, "component---src-templates-docs-js": {"type": "object", "properties": {"chunks": {"type": "array", "items": {}}, "assets": {"type": "array", "items": {}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}}, "required": ["app", "component---src-templates-docs-js"]}, "assetsByChunkName": {"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---src-templates-docs-js": {"type": "array", "items": {}}}, "required": ["app", "component---src-templates-docs-js"]}}, "required": ["errors", "warnings", "namedChunkGroups", "assetsByChunkName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"errors" : [], "warnings" : [], "namedChunkGroups" : {"app" : {"chunks" : [3, 2, 1, 0], "assets" : ["webpack-runtime-40b374800dff4b23421d.js", "webpack-runtime-40b374800dff4b23421d.js.map", "styles.92ec7aa701688eef2c3b.css", "styles-4d17f790d1d12a99712f.js", "styles-4d17f790d1d12a99712f.js.map", "commons-f6783ede68f8c7ff9b6d.js", "commons-f6783ede68f8c7ff9b6d.js.map", "app-4158458e891f2492af6b.js", "app-4158458e891f2492af6b.js.map"], "children" : {}, "childAssets" : {}}, "component---src-templates-docs-js" : {"chunks" : [], "assets" : [], "children" : {}, "childAssets" : {}}}, "assetsByChunkName" : {"app" : ["webpack-runtime-40b374800dff4b23421d.js", "styles.92ec7aa701688eef2c3b.css", "styles-4d17f790d1d12a99712f.js", "commons-f6783ede68f8c7ff9b6d.js", "app-4158458e891f2492af6b.js"], "component---src-templates-docs-js" : []}} | json_instruct | {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"app": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "integer"}}, "assets": {"type": "array", "items": {"type": "string"}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}, "component---src-templates-docs-js": {"type": "object", "properties": {"chunks": {"type": "array", "items": {}}, "assets": {"type": "array", "items": {}}, "children": {"type": "object", "properties": {}, "required": []}, "childAssets": {"type": "object", "properties": {}, "required": []}}, "required": ["chunks", "assets", "children", "childAssets"]}}, "required": ["app", "component---src-templates-docs-js"]}, "assetsByChunkName": {"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---src-templates-docs-js": {"type": "array", "items": {}}}, "required": ["app", "component---src-templates-docs-js"]}}, "required": ["errors", "warnings", "namedChunkGroups", "assetsByChunkName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"active": {"type": "boolean"}, "synopsis": {"type": "string"}}, "required": ["active", "synopsis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"active" : true, "synopsis" : "AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS."} | json_instruct | {"type": "object", "properties": {"active": {"type": "boolean"}, "synopsis": {"type": "string"}}, "required": ["active", "synopsis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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" : "Tournans", "dpt" : "Doubs", "inscrits" : 107, "abs" : 19, "votants" : 88, "blancs" : 7, "nuls" : 5, "exp" : 76, "res" : [{"panneau" : "1", "voix" : 47}, {"panneau" : "2", "voix" : 29}]} | 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": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "5.1.0-alpha.34", "info" : {"plain" : "### Features\n\n- Addon-contexts: Add URL query param feature ([#6601](https://github.com/storybooks/storybook/pull/6601))\n- UI: Add classNames to sidebar nav elements ([#6571](https://github.com/storybooks/storybook/pull/6571))\n\n### Bug Fixes\n\n- Addon-knobs: Check color knob value before applying uppercase ([#6598](https://github.com/storybooks/storybook/pull/6598))\n- React-native: Restore title in section header ([#6599](https://github.com/storybooks/storybook/pull/6599))"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$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"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "@material-ui/icons": {"type": "string"}, "axios": {"type": "string"}, "dotenv": {"type": "string"}, "material-ui-dropzone": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "react-spinkit": {"type": "string"}}, "required": ["@material-ui/core", "@material-ui/icons", "axios", "dotenv", "material-ui-dropzone", "react", "react-dom", "react-router-dom", "react-scripts", "react-spinkit"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["clean", "dev", "start", "build", "test", "eject"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react"]}}, "required": ["name", "version", "private", "dependencies", "scripts", "eslintConfig", "browserslist", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "client", "version" : "0.1.0", "private" : true, "dependencies" : {"@material-ui/core" : "^3.9.3", "@material-ui/icons" : "^3.0.2", "axios" : "^0.18.0", "dotenv" : "^7.0.0", "material-ui-dropzone" : "^2.3.5", "react" : "^16.8.6", "react-dom" : "^16.8.6", "react-router-dom" : "^5.0.0", "react-scripts" : "3.0.0", "react-spinkit" : "^3.0.0"}, "scripts" : {"clean" : "rm -rf build/", "dev" : "react-scripts start", "start" : "serve -s build -l 5001", "build" : "react-scripts build", "test" : "react-scripts test", "eject" : "react-scripts eject"}, "eslintConfig" : {"extends" : "react-app"}, "browserslist" : {"production" : [">0.2%", "not dead", "not op_mini all"], "development" : ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]}, "devDependencies" : {"eslint" : "^5.16.0", "eslint-config-airbnb" : "^17.1.0", "eslint-plugin-import" : "^2.17.2", "eslint-plugin-jsx-a11y" : "^6.2.1", "eslint-plugin-react" : "^7.12.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "@material-ui/icons": {"type": "string"}, "axios": {"type": "string"}, "dotenv": {"type": "string"}, "material-ui-dropzone": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "react-spinkit": {"type": "string"}}, "required": ["@material-ui/core", "@material-ui/icons", "axios", "dotenv", "material-ui-dropzone", "react", "react-dom", "react-router-dom", "react-scripts", "react-spinkit"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["clean", "dev", "start", "build", "test", "eject"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react"]}}, "required": ["name", "version", "private", "dependencies", "scripts", "eslintConfig", "browserslist", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 13280, "source" : "wen", "verse_id" : 18846, "verse_count" : 1, "reference" : "61:2", "title" : "", "html" : "Vengeance\u2014It being necessary, that where God will deliver his people, he should take vengeance on their enemies; principally on the enemies of his church, and the spiritual ones chiefly, Satan, sin, and death.", "audit" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"towns" : [{"name" : "Gyumri", "url" : "gyumri"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2004", "provinceId" : "16", "regencyId" : "03", "districtId" : "11", "name" : "Tanjung Raman"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Capital goods", "path" : "Capital goods", "value" : 1230179.41}, {"name" : "Consumer goods", "path" : "Consumer goods", "value" : 3537652.415}, {"name" : "Intermediate goods", "path" : "Intermediate goods", "value" : 1227080.958}, {"name" : "Mach and Elec", "path" : "Mach and Elec", "value" : 1290243.664}, {"name" : "Metals", "path" : "Metals", "value" : 379861.504}, {"name" : "Miscellaneous", "path" : "Miscellaneous", "value" : 370286.559}, {"name" : "Plastic or Rubber", "path" : "Plastic or Rubber", "value" : 170422.544}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}, "typings": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "rxjs": {"type": "string"}, "zone.js": {"type": "string"}, "moment": {"type": "string"}}, "required": ["@angular/core", "@angular/forms", "rxjs", "zone.js", "moment"]}}, "required": ["name", "version", "repository", "keywords", "license", "bugs", "main", "module", "jsnext:main", "typings", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tfc-base-angular5-library", "version" : "1.0.0", "repository" : {"type" : "git", "url" : "https://github.com/mitesh007/tfc_base_angular5_library_master.git"}, "keywords" : ["angular", "example", "library"], "license" : "MIT", "bugs" : {"url" : "https://github.com/mitesh007/tfc_base_angular5_library_master/issues"}, "main" : "tfc-base-angular5-library.umd.js", "module" : "tfc-base-angular5-library.js", "jsnext:main" : "tfc-base-angular5-library.js", "typings" : "tfc-base-angular5-library.d.ts", "peerDependencies" : {"@angular/core" : "4.0.0", "@angular/forms" : "5.1.3", "rxjs" : "5.1.0", "zone.js" : "0.8.4", "moment" : "2.20.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}, "typings": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "rxjs": {"type": "string"}, "zone.js": {"type": "string"}, "moment": {"type": "string"}}, "required": ["@angular/core", "@angular/forms", "rxjs", "zone.js", "moment"]}}, "required": ["name", "version", "repository", "keywords", "license", "bugs", "main", "module", "jsnext:main", "typings", "peerDependencies"], "$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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "test"]}, "bin": {"type": "object", "properties": {"jtf": {"type": "string"}}, "required": ["jtf"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-validator": {"type": "string"}, "he": {"type": "string"}, "html-entities": {"type": "string"}, "http-terminator": {"type": "string"}, "jsonpath-plus": {"type": "string"}, "jtf-signlist": {"type": "string"}, "moo": {"type": "string"}, "nearley": {"type": "string"}, "node-html-parser": {"type": "string"}, "nodemon": {"type": "string"}, "npm": {"type": "string"}, "promise-timeout": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["axios", "body-parser", "cookie-parser", "cors", "dotenv", "express", "express-validator", "he", "html-entities", "http-terminator", "jsonpath-plus", "jtf-signlist", "moo", "nearley", "node-html-parser", "nodemon", "npm", "promise-timeout", "request", "request-promise", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jtf-lib", "version" : "0.1.4", "description" : "JSON Transliteration Format (JTF) API & ATF parser.", "main" : "./src/index.js", "scripts" : {"start" : "node ./src/start.js", "dev" : "nodemon ./src/start.js", "test" : "test"}, "bin" : {"jtf" : "./src/CLI/cli.js"}, "keywords" : ["cuneiform", "transliteration", "parser", "jtf", "atf", "nearly.js"], "author" : "Ilya Khait", "license" : "MIT", "dependencies" : {"axios" : "^0.21.1", "body-parser" : "^1.19.0", "cookie-parser" : "^1.4.4", "cors" : "^2.8.5", "dotenv" : "^8.2.0", "express" : "^4.17.1", "express-validator" : "^6.2.0", "he" : "^1.2.0", "html-entities" : "^2.1.0", "http-terminator" : "^3.0.0", "jsonpath-plus" : "^6.0.1", "jtf-signlist" : "github:cdli-gh/jtf-signlist", "moo" : "^0.5.0", "nearley" : "^2.19.0", "node-html-parser" : "^1.1.16", "nodemon" : "^2.0.12", "npm" : "^6.13.0", "promise-timeout" : "^1.3.0", "request" : "^2.88.0", "request-promise" : "^4.2.5", "yargs" : "^16.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "test"]}, "bin": {"type": "object", "properties": {"jtf": {"type": "string"}}, "required": ["jtf"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-validator": {"type": "string"}, "he": {"type": "string"}, "html-entities": {"type": "string"}, "http-terminator": {"type": "string"}, "jsonpath-plus": {"type": "string"}, "jtf-signlist": {"type": "string"}, "moo": {"type": "string"}, "nearley": {"type": "string"}, "node-html-parser": {"type": "string"}, "nodemon": {"type": "string"}, "npm": {"type": "string"}, "promise-timeout": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["axios", "body-parser", "cookie-parser", "cors", "dotenv", "express", "express-validator", "he", "html-entities", "http-terminator", "jsonpath-plus", "jtf-signlist", "moo", "nearley", "node-html-parser", "nodemon", "npm", "promise-timeout", "request", "request-promise", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.625, 40.583333333333336], [134.625, 40.666666666666664], [134.75, 40.666666666666664], [134.75, 40.583333333333336], [134.625, 40.583333333333336]]]}, "properties" : {"code" : 603475, "url" : "http://madefor.github.io/0410/api/v1/603475.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/603475.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "json-db", "version" : "1.0.0", "description" : "Simple json db for usage with pipelines.", "main" : "index.js", "dependencies" : {}, "devDependencies" : {}, "author" : "Joost van der Griendt <joostvdg@gmail.com>", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"uglify-js": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-concat-util": {"type": "string"}, "gulp-cssmin": {"type": "string"}, "gulp-html2js": {"type": "string"}, "gulp-if": {"type": "string"}, "gulp-livereload": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-watch": {"type": "string"}, "gulp-webserver": {"type": "string"}, "merge-stream": {"type": "string"}}, "required": ["uglify-js", "gulp", "gulp-autoprefixer", "gulp-coffee", "gulp-concat", "gulp-concat-util", "gulp-cssmin", "gulp-html2js", "gulp-if", "gulp-livereload", "gulp-plumber", "gulp-rename", "gulp-sass", "gulp-sourcemaps", "gulp-uglify", "gulp-watch", "gulp-webserver", "merge-stream"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "displayName", "description", "version", "publisher", "license", "homepage", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tones", "displayName" : "tones", "description" : "test", "version" : "0.1.7", "publisher" : "circledev", "license" : "UNLICENSED", "homepage" : "https://github.com/actarian/tones/blob/master/README.md", "devDependencies" : {"uglify-js" : "^3.3.21", "gulp" : "^3.9.1", "gulp-autoprefixer" : "^5.0.0", "gulp-coffee" : "^3.0.2", "gulp-concat" : "^2.6.1", "gulp-concat-util" : "^0.5.5", "gulp-cssmin" : "^0.2.0", "gulp-html2js" : "^0.4.2", "gulp-if" : "^2.0.2", "gulp-livereload" : "^3.8.1", "gulp-plumber" : "^1.2.0", "gulp-rename" : "^1.2.2", "gulp-sass" : "^4.0.1", "gulp-sourcemaps" : "^2.6.4", "gulp-uglify" : "^3.0.0", "gulp-watch" : "^5.0.0", "gulp-webserver" : "^0.9.1", "merge-stream" : "^1.0.1"}, "repository" : {"type" : "git", "url" : "git://github.com/actarian/tones.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"uglify-js": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-concat-util": {"type": "string"}, "gulp-cssmin": {"type": "string"}, "gulp-html2js": {"type": "string"}, "gulp-if": {"type": "string"}, "gulp-livereload": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-watch": {"type": "string"}, "gulp-webserver": {"type": "string"}, "merge-stream": {"type": "string"}}, "required": ["uglify-js", "gulp", "gulp-autoprefixer", "gulp-coffee", "gulp-concat", "gulp-concat-util", "gulp-cssmin", "gulp-html2js", "gulp-if", "gulp-livereload", "gulp-plumber", "gulp-rename", "gulp-sass", "gulp-sourcemaps", "gulp-uglify", "gulp-watch", "gulp-webserver", "merge-stream"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "displayName", "description", "version", "publisher", "license", "homepage", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"epochs": {"type": "integer"}, "batch_size": {"type": "integer"}, "window_size": {"type": "integer"}, "return_sequences": {"type": "boolean"}, "scaler": {"type": "string"}, "model": {"type": "string"}, "model_args": {"type": "object", "properties": {"loss": {"type": "string"}, "num_filters": {"type": "integer"}, "blocks": {"type": "integer"}}, "required": ["loss", "num_filters", "blocks"]}}, "required": ["epochs", "batch_size", "window_size", "return_sequences", "scaler", "model", "model_args"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"epochs" : 1000, "batch_size" : 64, "window_size" : 512, "return_sequences" : true, "scaler" : "processing.StandardScaler", "model" : "models.conv_models.wavenet", "model_args" : {"loss" : "dodge", "num_filters" : 8, "blocks" : 9}} | json_instruct | {"type": "object", "properties": {"epochs": {"type": "integer"}, "batch_size": {"type": "integer"}, "window_size": {"type": "integer"}, "return_sequences": {"type": "boolean"}, "scaler": {"type": "string"}, "model": {"type": "string"}, "model_args": {"type": "object", "properties": {"loss": {"type": "string"}, "num_filters": {"type": "integer"}, "blocks": {"type": "integer"}}, "required": ["loss", "num_filters", "blocks"]}}, "required": ["epochs", "batch_size", "window_size", "return_sequences", "scaler", "model", "model_args"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "object", "properties": {"Bytes": {"type": "integer"}}, "required": ["Bytes"]}, "full_id": {"type": "string"}, "directory_name": {"type": "string"}, "title": {"type": "string"}}, "required": ["group_id", "function_id", "value_str", "throughput", "full_id", "directory_name", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"group_id" : "bench_group", "function_id" : "kangarootwelve", "value_str" : "12288", "throughput" : {"Bytes" : 12288}, "full_id" : "bench_group/kangarootwelve/12288", "directory_name" : "bench_group/kangarootwelve/12288", "title" : "bench_group/kangarootwelve/12288"} | json_instruct | {"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "object", "properties": {"Bytes": {"type": "integer"}}, "required": ["Bytes"]}, "full_id": {"type": "string"}, "directory_name": {"type": "string"}, "title": {"type": "string"}}, "required": ["group_id", "function_id", "value_str", "throughput", "full_id", "directory_name", "title"], "$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" : "Carregador de 10 cartuchos 7.62x54r para o conjunto Archangel OPFOR do rifle Mosin", "ShortName" : "AA762R 02", "Description" : "Carregador destac\u00e1vel para o conjunto Archangel do rifle Mosin, produzido pela ProMag."} | 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": {"addons": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"TEST": {"type": "string"}}, "required": ["TEST"]}}, "required": ["addons", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"addons" : ["redistogo:nano"], "env" : {"TEST" : "testing"}} | json_instruct | {"type": "object", "properties": {"addons": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"TEST": {"type": "string"}}, "required": ["TEST"]}}, "required": ["addons", "env"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000932": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01000932"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01000932" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00004615", "LAD11CD" : "E09000007"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00004616", "LAD11CD" : "E09000007"}, "arcs" : [[3, -3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00004617", "LAD11CD" : "E09000007"}, "arcs" : [[6, 7, -5, -2, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00004618", "LAD11CD" : "E09000007"}, "arcs" : [[9, -6, -8, 10, 11]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00004619", "LAD11CD" : "E09000007"}, "arcs" : [[-12, 12, 13, 14, 15]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00004620", "LAD11CD" : "E09000007"}, "arcs" : [[-15, 16]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00004622", "LAD11CD" : "E09000007"}, "arcs" : [[-13, -11, -7, 17]]}]}}, "arcs" : [[[2745, 7781], [-283, 1240], [-37, 343], [2474, -329], [1286, -308]], [[6185, 8727], [2271, -647], [-1, -685]], [[8455, 7395], [-5710, 386]], [[2876, 7219], [-131, 562]], [[8455, 7395], [-362, -1416]], [[8093, 5979], [-3809, 313], [-206, 831], [-1202, 96]], [[8755, 5175], [-1039, 95]], [[7716, 5270], [377, 709]], [[6185, 8727], [2190, 185], [622, 1039], [1002, 48], [-642, -1103], [-602, -3721]], [[3530, 5654], [-654, 1565]], [[7716, 5270], [-60, -762]], [[7656, 4508], [-4126, 1146]], [[7656, 4508], [-365, -715], [-2445, 183], [-43, -708]], [[4803, 3268], [340, -737], [-2636, -392], [-481, -27]], [[2026, 2112], [1710, 1161]], [[3736, 3273], [-206, 2381]], [[2026, 2112], [-1229, -541], [-797, 1181], [1897, 1384], [1351, 591], [488, -1454]], [[8755, 5175], [-388, -1682], [1088, -1598], [338, -1155], [-862, -740], [-1289, 371], [-984, 2822], [-1855, 75]]], "transform" : {"scale" : [5.457471028241826e-07, 3.3107835859001737e-07], "translate" : [-0.197793438436208, 51.5412777435233]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000932": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01000932"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"attributes": {"type": "object", "properties": {"grsu": {"type": "boolean"}}, "required": ["grsu"]}, "courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["attributes", "courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"attributes" : {"grsu" : true}, "courseCode" : "MT5012", "courseCredit" : "4", "description" : "This course has been developed to equip students with the knowledge and skills to assume marketing responsibilities in High Technologies organizations. With the practical knowledge and skills on the marketing of high technology products and innovations, students can then craft out value added strategies to support their organization\u2019s marketing activities. The course adopts an intensive team based hands on approach incorporating cases studies, group discussions, role plays as well as the preparation of a high- tech product Marketing Plan and presentation.", "faculty" : "Engineering", "title" : "Marketing of High-Technology Products and Innovations"} | json_instruct | {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"grsu": {"type": "boolean"}}, "required": ["grsu"]}, "courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["attributes", "courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"buildSignMethod:timestamp:path:body:": {"type": "string"}, "buildRequestHeaderMethod:path:body:": {"type": "string"}, "buildSignMethod:path:body:": {"type": "string"}, "path:withOptions:": {"type": "string"}, "buildRequestHeaderMethod:timestamp:path:body:": {"type": "string"}}, "required": ["buildSignMethod:timestamp:path:body:", "buildRequestHeaderMethod:path:body:", "buildSignMethod:path:body:", "path:withOptions:", "buildRequestHeaderMethod:timestamp:path:body:"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"instance" : {"buildSignMethod:timestamp:path:body:" : "nymch 1/29/2018 16:49", "buildRequestHeaderMethod:path:body:" : "nymch 1/29/2018 16:49", "buildSignMethod:path:body:" : "nymch 1/29/2018 16:48", "path:withOptions:" : "nymch 1/23/2018 14:32", "buildRequestHeaderMethod:timestamp:path:body:" : "nymch 1/29/2018 16:49"}, "class" : {}} | json_instruct | {"type": "object", "properties": {"instance": {"type": "object", "properties": {"buildSignMethod:timestamp:path:body:": {"type": "string"}, "buildRequestHeaderMethod:path:body:": {"type": "string"}, "buildSignMethod:path:body:": {"type": "string"}, "path:withOptions:": {"type": "string"}, "buildRequestHeaderMethod:timestamp:path:body:": {"type": "string"}}, "required": ["buildSignMethod:timestamp:path:body:", "buildRequestHeaderMethod:path:body:", "buildSignMethod:path:body:", "path:withOptions:", "buildRequestHeaderMethod:timestamp:path:body:"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}}, "required": ["license", "name", "version", "author", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"license" : "MIT", "name" : "@revaturecloud/forecast", "version" : "0.1.0", "author" : {"name" : "fred belotte", "url" : "https://www.npmjs.com/~fredbelotte"}, "peerDependencies" : {"@angular/common" : "6.0.3", "@angular/core" : "6.0.3"}} | json_instruct | {"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}}, "required": ["license", "name", "version", "author", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Keys": {"type": "array", "items": {"type": "string"}}}, "required": ["Keys"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Keys" : ["QIBASE"]} | json_instruct | {"type": "object", "properties": {"Keys": {"type": "array", "items": {"type": "string"}}}, "required": ["Keys"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u0161in\u00b7na\u00b7yin": {"type": "object", "properties": {"dan.7.7|13": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.7|13"]}}, "required": ["w\u0259\u00b7\u0161in\u00b7na\u00b7yin"]}, "meanings": {"type": "object", "properties": {"tooth": {"type": "integer"}}, "required": ["tooth"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pos" : "n", "translits" : {"w\u0259\u00b7\u0161in\u00b7na\u00b7yin" : {"dan.7.7|13" : ["exceedingly\u2013", "and teeth.", "Iron"]}}, "meanings" : {"tooth" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u0161in\u00b7na\u00b7yin": {"type": "object", "properties": {"dan.7.7|13": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.7|13"]}}, "required": ["w\u0259\u00b7\u0161in\u00b7na\u00b7yin"]}, "meanings": {"type": "object", "properties": {"tooth": {"type": "integer"}}, "required": ["tooth"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x6682195e2a0048ce38b727a3711802d58244606e", "tool" : "maian", "start" : 1565469789.3760977, "end" : 1565469801.1967535, "duration" : 11.820655822753906, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"to": {"type": "string"}, "from": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}}, "required": ["to", "from", "recipient", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"to" : "\u51b0\u51b0", "from" : "\u4e00\u4e2a\u9163\u4e8e\u7f8e\u68a6\u7684\u50bb\u74dc", "recipient" : "\u4eb2\u7231\u7684\u674e\u601d\u5a55\u5c0f\u670b\u53cb", "text" : "\u73b0\u5728\u662f2022\u5e74\u76842\u670825\u65e5\uff0c\u5343\u8a00\u4e07\u8bed\u6ee1\u5934\u601d\u7eea\u4e71\u6210\u4e86\u4e00\u56e2\uff0c\u4e0d\u77e5\u8be5\u4ece\u4f55\u8bf4\u8d77\uff0c\u90a3\u5c31\u5148\u8bf4\u7ed3\u8bba\u5427\uff1a\u6211\u597d\u559c\u6b22\u4f60\u54e6\uff01\uff01\uff01\uff01\uff01\uff01\u563b\u563b~\u8c22\u8c22\u51b0\u51b0\u9009\u62e9\u4e86\u6211\uff0c\u548c\u6211\u5728\u4e00\u8d77\u5462~~~\u73b0\u5728\u8d77\u5c31\u662f\u6211\u7684\u5973\u670b\u53cb\u5566\uff01\uff01\uff01<br>\u751f\u6765\u5c31\u662f\u53cc\u9c7c\u5ea7\u7684\u6211\uff0c\u96c6\u5408\u4e86\u6240\u6709\u53cc\u9c7c\u5ea7\u7684\u7f3a\u70b9\uff0c\u7f3a\u4e4f\u5b89\u5168\u611f\uff0c\u65e0\u6cd5\u878d\u5165\u7fa4\u4f53\uff0c\u7ecf\u5e38\u611f\u5230\u5b64\u72ec\u3002\u4ece\u5c0f\u5230\u5927\u90fd\u4e60\u60ef\u4e86\u628a\u771f\u5b9e\u7684\u60f3\u6cd5\u3001\u771f\u5b9e\u7684\u611f\u60c5\u85cf\u5728\u5fc3\u91cc\uff0c\u559c\u60a6\u53ea\u7531\u81ea\u5df1\u72ec\u4eab\uff0c\u60b2\u4f24\u548c\u75db\u82e6\u4e5f\u5168\u7136\u4e00\u4eba\u6297\u4e0b\u3002\u539f\u672c\u5c31\u8106\u5f31\u654f\u611f\u7684\u6211\uff0c\u5728\u7ecf\u5386\u4e86\u4e00\u573a\u9519\u8bef\u5931\u8d25\u7684\u6295\u5165\u540e\uff0c\u53d8\u5f97\u66f4\u52a0\u81ea\u5351\u548c\u80c6\u5c0f\u3002\u5c31\u597d\u4f3c\u8981\u6eba\u6b7b\u7684\u6d77\u9e25\uff0c\u60f3\u5c55\u7fc5\u98de\u7fd4\u5374\u88ab\u6f6e\u6c34\u5411\u4e0b\u62c9\u53bb\uff0c\u7fc5\u8180\u4e0a\u7684\u7fbd\u6bdb\u8d8a\u6765\u8d8a\u6c89\u91cd\uff0c\u62ac\u5934\u5374\u53ea\u770b\u89c1\u9ed1\u6697\uff0c\u6d77\u6c34\u4ece\u5634\u91cc\u6d8c\u8fdb\uff0c\u5410\u51fa\u6765\u5374\u53c8\u9a6c\u4e0a\u88ab\u5835\u56de\u53bb\uff0c\u6e10\u6e10\u5728\u6d77\u4e2d\u4e0b\u6c89\uff0c\u6162\u6162\u5730\u6eb6\u89e3\u5728\u6d77\u5e95\u3002<br>\u539f\u4ee5\u4e3a\u6211\u8fd9\u4e00\u751f\u5c31\u8fd9\u6837\u8fc7\u7740\u65e5\u590d\u4e00\u65e5\uff0c\u6bcf\u5929\u91cd\u590d\u7740\u5bb6\u91cc-\u5355\u4f4d-\u5bb6\u91cc\u5f97\u65e0\u804a\u5355\u8c03\u67af\u71e5\u7684\u751f\u6d3b\u3002\u5feb\u8981\u53d8\u6210\u884c\u5c38\u8d70\u8089\u7684\u6211\u6bcf\u5929\u5f97\u6d3b\u52a8\u4e5f\u53ea\u5269\u4e0b\u5237\u5237\u624b\u673a\u4e86\uff0c\u76f4\u5230\u90a3\u4e00\u5929\u6211\u9047\u5230\u4e86\u4f60\u3002\u6211\u770b\u5230\u4e86\u4e00\u6735\u70df\u82b1\u76f4\u51b2\u51b2\u5730\u5411\u6211\u98de\u6765\uff0c\u90a3\u4e00\u523b\u65f6\u95f4\u6162\u5f97\u8ba9\u6211\u80fd\u770b\u6e05\u5b83\u98de\u884c\u8f68\u8ff9\uff0c\u53ef\u6211\u53ea\u662f\u50bb\u6123\u6123\u5730\u7ad9\u5728\u539f\u5730\u3002\u70df\u82b1\u5728\u6211\u773c\u524d\u70b8\u5f00\uff0c\u5de8\u5927\u7684\u54cd\u58f0\u548c\u95ea\u4eae\u7684\u5149\u8292\u8ba9\u6211\u542c\u4e0d\u5230\u4efb\u4f55\u58f0\u97f3\uff0c\u89c6\u91ce\u91cc\u53ea\u5269\u4e0b\u4e86\u767d\u832b\u832b\u7684\u4e00\u7247\u3002\u6211\u95f7\u6697\u7684\u4e16\u754c\u91cc\u4f20\u6765\u4e86\u9707\u8033\u6b32\u804b\u7684\u54cd\u58f0\uff0c\u5929\u7a7a\u7a81\u7136\u51fa\u73b0\u4e86\u4e00\u4e2a\u592a\u9633\u3002\u6211\u662f\u4e00\u4e2a\u88ab\u65e5\u5e38\u751f\u6d3b\u78e8\u5e73\u68f1\u89d2\uff0c\u4e60\u60ef\u4e86\u9000\u800c\u6c42\u5176\u6b21\u7684\u4eba\uff0c\u53ef\u4e3a\u4ec0\u4e48\u9047\u5230\u4e86\u4f60\u6211\u4e00\u6b65\u90fd\u4e0d\u60f3\u9000\u5462\u3002\u5982\u679c\u4e0d\u80fd\u548c\u4f60\u4eb2\u543b\uff0c\u90a3\u5c31\u548c\u4f60\u62e5\u62b1\uff1b\u5982\u679c\u4e0d\u80fd\u62e5\u62b1\uff0c\u90a3\u5c31\u5c1d\u8bd5\u7275\u624b\uff1b\u5373\u4fbf\u4e0d\u80fd\u7275\u624b\u90a3\u53ea\u8981\u80fd\u591f\u63a5\u8fd1\u4f60\uff0c\u80fd\u591f\u7559\u5728\u4f60\u8eab\u8fb9\u5c31\u597d\u4e86\u3002\u4f60\u5c31\u50cf\u4e00\u628a\u63d2\u5728\u6211\u80f8\u53e3\u4e0a\u7684\u77ed\u5200\uff0c\u6211\u6d8c\u51fa\u7684\u6cea\u6c34\u5e76\u975e\u56e0\u4e3a\u75db\u695a\u4e0e\u6b7b\u4ea1\uff0c\u800c\u662f\u60ca\u8bb6\u4e0e\u5b83\u7684\u7f8e\u4e3d\uff0c\u4ee5\u81f3\u4e8e\u6211\u6b23\u7136\u7528\u5fc3\u810f\u8fce\u63a5\u5b83\u7684\u543b\u3002<br>\u4f60\u662f\u5982\u6b64\u7684\u9ad8\u9ad8\u5728\u4e0a\u9065\u4e0d\u53ef\u53ca\uff0c\u6211\u5351\u5fae\u5982\u4e00\u9897\u5c18\u57c3\u4ece\u4e0d\u6562\u5962\u6c42\u4f60\u80fd\u5728\u6211\u8eab\u8fb9\u3002\u6211\u77e5\u9053\u4f60\u8981\u7684\u662f\u5145\u6ee1\u7740\u51b2\u52b2\u3001\u70ed\u60c5\uff0c\u5c31\u597d\u50cf\u8ba9\u4eba\u56de\u5230\u4e86\u5c11\u5e74\u65f6\u7684\u76db\u590f\uff0c\u75af\u72c2\u53c8\u8f70\u8f70\u70c8\u70c8\u7684\u604b\u7231\u3002\u53ef\u6211\u53ea\u662f\u90a3\u671b\u5411\u6708\u4eae\u7684\u8001\u9f20\uff0c\u8001\u9f20\u4e5f\u77e5\u9053\u6708\u4eae\u548c\u81ea\u5df1\u7684\u5dee\u8ddd\uff0c\u6240\u4ee5\u8001\u9f20\u4ece\u4e0d\u6562\u505a\u6708\u4eae\u7684\u68a6\uff0c\u80fd\u5728\u9634\u6697\u91cc\u770b\u5230\u6708\u4eae\u5c31\u597d\u4e86\uff0c\u76f4\u81f3\u88ab\u8e29\u6b7b\u540e\uff0c\u770b\u7740\u6708\u4eae\u6162\u6162\u6d88\u5931\u3002\u6211\u5f88\u9ad8\u5174\u4f60\u80fd\u548c\u6211\u5728\u4e00\u8d77\uff0c\u56e0\u4e3a\u5728\u88ab\u6b7b\u524d\uff0c\u6708\u4eae\u65cb\u8f6c\u6563\u53d1\u51fa\u4eae\u5149\uff0c\u7167\u4eae\u4e86\u6211\uff0c\u8001\u9f20\u7ec8\u4e8e\u53ef\u4ee5\u548c\u6708\u4eae\u5171\u821e\u4e00\u66f2\u5566\u3002<br>\u98de\u9e1f\u98de\u8fc7\u4e86\u4e00\u5343\u91cd\u68a6\u5883\uff0c\u4f46\u5728\u90a3\u4e4b\u4e0b\u8fd8\u6709\u66f4\u6df1\u3001\u66f4\u6df1\u7684\u68a6\u3002\u6211\u662f\u98de\u9e1f\u7684\u5f71\u5b50\uff0c\u8ffd\u9010\u7740\u98de\u9e1f\u63a0\u8fc7\u5927\u5730\uff0c\u53ef\u6211\u603b\u662f\u53ea\u80fd\u671b\u89c1\u4f60\u7684\u80cc\u5f71\u3002\u6211\u60f3\u8fd9\u662f\u56e0\u4e3a\u6211\u79bb\u73b0\u5b9e\u8fd8\u4e0d\u591f\u8fdc\uff0c\u79bb\u68a6\u5883\u8fd8\u4e0d\u591f\u8fd1\u3002\u800c\u73b0\u5728\u6211\u7ec8\u4e8e\u80fd\u6765\u5230\u4e86\u4f60\u7684\u8eab\u8fb9\uff0c\u770b\u5230\u4e86\u4f60\u548c\u6211\u5728\u4e00\u8d77\uff0c\u6211\u4e0d\u77e5\u9053\u8fd9\u662f\u98de\u9e1f\u98de\u5230\u4e86\u73b0\u5b9e\uff0c\u8fd8\u662f\u5f71\u5b50\u5760\u5165\u4e86\u66f4\u6df1\u7684\u68a6\u5883\u3002\u5982\u679c\u8fd9\u662f\u4e00\u573a\u7f8e\u68a6\u7684\u8bdd\u5c31\u8bf7\u628a\u6211\u7559\u5728\u8fd9\u91cc\uff0c\u8ba9\u6211\u8737\u7f29\u5728\u8fd9\u865a\u5e7b\u800c\u53c8\u7f8e\u4e3d\u7684\u68a6\u91cc\u3002"} | json_instruct | {"type": "object", "properties": {"to": {"type": "string"}, "from": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}}, "required": ["to", "from", "recipient", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ng-token-auth.js": {"type": "string"}, "ng-token-auth.min.js": {"type": "string"}}, "required": ["ng-token-auth.js", "ng-token-auth.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ng-token-auth.js" : "sha256-JZaZJI2oRZXxiwFH45bBbfQUQcFMcFot7Z9k+8zv6No=", "ng-token-auth.min.js" : "sha256-ytAS6Sm2kzPBSUsMCMC8dC4D7lXIP9khJz3H6N8T4io="} | json_instruct | {"type": "object", "properties": {"ng-token-auth.js": {"type": "string"}, "ng-token-auth.min.js": {"type": "string"}}, "required": ["ng-token-auth.js", "ng-token-auth.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "Compose .docx documents", "home" : "https://github.com/4teamwork/docxcompose", "license" : "MIT license"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900076701": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076702": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076703": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076704": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076705": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076706": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076707": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900076701", "900076702", "900076703", "900076704", "900076705", "900076706", "900076707"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900076701" : {"nama" : "TPS 1", "dapil" : [1402, 11407, 2140405]}, "900076702" : {"nama" : "TPS 2", "dapil" : [1402, 11407, 2140405]}, "900076703" : {"nama" : "TPS 3", "dapil" : [1402, 11407, 2140405]}, "900076704" : {"nama" : "TPS 4", "dapil" : [1402, 11407, 2140405]}, "900076705" : {"nama" : "TPS 5", "dapil" : [1402, 11407, 2140405]}, "900076706" : {"nama" : "TPS 6", "dapil" : [1402, 11407, 2140405]}, "900076707" : {"nama" : "TPS 7", "dapil" : [1402, 11407, 2140405]}} | json_instruct | {"type": "object", "properties": {"900076701": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076702": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076703": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076704": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076705": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076706": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076707": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900076701", "900076702", "900076703", "900076704", "900076705", "900076706", "900076707"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "custom-access-template": {"type": "string"}, "custom-erasure-template": {"type": "string"}, "custom-rectification-template": {"type": "string"}, "quality": {"type": "string"}, "facet-group": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "fax", "email", "web", "sources", "custom-access-template", "custom-erasure-template", "custom-rectification-template", "quality", "facet-group"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "kirchengemeinde-zum-heiligen-leiden-christi-zu-braunschweig-stoeckheim", "relevant-countries" : ["de"], "categories" : ["church"], "name" : "Kirchengemeinde Zum Heiligen Leiden Christi zu Braunschweig (St\u00f6ckheim)", "address" : "Kirchenbrink 3 C\n38124 Braunschweig\nDeutschland", "phone" : "+49 531 611272", "fax" : "+49 531 2615483", "email" : "stoeckheim.buero@lk-bs.de", "web" : "http://www.kircheinstoeckheim.de/", "sources" : ["https://www.landeskirche-braunschweig.de/gemeinden/propsteien/einrichtungen.html?user_lkbsaddress_pi2%5Bid%5D=764"], "custom-access-template" : "access-evangelische-kirche", "custom-erasure-template" : "erasure-evangelische-kirche", "custom-rectification-template" : "rectification-evangelische-kirche", "quality" : "scraped", "facet-group" : "church"} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "custom-access-template": {"type": "string"}, "custom-erasure-template": {"type": "string"}, "custom-rectification-template": {"type": "string"}, "quality": {"type": "string"}, "facet-group": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "fax", "email", "web", "sources", "custom-access-template", "custom-erasure-template", "custom-rectification-template", "quality", "facet-group"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type": "string"}, "compile": {"type": "string"}, "test": {"type": "string"}, "test:unit:dev": {"type": "string"}}, "required": ["prepublishOnly", "compile", "test", "test:unit:dev"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "directory": {"type": "string"}}, "required": ["access", "directory"]}, "dependencies": {"type": "object", "properties": {"awilix": {"type": "string"}, "moment": {"type": "string"}, "mongodb": {"type": "string"}, "nconf": {"type": "string"}, "pino": {"type": "string"}, "pino-pretty": {"type": "string"}, "prom-client": {"type": "string"}}, "required": ["awilix", "moment", "mongodb", "nconf", "pino", "pino-pretty", "prom-client"]}}, "required": ["name", "version", "description", "keywords", "author", "homepage", "license", "main", "repository", "scripts", "bugs", "publishConfig", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@allspark-js/core", "version" : "0.16.0-alpha.10", "description" : "Core library to create js applications.", "keywords" : ["js", "ts", "allspark"], "author" : "Andrew Cavalcante pacifico <andrew.pacifico@meliuz.com.br>", "homepage" : "https://github.com/andrewcpacifico/allspark-ts#readme", "license" : "MIT", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/andrewcpacifico/allspark-ts.git"}, "scripts" : {"prepublishOnly" : "yarn compile", "compile" : "rm -rf ./dist && tsc -p tsconfig.build.json && cp ./package* dist/", "test" : "mocha test/unit/**/*.spec.ts", "test:unit:dev" : "mocha test/unit/**/*.spec.ts --watch"}, "bugs" : {"url" : "https://github.com/andrewcpacifico/allspark-ts/issues"}, "publishConfig" : {"access" : "public", "directory" : "dist"}, "dependencies" : {"awilix" : "^6.0.0", "moment" : "^2.29.1", "mongodb" : "^4.2.0", "nconf" : "^0.11.3", "pino" : "^7.2.0", "pino-pretty" : "^7.2.0", "prom-client" : "^14.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type": "string"}, "compile": {"type": "string"}, "test": {"type": "string"}, "test:unit:dev": {"type": "string"}}, "required": ["prepublishOnly", "compile", "test", "test:unit:dev"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "directory": {"type": "string"}}, "required": ["access", "directory"]}, "dependencies": {"type": "object", "properties": {"awilix": {"type": "string"}, "moment": {"type": "string"}, "mongodb": {"type": "string"}, "nconf": {"type": "string"}, "pino": {"type": "string"}, "pino-pretty": {"type": "string"}, "prom-client": {"type": "string"}}, "required": ["awilix", "moment", "mongodb", "nconf", "pino", "pino-pretty", "prom-client"]}}, "required": ["name", "version", "description", "keywords", "author", "homepage", "license", "main", "repository", "scripts", "bugs", "publishConfig", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"generator-nodecg": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["authorName", "authorEmail", "authorUrl"]}}, "required": ["promptValues"]}}, "required": ["generator-nodecg"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generator-nodecg" : {"promptValues" : {"authorName" : "Chris Hanel", "authorEmail" : "chrishanel@gmail.com", "authorUrl" : "supportclass.net"}}} | json_instruct | {"type": "object", "properties": {"generator-nodecg": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["authorName", "authorEmail", "authorUrl"]}}, "required": ["promptValues"]}}, "required": ["generator-nodecg"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"preact.dev.js": {"type": "string"}, "preact.js": {"type": "string"}, "preact.min.js": {"type": "string"}}, "required": ["preact.dev.js", "preact.js", "preact.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"preact.dev.js" : "sha256-IBL3nHL0HXsRnwUd1nuBEU296XJFcNbHnh6+YqR0c0k=", "preact.js" : "sha256-EFdgWeHjJtC+0azLs+f90k9bVlizbYYiolLI0gfMBLE=", "preact.min.js" : "sha256-MoutYH6SQXjNXTAZvdtsmuBi118t9smWrntkUcVUhDo="} | json_instruct | {"type": "object", "properties": {"preact.dev.js": {"type": "string"}, "preact.js": {"type": "string"}, "preact.min.js": {"type": "string"}}, "required": ["preact.dev.js", "preact.js", "preact.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"limit" : 100, "name" : "Pirate shirt (red)", "value" : 300, "highalch" : 180, "id" : 7122, "lowalch" : 120, "name_pt" : "Camisa de pirata (vermelha)", "price" : 977, "last" : 977} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"confirmed" : "278644", "deaths" : "350", "recovered" : "179436"} | json_instruct | {"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "template": {"type": "string"}, "url": {"type": "string"}, "widgets": {"type": "array", "items": {"type": "object", "properties": {"widgetName": {"type": "string"}, "position": {"type": "integer"}, "gridWidth": {"type": "integer"}}, "required": ["widgetName", "position", "gridWidth"]}}, "rolesAllowed": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "title", "template", "url", "widgets", "rolesAllowed"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "clientedit", "title" : "Client Edit", "template" : "DashboardView", "url" : "/screen/client/view/clientedit", "widgets" : [{"widgetName" : "clientCreationHeader", "position" : 1, "gridWidth" : 4}, {"widgetName" : "clientEdit", "position" : 2, "gridWidth" : 4}, {"widgetName" : "contactEditList", "position" : 3, "gridWidth" : 4}], "rolesAllowed" : ["ADMIN", "ROLE_ADMIN", "ROLE_USER"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "template": {"type": "string"}, "url": {"type": "string"}, "widgets": {"type": "array", "items": {"type": "object", "properties": {"widgetName": {"type": "string"}, "position": {"type": "integer"}, "gridWidth": {"type": "integer"}}, "required": ["widgetName", "position", "gridWidth"]}}, "rolesAllowed": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "title", "template", "url", "widgets", "rolesAllowed"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "User-centred multimodal reminders for assistive living.", "fields" : ["autonomy", "telecare", "living systems", "shared space", "personalization"], "abstract" : "While there has been a lot of research on the usability of reminders and alarms in the work context, the home has been somewhat neglected despite the importance of reminder systems for telecare and assistive living systems. We conducted a comprehensive mixed-methods study into the requirements for useable and acceptable reminders in the home. The study consisted of a questionnaire (N=379), 6 focus groups, and 7 home tour interviews. Our results highlight the need for highly flexible and contextualized multimodal and multi-device reminder solutions that build on existing successful strategies for remembering in and around the home. We suggest that developers of home care reminder systems should design for diversity, context, priorities, autonomy, shared spaces, and optimal care.", "citation" : "Citations (69)", "year" : "2011", "departments" : ["University of Glasgow", "University of Edinburgh", "University of Glasgow"], "conf" : "chi", "authors" : ["Marilyn Rose McGee-Lennon.....http://dblp.org/pers/hd/m/McGee=Lennon:Marilyn_Rose", "Maria Klara Wolters.....http://dblp.org/pers/hd/w/Wolters:Maria_Klara", "Stephen A. Brewster.....http://dblp.org/pers/hd/b/Brewster:Stephen_A="], "pages" : 10} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[127.125, 27.75], [127.125, 27.833333333333332], [127.25, 27.833333333333332], [127.25, 27.75], [127.125, 27.75]]]}, "properties" : {"code" : 412751, "url" : "http://madefor.github.io/0410/api/v1/412751.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/412751.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prettier:hardhat-rollups": {"type": "string"}, "prettier:rollups": {"type": "string"}, "prettier:rollups-cli": {"type": "string"}}, "required": ["prettier:hardhat-rollups", "prettier:rollups", "prettier:rollups-cli"]}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["private", "scripts", "workspaces", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "scripts" : {"prettier:hardhat-rollups" : "yarn workspace @cartesi/hardhat-rollups prettier", "prettier:rollups" : "yarn workspace @cartesi/rollups prettier", "prettier:rollups-cli" : "yarn workspace @cartesi/rollups-cli prettier"}, "workspaces" : ["hardhat-rollups", "rollups", "rollups-cli"], "devDependencies" : {"prettier" : "^2.6.2"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prettier:hardhat-rollups": {"type": "string"}, "prettier:rollups": {"type": "string"}, "prettier:rollups-cli": {"type": "string"}}, "required": ["prettier:hardhat-rollups", "prettier:rollups", "prettier:rollups-cli"]}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["private", "scripts", "workspaces", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "email": {"type": "string"}}, "required": ["title", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Burak Ozenc", "email" : "brk.ozenc@gmail.com"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "email": {"type": "string"}}, "required": ["title", "email"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [114.393700787402, 37.7018181818182, 0.898513987660408, 89.9527559055118, 96.3490909090909, 0.607349425554276, 47.8740157480315, 104.029090909091, 0.542407661676407, 44.8503937007874, 184.552727272727, 0.536111779510975, 35.2755905511811, 243.2, 0.169376811245456, 134.803149606299, 89.3672727272727, 0.542261369526386, 162.51968503937, 167.563636363636, 0.769169434905052, 129.007874015748, 213.876363636364, 0.644547611474991, 63.748031496063, 220.858181818182, 0.247426141053438, 0, 0, 0, 0, 0, 0, 119.181102362205, 225.978181818182, 0.202854877687059, 0, 0, 0, 0, 0, 0, 102.047244094488, 27.6945454545455, 0.917336344718933, 116.157480314961, 29.3236363636364, 0.873091593384743, 76.8503937007874, 34.9090909090909, 0.606617651879787, 0, 0, 0], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "dependencies": {"type": "object", "properties": {"tailwindcss": {"type": "string"}, "vue": {"type": "string"}}, "required": ["tailwindcss", "vue"]}, "devDependencies": {"type": "object", "properties": {"@vue/compiler-sfc": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vue/compiler-sfc", "typescript", "vite"]}}, "required": ["name", "author", "version", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tw-ui-listbox-vite", "author" : {"name" : "Thorsten Luenborg", "url" : "http://www.github.com/LinusBorg"}, "version" : "0.0.0", "license" : "MIT", "private" : "true", "scripts" : {"dev" : "vite", "build" : "vite build"}, "dependencies" : {"tailwindcss" : "^1.4.6", "vue" : "^3.0.0-beta.14"}, "devDependencies" : {"@vue/compiler-sfc" : "^3.0.0-beta.14", "typescript" : "^3.8.3", "vite" : "^0.20.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "dependencies": {"type": "object", "properties": {"tailwindcss": {"type": "string"}, "vue": {"type": "string"}}, "required": ["tailwindcss", "vue"]}, "devDependencies": {"type": "object", "properties": {"@vue/compiler-sfc": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vue/compiler-sfc", "typescript", "vite"]}}, "required": ["name", "author", "version", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"17XWHpuKwVag7VHm4ntDcg7ioqtwkSD9Rz": {"type": "string"}}, "required": ["17XWHpuKwVag7VHm4ntDcg7ioqtwkSD9Rz"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "GxoKRPOBiGfjzW8KteHHzQW6tIBtM76KXw5qZSwL3AQTrvHlPcqzbi9jyxkp4G5w/yG7ThBoIHaRCMpTsRqWvLw=", "cert_user_id" : "shrimpx@zeroid.bit", "files" : {"data.json" : {"sha512" : "1a5a20f71e4c3e426545f0b69a0d76700bcbc1d99c0795f254886ed67711fc63", "size" : 243}}, "inner_path" : "data/users/17XWHpuKwVag7VHm4ntDcg7ioqtwkSD9Rz/content.json", "modified" : 1491426569, "signs" : {"17XWHpuKwVag7VHm4ntDcg7ioqtwkSD9Rz" : "Gw7GIfAvQpioG53dUdDLfRo5nvHv9+bmcjJW+78hQUEp5FUhOjM6psrEL5Aepu1xHmD2RigcNQXav30DsR3ClBI="}} | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"17XWHpuKwVag7VHm4ntDcg7ioqtwkSD9Rz": {"type": "string"}}, "required": ["17XWHpuKwVag7VHm4ntDcg7ioqtwkSD9Rz"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}}, "required": ["color", "label", "value"]}}, "tagdata": {"type": "object", "properties": {"comm:email": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "comm:im": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "music:play": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "pp": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "reddit:gwern": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "tv:youtube": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "web:wikipedia": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}}, "required": ["comm:email", "comm:im", "music:play", "pp", "reddit:gwern", "tv:youtube", "web:wikipedia"]}}, "required": ["braindata", "piedata", "tagdata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"braindata" : {}, "piedata" : [{"color" : "#17b02c", "label" : "comm:im (3.93%)", "value" : 3.93}, {"color" : "#2bdd6d", "label" : "music:play (21.25%)", "value" : 21.25}, {"color" : "#8a96d2", "label" : "pp (4.62%)", "value" : 4.62}, {"color" : "#ebdb2c", "label" : "tv:youtube (11.32%)", "value" : 11.32}, {"color" : "#ff7f8a", "label" : "web:wikipedia (6.00%)", "value" : 6.0}], "tagdata" : {"comm:email" : {"color" : "#0eff7f", "minute" : [1159]}, "comm:im" : {"color" : "#17b02c", "minute" : [426, 427, 431, 432, 433, 434, 435, 436, 530, 618, 841, 843, 863, 864, 866, 867, 1361]}, "music:play" : {"color" : "#2bdd6d", "minute" : [532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 610, 611, 612, 613, 614, 615, 616, 617, 619, 620, 621, 622, 623, 624, 625, 626]}, "pp" : {"color" : "#8a96d2", "minute" : [26, 27, 28, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654]}, "reddit:gwern" : {"color" : "#dadebd", "minute" : [428, 429, 430]}, "tv:youtube" : {"color" : "#ebdb2c", "minute" : [0, 1, 2, 3, 11, 31, 32, 33, 400, 401, 402, 609, 656, 657, 658, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 1172, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1192, 1201, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370]}, "web:wikipedia" : {"color" : "#ff7f8a", "minute" : [7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 403, 659, 660, 680, 681, 682]}}} | json_instruct | {"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}}, "required": ["color", "label", "value"]}}, "tagdata": {"type": "object", "properties": {"comm:email": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "comm:im": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "music:play": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "pp": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "reddit:gwern": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "tv:youtube": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "web:wikipedia": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}}, "required": ["comm:email", "comm:im", "music:play", "pp", "reddit:gwern", "tv:youtube", "web:wikipedia"]}}, "required": ["braindata", "piedata", "tagdata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"data_raw": {"type": "string"}, "data_cleaned": {"type": "string"}, "data_processed": {"type": "string"}, "data_ground_truth": {"type": "string"}, "visualizations": {"type": "string"}, "artifacts": {"type": "string"}, "temp": {"type": "string"}, "data": {"type": "string"}, "remote_storage_config": {"type": "object", "properties": {"key": {"type": "null"}, "secret": {"type": "null"}, "bucket": {"type": "string"}, "base_path": {"type": "string"}, "provider": {"type": "string"}, "host": {"type": "string"}}, "required": ["key", "secret", "bucket", "base_path", "provider", "host"]}}, "required": ["data_raw", "data_cleaned", "data_processed", "data_ground_truth", "visualizations", "artifacts", "temp", "data", "remote_storage_config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data_raw" : "./data/raw", "data_cleaned" : "./data/cleaned", "data_processed" : "./data/processed", "data_ground_truth" : "./data/ground_truth", "visualizations" : "./data/visualizations", "artifacts" : "./data/artifacts", "temp" : "./temp", "data" : "./data", "remote_storage_config" : {"key" : null, "secret" : null, "bucket" : "accsr-integration-tests", "base_path" : "", "provider" : "s3", "host" : "minio.admin.aai.sh"}} | json_instruct | {"type": "object", "properties": {"data_raw": {"type": "string"}, "data_cleaned": {"type": "string"}, "data_processed": {"type": "string"}, "data_ground_truth": {"type": "string"}, "visualizations": {"type": "string"}, "artifacts": {"type": "string"}, "temp": {"type": "string"}, "data": {"type": "string"}, "remote_storage_config": {"type": "object", "properties": {"key": {"type": "null"}, "secret": {"type": "null"}, "bucket": {"type": "string"}, "base_path": {"type": "string"}, "provider": {"type": "string"}, "host": {"type": "string"}}, "required": ["key", "secret", "bucket", "base_path", "provider", "host"]}}, "required": ["data_raw", "data_cleaned", "data_processed", "data_ground_truth", "visualizations", "artifacts", "temp", "data", "remote_storage_config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies 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" : "3529050005", "district_id" : "3529050", "name" : "POTERAN"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"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`Ssa'ikayen~ `no~ `wawa~ `ko~ `sota'~ `a~ `mitepa~.\ufffa\ufffb\u5b69\u5b50\u628a\u6ce5\u5df4\u62cd\u6210\u7247\u72c0\u3002"], "f" : "\u628a\u2026\u505a\u6210\u584a\u72c0\u3001\u7247\u72c0\u3002"}]}], "stem" : "'ikay", "t" : "sa'ikayen"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ALPECIMBRA": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["resource_folder", "widget_id", "version", "version_code", "app_name"]}, "TRENTO": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["resource_folder", "widget_id", "version", "version_code", "app_name"]}, "ROVERETO": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["resource_folder", "widget_id", "version", "version_code", "app_name"]}, "BOLOGNA": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["resource_folder", "widget_id", "version", "version_code", "app_name"]}}, "required": ["ALPECIMBRA", "TRENTO", "ROVERETO", "BOLOGNA"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ALPECIMBRA" : {"resource_folder" : "config/instances/ALPECIMBRA", "widget_id" : "it.smartcommunitylab.viaggiaalpecimbra", "version" : "1.0.5", "version_code" : "9", "app_name" : "Viaggia Alpe Cimbra"}, "TRENTO" : {"resource_folder" : "config/instances/TRENTO", "widget_id" : "eu.trentorise.smartcampus.viaggiatrento", "version" : "2.4.2", "version_code" : "49", "app_name" : "Viaggia Trento"}, "ROVERETO" : {"resource_folder" : "config/instances/ROVERETO", "widget_id" : "eu.trentorise.smartcampus.viaggiarovereto", "version" : " 2.1.12", "version_code" : "49", "app_name" : "Viaggia Rovereto"}, "BOLOGNA" : {"resource_folder" : "config/instances/BOLOGNA", "widget_id" : "eu.trentorise.smartcampus.viaggiabologna", "version" : "0.0.1", "version_code" : "1", "app_name" : "Viaggia Bologna"}} | json_instruct | {"type": "object", "properties": {"ALPECIMBRA": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["resource_folder", "widget_id", "version", "version_code", "app_name"]}, "TRENTO": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["resource_folder", "widget_id", "version", "version_code", "app_name"]}, "ROVERETO": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["resource_folder", "widget_id", "version", "version_code", "app_name"]}, "BOLOGNA": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["resource_folder", "widget_id", "version", "version_code", "app_name"]}}, "required": ["ALPECIMBRA", "TRENTO", "ROVERETO", "BOLOGNA"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Gimeaux", "circ" : "2\u00e8me circonscription", "dpt" : "Puy-de-D\u00f4me", "inscrits" : 318, "abs" : 98, "votants" : 220, "blancs" : 3, "nuls" : 1, "exp" : 216, "res" : [{"nuance" : "SOC", "nom" : "Mme Christine PIR\u00c8S BEAUNE", "voix" : 82}, {"nuance" : "REM", "nom" : "M. Mohand HAMOUMOU", "voix" : 57}, {"nuance" : "FI", "nom" : "M. Pascal ESTIER", "voix" : 31}, {"nuance" : "LR", "nom" : "Mme St\u00e9phanie FLORI-DUTOUR", "voix" : 20}, {"nuance" : "FN", "nom" : "M. Stanislas CHAVELET", "voix" : 14}, {"nuance" : "DLF", "nom" : "Mme Doris VALOUR", "voix" : 5}, {"nuance" : "DVG", "nom" : "Mme Christine BOURDIER BUISSON", "voix" : 3}, {"nuance" : "DIV", "nom" : "M. Henri KNAUF", "voix" : 3}, {"nuance" : "EXG", "nom" : "M. Franck TRUCHON", "voix" : 1}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "2aadcd40e35d3dbdb46b", "c" : {"pages/index" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "null"}, "after": {"type": "string"}, "lineA": {"type": "null"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"info" : {"project" : "PhilJay/MPAndroidChart", "developers" : 1, "edges" : 2, "vertices" : 3, "commits" : 2, "id" : 193, "agedays" : 310, "refactorings" : 2, "group" : "Overtime", "language" : "Java", "level" : "Method", "summary" : ""}, "commits_list" : ["0a5202da", "3f79bb53"], "edges" : [{"id" : 410, "before" : "MPChartLib.src.com.github.mikephil.charting.charts.Chart#setDrawYValues(boolean)", "lineB" : null, "after" : "MPChartLib.src.com.github.mikephil.charting.data.DataSet#setDrawValues(boolean)", "lineA" : null, "ref" : "MOVE_RENAME", "sha1" : "0a5202da"}, {"id" : 212, "before" : "MPChartLib.src.com.github.mikephil.charting.data.DataSet#setDrawValues(boolean)", "lineB" : null, "after" : "MPChartLib.src.com.github.mikephil.charting.interfaces.datasets.IDataSet#setDrawValues(boolean)", "lineA" : null, "ref" : "MOVE", "sha1" : "3f79bb53"}]} | json_instruct | {"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "null"}, "after": {"type": "string"}, "lineA": {"type": "null"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 12215, "cartId" : "e2c1b846-5c08-4a71-a098-9d39cb404bd2", "preferredProducts" : [1237, 2667, 397, 4713, 3022, 4651, 2653, 771], "productReviews" : [{"productId" : 2140, "reviewText" : "The box this comes in is 3 kilometer by 5 foot and weights 16 megaton!!!", "reviewDate" : "2017-05-14T20:12:58.0861944+03:00"}, {"productId" : 4266, "reviewText" : "My co-worker Matthew has one of these. He says it looks gigantic.", "reviewDate" : "2018-04-17T12:01:41.2245126+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cleanchanges-changerightslink": {"type": "string"}, "cleanchanges-desc": {"type": "string"}, "cleanchanges-language": {"type": "string"}, "cleanchanges-language-na": {"type": "string"}, "cleanchanges-users": {"type": "string"}, "cleanchanges-showuserlinks": {"type": "string"}}, "required": ["@metadata", "cleanchanges-changerightslink", "cleanchanges-desc", "cleanchanges-language", "cleanchanges-language-na", "cleanchanges-users", "cleanchanges-showuserlinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Purodha"]}, "cleanchanges-changerightslink" : "Jroppe aanpasse", "cleanchanges-desc" : "M\u00e4\u00e4t en k\u00f6\u00f6tere [[Special:RecentChanges|Le\u00df met de {{lcfirst:{{int:Recentchanges}}}}]].", "cleanchanges-language" : "Schprohch:", "cleanchanges-language-na" : "jehde", "cleanchanges-users" : "Metmaacher (donn | dozwesche, wann et zwei udder mih sen):", "cleanchanges-showuserlinks" : "Links op Metmaacher zeije"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cleanchanges-changerightslink": {"type": "string"}, "cleanchanges-desc": {"type": "string"}, "cleanchanges-language": {"type": "string"}, "cleanchanges-language-na": {"type": "string"}, "cleanchanges-users": {"type": "string"}, "cleanchanges-showuserlinks": {"type": "string"}}, "required": ["@metadata", "cleanchanges-changerightslink", "cleanchanges-desc", "cleanchanges-language", "cleanchanges-language-na", "cleanchanges-users", "cleanchanges-showuserlinks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "ownerType": {"type": "integer"}, "ownerId": {"type": "string"}, "private": {"type": "boolean"}, "screening": {"type": "object", "properties": {"status": {"type": "integer"}, "history": {"type": "array", "items": {}}}, "required": ["status", "history"]}, "createDate": {"type": "string"}, "createUserId": {"type": "string"}, "editDate": {"type": "string"}, "editUserId": {"type": "string"}, "friendlyUrl": {"type": "string"}, "references": {"type": "string"}, "contentPreview": {"type": "string"}, "content": {"type": "string"}, "title": {"type": "string"}, "__v": {"type": "integer"}, "childrenCount": {"type": "object", "properties": {"answers": {"type": "object", "properties": {"total": {"type": "integer"}, "accepted": {"type": "integer"}, "pending": {"type": "integer"}, "rejected": {"type": "integer"}}, "required": ["total", "accepted", "pending", "rejected"]}, "issues": {"type": "object", "properties": {"total": {"type": "integer"}, "accepted": {"type": "integer"}, "pending": {"type": "integer"}, "rejected": {"type": "integer"}, "acceptedCritical": {"type": "integer"}}, "required": ["total", "accepted", "pending", "rejected", "acceptedCritical"]}, "opinions": {"type": "object", "properties": {"total": {"type": "integer"}, "accepted": {"type": "integer"}, "pending": {"type": "integer"}, "rejected": {"type": "integer"}}, "required": ["total", "accepted", "pending", "rejected"]}}, "required": ["answers", "issues", "opinions"]}, "categoryId": {"type": "string"}, "groupId": {"type": "null"}}, "required": ["_id", "ownerType", "ownerId", "private", "screening", "createDate", "createUserId", "editDate", "editUserId", "friendlyUrl", "references", "contentPreview", "content", "title", "__v", "childrenCount", "categoryId", "groupId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "58c91546d567962953e1292c", "ownerType" : 1, "ownerId" : "58a1c7009445d60f1d274079", "private" : true, "screening" : {"status" : 1, "history" : []}, "createDate" : "2017-03-15T10:19:50.490Z", "createUserId" : "561b43d499a0478551eab839", "editDate" : "2017-03-15T10:19:50.490Z", "editUserId" : "561b43d499a0478551eab839", "friendlyUrl" : "private-question-1", "references" : "", "contentPreview" : "", "content" : "", "title" : "private question 1", "__v" : 0, "childrenCount" : {"answers" : {"total" : 1, "accepted" : 1, "pending" : 0, "rejected" : 0}, "issues" : {"total" : 0, "accepted" : 0, "pending" : 0, "rejected" : 0, "acceptedCritical" : 0}, "opinions" : {"total" : 0, "accepted" : 0, "pending" : 0, "rejected" : 0}}, "categoryId" : "58a1c7009445d60f1d274079", "groupId" : null} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "ownerType": {"type": "integer"}, "ownerId": {"type": "string"}, "private": {"type": "boolean"}, "screening": {"type": "object", "properties": {"status": {"type": "integer"}, "history": {"type": "array", "items": {}}}, "required": ["status", "history"]}, "createDate": {"type": "string"}, "createUserId": {"type": "string"}, "editDate": {"type": "string"}, "editUserId": {"type": "string"}, "friendlyUrl": {"type": "string"}, "references": {"type": "string"}, "contentPreview": {"type": "string"}, "content": {"type": "string"}, "title": {"type": "string"}, "__v": {"type": "integer"}, "childrenCount": {"type": "object", "properties": {"answers": {"type": "object", "properties": {"total": {"type": "integer"}, "accepted": {"type": "integer"}, "pending": {"type": "integer"}, "rejected": {"type": "integer"}}, "required": ["total", "accepted", "pending", "rejected"]}, "issues": {"type": "object", "properties": {"total": {"type": "integer"}, "accepted": {"type": "integer"}, "pending": {"type": "integer"}, "rejected": {"type": "integer"}, "acceptedCritical": {"type": "integer"}}, "required": ["total", "accepted", "pending", "rejected", "acceptedCritical"]}, "opinions": {"type": "object", "properties": {"total": {"type": "integer"}, "accepted": {"type": "integer"}, "pending": {"type": "integer"}, "rejected": {"type": "integer"}}, "required": ["total", "accepted", "pending", "rejected"]}}, "required": ["answers", "issues", "opinions"]}, "categoryId": {"type": "string"}, "groupId": {"type": "null"}}, "required": ["_id", "ownerType", "ownerId", "private", "screening", "createDate", "createUserId", "editDate", "editUserId", "friendlyUrl", "references", "contentPreview", "content", "title", "__v", "childrenCount", "categoryId", "groupId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"jsPath": {"type": "string"}, "modules": {"type": "string"}}, "required": ["jsPath", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsPath" : "../app/assets/javascripts/board", "modules" : "cjs"} | json_instruct | {"type": "object", "properties": {"jsPath": {"type": "string"}, "modules": {"type": "string"}}, "required": ["jsPath", "modules"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"SDWebImage": {"type": "array", "items": {}}, "pop": {"type": "array", "items": {}}, "DACircularProgress": {"type": "array", "items": {}}}, "required": ["SDWebImage", "pop", "DACircularProgress"]}, "requires_arc": {"type": "boolean"}, "deprecated": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "resources", "frameworks", "dependencies", "requires_arc", "deprecated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MXPhotoBrowser", "version" : "1.0.0", "summary" : "A photo browser for iOS.", "description" : "The first stable version of MXPhotoBrowser, a photo browser for iOS.", "homepage" : "https://github.com/Meniny/MXPhotoBrowser-in-Objective-C", "license" : "MIT", "authors" : "Elias Abel", "platforms" : {"ios" : "8.0"}, "source" : {"git" : "https://github.com/Meniny/MXPhotoBrowser-in-Objective-C.git", "tag" : "1.0.0"}, "source_files" : "MXPhotoBrowser/**/*.{h,m}", "resources" : "MXPhotoBrowser/Resources/*.{png, bundle}", "frameworks" : ["Foundation", "UIKit"], "dependencies" : {"SDWebImage" : [], "pop" : [], "DACircularProgress" : []}, "requires_arc" : true, "deprecated" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"SDWebImage": {"type": "array", "items": {}}, "pop": {"type": "array", "items": {}}, "DACircularProgress": {"type": "array", "items": {}}}, "required": ["SDWebImage", "pop", "DACircularProgress"]}, "requires_arc": {"type": "boolean"}, "deprecated": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "resources", "frameworks", "dependencies", "requires_arc", "deprecated"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"dgyiOS": {"type": "string"}}, "required": ["dgyiOS"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "user_target_xcconfig": {"type": "object", "properties": {"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": {"type": "string"}}, "required": ["CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES"]}, "frameworks": {"type": "string"}, "dependencies": {"type": "object", "properties": {"SDCAlertView": {"type": "array", "items": {"type": "string"}}, "YYKit": {"type": "array", "items": {}}, "MXCategory": {"type": "array", "items": {}}, "UICKeyChainStore": {"type": "array", "items": {}}, "Masonry": {"type": "array", "items": {}}, "AFNetworking": {"type": "array", "items": {}}}, "required": ["SDCAlertView", "YYKit", "MXCategory", "UICKeyChainStore", "Masonry", "AFNetworking"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "user_target_xcconfig", "frameworks", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MXBaseComponent", "version" : "0.1.0", "summary" : "A short description of MXBaseComponent.", "description" : "tool to use", "homepage" : "https://gitee.com/dream_union/MXBaseComponent", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"dgyiOS" : "dengguangyang@mxtrip.cn"}, "source" : {"git" : "https://gitee.com/dream_union/MXBaseComponent.git", "tag" : "0.1.0"}, "platforms" : {"ios" : "8.0"}, "source_files" : "MXBaseComponent/Classes/**/*", "user_target_xcconfig" : {"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES" : "YES"}, "frameworks" : "UIKit", "dependencies" : {"SDCAlertView" : ["~> 2.5.4"], "YYKit" : [], "MXCategory" : [], "UICKeyChainStore" : [], "Masonry" : [], "AFNetworking" : []}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"dgyiOS": {"type": "string"}}, "required": ["dgyiOS"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "user_target_xcconfig": {"type": "object", "properties": {"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": {"type": "string"}}, "required": ["CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES"]}, "frameworks": {"type": "string"}, "dependencies": {"type": "object", "properties": {"SDCAlertView": {"type": "array", "items": {"type": "string"}}, "YYKit": {"type": "array", "items": {}}, "MXCategory": {"type": "array", "items": {}}, "UICKeyChainStore": {"type": "array", "items": {}}, "Masonry": {"type": "array", "items": {}}, "AFNetworking": {"type": "array", "items": {}}}, "required": ["SDCAlertView", "YYKit", "MXCategory", "UICKeyChainStore", "Masonry", "AFNetworking"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "user_target_xcconfig", "frameworks", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "163a7527f17bb1e2b08d1446360d9fc4d2a01d3f"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"type": "number"}}, "sides": {"type": "array", "items": {"type": "number"}}, "perimeter": {"type": "number"}, "angles": {"type": "array", "items": {"type": "number"}}, "area": {"type": "number"}}, "required": ["shape", "rotation", "hash", "points", "center", "sides", "perimeter", "angles", "area"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"shape" : "triangle", "rotation" : -314, "hash" : -3757639768010427015, "points" : [[95.33333333333334, 66.66666666666666], [109.33333333333334, 116.66666666666666], [95.33333333333334, 116.66666666666666]], "center" : [100.0, 100.0], "sides" : [51.92301994298868, 14.0, 50.0], "perimeter" : 115.92301994298867, "angles" : [74.35775354279124, 90.00000000000001, 15.642246457208763], "area" : 349.9999999999998} | json_instruct | {"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"type": "number"}}, "sides": {"type": "array", "items": {"type": "number"}}, "perimeter": {"type": "number"}, "angles": {"type": "array", "items": {"type": "number"}}, "area": {"type": "number"}}, "required": ["shape", "rotation", "hash", "points", "center", "sides", "perimeter", "angles", "area"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"fees" : -2500000000, "ts" : "1534623692", "txid" : "6bcaefd32635eb142c24fb901bad55315331aa6c58f0e39de31d4bee4ff5e5f9", "block" : 1414902, "in" : [{"coinbase" : "03f6961504cc7f785b087005a57900000000052f79736c2f"}], "sent" : 2500000000, "out" : [{"value" : 0}, {"addr" : "MKDHddtFBrnvTtvyztayegmmyYHgssZ11u", "value" : 2500000000, "spent" : "3ddc58a5574d3f11d717d533bf36af7d6995ec88d2f436312a6f0607cbfa2476"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "\u512a\u751f\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99638380", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07610006166192", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u592a\u5e73\u5340\u4e2d\u8208\u91cc\u6c38\u5e73\u8def\u4e8c\u6bb5\u4e8c\u516b\u4e94\u5df7\u5341\u4e8c\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u4e2d\u5e02\u592a\u5e73\u5340\u4e2d\u8208\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5433\u6e05\u8f1d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "23407305", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0771028", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0770328", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099"]} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-gq8f-fx39-v9hv", "modified" : "2022-05-02T03:30:18Z", "published" : "2022-05-02T03:30:18Z", "aliases" : ["CVE-2009-1950"], "details" : "SQL injection vulnerability in yorum.asp in WebEyes Guest Book 3 allows remote attackers to execute arbitrary SQL commands via the mesajid parameter.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-1950"}, {"type" : "WEB", "url" : "https://www.exploit-db.com/exploits/8859"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/35290"}], "database_specific" : {"cwe_ids" : ["CWE-89"], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nft" : {"id" : "3864", "name" : "PixelFreak #03864", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmXiFYPWdXenJ8UXuhKcZ3eJKFAxVnFJ3uzky2pDZteNZ4", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Blue Shirt"}, {"trait_type" : "eyes", "value" : "Mono Blink"}, {"trait_type" : "head", "value" : "Heky"}, {"trait_type" : "nose", "value" : "Pig"}, {"trait_type" : "extra", "value" : "Imipramine"}, {"trait_type" : "mouth", "value" : "Roni"}, {"trait_type" : "background", "value" : "RandomColor"}, {"trait_type" : "Trait Count", "value" : "8"}]}, "attributeRarities" : [{"trait_type" : "pet", "value" : "None", "count" : 9511, "ratio" : 0.9511, "ratioScore" : 1.0514141520344864}, {"trait_type" : "body", "value" : "Blue Shirt", "count" : 72, "ratio" : 0.0072, "ratioScore" : 138.88888888888889}, {"trait_type" : "eyes", "value" : "Mono Blink", "count" : 331, "ratio" : 0.0331, "ratioScore" : 30.211480362537767}, {"trait_type" : "head", "value" : "Heky", "count" : 755, "ratio" : 0.0755, "ratioScore" : 13.245033112582782}, {"trait_type" : "nose", "value" : "Pig", "count" : 1243, "ratio" : 0.1243, "ratioScore" : 8.045052292839904}, {"trait_type" : "extra", "value" : "Imipramine", "count" : 418, "ratio" : 0.0418, "ratioScore" : 23.923444976076556}, {"trait_type" : "mouth", "value" : "Roni", "count" : 591, "ratio" : 0.0591, "ratioScore" : 16.920473773265652}, {"trait_type" : "background", "value" : "RandomColor", "count" : 9595, "ratio" : 0.9595, "ratioScore" : 1.0422094841063054}, {"trait_type" : "Trait Count", "value" : "8", "count" : 10000, "ratio" : 1, "ratioScore" : 1}], "rarityScore" : 234.32799704233233, "rank" : 3741} | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}, "answer": {"type": "string"}, "type": {"type": "string"}, "q_number": {"type": "integer"}}, "required": ["status", "knowledge", "degree_of_difficulty", "explain", "question", "source", "answer", "type", "q_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "error", "knowledge" : ["\u865a\u62df\u5b58\u50a8\uff1a\u7f6e\u6362\u7b97\u6cd5"], "degree_of_difficulty" : 1, "explain" : "\u89e3\u91ca\n", "question" : "4.\u65f6\u949f\u7f6e\u6362\u7b97\u6cd5 \u4e00\u3001(10\u5206) \uff081\uff09\u8bd5\u63cf\u8ff0\u865a\u62df\u5b58\u50a8\u7ba1\u7406\u7cfb\u7edf\u4e2d\u7684\u65f6\u949f\u7f6e\u6362\u7b97\u6cd5\uff08Clock Page Replacement\uff09\u7684\u5de5\u4f5c\u539f\u7406\uff1b\n\uff082\uff09\u5047\u5b9a\u5728\u4e00\u4e2a\u91c7\u7528\u65f6\u949f\u7f6e\u6362\u7b97\u6cd5\u7684\u865a\u62df\u5b58\u50a8\u7cfb\u7edf\u4e2d\u67d0\u8fdb\u7a0b\u5206\u914d\u4e864\u4e2a\u7269\u7406\u9875\u9762\uff0c\u5f53\u8fdb\u7a0b\u6309c, a, d, b, e, c, b, a, d, b, c, a,\nd\u7684\u5e8f\u5217\u8fdb\u884c\u9875\u9762\u8bbf\u95ee\u65f6\uff0c\u4f1a\u51fa\u73b0\u591a\u5c11\u6b21\u7f3a\u9875\uff1f\u8981\u6c42\u8bf4\u660e\u8fc7\u7a0b\u3002\u5982\u679c\u9700\u8981\uff0c\u4f60\u53ef\u4ee5\u8865\u5145\u5047\u5b9a\u6761\u4ef6\u3002\n", "source" : "\u7f51\u7edc", "answer" : "\u89e3\u91ca\n", "type" : "question_answer", "q_number" : 1098} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}, "answer": {"type": "string"}, "type": {"type": "string"}, "q_number": {"type": "integer"}}, "required": ["status", "knowledge", "degree_of_difficulty", "explain", "question", "source", "answer", "type", "q_number"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "from": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "message": {"type": "string"}, "link": {"type": "string"}, "name": {"type": "string"}, "caption": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "actions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}}, "privacy": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "type": {"type": "string"}, "created_time": {"type": "integer"}, "updated_time": {"type": "integer"}}, "required": ["id", "from", "message", "link", "name", "caption", "description", "icon", "actions", "privacy", "type", "created_time", "updated_time"]}, "action": {"type": "string"}, "idr": {"type": "string"}}, "required": ["data", "action", "idr"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"id" : "100002438955325_224550747571079", "from" : {"name" : "Eric Doe", "id" : "100002438955325"}, "message" : "Secret weapon!", "link" : "http://singly.com/", "name" : "Singly", "caption" : "singly.com", "description" : "Singly is the home of the Locker Project and personal data resources.", "icon" : "http://b.static.ak.fbcdn.net/rsrc.php/v1/yD/r/aS8ecmYRys0.gif", "actions" : [{"name" : "Comment", "link" : "http://www.facebook.com/100002438955325/posts/101"}, {"name" : "Like", "link" : "http://www.facebook.com/100002438955325/posts/101"}], "privacy" : {"description" : "Friends Only", "value" : "ALL_FRIENDS"}, "type" : "link", "created_time" : 1306369954, "updated_time" : 1306369954}, "action" : "new", "idr" : "status://facebook/?id=facebook#100002438955325_224550747571079"} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "from": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "message": {"type": "string"}, "link": {"type": "string"}, "name": {"type": "string"}, "caption": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "actions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}}, "privacy": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "type": {"type": "string"}, "created_time": {"type": "integer"}, "updated_time": {"type": "integer"}}, "required": ["id", "from", "message", "link", "name", "caption", "description", "icon", "actions", "privacy", "type", "created_time", "updated_time"]}, "action": {"type": "string"}, "idr": {"type": "string"}}, "required": ["data", "action", "idr"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "LGO Token", "website" : "https://lgo.group", "short_description" : "LGO provides a wide range of financial services on digital assets to an international and professional client base.", "explorer" : "https://etherscan.io/token/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"karlsruhe institute of technology": {"type": "object", "properties": {"Citation Count": {"type": "number"}, "Publication Count": {"type": "number"}}, "required": ["Citation Count", "Publication Count"]}}, "required": ["karlsruhe institute of technology"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"karlsruhe institute of technology" : {"Citation Count" : 23.333333333333332, "Publication Count" : 0.3333333333333333}} | json_instruct | {"type": "object", "properties": {"karlsruhe institute of technology": {"type": "object", "properties": {"Citation Count": {"type": "number"}, "Publication Count": {"type": "number"}}, "required": ["Citation Count", "Publication Count"]}}, "required": ["karlsruhe institute of technology"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "published_date": {"type": "string"}, "references": {"type": "object", "properties": {"url": {"type": "array", "items": {"type": "string"}}, "osvdb": {"type": "null"}, "secunia": {"type": "null"}, "cve": {"type": "null"}, "exploitdb": {"type": "null"}}, "required": ["url", "osvdb", "secunia", "cve", "exploitdb"]}, "vuln_type": {"type": "string"}, "fixed_in": {"type": "string"}, "criticity": {"type": "number"}}, "required": ["id", "title", "created_at", "updated_at", "published_date", "references", "vuln_type", "fixed_in", "criticity"]}}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "video-playlist-and-gallery-plugin", "name" : "Post video players, slideshow albums, photo galleries and music / podcast playlist", "latest_version" : "1.147", "last_updated" : "2018-03-27T17:50:57.088Z", "vulnerabilities" : [{"id" : "8314", "title" : "Post video players <= 1.136 - Authenticated Stored Cross-Site Scripting (XSS)", "created_at" : "2015-11-24T14:30:13Z", "updated_at" : "2015-11-24T14:30:22Z", "published_date" : "2015-08-25T00:00:00Z", "references" : {"url" : ["http://cinu.pl/research/wp-plugins/mail_23f810f96cb5521ea45d125ed8fe81a0.html", "http://blog.cinu.pl/2015/11/php-static-code-analysis-vs-top-1000-wordpress-plugins.html"], "osvdb" : null, "secunia" : null, "cve" : null, "exploitdb" : null}, "vuln_type" : "XSS", "fixed_in" : "1.137", "criticity" : 0.0}]} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "published_date": {"type": "string"}, "references": {"type": "object", "properties": {"url": {"type": "array", "items": {"type": "string"}}, "osvdb": {"type": "null"}, "secunia": {"type": "null"}, "cve": {"type": "null"}, "exploitdb": {"type": "null"}}, "required": ["url", "osvdb", "secunia", "cve", "exploitdb"]}, "vuln_type": {"type": "string"}, "fixed_in": {"type": "string"}, "criticity": {"type": "number"}}, "required": ["id", "title", "created_at", "updated_at", "published_date", "references", "vuln_type", "fixed_in", "criticity"]}}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_63igf7uy", "name" : "adasmialczynski3"}, "date" : {"day" : 1597536000, "full" : 1597587466, "month" : 1596240000, "week" : 1597536000}, "id" : "t3_iat2m4", "picture" : {"filesize" : 1335544, "fullUrl" : "https://preview.redd.it/a3w46h5vhdh51.png?auto=webp&s=9e7b3f61c0457faf6af958f5340ae3b214b3c9b4", "hash" : "fb12ba0c04", "height" : 1336, "lqip" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAIAAACk6KkqAAAACXBIWXMAAAsTAAALEwEAmpwYAAABm0lEQVQYlQGQAW/+ACgwLhcjFhcmFDxFPjE6NRQjExcfFBIdDwAaJhgcLBwaKRldWmJkYWUQEwwMEgoTGxAAGSkRDxkJMjUzZGFrcm10Pz87EBsPFR4RACQtCR4hEVJMVGpocmZha2lkZSs1JxYZDgAmNhwpLCI8OT9BP0ZAQEZMR0tCQj0dLBgAIlNEGzIvHSMwKzRDLjZELDM+Kjk2GkAtACkxECcyLjM+UztGWjhAUERMXi47OwgdEQAtWkQoQT0sNEg6RVc4QVE8QVEpQUIbTTQAIjUfIi8uMDhLO0VZOkRWPEVUND9DNUExADpdUTpOUC83SzlEWURPZTtFWGl0dKCvoACuubNxeHwrNUk5Q1g9SF02QVV1eXvAvrEAv762eH2ELjpPPkdaO0RWQk5jfYOGuLisAKepomlkYjhBVC40RSgmKkBKX3t3fKalnQCKjopJQyhNV0RMU1RAP0U8RT9fX0ujo58An6GecXNjm5uVvby6tLSziIqFfH52t7e1AMHAvMTCvsrIxsnHxsfFxcbFxsrKysrLylHofKSCzRavAAAAAElFTkSuQmCC", "url" : "https://preview.redd.it/a3w46h5vhdh51.png?width=640&crop=smart&auto=webp&s=483d0c77375826497456b8f43f4576e833d68488", "width" : 640}, "score" : {"comments" : 9, "downs" : 0, "ratio" : 0.98, "ups" : 70, "value" : 70}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "A humble stone tower I made", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/iat2m4/a_humble_stone_tower_i_made/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8202030023", "district_id" : "8202030", "name" : "GOENG"} | 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": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a large saucepan let the beans soak in cold water to cover for 1 hour, drain them, and in the pan combine them with 2 quarts of the water. Bring the water to a boil and cook the beans at a slow boil for 1 hour, or until they are tender.", "While the beans are cooking, in a large heavy skillet cook the bell pepper and the onion in the oil over moderate heat, stirring, until the vegetables are softened. Drain the beans, reserving 1/2 cup of them, add the remaining beans to the bell pepper mixture with the remaining 1/4 cup water, and simmer the mixture, covered tightly, for 15 minutes, or until the beans are very tender. In a food processor blend the mixture with the vinegar and salt to taste, pulsing the motor until the mixture is combined well but not pur\u00e9ed smooth. Transfer the dip to a bowl and stir in the reserved 1/2 cup beans. The dip may be made 2 days in advance and kept covered and chilled. Garnish the dip with the reserved bell pepper and onion and serve it with the tortilla chips."], "ingredients" : ["1 1/2 cups dried black beans, picked over and rinsed", "2 quarts plus 1/4 cup water", "1 large green bell pepper, chopped fine, reserving about 1 teaspoon for\u00a0garnish", "1 small red onion, chopped fine, reserving about 1 teaspoon for garnish", "3 tablespoons vegetable oil", "1 1/2 teaspoons ground cumin, or to taste", "2 tablespoons cider vinegar, or to taste", "tortilla chips as an accompaniment", "cherry peppers for garnish if desired"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Condiment/Spread", "Food Processor", "Bean", "Onion", "Appetizer", "Vegetarian", "Bell Pepper", "Chill", "Gourmet"], "title" : "Black Bean, Green Pepper, and Red Onion Dip", "url" : "http://www.epicurious.com/recipes/food/views/black-bean-green-pepper-and-red-onion-dip-13155"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["654026206200", "\u5854\u4ec0\u5c14\u7eb3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["654026206201", "\u5bdf\u6c57\u4e4c\u82cf\u4e0b\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["654026206202", "\u970d\u56fe\u683c\u5c14\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["654026206203", "\u8fbe\u529b\u56fe\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["654026206204", "\u5854\u4ec0\u5e03\u62c9\u514b\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["654026206205", "\u65b0\u4e4c\u677e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["654026206206", "\u5df4\u5c14\u683c\u52d2\u6d25\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "prefixes": {"type": "object", "properties": {}, "required": []}, "queryType": {"type": "string"}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "prefixes", "queryType", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "query", "prefixes" : {}, "queryType" : "DESCRIBE", "variables" : ["http://example.org/"]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "prefixes": {"type": "object", "properties": {}, "required": []}, "queryType": {"type": "string"}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "prefixes", "queryType", "variables"], "$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"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "db:migrate:make": {"type": "string"}, "db:migrate:latest": {"type": "string"}, "db:migrate:up": {"type": "string"}, "db:migrate:rollback": {"type": "string"}, "db:migrate:down": {"type": "string"}, "db:migrate:currentVersion": {"type": "string"}, "db:seed:make": {"type": "string"}, "db:seed:run": {"type": "string"}, "db:help": {"type": "string"}}, "required": ["start", "test", "db:migrate:make", "db:migrate:latest", "db:migrate:up", "db:migrate:rollback", "db:migrate:down", "db:migrate:currentVersion", "db:seed:make", "db:seed:run", "db:help"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcryptjs": {"type": "string"}, "check-node-version": {"type": "string"}, "config": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "http-errors": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "knex": {"type": "string"}, "logform": {"type": "string"}, "morgan": {"type": "string"}, "pg": {"type": "string"}, "rfr": {"type": "string"}, "winston": {"type": "string"}}, "required": ["bcryptjs", "check-node-version", "config", "cookie-parser", "debug", "ejs", "express", "http-errors", "jsonwebtoken", "knex", "logform", "morgan", "pg", "rfr", "winston"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "private", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "torneo-urban-terror", "version" : "1.0.0", "private" : true, "description" : "Sitio web de soporte del Torneo de UrbanTerror Latinoamericano", "main" : "index.js", "scripts" : {"start" : "LOG_LEVEL=${LOG_LEVEL:=debug} nodemon tut.js", "test" : "echo \"Error: no test specified\" && exit 1", "db:migrate:make" : "knex migrate:make --cwd app/db/ --stub ./js.stub", "db:migrate:latest" : "knex migrate:latest --cwd app/db/", "db:migrate:up" : "knex migrate:up --cwd app/db", "db:migrate:rollback" : "knex migrate:rollback --cwd app/db/", "db:migrate:down" : "knex migrate:down --cwd app/db", "db:migrate:currentVersion" : "knex migrate:currentVersion --cwd app/db", "db:seed:make" : "knex seed:make --cwd app/db/", "db:seed:run" : "knex seed:run --cwd app/db/", "db:help" : "knex --help"}, "keywords" : [], "author" : "Fernando L. Canizo <fernandocanizo@gmail.com>", "license" : "MIT", "dependencies" : {"bcryptjs" : "^2.4.3", "check-node-version" : "^4.0.3", "config" : "^3.3.2", "cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "ejs" : "~2.6.1", "express" : "~4.16.1", "http-errors" : "~1.6.3", "jsonwebtoken" : "^8.5.1", "knex" : "^0.21.12", "logform" : "^2.2.0", "morgan" : "~1.9.1", "pg" : "^8.5.1", "rfr" : "^1.2.3", "winston" : "^3.3.3"}, "devDependencies" : {"nodemon" : "^2.0.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "db:migrate:make": {"type": "string"}, "db:migrate:latest": {"type": "string"}, "db:migrate:up": {"type": "string"}, "db:migrate:rollback": {"type": "string"}, "db:migrate:down": {"type": "string"}, "db:migrate:currentVersion": {"type": "string"}, "db:seed:make": {"type": "string"}, "db:seed:run": {"type": "string"}, "db:help": {"type": "string"}}, "required": ["start", "test", "db:migrate:make", "db:migrate:latest", "db:migrate:up", "db:migrate:rollback", "db:migrate:down", "db:migrate:currentVersion", "db:seed:make", "db:seed:run", "db:help"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcryptjs": {"type": "string"}, "check-node-version": {"type": "string"}, "config": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "http-errors": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "knex": {"type": "string"}, "logform": {"type": "string"}, "morgan": {"type": "string"}, "pg": {"type": "string"}, "rfr": {"type": "string"}, "winston": {"type": "string"}}, "required": ["bcryptjs", "check-node-version", "config", "cookie-parser", "debug", "ejs", "express", "http-errors", "jsonwebtoken", "knex", "logform", "morgan", "pg", "rfr", "winston"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "private", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "reusablePlugItems": {"type": "array", "items": {"type": "object", "properties": {"alternateWeight": {"type": "number"}, "weight": {"type": "number"}, "plugItemHash": {"type": "integer"}}, "required": ["alternateWeight", "weight", "plugItemHash"]}}, "isFakePlugSet": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "redacted", "reusablePlugItems", "isFakePlugSet"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 1801, "hash" : 1244, "blacklisted" : false, "redacted" : false, "reusablePlugItems" : [{"alternateWeight" : 0.0, "weight" : 0.0, "plugItemHash" : 2931483505}, {"alternateWeight" : 0.0, "weight" : 0.0, "plugItemHash" : 12695374}, {"alternateWeight" : 0.0, "weight" : 0.0, "plugItemHash" : 12695375}], "isFakePlugSet" : true} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "reusablePlugItems": {"type": "array", "items": {"type": "object", "properties": {"alternateWeight": {"type": "number"}, "weight": {"type": "number"}, "plugItemHash": {"type": "integer"}}, "required": ["alternateWeight", "weight", "plugItemHash"]}}, "isFakePlugSet": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "redacted", "reusablePlugItems", "isFakePlugSet"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"course_code" : "GEOS3401", "course_name" : "Advanced Science Research Topic in Geographical Science", "faculty" : "Science", "school" : "Earth and Environment Sc Schl", "units" : "4", "duration" : "Two Semesters", "description" : "Individual research project in an area of specialisation offered (on a discretionary basis) by staff members in their field of interest. Where opportunities permit students will work alongside PhD candidates and/or staff on a dedicated component of an exisiting research project. \nDepartmental consent is required. Prior to obtaining consent, intending students must discuss their project with, and obtain agreement to supervise that project from, an appropriate member of academic staff. A consent form must be completed and submitted for approval before enrolment will be permitted.", "prerequisites" : "Permission Head of School", "incompatible" : "", "restricted" : "Minimum GPA of 5.5 required from at least #32 and enrolment in the BAdvSc(Hons)"} | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dic$1", "fields" : [{"name" : "a", "descriptor" : "Ldic;"}], "methods" : [{"name" : "<init>", "descriptor" : "(Ldic;Ljava/lang/String;)V"}, {"name" : "a", "descriptor" : "(Ldgk;)Ldic$a;"}, {"name" : "a", "descriptor" : "(Ljava/util/List;)V"}, {"name" : "run", "descriptor" : "()V"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$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": {"path": {"type": "string"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "body": {"type": "string"}}, "required": ["headers", "body"]}}}, "required": ["path", "responses"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"path" : "/test1", "responses" : [{"headers" : [{"name" : "test", "value" : "test1"}], "body" : "test1"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "body": {"type": "string"}}, "required": ["headers", "body"]}}}, "required": ["path", "responses"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "211381471501", "text" : "\u897f\u4ed3\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "gar": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "get-folder-size": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"async": {"type": "string"}, "gar": {"type": "string"}}, "required": ["async", "gar"]}}, "required": ["version", "resolved", "integrity", "requires"]}}, "required": ["async", "gar", "get-folder-size"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "toad_modules", "version" : "2.6.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"async" : {"version" : "1.4.2", "resolved" : "https://registry.npmjs.org/async/-/async-1.4.2.tgz", "integrity" : "sha1-bJ7csRztTw3S8tQNsNSaEJwIiqs="}, "gar" : {"version" : "1.0.2", "resolved" : "https://registry.npmjs.org/gar/-/gar-1.0.2.tgz", "integrity" : "sha512-Zn3tdQgiXQlVHiASU/cXzpo+EOC1qE/tOPdge6SjgJC39MxHFlESOHN38a9htTszCQy8rMWiPzoypL8sNv0ifg=="}, "get-folder-size" : {"version" : "1.0.1", "resolved" : "https://registry.npmjs.org/get-folder-size/-/get-folder-size-1.0.1.tgz", "integrity" : "sha1-gC+kIIQ03nEgUYKxWrfxNSCI5YA=", "requires" : {"async" : "1.4.2", "gar" : "1.0.2"}}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "gar": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "get-folder-size": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"async": {"type": "string"}, "gar": {"type": "string"}}, "required": ["async", "gar"]}}, "required": ["version", "resolved", "integrity", "requires"]}}, "required": ["async", "gar", "get-folder-size"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : ["\u9ad8\u5927", "\u9ad8\u7684", "\u9ad8\u6311"], "key" : "Tall"}, {"value" : ["\u5a01\u9707\u516b\u65b9", "\u7247", "\u4ee5\u66b4\u6613\u66b4"], "key" : "Walking Tall"}, {"value" : ["\u8352\u8bde\u4e0d\u7ecf\u7684\u6545\u4e8b", "\u8352\u8bde\u4e0d\u7ecf\u7684\u6545\u4e8b", "\u6d77\u5916\u5947\u8c08"], "key" : "Tall tale"}], "query" : "tall", "translation" : ["\u9ad8"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=tall"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=tall"}, "basic" : {"us-phonetic" : "t\u0254l", "phonetic" : "t\u0254\u02d0l", "uk-phonetic" : "t\u0254\u02d0l", "explains" : ["adj. \u9ad8\u7684\uff1b\u957f\u7684\uff1b\u8fc7\u5206\u7684\uff1b\u5938\u5927\u7684", "adv. \u5938\u5927\u5730", "n. (Tall)\u4eba\u540d\uff1b(\u9a6c\u91cc\u3001\u963f\u62c9\u4f2f)\u5854\u52d2\uff1b(\u82ac\u3001\u7f57\u3001\u745e\u5178)\u5854\u5c14\uff1b(\u82f1)\u6258\u5c14\uff1b(\u571f)\u5854\u52d2"]}, "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"mm3_kernel10": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["mm3_kernel10"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mm3_kernel10" : {"write" : {"device_start" : 1586199794.9540596, "host_queued_start" : 1586199877.99229, "device_queued" : 1586199794.9540443, "device_end" : 1586199794.954079, "host_queued_end" : 1586199877.992649}, "device" : "gpu", "nd_range" : {"device_start" : 1586199794.9540846, "device_end" : 1586199794.9541042}, "cmdq" : 0, "read" : {"device_start" : 1586199794.9541094, "device_end" : 1586199794.9541116}}} | json_instruct | {"type": "object", "properties": {"mm3_kernel10": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["mm3_kernel10"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 161658, "UUID" : "E62C5741-AAEB-48C5-ABDD-73DF31426723", "DataProviderID" : 1, "OperatorID" : 1, "UsageTypeID" : 1, "UsageCost" : "kostenlos", "AddressInfo" : {"ID" : 162015, "Title" : "Lidl Tinnum", "AddressLine1" : "Kiarwai 18", "Town" : "Sylt", "StateOrProvince" : "Schleswig-Holstein", "Postcode" : "25980", "CountryID" : 87, "Latitude" : 54.90140406515869, "Longitude" : 8.32930485697625, "DistanceUnit" : 0}, "Connections" : [{"ID" : 232621, "ConnectionTypeID" : 33, "StatusTypeID" : 50, "LevelID" : 3, "Amps" : 125, "Voltage" : 400, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 232622, "ConnectionTypeID" : 2, "StatusTypeID" : 50, "LevelID" : 3, "Amps" : 125, "Voltage" : 400, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 232623, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 3, "Amps" : 63, "Voltage" : 400, "PowerKW" : 43, "CurrentTypeID" : 20, "Quantity" : 1}], "NumberOfPoints" : 2, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-07-20T08:17:00Z", "DataQualityLevel" : 1, "DateCreated" : "2020-07-20T07:08:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["generator-localwebdevtoolkit"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bon$c", "methods" : [{"name" : "a", "descriptor" : "()Ljava/util/Collection;"}, {"name" : "b", "descriptor" : "()Lcom/google/gson/JsonObject;"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"state": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "serie": {"type": "string"}, "package": {"type": "object", "properties": {}, "required": []}}, "required": ["state", "name", "version", "serie", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"state" : true, "name" : "core", "version" : "2.2.1", "serie" : "2", "package" : {}} | json_instruct | {"type": "object", "properties": {"state": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "serie": {"type": "string"}, "package": {"type": "object", "properties": {}, "required": []}}, "required": ["state", "name", "version", "serie", "package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["minecraft:generic.armor", "minecraft:generic.armor_toughness", "minecraft:generic.attack_damage", "minecraft:generic.attack_knockback", "minecraft:generic.attack_speed", "minecraft:generic.flying_speed", "minecraft:generic.follow_range", "minecraft:generic.knockback_resistance", "minecraft:generic.luck", "minecraft:generic.max_health", "minecraft:generic.movement_speed", "minecraft:horse.jump_strength", "minecraft:zombie.spawn_reinforcements"] | json_instruct | {"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"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"rxjs-debugging-for-vs-code": {"type": "string"}}, "required": ["rxjs-debugging-for-vs-code"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "@types/vscode": {"type": "string"}, "jest": {"type": "string"}, "jest-runner-vscode": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "@types/vscode", "jest", "jest-runner-vscode", "ts-jest", "typescript"]}}, "required": ["name", "version", "license", "private", "engines", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@rxjs-debugging/extension-integrationtest", "version" : "1.1.1", "license" : "MIT", "private" : true, "engines" : {"vscode" : "^1.61.0"}, "scripts" : {"test" : "jest"}, "dependencies" : {"rxjs-debugging-for-vs-code" : "^1.1.1"}, "devDependencies" : {"@types/jest" : "27.0.3", "@types/node" : "16.11.11", "@types/vscode" : "1.61.0", "jest" : "27.4.3", "jest-runner-vscode" : "2.0.0", "ts-jest" : "27.1.0", "typescript" : "4.5.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"rxjs-debugging-for-vs-code": {"type": "string"}}, "required": ["rxjs-debugging-for-vs-code"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "@types/vscode": {"type": "string"}, "jest": {"type": "string"}, "jest-runner-vscode": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "@types/vscode", "jest", "jest-runner-vscode", "ts-jest", "typescript"]}}, "required": ["name", "version", "license", "private", "engines", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ags-stream", "arcgis-featureservice", "esri-gnip", "express-geoservices-adaptor", "featureservice2trigger", "fulcrum-ags-import", "koop", "koop-cloudant", "koop-provider", "koop-server", "nxus-data-loader", "nxus-data-manager", "shapefile-ags", "soda-geoservices", "winnow"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"no_of_atoms" : 95, "centre_of_mass" : [-7.230687894366011, 6.386231121317292, 17.273841644703065], "maximum_diameter" : {"diameter" : 14.120654295305595, "atom_1" : 6, "atom_2" : 90}, "pore_diameter" : {"diameter" : 3.1997486078039246, "atom" : 9}, "pore_volume" : 17.15324136445775, "pore_diameter_opt" : {"diameter" : 3.5258335010396498, "atom_1" : 36, "centre_of_mass" : [-7.224627830124138, 6.426173675952895, 17.456495562797517]}, "pore_volume_opt" : 22.950070402486396, "windows" : {"diameters" : [3.4289006384231366, 3.19994175830551, 2.773117911508142], "centre_of_mass" : [[-7.312387772770862, 9.72631511538631, 18.35325310861427], [-8.490841540547523, 5.3949071428869315, 17.565928146362822], [-4.783737472826008, 4.894812520402157, 17.77482046493724]]}} | json_instruct | {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "360725500598", "text" : "\u5929\u53f0\u5c71\u6797\u573a\u865a\u62df\u751f\u6d3b\u533a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"go-debug.js": {"type": "string"}, "go.js": {"type": "string"}}, "required": ["go-debug.js", "go.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"go-debug.js" : "sha512-XPup6Iwd+CvNy50TkfbEoAcN38gvv41WigGUk4LAnHgxwMAbuvz4bxee7ggtXRkwzfQsunV5A3igkW1MDNa+6g==", "go.js" : "sha512-R0wORD8wNQyYPmUUVdFaLlxAA7BspkGiAMOyFzw3AsR9MH04ax8enpB/l+P6gqzz9h91uBdNJh9QN1Wm3KWa1w=="} | json_instruct | {"type": "object", "properties": {"go-debug.js": {"type": "string"}, "go.js": {"type": "string"}}, "required": ["go-debug.js", "go.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "watch": {"type": "string"}, "watch:node": {"type": "string"}, "watch:ts": {"type": "string"}}, "required": ["test", "watch", "watch:node", "watch:ts"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/socket.io": {"type": "string"}, "concurrently": {"type": "string"}, "nodemon": {"type": "string"}, "readline": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["@types/node", "@types/socket.io", "concurrently", "nodemon", "readline", "socket.io"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "server", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "watch" : "concurrently -r -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"cyan.bold,green.bold\" \"npm run watch:ts\" \"npm run watch:node\"", "watch:node" : "nodemon dist/app.js", "watch:ts" : "tsc -w"}, "author" : "", "license" : "ISC", "dependencies" : {"@types/node" : "^10.12.10", "@types/socket.io" : "^2.1.0", "concurrently" : "^4.1.0", "nodemon" : "^1.18.6", "readline" : "^1.3.0", "socket.io" : "^2.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "watch": {"type": "string"}, "watch:node": {"type": "string"}, "watch:ts": {"type": "string"}}, "required": ["test", "watch", "watch:node", "watch:ts"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/socket.io": {"type": "string"}, "concurrently": {"type": "string"}, "nodemon": {"type": "string"}, "readline": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["@types/node", "@types/socket.io", "concurrently", "nodemon", "readline", "socket.io"]}}, "required": ["name", "version", "description", "main", "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}}, "required": ["commander"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["babel-eslint", "eslint"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "autodrop", "version" : "0.0.4", "description" : "Tool to create ready to use skeleton directories", "main" : "./lib/autodrop.js", "bin" : "./bin/autodrop.js", "scripts" : {"test" : "jest"}, "keywords" : ["React", "Component", "Quick", "Directory"], "author" : "marcosn <marcos@aftertype.com>", "license" : "MIT", "dependencies" : {"commander" : "^2.10.0"}, "devDependencies" : {"babel-eslint" : "^7.2.3", "eslint" : "^4.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}}, "required": ["commander"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["babel-eslint", "eslint"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$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.