input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Slack DevKit", "title" : "Slack DevKit: A light-weight developer kit to Build Slack Apps in node.js", "description" : "Slack DevKit is a light-weight developer kit to build Slack Apps in node.js super fast. No previous knowledge about building Slack Apps or Bots needed. Also includes automatic support for verifying requests from Slack and responding to validations."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"network": {"type": "string"}, "category": {"type": "string"}, "color": {"type": "string"}, "url": {"type": "string"}, "bookmarklets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}}, "required": ["name", "code"]}}}, "required": ["network", "category", "color", "url", "bookmarklets"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"network" : "FFFFOUND", "category" : "social", "color" : "#ff009c", "url" : "http://ffffound.com", "bookmarklets" : [{"name" : "Add", "code" : "javascript:void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://ffffound.com/bookmarklet.js');document.body.appendChild(e)})());"}]}
json_instruct
{"type": "object", "properties": {"network": {"type": "string"}, "category": {"type": "string"}, "color": {"type": "string"}, "url": {"type": "string"}, "bookmarklets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}}, "required": ["name", "code"]}}}, "required": ["network", "category", "color", "url", "bookmarklets"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1989, "sex" : "F", "n" : 5, "prop" : 2.51e-06}, {"year" : 1990, "sex" : "F", "n" : 6, "prop" : 2.92e-06}, {"year" : 1991, "sex" : "F", "n" : 6, "prop" : 2.95e-06}, {"year" : 1992, "sex" : "F", "n" : 6, "prop" : 2.99e-06}, {"year" : 2000, "sex" : "F", "n" : 5, "prop" : 2.51e-06}, {"year" : 2005, "sex" : "F", "n" : 5, "prop" : 2.47e-06}, {"year" : 2006, "sex" : "F", "n" : 5, "prop" : 2.39e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101852831, "type" : "Feature", "properties" : {"src:alt_label" : "whosonfirst", "src:geom" : "whosonfirst", "wof:geomhash" : "b77ebc5e2e8ec1c16673afed7b0abbd5", "wof:id" : 101852831, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-3.692033, 51.709078, -3.692033, 51.709078], "geometry" : {"coordinates" : [-3.692033, 51.709078], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"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" : "2003", "provinceId" : "71", "regencyId" : "10", "districtId" : "02", "name" : "Bulawan"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["310115141001", "\u5357\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["310115141002", "\u4e09\u7076\u5c45\u59d4\u4f1a", "111", "0"], ["310115141003", "\u6b23\u677e\u82d1\u5c45\u59d4\u4f1a", "111", "0"], ["310115141004", "\u6b23\u5170\u82d1\u5c45\u59d4\u4f1a", "111", "0"], ["310115141005", "\u827a\u6cf0\u5b89\u90a6\u5c45\u59d4\u4f1a", "111", "0"], ["310115141006", "\u660e\u7965\u82d1\u5c45\u59d4\u4f1a", "111", "0"], ["310115141007", "\u67ab\u4e39\u767d\u9732\u5c45\u59d4\u4f1a", "111", "0"], ["310115141008", "\u67ab\u5ead\u5c45\u59d4\u4f1a", "111", "0"], ["310115141009", "\u660e\u548c\u5c45\u59d4\u4f1a", "111", "0"], ["310115141201", "\u5f20\u5bb6\u6865\u6751\u6751\u59d4\u4f1a", "111", "0"], ["310115141202", "\u65b0\u5b89\u6751\u6751\u59d4\u4f1a", "112", "0"], ["310115141203", "\u4e2d\u5fc3\u6751\u6751\u59d4\u4f1a", "112", "0"], ["310115141204", "\u9646\u6865\u6751\u6751\u59d4\u4f1a", "112", "0"], ["310115141205", "\u5ba3\u6865\u6751\u6751\u59d4\u4f1a", "112", "0"], ["310115141206", "\u957f\u6625\u6751\u6751\u59d4\u4f1a", "112", "0"], ["310115141207", "\u5b63\u6865\u6751\u6751\u59d4\u4f1a", "112", "0"], ["310115141208", "\u9879\u57ed\u6751\u6751\u59d4\u4f1a", "112", "0"], ["310115141209", "\u5149\u8f89\u6751\u6751\u59d4\u4f1a", "112", "0"], ["310115141210", "\u5149\u660e\u6751\u6751\u59d4\u4f1a", "111", "0"], ["310115141211", "\u8170\u8def\u6751\u6751\u59d4\u4f1a", "112", "0"], ["310115141212", "\u4e09\u7076\u6751\u6751\u59d4\u4f1a", "112", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "dirty-oar-beer-company", "name" : "Dirty Oar Beer Company", "brewery_type" : "micro", "street" : "329 W King St", "city" : "Cocoa", "state" : "Florida", "postal_code" : "32922-4607", "website_url" : "http://dirtyoarbeercompany.com/", "phone" : "", "created_at" : "2018-07-24 01:33:12.605947", "updated_at" : "2018-08-24 00:27:07.360383", "country" : "United States", "longitude" : "-80.7473064", "latitude" : "28.355795", "tags" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "23433020", "name" : "Church Road", "nodes" : [{"type" : "node", "id" : 4536073, "lat" : 52.1835302, "lon" : -0.8271719}, {"type" : "node", "id" : 4536105, "lat" : 52.1834283, "lon" : -0.8278274, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 4536106, "lat" : 52.1833221, "lon" : -0.828352, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 4536107, "lat" : 52.1832124, "lon" : -0.8288475, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 4536108, "lat" : 52.1831572, "lon" : -0.8290275}, {"type" : "node", "id" : 4536109, "lat" : 52.1830756, "lon" : -0.8290708, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 4536110, "lat" : 52.1830135, "lon" : -0.8290521, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 4536111, "lat" : 52.1825567, "lon" : -0.8287559}, {"type" : "node", "id" : 330074854, "lat" : 52.1831184, "lon" : -0.8290638, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 2441923290, "lat" : 52.1829838, "lon" : -0.8290329}], "volunteer_postcode" : "NN7 2DE", "closest_distance" : 22}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"last_check" : "2016-10-06T01:28:46Z", "pypi_version" : "8.1.2"}
json_instruct
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "multer": {"type": "string"}, "sharp": {"type": "string"}}, "required": ["body-parser", "express", "multer", "sharp"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}}, "required": ["name", "version", "description", "repository", "private", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "imageapi", "version" : "1.0.0", "description" : "image management api", "repository" : {}, "private" : true, "scripts" : {"start" : "node index.js"}, "author" : "Dave Svatora", "license" : "MIT", "dependencies" : {"body-parser" : "^1.19.0", "express" : "^4.17.1", "multer" : "^1.4.2", "sharp" : "^0.23.0"}, "devDependencies" : {"standard" : "^14.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "multer": {"type": "string"}, "sharp": {"type": "string"}}, "required": ["body-parser", "express", "multer", "sharp"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}}, "required": ["name", "version", "description", "repository", "private", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "563528db15d6b208463828658fad54a147ddc6ac"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"analytics.js": {"type": "string"}, "analytics.min.js": {"type": "string"}}, "required": ["analytics.js", "analytics.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"analytics.js" : "sha512-QthyMjBd6PyGRDf/Xj4VlwDlXlnnzEhXkAAb6w9CQ3lofWPgn0W09/lppdnxa2Z0fNmshAgkAQVcEJXk8ueq6A==", "analytics.min.js" : "sha512-c0xIj5NX1afnSAOLdnUm5xf7NAaX9eadmetuRyO/e3NpcrRaWQj62xGTxjwnVxm5wqtMbgL06zoPUL6RR5OkFQ=="}
json_instruct
{"type": "object", "properties": {"analytics.js": {"type": "string"}, "analytics.min.js": {"type": "string"}}, "required": ["analytics.js", "analytics.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"side": {"type": "string"}, "post": {"type": "string"}}, "required": ["side", "post"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ilikewood:block/wall/inventory/template", "textures" : {"side" : "block/stripped_jungle_log", "post" : "block/jungle_log"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"side": {"type": "string"}, "post": {"type": "string"}}, "required": ["side", "post"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "description", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mlazarov/supervisord-monitor", "description" : "Supervisord Multi Server Monitoring Tool", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "description", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import _defineProperty from \"@babel/runtime-corejs2/helpers/esm/defineProperty\";\nvar __jsx = React.createElement;\nimport React, { Component } from \"react\";\nimport Router from \"next/router\";\nexport default class _error extends Component {\n constructor(...args) {\n super(...args);\n\n _defineProperty(this, \"componentDidMount\", () => {\n Router.push(\"/components\");\n });\n }\n\n render() {\n return __jsx(\"div\", null);\n }\n\n}", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"git.ignoreLimitWarning": {"type": "boolean"}, "liveServer.settings.root": {"type": "string"}, "liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["git.ignoreLimitWarning", "liveServer.settings.root", "liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"git.ignoreLimitWarning" : true, "liveServer.settings.root" : "/dist/RLYEH", "liveServer.settings.multiRootWorkspaceName" : "RLYEH"}
json_instruct
{"type": "object", "properties": {"git.ignoreLimitWarning": {"type": "boolean"}, "liveServer.settings.root": {"type": "string"}, "liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["git.ignoreLimitWarning", "liveServer.settings.root", "liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"axillary_lymph_node": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "number"}, "negative_f1_score": {"type": "number"}}, "required": ["accuracy", "roc_auc", "recall", "precision", "f1_score", "negative_recall", "negative_precision", "negative_f1_score"]}}, "required": ["axillary_lymph_node"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"axillary_lymph_node" : {"accuracy" : 0.92875, "roc_auc" : 0.9095489738232764, "recall" : 0.6962025316455697, "precision" : 0.625, "f1_score" : 0.6586826347305389, "negative_recall" : 0.9542302357836339, "negative_precision" : 0.9662921348314607, "negative_f1_score" : 0.9602233077459874}}
json_instruct
{"type": "object", "properties": {"axillary_lymph_node": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "number"}, "negative_f1_score": {"type": "number"}}, "required": ["accuracy", "roc_auc", "recall", "precision", "f1_score", "negative_recall", "negative_precision", "negative_f1_score"]}}, "required": ["axillary_lymph_node"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "AbilityData", "flags" : 8, "props" : [{"type" : "Bool", "name" : "Empty", "flags" : 4295229472}, {"type" : "gameItemID", "name" : "ID", "flags" : 4295229472}, {"type" : "String", "name" : "Name", "flags" : 4295229472}, {"type" : "String", "name" : "IconPath", "flags" : 4295229472}, {"type" : "String", "name" : "CategoryName", "flags" : 4295229472}, {"type" : "String", "name" : "Description", "flags" : 4295229472}, {"type" : "gamedataEquipmentArea", "name" : "EquipmentArea", "flags" : 4295229472}, {"type" : "Bool", "name" : "IsEquipped", "flags" : 4295229472}, {"type" : "handle:gameItemData", "name" : "GameItemData", "flags" : 4429447200}, {"type" : "Int32", "name" : "AssignedIndex", "flags" : 4295229472}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ATP synthase F1 sector subunit beta": {"type": "string"}, "F-ATPase subunit beta": {"type": "string"}, "Q85V27": {"type": "string"}, "ATPB_BRIAM": {"type": "string"}, "ATP synthase subunit beta, chloroplastic": {"type": "string"}, "atpB": {"type": "string"}}, "required": ["ATP synthase F1 sector subunit beta", "F-ATPase subunit beta", "Q85V27", "ATPB_BRIAM", "ATP synthase subunit beta, chloroplastic", "atpB"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ATP synthase F1 sector subunit beta" : "Q85V27", "F-ATPase subunit beta" : "Q85V27", "Q85V27" : "Q85V27", "ATPB_BRIAM" : "Q85V27", "ATP synthase subunit beta, chloroplastic" : "Q85V27", "atpB" : "Q85V27"}
json_instruct
{"type": "object", "properties": {"ATP synthase F1 sector subunit beta": {"type": "string"}, "F-ATPase subunit beta": {"type": "string"}, "Q85V27": {"type": "string"}, "ATPB_BRIAM": {"type": "string"}, "ATP synthase subunit beta, chloroplastic": {"type": "string"}, "atpB": {"type": "string"}}, "required": ["ATP synthase F1 sector subunit beta", "F-ATPase subunit beta", "Q85V27", "ATPB_BRIAM", "ATP synthase subunit beta, chloroplastic", "atpB"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "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" : "\u5409\u751f\u91ab\u7642\u5668\u6750\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99719502", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6c50\u6b62\u5340\u5eb7\u5be7\u8857169\u5df731\u4e4b1\u865f2\u6a13\u4e4b1\u30018\u6a13\u4e4b1\u30018\u6a13\u4e4b2", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u6c50\u6b62\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u838a\u660e\u5f97", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "24417512", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0980826", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["33\u5176\u4ed6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["332\u91ab\u7642\u5668\u6750\u53ca\u7528\u54c1"]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"rxdb.browserify.js": {"type": "string"}, "rxdb.browserify.min.js": {"type": "string"}}, "required": ["rxdb.browserify.js", "rxdb.browserify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rxdb.browserify.js" : "sha256-wBNdbrrpaFFV2x54lswZwOhYHHjA6AWG+cliQR84K+o=", "rxdb.browserify.min.js" : "sha256-B4OdRvN9iAirB4srYs2TrMYr8A09eWKAU5GTaAy9CDE="}
json_instruct
{"type": "object", "properties": {"rxdb.browserify.js": {"type": "string"}, "rxdb.browserify.min.js": {"type": "string"}}, "required": ["rxdb.browserify.js", "rxdb.browserify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 34, "n_trials" : 340, "objective" : "schwefel_on_cube", "white" : "optuna_tpe", "black" : "pymoo_nelder", "traceback" : ["passing", "passing"], "best_val" : [10.000591925051651, 10.74861038962405], "best_x" : [[0.686758538830539, 0.028018046822856146, 0.06813493053261316, 0.48863762977014247, 0.9994329539761536, 0.6996753705175354, 0.6282341043924096, 0.28659933017549455, 0.9995910227790257, 0.10335184599389473, 0.39859502317027906, 0.9325593593644761, 0.6887305158237993, 0.5055592398071904, 0.4956381106058222, 0.9925838639550264, 0.0013726794830464673, 0.3026533997509918, 0.9981014064272, 0.7441680894545145, 0.44450182221295864, 0.9982139831629664, 0.18448172785519779, 0.12931785100876816, 0.08368700829535551, 0.579265003164188, 0.9989159180882862, 0.5011175563260425, 0.7648728925517523, 0.9806004026843715, 0.07933908568646718, 0.9391038713861076, 0.6534735774248752, 0.6981184450133471], [0.4117832207390684, 0.18191661942471132, 0.696081769716243, 0.7713569234143138, 0.17492586967520252, 0.9921281946100794, 0.7639736032913476, 0.9872149574068819, 0.9228982011689073, 0.5007353006478521, 0.35169566199658786, 0.9881741170089069, 0.7192826784069851, 0.6397018402372104, 0.9885955213672576, 0.3344342242470098, 0.02070854503211185, 0.2801405122500978, 0.7015971694474034, 0.4732558280357371, 0.16877418953296686, 0.1380070394645638, 0.7437382962805783, 0.30123017624706067, 0.40305319987768656, 0.7212160491538041, 0.3443978821918002, 0.2502176331390642, 0.7189869996174303, 0.19295640502992983, 0.7496750522685793, 0.8115000419649693, 0.9873267193848031, 0.47798474565986715]], "feval_count" : [340, 340], "n_trials_instructed" : [340, 340], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "optuna_tpe", "loser" : "pymoo_nelder"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Startcode\\Commando\\": {"type": "string"}}, "required": ["Startcode\\Commando\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["name", "type", "description", "keywords", "license", "authors", "autoload", "require-dev", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "startcode/commando", "type" : "library", "description" : "PHP command-line interface", "keywords" : ["commando", "cli", "command-line"], "license" : "MIT", "authors" : [{"name" : "Drasko Gomboc", "email" : "drasko.gomboc@gmail.com"}, {"name" : "Zeljko Simic", "email" : "zeljkosbgd@gmail.com"}, {"name" : "Petar Kapulica", "email" : "epkapuleti@gmail.com"}, {"name" : "Nemanja Mirkov", "email" : "mirkovnemanja@gmail.com"}, {"name" : "Vladan Zoricic", "email" : "vladan.zoricic@gmail.com"}], "autoload" : {"psr-4" : {"Startcode\\Commando\\" : "src/"}}, "require-dev" : {"phpunit/phpunit" : "8.2.*"}, "require" : {"php" : ">=7.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Startcode\\Commando\\": {"type": "string"}}, "required": ["Startcode\\Commando\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["name", "type", "description", "keywords", "license", "authors", "autoload", "require-dev", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1925, 5], [1926, 8], [1927, 7], [1928, 5], [1929, 10], [1930, 9], [1931, 14], [1932, 11], [1933, 14], [1934, 28], [1935, 23], [1936, 28], [1937, 33], [1938, 29], [1939, 42], [1940, 38], [1941, 28], [1942, 43], [1943, 36], [1944, 31], [1945, 34], [1946, 57], [1947, 41], [1948, 66], [1949, 76], [1950, 82], [1951, 100], [1952, 92], [1953, 109], [1954, 124], [1955, 109], [1956, 128], [1957, 117], [1958, 130], [1959, 122], [1960, 124], [1961, 132], [1962, 134], [1963, 112], [1964, 94], [1965, 102], [1966, 105], [1967, 88], [1968, 91], [1969, 115], [1970, 120], [1971, 89], [1972, 62], [1973, 76], [1974, 187], [1975, 161], [1976, 173], [1977, 182], [1978, 136], [1979, 116], [1980, 145], [1981, 131], [1982, 135], [1983, 127], [1984, 97], [1985, 86], [1986, 79], [1987, 67], [1988, 62], [1989, 59], [1990, 46], [1991, 60], [1992, 63], [1993, 45], [1994, 50], [1995, 49], [1996, 41], [1997, 33], [1998, 35], [1999, 21], [2000, 38], [2001, 56], [2002, 50], [2003, 51], [2004, 43], [2005, 57], [2006, 43], [2007, 61], [2008, 41], [2009, 42], [2010, 46], [2011, 45], [2012, 30], [2013, 31], [2014, 43]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2002, 7], [2004, 6], [2006, 8], [2010, 5], [2011, 7], [2012, 5], [2013, 6], [2014, 11]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"defaults": {"type": "object", "properties": {"weather": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["weather", "temperature"]}, "use": {"type": "object", "properties": {"weather": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["weather", "temperature"]}, "weather": {"type": "object", "properties": {"Clear": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}, "sky": {"type": "string"}}, "required": ["primary", "secondary", "sky"]}, "Clouds": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}, "sky": {"type": "string"}}, "required": ["primary", "secondary", "sky"]}, "Rain": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}, "sky": {"type": "string"}}, "required": ["primary", "secondary", "sky"]}, "Drizzle": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}, "sky": {"type": "string"}}, "required": ["primary", "secondary", "sky"]}}, "required": ["Clear", "Clouds", "Rain", "Drizzle"]}, "sun": {"type": "object", "properties": {"timeRange": {"type": "integer"}, "rise": {"type": "object", "properties": {"primary": {"type": "string"}}, "required": ["primary"]}, "set": {"type": "object", "properties": {}, "required": []}}, "required": ["timeRange", "rise", "set"]}, "temperature": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "units": {"type": "string"}, "freezing": {"type": "object", "properties": {"max": {"type": "integer"}, "primary": {"type": "string"}}, "required": ["max", "primary"]}}, "required": ["enabled", "units", "freezing"]}}, "required": ["defaults", "use", "weather", "sun", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"defaults" : {"weather" : "sunny", "temperature" : "warm"}, "use" : {"weather" : "main", "temperature" : "temp"}, "weather" : {"Clear" : {"primary" : "#AAAAAA", "secondary" : "#BBBBBB", "sky" : "#b3e5fc"}, "Clouds" : {"primary" : "#AAAAAA", "secondary" : "#BBBBBB", "sky" : "#b0bec5"}, "Rain" : {"primary" : "#AAAAAA", "secondary" : "#BBBBBB", "sky" : "#78909c"}, "Drizzle" : {"primary" : "#AAAAAA", "secondary" : "#BBBBBB", "sky" : "#b0bec5"}}, "sun" : {"timeRange" : 30, "rise" : {"primary" : ""}, "set" : {}}, "temperature" : {"enabled" : false, "units" : "celsius", "freezing" : {"max" : 10, "primary" : ""}}}
json_instruct
{"type": "object", "properties": {"defaults": {"type": "object", "properties": {"weather": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["weather", "temperature"]}, "use": {"type": "object", "properties": {"weather": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["weather", "temperature"]}, "weather": {"type": "object", "properties": {"Clear": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}, "sky": {"type": "string"}}, "required": ["primary", "secondary", "sky"]}, "Clouds": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}, "sky": {"type": "string"}}, "required": ["primary", "secondary", "sky"]}, "Rain": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}, "sky": {"type": "string"}}, "required": ["primary", "secondary", "sky"]}, "Drizzle": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}, "sky": {"type": "string"}}, "required": ["primary", "secondary", "sky"]}}, "required": ["Clear", "Clouds", "Rain", "Drizzle"]}, "sun": {"type": "object", "properties": {"timeRange": {"type": "integer"}, "rise": {"type": "object", "properties": {"primary": {"type": "string"}}, "required": ["primary"]}, "set": {"type": "object", "properties": {}, "required": []}}, "required": ["timeRange", "rise", "set"]}, "temperature": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "units": {"type": "string"}, "freezing": {"type": "object", "properties": {"max": {"type": "integer"}, "primary": {"type": "string"}}, "required": ["max", "primary"]}}, "required": ["enabled", "units", "freezing"]}}, "required": ["defaults", "use", "weather", "sun", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {}}, "families": {"type": "array", "items": {}}}, "required": ["id", "events", "families"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "minecraft:item", "events" : [], "families" : []}, {"id" : "minecraft:falling_block", "events" : [], "families" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {}}, "families": {"type": "array", "items": {}}}, "required": ["id", "events", "families"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["entity", "type", "id", "offset"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"content" : "If I look back to 2010 compare to 2015, I see no difference. Spendaholic gov + local gov, infrastructure crumbling. #budget2015 #bbcdp", "entities" : [{"entity" : "budget2015", "type" : "topic keyword", "id" : 2, "offset" : 118}], "topics" : [{"topic" : "economy", "id" : 1}], "tweet_id" : "578200334423703552"}
json_instruct
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["entity", "type", "id", "offset"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"settings": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "enabled": {"type": "integer"}, "version": {"type": "string"}}, "required": ["action", "enabled", "version"]}}}, "required": ["actions"]}, "sources": {"type": "object", "properties": {"test.less": {"type": "boolean"}}, "required": ["test.less"]}, "errors": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "integer"}, "message": {"type": "string"}}, "required": ["file", "line", "message"]}}}, "required": ["settings", "sources", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"settings" : {"actions" : [{"action" : "less", "enabled" : 1, "version" : "*-stable"}]}, "sources" : {"test.less" : true}, "errors" : [{"file" : "test.less", "line" : 7, "message" : "ParseError: Unrecognised input"}]}
json_instruct
{"type": "object", "properties": {"settings": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "enabled": {"type": "integer"}, "version": {"type": "string"}}, "required": ["action", "enabled", "version"]}}}, "required": ["actions"]}, "sources": {"type": "object", "properties": {"test.less": {"type": "boolean"}}, "required": ["test.less"]}, "errors": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "integer"}, "message": {"type": "string"}}, "required": ["file", "line", "message"]}}}, "required": ["settings", "sources", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accountLinkingWhitelistedDomains" : null, "asin" : "B01I7AKWMA", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "Think you're familiar with various models of cars?\n\nTest your knowledge with this quiz on a few obscure and well known models.", "enablement" : null, "exampleInteractions" : ["Alexa, open car maker quiz.", "Alexa, start car maker quiz.", "Alexa, begin car maker quiz."], "firstReleaseDate" : 1468402056.1, "homepageLinkText" : null, "homepageLinkUrl" : null, "id" : "amzn1.echo-sdk-ams.app.3571781b-4490-43e6-a429-c2631f12103d", "imageAltText" : "Car Maker Quiz icon", "imageUrl" : "https://github.com/dale3h/alexa-skills-list/raw/master/skills/B01I7AKWMA/skill_icon", "inAppPurchasingSupported" : false, "launchPhrase" : "car maker quiz", "name" : "Car Maker Quiz", "numberOfReviews" : 0, "pamsPartnerId" : null, "permissions" : null, "privacyPolicyUrl" : null, "shortDescription" : "Car Maker Quiz", "skillTypes" : null, "stage" : "live", "termsOfUseUrl" : null, "vendorId" : "M3PNH6LGRLGFUT", "vendorName" : "Carl"}
json_instruct
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$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": {"dev": {"type": "string"}}, "required": ["dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bcrypt": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "helmet": {"type": "string"}, "hpp": {"type": "string"}, "morgan": {"type": "string"}, "multer": {"type": "string"}, "mysql2": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "sequelize": {"type": "string"}, "sequelize-cli": {"type": "string"}}, "required": ["axios", "bcrypt", "cookie-parser", "cors", "dotenv", "express", "express-session", "helmet", "hpp", "morgan", "multer", "mysql2", "passport", "passport-local", "sequelize", "sequelize-cli"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-jsx-a11y", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-nodebird-server", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"dev" : "nodemon"}, "author" : "ZeroCho", "license" : "MIT", "dependencies" : {"axios" : "^0.19.2", "bcrypt" : "^5.0.0", "cookie-parser" : "^1.4.5", "cors" : "^2.8.5", "dotenv" : "^8.2.0", "express" : "^4.17.1", "express-session" : "^1.17.1", "helmet" : "^3.23.2", "hpp" : "^0.2.3", "morgan" : "^1.10.0", "multer" : "^1.4.2", "mysql2" : "^2.1.0", "passport" : "^0.4.1", "passport-local" : "^1.0.0", "sequelize" : "^6.1.0", "sequelize-cli" : "^6.0.0"}, "devDependencies" : {"eslint" : "^7.3.1", "eslint-config-airbnb" : "^18.2.0", "eslint-plugin-jsx-a11y" : "^6.3.1", "nodemon" : "2.0.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bcrypt": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "helmet": {"type": "string"}, "hpp": {"type": "string"}, "morgan": {"type": "string"}, "multer": {"type": "string"}, "mysql2": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "sequelize": {"type": "string"}, "sequelize-cli": {"type": "string"}}, "required": ["axios", "bcrypt", "cookie-parser", "cors", "dotenv", "express", "express-session", "helmet", "hpp", "morgan", "multer", "mysql2", "passport", "passport-local", "sequelize", "sequelize-cli"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-jsx-a11y", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "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"}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "rimraf": {"type": "string"}, "tempfile": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "rimraf", "tempfile", "xo"]}, "dependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "globby": {"type": "string"}, "joi": {"type": "string"}}, "required": ["debug", "globby", "joi"]}, "xo": {"type": "object", "properties": {"space": {"type": "boolean"}}, "required": ["space"]}}, "required": ["name", "version", "description", "main", "scripts", "files", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "copy-files", "version" : "1.0.0", "description" : "Copy files", "main" : "test.js", "scripts" : {"test" : "xo && ava"}, "files" : ["index.js"], "engines" : {"node" : ">=7"}, "repository" : {"type" : "git", "url" : "git+https://github.com/vivekimsit/node-copy-files.git"}, "keywords" : ["files", "copy", "util"], "author" : "vivekimsit@gmail.com", "license" : "MIT", "bugs" : {"url" : "https://github.com/vivekimsit/node-copy-files/issues"}, "homepage" : "https://github.com/vivekimsit/node-copy-files#readme", "devDependencies" : {"ava" : "*", "rimraf" : "^2.5.4", "tempfile" : "^2.0.0", "xo" : "*"}, "dependencies" : {"debug" : "^3.1.0", "globby" : "^8.0.1", "joi" : "^13.3.0"}, "xo" : {"space" : true}}
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"]}, "files": {"type": "array", "items": {"type": "string"}}, "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"}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "rimraf": {"type": "string"}, "tempfile": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "rimraf", "tempfile", "xo"]}, "dependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "globby": {"type": "string"}, "joi": {"type": "string"}}, "required": ["debug", "globby", "joi"]}, "xo": {"type": "object", "properties": {"space": {"type": "boolean"}}, "required": ["space"]}}, "required": ["name", "version", "description", "main", "scripts", "files", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"24165": {"type": "string"}, "24168": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}}, "required": ["24165", "24168"]}, "timeto": {"type": "object", "properties": {"24165": {"type": "number"}, "24168": {"type": "number"}}, "required": ["24165", "24168"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 24167, "title" : ["[Necropolis, Excavation]"], "description" : ["The excavation site is just a mere niche into the side of a limestone cliff that overlooks a cerulean phantasmal forest. Though quite the drop, it offers a vast spectacle of the Miasmic Verge. Dangling down into the fissure, an old knotted rope could reach a section below."], "paths" : ["Obvious exits: down"], "location" : "the Feywrot Mire", "wayto" : {"24165" : "crawl down", "24168" : {"file" : "string_procs/wayto/24167_24168.rb"}}, "timeto" : {"24165" : 0.2, "24168" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"24165": {"type": "string"}, "24168": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}}, "required": ["24165", "24168"]}, "timeto": {"type": "object", "properties": {"24165": {"type": "number"}, "24168": {"type": "number"}}, "required": ["24165", "24168"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "1. \u4ec0\u4e48\u662f\u503a\u6743\u8f6c\u8ba9\uff1f", "content" : "\u6307\u503a\u6743\u6301\u6709\u4eba\u901a\u8fc7\u8bfa\u8bfa\u9551\u5ba2\u503a\u6743\u8f6c\u8ba9\u5e73\u53f0\u5c06\u503a\u6743\u6302\u51fa\u4e14\u4e0e\u8d2d\u4e70\u4eba\u7b7e\u8ba2\u503a\u8f6c\u534f\u8bae\uff0c\u5c06\u6240\u6301\u6709\u7684\u503a\u6743\u8f6c\u8ba9\u7ed9\u8d2d\u4e70\u4eba\u7684\u64cd\u4f5c\u3002"}, {"title" : "2. \u4ec0\u4e48\u6837\u7684\u503a\u6743\u53ef\u4ee5\u8f6c\u8ba9\uff1f", "content" : "a\u3001\u503a\u6743\u9700\u6301\u67093\u4e2a\u6708\u4ee5\u4e0a<br>b\u3001\u6709\u903e\u671f\u8bb0\u5f55\u7684\u503a\u6743\u4e0d\u652f\u6301\u503a\u8f6c<br>c\u3001\u65b0\u5ba2\u4f53\u9a8c\u8ba1\u5212\u30010\u5143\u8ba1\u5212\u548c\u61d2\u4eba\u8ba1\u5212\u4e0d\u652f\u6301\u503a\u8f6c"}, {"title" : "3. \u5982\u4f55\u8d2d\u4e70\u503a\u6743\uff1f", "content" : "\u60a8\u53ef\u4ee5\u5728\u6295\u8d44\u52a8\u6001->\u5168\u90e8\u52a8\u6001\u3001\u6295\u8d44\u52a8\u6001->\u8bfa\u8bfa\u503a\u8f6c\u3001\u503a\u6743\u8f6c\u8ba9\u5217\u8868\u9875\u9762\u8fdb\u884c\u8d2d\u4e70\u503a\u6743\u3002<br>\u767b\u5f55\u540e\u53ef\u4ee5\u6309\u7167\u4efd\u6570\u8d2d\u4e70\u503a\u6743\uff0c\u5728\u786e\u8ba4\u8d2d\u4e70\u4efd\u6570\u53ca\u91d1\u989d\u7b49\u4fe1\u606f\u540e\u70b9\u51fb\u786e\u5b9a\u6309\u94ae\uff0c\u5373\u5b8c\u6210\u503a\u6743\u7684\u8d2d\u4e70\uff0c\u6b64\u7b14\u503a\u6743\u7684\u6301\u6709\u4eba\u5373\u53d1\u751f\u4e86\u53d8\u66f4\u3002\u8d2d\u4e70\u6210\u529f\u540e\uff0c\u53ef\u4ee5\u5728\u6211\u7684\u9551\u5ba2\u6295\u8d44\u8bb0\u5f55\u91cc\u8bfa\u8bfa\u503a\u8f6c\u4e2d\u67e5\u770b\u4ea4\u6613\u8bb0\u5f55\uff0c\u503a\u6743\u8fd8\u6b3e\u8be6\u60c5\u7b49\u3002"}, {"title" : "4. \u4ec0\u4e48\u662f\u8f6c\u8ba9\u6298\u6263\uff1f", "content" : "\u503a\u6743\u8f6c\u51fa\u4eba\u5728\u51fa\u552e\u503a\u6743\u65f6\uff0c\u9009\u62e9\u5728\u5f85\u6536\u672c\u91d1\u4ef7\u683c\u4e0a\u8fdb\u884c\u6253\u6298\u6216\u6ea2\u4ef7\uff0c\u7ed9\u4e88\u503a\u6743\u8d2d\u4e70\u4eba\u6298\u6263\u7684\u8ba9\u5229\u884c\u4e3a\u6216\u52a0\u4ef7\u884c\u4e3a\u3002\u503a\u6743\u8f6c\u51fa\u4eba\u53ef\u5c06\u8f6c\u8ba9\u6298\u6263\u8bbe\u7f6e\u572890%\u5230100%\u7684\u8303\u56f4\u5185\u3002"}, {"title" : "5. \u5982\u4f55\u8f6c\u8ba9\u503a\u6743\uff1f", "content" : "\u503a\u6743\u6301\u6709\u4eba\u5728\u6211\u7684\u8d26\u6237->\u6211\u7684\u503a\u6743\u5217\u8868\u4e2d\u5bf9\u53ef\u4ee5\u8f6c\u8ba9\u7684\u503a\u6743\u8fdb\u884c\u503a\u8f6c\uff0c\u503a\u8f6c\u65f6\u987b\u8bbe\u5b9a\u503a\u8f6c\u6807\u9898\uff0c\u8f6c\u8ba9\u4efd\u6570\uff0c\u8f6c\u8ba9\u7cfb\u6570\u7b49\u53c2\u6570\u3002\u8f6c\u8ba9\u5468\u671f\u4e3a3\u5929\uff0c\u59823\u5929\u5185\u672a\u5168\u90e8\u503a\u8f6c\u6210\u529f\uff0c\u5269\u4f59\u503a\u6743\u4ecd\u6309\u539f\u8ba1\u5212\u4ea7\u54c1\u6536\u606f\u7ed3\u7b97\uff1b\u8f6c\u8ba9\u6210\u529f\u5e73\u53f0\u6536\u53d6\u4e00\u5b9a\u7684\u8f6c\u8ba9\u624b\u7eed\u8d39\uff0c\u5173\u4e8e\u8f6c\u8ba9\u624b\u7eed\u8d39\u7684\u6536\u53d6\u8bf7\u53c2\u7167\u5e2e\u52a9\u201c\u503a\u6743\u8f6c\u8ba9\u5982\u4f55\u6536\u8d39\uff1f\u201d\u3002"}, {"title" : "6. \u503a\u6743\u8f6c\u8ba9\u5982\u4f55\u6536\u8d39\uff1f", "content" : "1\u3001\u503a\u6743\u8f6c\u8ba9\u6210\u529f\u540e\uff0c\u5e73\u53f0\u7f51\u7ad9\u4f1a\u5411\u8f6c\u8ba9\u4eba\u6536\u53d6\u5b8c\u6210\u8f6c\u8ba9\u91d1\u989d\u7684\u4e00\u5b9a\u6bd4\u4f8b\u7684\u8f6c\u8ba9\u670d\u52a1\u8d39\u3002<br>2\u3001\u8d2d\u5165\u503a\u6743\u7684\u7528\u6237\u9664\u652f\u4ed8\u7ed9\u503a\u6743\u8f6c\u51fa\u8005\u76f8\u5e94\u7684\u91d1\u989d\u5916\uff0c\u65e0\u9700\u627f\u62c5\u4efb\u4f55\u8d39\u7528\u3002<br>\u8f6c\u8ba9\u670d\u52a1\u8d39=\u6bcf\u4efd\u503a\u6743\u8f6c\u8ba9\u4ef7\u683c*\u8f6c\u8ba9\u4efd\u989d\u00a0*\u00a0c%\u00a0<br>3\u3001\u670d\u52a1\u8d39\u6bd4\u4f8bC%=0.5%\uff08\u5e73\u53f0\u7f51\u7ad9\u4fdd\u7559\u6839\u636e\u5e02\u573a\u884c\u60c5\u548c\u8fd0\u8425\u60c5\u51b5\u7684\u53d8\u5316\u5bf9\u670d\u52a1\u8d39\u6bd4\u4f8b\u8fdb\u884c\u8c03\u6574\u7684\u6743\u5229\uff09"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "web_accessible_resources": {"type": "array", "items": {"type": "object", "properties": {"resources": {"type": "array", "items": {"type": "string"}}, "matches": {"type": "array", "items": {"type": "string"}}}, "required": ["resources", "matches"]}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}, "options_ui": {"type": "object", "properties": {"page": {"type": "string"}, "open_in_tab": {"type": "boolean"}}, "required": ["page", "open_in_tab"]}}, "required": ["manifest_version", "name", "version", "background", "web_accessible_resources", "content_scripts", "permissions", "host_permissions", "options_ui"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 3, "name" : "Web Extension webpack test", "version" : "1.0.0", "background" : {"service_worker" : "./dist/background.js"}, "web_accessible_resources" : [{"resources" : ["/dist/*.txt"], "matches" : ["<all_urls>"]}], "content_scripts" : [{"matches" : ["<all_urls>"], "js" : ["./dist/content.js"]}], "permissions" : ["scripting"], "host_permissions" : ["<all_urls>"], "options_ui" : {"page" : "options.html", "open_in_tab" : true}}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "web_accessible_resources": {"type": "array", "items": {"type": "object", "properties": {"resources": {"type": "array", "items": {"type": "string"}}, "matches": {"type": "array", "items": {"type": "string"}}}, "required": ["resources", "matches"]}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}, "options_ui": {"type": "object", "properties": {"page": {"type": "string"}, "open_in_tab": {"type": "boolean"}}, "required": ["page", "open_in_tab"]}}, "required": ["manifest_version", "name", "version", "background", "web_accessible_resources", "content_scripts", "permissions", "host_permissions", "options_ui"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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-cq5g-jq4c-qqp3", "modified" : "2022-04-29T01:27:57Z", "published" : "2022-04-29T01:27:57Z", "aliases" : ["CVE-2003-1360"], "details" : "Buffer overflow in the setupterm function of (1) lanadmin and (2) landiag programs of HP-UX 10.0 through 10.34 allows local users to execute arbitrary code via a long TERM environment variable.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2003-1360"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/11314"}, {"type" : "WEB", "url" : "http://securityreason.com/securityalert/3236"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/advisories/4957"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/324381"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/6834"}], "database_specific" : {"cwe_ids" : ["CWE-119"], "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-83.49815368652344, 8.324288778882053], [-83.04634094238281, 8.324288778882053], [-83.04634094238281, 8.75411605656893], [-83.49815368652344, 8.75411605656893], [-83.49815368652344, 8.324288778882053]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x2bc15d1b06ab7f7f62f9d71722ade42b682590db806852283673f9650cdd781b", "parentHash" : "0x75e539e4b3e1aa4ccaf85817418127940dbe43b551df5d0084293bb13851e79c", "number" : 104654, "timestamp" : 1439873151, "nonce" : "0xb7662ee3c7406e08", "difficulty" : 4385024335112, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {}}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "private", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "d3-canvas", "description" : "A toolbox for displaying svg-based diagrams with D3.js", "main" : "dist/D3P.Canvas.js", "authors" : ["David Castillo"], "license" : "MIT", "keywords" : ["d3", "canvas", "diagram"], "homepage" : "https://github.com/davcs86/d3-canvas", "moduleType" : [], "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {}}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "private", "ignore"], "$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": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.95", "Title" : "Pragmatic interpretation of contrastive prosody It looks like speech adaptation", "Year" : 2012}, {"Similarity" : "0.936", "Title" : "Prosodic Encoding of Informativity Word Frequency and Contextual Probability Interact with Information Structure", "Year" : 2014}, {"Similarity" : "0.93", "Title" : "The strategic use of noise in pragmatic reasoning", "Year" : 2014}, {"Similarity" : "0.91", "Title" : "Quantifying Categorical and Conceptual Convergence in Child-Adult Dialogue", "Year" : 2014}, {"Similarity" : "0.906", "Title" : "Producing Less Preferred Structures More Gestures Less Fluency", "Year" : 2009}, {"Similarity" : "0.901", "Title" : "The neural computation of scalar implicature", "Year" : 2013}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "nested": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["name", "nested"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "David", "nested" : {"name" : "David"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "nested": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["name", "nested"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.3306862, "width" : 0.059559017, "ymin" : 0.38430753, "height" : 0.1058828}, "relativeKeypoints" : [{"y" : 0.4902978, "x" : 0.3725105}, {"y" : 0.3867234, "x" : 0.3675756}, {"y" : 0.39992994, "x" : 0.35328427}, {"y" : 0.41894266, "x" : 0.3411953}, {"y" : 0.43965054, "x" : 0.33186045}, {"y" : 0.4640185, "x" : 0.38509002}, {"y" : 0.4180826, "x" : 0.38109514}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.99933845], "label" : ["Palm"]}
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}}, "required": ["id", "firstname", "lastname"]}}, "required": ["user"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : {"id" : "1", "firstname" : "Jeph", "lastname" : "Friday"}}
json_instruct
{"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}}, "required": ["id", "firstname", "lastname"]}}, "required": ["user"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "flag": {"type": "string"}}, "required": ["type", "flag"]}}, "type": {"type": "string"}, "mirrored": {"type": "boolean"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"F": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "O": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["F", "O"]}}, "required": ["result", "conditions", "type", "mirrored", "pattern", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"result" : {"item" : "mpalib:component_magnet"}, "conditions" : [{"type" : "mpalib:flag", "flag" : "vanilla_recipes_disabled"}], "type" : "minecraft:crafting_shaped", "mirrored" : true, "pattern" : ["FFF", "OOO", "FFF"], "key" : {"F" : {"tag" : "forge:ingots/steel"}, "O" : {"tag" : "forge:solenoid"}}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "flag": {"type": "string"}}, "required": ["type", "flag"]}}, "type": {"type": "string"}, "mirrored": {"type": "boolean"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"F": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "O": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["F", "O"]}}, "required": ["result", "conditions", "type", "mirrored", "pattern", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 6297, "citation_title" : "Stylized Facts of Patent Litigation: Value, Scope and Ownership", "citation_author" : ["Jean O. Lanjouw", "Mark Schankerman"], "citation_publication_date" : "1997-12-01", "issue_date" : "1997-12-01", "revision_date" : "None", "topics" : ["Development and Growth", "Innovation and R&D", "Other", "Law and Economics"], "program" : ["Law and Economics", "Productivity, Innovation, and Entrepreneurship"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper investigates the characteristics of litigated patents by combining for the first\" time information about patent case filings from the U.S. district courts and detailed data from the\" U.S. Patent and Trademark Office. We construct a series of indicators for the factors which the\" theoretical literature suggests contribute to litigation: the frequency of disputes asymmetry of stakes, the structure of information, and costs. Compared to a random sample of\" U.S. patents from the same cohorts and technology areas, we find that more valuable patents and\" those with domestic owners are considerably more likely to be involved in litigation. Patents\" owned by individuals are at least as likely to be the subject of a case as corporate patents and\" litigation is particularly frequent in new technology areas. We interpret the results with reference\" to theoretical models of litigation and settlement and discuss what they suggest about the effect\" of patent litigation on the incentives to invest in R&D.\n\n", "acknowledgement" : "\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "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" : 52645, "cartId" : "fdcf3dcf-551d-416e-99df-0c532d89580a", "preferredProducts" : [846, 3683, 895, 4226, 4100, 2083, 819], "productReviews" : [{"productId" : 2390, "reviewText" : "talk about lust!!", "reviewDate" : "2019-11-02T05:08:11.6136103+02:00"}, {"productId" : 4851, "reviewText" : "I saw this on TV and wanted to give it a try.", "reviewDate" : "2017-12-10T17:42:01.2502322+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"label": {"type": "string"}, "index": {"type": "integer"}, "list": {"type": "array", "items": {"type": "string"}}}, "required": ["label", "index", "list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"label" : "Pets Allowed", "index" : 15, "list" : ["No pets allowed", "Dogs allowed", "Cats allowed", "Cats and Dogs allowed", "All pets allowed"]}
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "index": {"type": "integer"}, "list": {"type": "array", "items": {"type": "string"}}}, "required": ["label", "index", "list"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "Aurillac", "circ" : "1\u00e8re circonscription", "dpt" : "Cantal", "inscrits" : 17491, "abs" : 9066, "votants" : 8425, "blancs" : 592, "nuls" : 309, "exp" : 7524, "res" : [{"nuance" : "REM", "nom" : "M. Fran\u00e7ois DANEMANS", "voix" : 4077}, {"nuance" : "LR", "nom" : "M. Vincent DESCOEUR", "voix" : 3447}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"context-menu": {"type": "object", "properties": {".tree-view .file .name[data-name$=\\.xml]": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": [".tree-view .file .name[data-name$=\\.xml]"]}, "menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["label", "submenu"]}}}, "required": ["context-menu", "menu"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"context-menu" : {".tree-view .file .name[data-name$=\\.xml]" : [{"label" : "Aquila", "command" : "aquila:edit"}]}, "menu" : [{"label" : "Packages", "submenu" : [{"label" : "Atom Aquila", "submenu" : [{"label" : "Status", "command" : "aquila:status"}]}]}]}
json_instruct
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {".tree-view .file .name[data-name$=\\.xml]": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": [".tree-view .file .name[data-name$=\\.xml]"]}, "menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["label", "submenu"]}}}, "required": ["context-menu", "menu"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"14000": {"type": "string"}, "10402": {"type": "string"}, "10416": {"type": "string"}}, "required": ["14000", "10402", "10416"]}, "timeto": {"type": "object", "properties": {"14000": {"type": "number"}, "10402": {"type": "number"}, "10416": {"type": "number"}}, "required": ["14000", "10402", "10416"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 10417, "title" : ["[Dancing Dahcre, Hallway]"], "description" : ["A veritable armory's worth of weapons have been mounted on the walls, the metal polished to a high gleam. Blued steel flamberges are mounted next to invar claidhmores, interspersed with smaller weapons such as dirks and fist-scythes. All the weapons are centered around a vaalorn plaque. A simple limestone arch is bordered on each side by an upright pike."], "paths" : ["Obvious exits: east, west"], "location" : "Ta'Vaalor", "wayto" : {"14000" : "go arch", "10402" : "west", "10416" : "east"}, "timeto" : {"14000" : 0.2, "10402" : 0.2, "10416" : 0.2}, "image" : "en-ta_vaalor-dancing_dahcre-1488763271.png", "image_coords" : [644, 773, 787, 834]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"14000": {"type": "string"}, "10402": {"type": "string"}, "10416": {"type": "string"}}, "required": ["14000", "10402", "10416"]}, "timeto": {"type": "object", "properties": {"14000": {"type": "number"}, "10402": {"type": "number"}, "10416": {"type": "number"}}, "required": ["14000", "10402", "10416"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"red": {"type": "string"}, "orange": {"type": "string"}, "yellow": {"type": "string"}, "green": {"type": "string"}, "cyan": {"type": "string"}, "blue": {"type": "string"}, "purple": {"type": "string"}, "graphite": {"type": "string"}}, "required": ["red", "orange", "yellow", "green", "cyan", "blue", "purple", "graphite"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"red" : "hsl(0, 75%, 50%)", "orange" : "hsl(30, 90%, 50%)", "yellow" : "hsl(60, 90%, 50%)", "green" : "hsl(120, 60%, 50%)", "cyan" : "hsl(180, 70%, 50%)", "blue" : "hsl(210, 80%, 50%)", "purple" : "hsl(260, 100%, 70%)", "graphite" : "hsl(210, 40%, 50%)"}
json_instruct
{"type": "object", "properties": {"red": {"type": "string"}, "orange": {"type": "string"}, "yellow": {"type": "string"}, "green": {"type": "string"}, "cyan": {"type": "string"}, "blue": {"type": "string"}, "purple": {"type": "string"}, "graphite": {"type": "string"}}, "required": ["red", "orange", "yellow", "green", "cyan", "blue", "purple", "graphite"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 450, "rating" : 4.0, "check-in" : 5450, "review-count" : 89}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "diyishijian.com", "title" : "\u90d1\u5dde\u5e02\u5f15\u9886\u5546\u52a1\u54a8\u8be2\u670d\u52a1\u6709\u9650\u516c\u53f8", "type" : "\u4f01\u4e1a", "license" : "\u8c6bICP\u590707501567\u53f7-1", "name" : "\u90d1\u5dde\u5e02\u5f15\u9886\u5546\u52a1\u54a8\u8be2\u670d\u52a1\u6709\u9650\u516c\u53f8", "homepage" : "www.diyishijian.com", "audit" : "2009-06-11", "director" : "", "pre-approval" : "", "updated" : 1484638844}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "iHunt", "market_name" : "Like 8", "codename" : "Like_8", "model" : "Like_8"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"University lecture": {"type": "array", "items": {"type": "string"}}, "Scout campfire": {"type": "array", "items": {"type": "string"}}, "Zoo": {"type": "array", "items": {"type": "string"}}, "Ski slope": {"type": "array", "items": {"type": "string"}}, "Cluedo": {"type": "array", "items": {"type": "string"}}}, "required": ["University lecture", "Scout campfire", "Zoo", "Ski slope", "Cluedo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"University lecture" : ["Lecturer", "Ambitious student", "Lazy student", "Student in wrong lecture", "Student that forgot a pen", "Tutor"], "Scout campfire" : ["Adult leader", "Overly ambitious scout", "Scout that just peed their pants", "Scout that loves fire a bit TOO much", "Older scout"], "Zoo" : ["Zoo keeper", "Visitor", "School kid", "Parrot", "Animal activist", "Hunter"], "Ski slope" : ["Snowboarder", "Kid learning to ski", "Teenager with rich parents", "Ski instructor", "Hot chocolate vendor", "Pro freerider"], "Cluedo" : ["Miss Scarlett", "Professor Plum", "Mrs. Peacock", "Mr. Green", "Colonel Mustard", "Mrs. White"]}
json_instruct
{"type": "object", "properties": {"University lecture": {"type": "array", "items": {"type": "string"}}, "Scout campfire": {"type": "array", "items": {"type": "string"}}, "Zoo": {"type": "array", "items": {"type": "string"}}, "Ski slope": {"type": "array", "items": {"type": "string"}}, "Cluedo": {"type": "array", "items": {"type": "string"}}}, "required": ["University lecture", "Scout campfire", "Zoo", "Ski slope", "Cluedo"], "$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"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "bin": {"type": "object", "properties": {"pug-compiler": {"type": "string"}}, "required": ["pug-compiler"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "command-line-args": {"type": "string"}, "extend": {"type": "string"}, "pug": {"type": "string"}}, "required": ["chalk", "command-line-args", "extend", "pug"]}}, "required": ["name", "version", "description", "main", "directories", "bin", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@foxythemes/pug-compiler-cli", "version" : "1.0.2", "description" : "A Pug compiler directly from the CLI using env files", "main" : "lib/pug-compiler-cli.js", "directories" : {"lib" : "lib"}, "bin" : {"pug-compiler" : "./lib/pug-compiler-cli.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/foxythemes/pug-compiler-cli.git"}, "author" : "Jhon P\u00e9rez", "license" : "MIT", "bugs" : {"url" : "https://github.com/foxythemes/pug-compiler-cli/issues"}, "homepage" : "https://github.com/foxythemes/pug-compiler-cli#readme", "dependencies" : {"chalk" : "^2.3.1", "command-line-args" : "^5.0.2", "extend" : "^2.0.1", "pug" : "^2.0.0-rc.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "bin": {"type": "object", "properties": {"pug-compiler": {"type": "string"}}, "required": ["pug-compiler"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "command-line-args": {"type": "string"}, "extend": {"type": "string"}, "pug": {"type": "string"}}, "required": ["chalk", "command-line-args", "extend", "pug"]}}, "required": ["name", "version", "description", "main", "directories", "bin", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"repo_name": {"type": "string"}, "repo_url": {"type": "string"}, "repo_dirlib": {"type": "string"}, "folder": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "maintainer": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "deps": {"type": "string"}, "file_mz": {"type": "string"}, "file_desc": {"type": "string"}, "file_sha256": {"type": "string"}, "file_json": {"type": "string"}, "desc": {"type": "string"}}, "required": ["repo_name", "repo_url", "repo_dirlib", "folder", "name", "version", "maintainer", "license", "url", "deps", "file_mz", "file_desc", "file_sha256", "file_json", "desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repo_name" : "vovo", "repo_url" : "https://vovolinux.com.br/vovomazon/packages/var/lib/mzphp/unreleased/", "repo_dirlib" : "/var/lib/mzphp/", "folder" : "xfce4/", "name" : "xfce4_pulseaudio_plugin", "version" : "0.4.0-1", "maintainer" : "Rumbler Soppa", "license" : "GPL", "url" : "https://xfce.org", "deps" : "gtk3, gobject_introspection, keybinder, xfce4ui", "file_mz" : "xfce4_pulseaudio_plugin-0.4.0-1.mz", "file_desc" : "xfce4_pulseaudio_plugin-0.4.0-1.mz.desc", "file_sha256" : "xfce4_pulseaudio_plugin-0.4.0-1.mz.sha256", "file_json" : "xfce4_pulseaudio_plugin-0.4.0-1.mz.json", "desc" : "The Xfce PulseAudio Plugin is a plugin for the Xfce panel which \nprovides a convenient way to adjust the audio volume \nof the [PulseAudio sound system]"}
json_instruct
{"type": "object", "properties": {"repo_name": {"type": "string"}, "repo_url": {"type": "string"}, "repo_dirlib": {"type": "string"}, "folder": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "maintainer": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "deps": {"type": "string"}, "file_mz": {"type": "string"}, "file_desc": {"type": "string"}, "file_sha256": {"type": "string"}, "file_json": {"type": "string"}, "desc": {"type": "string"}}, "required": ["repo_name", "repo_url", "repo_dirlib", "folder", "name", "version", "maintainer", "license", "url", "deps", "file_mz", "file_desc", "file_sha256", "file_json", "desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "NOW TAKE WHICH OF THESE SUPPOSITIONS YOU PLEASE, IT IS IMPOSSIBLE TO MAKE PERSONAL IDENTITY TO CONSIST IN ANY THING BUT CONSCIOUSNESS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/6355.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "SIRIA", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "flags": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}}, "required": ["name", "description", "icon", "flags", "id", "chat_link"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Spreading Ice", "description" : "The Whisper of Jormag targets all enemies with deadly ice shards. While a target may evade thier own shards, they may not evade others' shards.", "icon" : "https://render.guildwars2.com/file/9D661C490109C13717F95520EF6ED7BB16BE99E3/103986.png", "flags" : [], "id" : 59102, "chat_link" : "[&Bt7mAAA=]"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "flags": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}}, "required": ["name", "description", "icon", "flags", "id", "chat_link"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dragger", "version" : "0.0.1", "description" : "Drag and Drop made so easy!", "main" : "dragger.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/vicky002/dragger.git"}, "author" : "Vikesh Tiwari <hi@eulercoder.me> (https://eulercoder.me)", "license" : "MIT", "bugs" : {"url" : "https://github.com/vicky002/dragger/issues"}, "homepage" : "https://github.com/vicky002/dragger", "dependencies" : {}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"@ns": {"type": "string"}, "role": {"type": "object", "properties": {"oid": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "metadata": {"type": "object", "properties": {"createTimestamp": {"type": "string"}, "creatorRef": {"type": "object", "properties": {"oid": {"type": "string"}, "type": {"type": "string"}}, "required": ["oid", "type"]}, "createChannel": {"type": "string"}}, "required": ["createTimestamp", "creatorRef", "createChannel"]}, "authorization": {"type": "object", "properties": {"id": {"type": "integer"}, "action": {"type": "string"}}, "required": ["id", "action"]}}, "required": ["oid", "version", "name", "metadata", "authorization"]}}, "required": ["@ns", "role"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@ns" : "http://midpoint.evolveum.com/xml/ns/public/common/common-3", "role" : {"oid" : "8a48a97e-d909-11e4-8413-001e8c717e5b", "version" : "0", "name" : "Adder", "metadata" : {"createTimestamp" : "2017-02-23T16:41:47.748+01:00", "creatorRef" : {"oid" : "00000000-0000-0000-0000-000000000002", "type" : "http://midpoint.evolveum.com/xml/ns/public/common/common-3#UserType"}, "createChannel" : "http://midpoint.evolveum.com/xml/ns/public/model/channels-3#objectImport"}, "authorization" : {"id" : 1, "action" : "http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#add"}}}
json_instruct
{"type": "object", "properties": {"@ns": {"type": "string"}, "role": {"type": "object", "properties": {"oid": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "metadata": {"type": "object", "properties": {"createTimestamp": {"type": "string"}, "creatorRef": {"type": "object", "properties": {"oid": {"type": "string"}, "type": {"type": "string"}}, "required": ["oid", "type"]}, "createChannel": {"type": "string"}}, "required": ["createTimestamp", "creatorRef", "createChannel"]}, "authorization": {"type": "object", "properties": {"id": {"type": "integer"}, "action": {"type": "string"}}, "required": ["id", "action"]}}, "required": ["oid", "version", "name", "metadata", "authorization"]}}, "required": ["@ns", "role"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "dir": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "short_name": {"type": "string"}, "theme_color": {"type": "string"}, "description": {"type": "string"}, "orientation": {"type": "string"}, "background_color": {"type": "string"}, "related_applications": {"type": "array", "items": {}}, "prefer_related_applications": {"type": "boolean"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}, "purpose": {"type": "string"}}, "required": ["src", "type", "sizes", "purpose"]}}, "url": {"type": "string"}, "screenshots": {"type": "array", "items": {}}, "shortcuts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}, "purpose": {"type": "string"}}, "required": ["src", "type", "sizes", "purpose"]}}}, "required": ["name", "short_name", "description", "url", "icons"]}}, "generated": {"type": "string"}}, "required": ["categories", "dir", "lang", "name", "scope", "display", "start_url", "short_name", "theme_color", "description", "orientation", "background_color", "related_applications", "prefer_related_applications", "icons", "url", "screenshots", "shortcuts", "generated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["web application"], "dir" : "ltr", "lang" : "Portuguese", "name" : "Kuba", "scope" : "/", "display" : "standalone", "start_url" : "/?source=pwa", "short_name" : "Kuba", "theme_color" : "#6d5cae", "description" : "Kuba \u00e9 como uma folha em branco, a liberdade de programar do jeito que fa\u00e7a sentido para o produto", "orientation" : "portrait", "background_color" : "#6d5cae", "related_applications" : [], "prefer_related_applications" : true, "icons" : [{"src" : "kuba_512x512.png", "type" : "image/png", "sizes" : "512x512", "purpose" : "any maskable"}, {"src" : "kuba_192x192.png", "type" : "image/png", "sizes" : "192x192", "purpose" : "any maskable"}, {"src" : "kuba_144x144.png", "type" : "image/png", "sizes" : "144x144", "purpose" : "any maskable"}, {"src" : "kuba_96x96.png", "type" : "image/png", "sizes" : "96x96", "purpose" : "any maskable"}, {"src" : "kuba_72x72.png", "type" : "image/png", "sizes" : "72x72", "purpose" : "any maskable"}, {"src" : "kuba_48x48.png", "type" : "image/png", "sizes" : "48x48", "purpose" : "any maskable"}], "url" : "https://kuba.engineer", "screenshots" : [], "shortcuts" : [{"name" : "Home", "short_name" : "Home", "description" : "Kuba \u00e9 como uma folha em branco, a liberdade de programar do jeito que fa\u00e7a sentido para o produto", "url" : "/?source=pwa", "icons" : [{"src" : "kuba_144x144.png", "type" : "image/png", "sizes" : "144x144", "purpose" : "any maskable"}]}], "generated" : "true"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "dir": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "short_name": {"type": "string"}, "theme_color": {"type": "string"}, "description": {"type": "string"}, "orientation": {"type": "string"}, "background_color": {"type": "string"}, "related_applications": {"type": "array", "items": {}}, "prefer_related_applications": {"type": "boolean"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}, "purpose": {"type": "string"}}, "required": ["src", "type", "sizes", "purpose"]}}, "url": {"type": "string"}, "screenshots": {"type": "array", "items": {}}, "shortcuts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}, "purpose": {"type": "string"}}, "required": ["src", "type", "sizes", "purpose"]}}}, "required": ["name", "short_name", "description", "url", "icons"]}}, "generated": {"type": "string"}}, "required": ["categories", "dir", "lang", "name", "scope", "display", "start_url", "short_name", "theme_color", "description", "orientation", "background_color", "related_applications", "prefer_related_applications", "icons", "url", "screenshots", "shortcuts", "generated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x0aa656228e7a5d94c474bfdf12d5be3167186bf3c0abaa5405624444429a6bc6", "parentHash" : "0x1cc9090d50e1d99e89bca5441b641b87b0f5551552eadadce8ea01e49a967bf4", "number" : 69726, "timestamp" : 1439308768, "nonce" : "0x432e5dd47991ab09", "difficulty" : 2094248539610, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x39A1BB80a741bF5EC39FB9BE59408Fa0F418fFBf", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "autonomy", "definition" : "1. The power or right of self-government; self-government, or political independence, of a city or a state. 2. (Metaph.) The sovereignty of reason in the sphere of morals; or man's power, as possessed of reason, to give law to himself. In this, according to Kant, consist the true nature and only possible proof of liberty. Fleming."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"track" : "csharp", "exercise" : "matching-brackets", "id" : "4aa2f33712504fb08a908f1efa14e90e", "url" : "https://exercism.io/my/solutions/4aa2f33712504fb08a908f1efa14e90e", "handle" : "stanciua", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"eslint-config-videoamp": {"type": "string"}, "eslint-plugin-mocha": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-security": {"type": "string"}}, "required": ["eslint-config-videoamp", "eslint-plugin-mocha", "eslint-plugin-node", "eslint-plugin-security"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "peerDependencies", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "eslint-config-videoamp-node", "version" : "1.0.2", "description" : "VideoAmp's ESLint config for Node projects", "main" : "index.js", "scripts" : {"lint" : "eslint ."}, "repository" : "git@github.com:VideoAmp/eslint-config-videoamp-node.git", "author" : "VideoAmp <geeks@videoamp.com>", "license" : "Apache-2.0", "peerDependencies" : {"eslint" : ">= 4.0.0"}, "devDependencies" : {"eslint" : "^4.0.0"}, "dependencies" : {"eslint-config-videoamp" : "^4.2.0", "eslint-plugin-mocha" : "^4.11.0", "eslint-plugin-node" : "^5.1.1", "eslint-plugin-security" : "^1.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"eslint-config-videoamp": {"type": "string"}, "eslint-plugin-mocha": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-security": {"type": "string"}}, "required": ["eslint-config-videoamp", "eslint-plugin-mocha", "eslint-plugin-node", "eslint-plugin-security"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "peerDependencies", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this 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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "name": {"type": "string"}, "reference": {"type": "string"}, "organisation": {"type": "string"}, "geometry": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "name", "reference", "organisation", "geometry", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.256198, 51.327139], [-0.256133, 51.327168], [-0.256042, 51.32697], [-0.255826, 51.326717], [-0.255769, 51.326703], [-0.255723, 51.326721], [-0.255769, 51.326775], [-0.255672, 51.326808], [-0.255628, 51.326755], [-0.255368, 51.326842], [-0.255361, 51.326954], [-0.255334, 51.326962], [-0.255038, 51.326872], [-0.254952, 51.326794], [-0.254882, 51.326672], [-0.25487, 51.326384], [-0.256083, 51.326027], [-0.256197, 51.326531], [-0.256198, 51.327139]]]]}, "properties" : {"geography" : "conservation-area:9", "name" : "Burgh Heath Road (Fyfield Close)", "reference" : "9", "organisation" : "local-authority-eng:EPS", "geometry" : "MULTIPOLYGON (((-0.256198 51.327139,-0.256133 51.327168,-0.256042 51.326970,-0.255826 51.326717,-0.255769 51.326703,-0.255723 51.326721,-0.255769 51.326775,-0.255672 51.326808,-0.255628 51.326755,-0.255368 51.326842,-0.255361 51.326954,-0.255334 51.326962,-0.255038 51.326872,-0.254952 51.326794,-0.254882 51.326672,-0.254870 51.326384,-0.256083 51.326027,-0.256197 51.326531,-0.256198 51.327139)))", "slug" : "/conservation-area/local-authority-eng/EPS/9", "entity" : 472204, "entry-date" : "2020-09-06"}}
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "name": {"type": "string"}, "reference": {"type": "string"}, "organisation": {"type": "string"}, "geometry": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "name", "reference", "organisation", "geometry", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "BATU BARA", "originalFilename" : "RUWET.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 230667, "noUrut" : 1, "nama" : "RUWET", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BATU BARA", "originalFilename" : "FOTO ARIZAL NUR 001.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 268555, "noUrut" : 2, "nama" : "ARIZAL NUR, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BATU BARA", "originalFilename" : "M.TAUFIK FOTO 001.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 244875, "noUrut" : 3, "nama" : "MUHAMMAD TAUFIK", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "DELSORALEN SOLUTION", "harga" : "", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Methoxsalen.", "indikasi" : "Vitiligo/balak (kulit berbecak putih karena kehilangan pigmen), psoriasis (penyakit kulit menahun dengan kelainan berupa kemerahan, disertai pembentukan sisik-sisik berwarna perak yang tertumpuk berlapis-lapis, mungkin di seluruh tubuh, tetapi terbanyak di lengan dan tungkai, tidak menular dan belum jelas sebabnya).", "kontraindikasi" : "Porfiria, lupus eritematosus.", "perhatian" : "Gangguan fungsi hati.", "efeksamping" : "Mual, kadang-kadang insomnia (sulit tidur) dan depresi mental, fotosensitifitas.", "indeksamanwanitahamil" : "", "kemasan" : "Cairan 1 % x 10 mL.", "dosis" : "Gunakan tiap malam hari.", "penyajian" : "Tak ada pilihan", "pabrik" : "Darya-Varia.", "id" : "1610", "category_id" : "15"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"number" : "49.108-8", "title" : "Assignment of rights under subcontracts.", "children" : [{"text" : "(a) The termination for convenience clauses in 52.249, except the short-form clauses, obligate the prime contractor to assign to the Government, as directed by the TCO, all rights, titles, and interest under any subcontract terminated because of termination of the prime contract. The TCO shall not require the assignment unless it is in the Government\u2019s interest.", "type" : "paragraph", "level" : null}, {"text" : "(b) The termination for convenience clauses (except the short-form clauses) also provide the Government the right, in its discretion, to settle and pay any settlement proposal arising out of the termination of subcontracts. This right does not obligate the Government to settle and pay settlement proposals of subcontractors. As a general rule, the prime contractor is obligated to settle and pay these proposals. However, when the TCO determines that it is in the Government\u2019s interest, the TCO shall, after notifying the contractor, settle the subcontractor\u2019s proposal using the procedures for settlement of prime contracts. An example in which the Government\u2019s interest would be served is when a subcontractor is a sole source and it appears that a delay by the prime contractor in settlement or payment of the subcontractor\u2019s proposal will jeopardize the financial position of the subcontractor. Direct settlements with subcontractors are not encouraged.", "type" : "paragraph", "level" : null}]}
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Base struct for wrapping the array used in Custom Fast TArray Replication", "type" : "object"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}}, "required": ["type", "name", "path"]}}, "required": ["html", "frontmatter"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"markdownRemark" : {"html" : "<p>Motorboat - one of the fastest</p>", "frontmatter" : {"type" : "Motorboat", "name" : "Sharkoid", "path" : "/motorboat"}}}, "pageContext" : {}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}}, "required": ["type", "name", "path"]}}, "required": ["html", "frontmatter"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["data", "pageContext"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"bash": {"type": "string"}, "buildTests": {"type": "string"}, "build": {"type": "string"}, "gulp": {"type": "string"}, "test": {"type": "string"}, "versionBump": {"type": "string"}}, "required": ["bash", "buildTests", "build", "gulp", "test", "versionBump"]}, "devDependencies": {"type": "object", "properties": {"babelify": {"type": "string"}, "browserify": {"type": "string"}, "connect": {"type": "string"}, "flounder": {"type": "string"}, "gulp": {"type": "string"}, "gulp-header": {"type": "string"}, "gulp-uglify": {"type": "string"}, "microbejs": {"type": "string"}, "nightmare": {"type": "string"}, "promise": {"type": "string"}, "qunitjs": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "serve-static": {"type": "string"}, "vo": {"type": "string"}}, "required": ["babelify", "browserify", "connect", "flounder", "gulp", "gulp-header", "gulp-uglify", "microbejs", "nightmare", "promise", "qunitjs", "react", "react-dom", "serve-static", "vo"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "author", "description", "repository", "scripts", "devDependencies", "license", "bugs", "files", "homepage", "main", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "flounder-react", "version" : "0.1.2", "author" : "Mouse Braun <mouse@knoblau.ch>", "description" : "a native friendly dropdown menu", "repository" : {"type" : "git", "url" : "git+https://github.com/sociomantic-tsunami/flounder-react.git"}, "scripts" : {"bash" : "mkdir -p ./src/core && cp ./node_modules/flounder/src/core/* ./src/core && cp ./node_modules/flounder/dist/flounder-structure.css ./src/flounder-structure.css", "buildTests" : "./node_modules/.bin/gulp buildTests", "build" : "npm run gulp && echo \"All builds complete and tests passed.\"", "gulp" : "npm run bash && ./node_modules/.bin/gulp", "test" : "node --harmony ./scripts/nightmare.js", "versionBump" : "node ./scripts/version_bump.js"}, "devDependencies" : {"babelify" : "^6.3.0", "browserify" : "^11.2.0", "connect" : "^3.4.0", "flounder" : "^0.8.1", "gulp" : "^3.9.0", "gulp-header" : "^1.7.1", "gulp-uglify" : "^1.5.1", "microbejs" : "^0.5.2", "nightmare" : "^2.1.1", "promise" : "^7.1.1", "qunitjs" : "^1.20.0", "react" : "^0.14.8", "react-dom" : "^0.14.8", "serve-static" : "^1.10.0", "vo" : "^1.0.3"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/sociomantic-tsunami/flounder-react/issues"}, "files" : ["CODE_OF_CONDUCT.md", "README.md", "dist/"], "homepage" : "https://github.com/sociomantic-tsunami/flounder-react", "main" : "./src/flounder.react.jsx", "keywords" : ["select2", "dropdown", "plugin", "react", "component", "ui", "frontend", "select", "box", "flounder", "sociomantic"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"bash": {"type": "string"}, "buildTests": {"type": "string"}, "build": {"type": "string"}, "gulp": {"type": "string"}, "test": {"type": "string"}, "versionBump": {"type": "string"}}, "required": ["bash", "buildTests", "build", "gulp", "test", "versionBump"]}, "devDependencies": {"type": "object", "properties": {"babelify": {"type": "string"}, "browserify": {"type": "string"}, "connect": {"type": "string"}, "flounder": {"type": "string"}, "gulp": {"type": "string"}, "gulp-header": {"type": "string"}, "gulp-uglify": {"type": "string"}, "microbejs": {"type": "string"}, "nightmare": {"type": "string"}, "promise": {"type": "string"}, "qunitjs": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "serve-static": {"type": "string"}, "vo": {"type": "string"}}, "required": ["babelify", "browserify", "connect", "flounder", "gulp", "gulp-header", "gulp-uglify", "microbejs", "nightmare", "promise", "qunitjs", "react", "react-dom", "serve-static", "vo"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "author", "description", "repository", "scripts", "devDependencies", "license", "bugs", "files", "homepage", "main", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "parameters": {"type": "array", "items": {}}, "accessToken": {"type": "boolean"}}, "required": ["name", "description", "parameters", "accessToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "getSurgeries", "description" : "This API call is used to list the Surgeries available in iDoc", "parameters" : [], "accessToken" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "parameters": {"type": "array", "items": {}}, "accessToken": {"type": "boolean"}}, "required": ["name", "description", "parameters", "accessToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": {"type": "string"}, "daysofweek": {"type": "array", "items": {"type": "string"}}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "sortorder", "rarity", "category", "materialtype", "dropdomain", "daysofweek", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Philosophies of Ballad", "description" : "Talent Level-Up material.\nPoetry is the soul of the land of the wind.\nPoetry is the manifestations of the desire to spread the word. Though nothing is eternal, though nothing will be the same, the wind's poetry will still spread beyond the skies, the land, the seas to every corner of the world.", "sortorder" : 1459, "rarity" : "4", "category" : "AVATAR_MATERIAL", "materialtype" : "Talent Level-Up Material", "dropdomain" : "Domain of Mastery: Realm of Slumber", "daysofweek" : ["Wednesday", "Saturday", "Sunday"], "source" : ["Crafted"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": {"type": "string"}, "daysofweek": {"type": "array", "items": {"type": "string"}}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "sortorder", "rarity", "category", "materialtype", "dropdomain", "daysofweek", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var _jsxFileName = \"/Users/oleggelfand/Documents/seir224/unit04/Project4/project4/src/components/RightNav.js\";\nimport React from \"react\";\nimport \"../App.css\";\n\nfunction RightNav() {\n return /*#__PURE__*/React.createElement(\"aside\", {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 6,\n columnNumber: 5\n }\n }, /*#__PURE__*/React.createElement(\"div\", {\n className: \"right-nav\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 7,\n columnNumber: 7\n }\n }, \"RightNav\"));\n}\n\nexport default RightNav;", "map" : {"version" : 3, "sources" : ["/Users/oleggelfand/Documents/seir224/unit04/Project4/project4/src/components/RightNav.js"], "names" : ["React", "RightNav"], "mappings" : ";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAO,YAAP;;AAEA,SAASC,QAAT,GAAoB;AAClB,sBACE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBACE;AAAK,IAAA,SAAS,EAAC,WAAf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBADF,CADF;AAKD;;AAED,eAAeA,QAAf", "sourcesContent" : ["import React from \"react\";\nimport \"../App.css\";\n\nfunction RightNav() {\n return (\n <aside>\n <div className=\"right-nav\">RightNav</div>\n </aside>\n );\n}\n\nexport default RightNav;\n"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/Users/bastinrobins/anaconda/bin/python"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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-ccgj-ph26-hf87", "modified" : "2022-05-13T01:36:04Z", "published" : "2022-05-13T01:36:04Z", "aliases" : ["CVE-2017-9658"], "details" : "Certain 802.11 network management messages have been determined to invoke wireless access point blacklisting security defenses when not required, which can necessitate intervention by hospital staff to reset the device and reestablish a network connection to the Wi-Fi access point. During this state, the Philips IntelliVue MX40 Version B.06.18 can either connect to an alternative access point within signal range for association to a central monitoring station, or it can remain in local monitoring mode until the device is reset by hospital staff. CVSS v3 base score: 6.5, CVSS vector string: AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H. Philips has released software update, Version B.06.18, to fix the improper cleanup on thrown exception vulnerability, and implement mitigations to reduce the risk associated with the improper handling of exceptional conditions vulnerability. The software update implements messaging and alarming on the MX40 and at the central monitoring station, when the MX40 disconnects from the access point.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2017-9658"}, {"type" : "WEB", "url" : "https://ics-cert.us-cert.gov/advisories/ICSMA-17-255-01"}, {"type" : "WEB", "url" : "https://www.usa.philips.com/healthcare/about/customer-support/product-security"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/100813"}], "database_specific" : {"cwe_ids" : ["CWE-755"], "severity" : "MODERATE", "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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"n_candidate": {"type": "integer"}, "recall": {"type": "number"}}, "required": ["n_candidate", "recall"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"n_candidate" : 1, "recall" : 0.0011}, {"n_candidate" : 2, "recall" : 0.0026}, {"n_candidate" : 4, "recall" : 0.0064}, {"n_candidate" : 8, "recall" : 0.0206}, {"n_candidate" : 16, "recall" : 0.0446}, {"n_candidate" : 32, "recall" : 0.0777}, {"n_candidate" : 64, "recall" : 0.12470000000000002}, {"n_candidate" : 128, "recall" : 0.1965}, {"n_candidate" : 256, "recall" : 0.3003}, {"n_candidate" : 512, "recall" : 0.4244}, {"n_candidate" : 1024, "recall" : 0.5654000000000001}, {"n_candidate" : 2048, "recall" : 0.6998}, {"n_candidate" : 4096, "recall" : 0.8128000000000001}, {"n_candidate" : 8192, "recall" : 0.8991}, {"n_candidate" : 16384, "recall" : 0.9590000000000001}, {"n_candidate" : 32768, "recall" : 0.9884000000000001}, {"n_candidate" : 65536, "recall" : 0.9986}, {"n_candidate" : 131072, "recall" : 0.9999}, {"n_candidate" : 262144, "recall" : 1.0}, {"n_candidate" : 524288, "recall" : 1.0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"n_candidate": {"type": "integer"}, "recall": {"type": "number"}}, "required": ["n_candidate", "recall"]}, "$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"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 919, "hash" : 791258061, "artDyeHash" : 791258061, "redacted" : false, "dyeManifestHash" : 479397325, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"PWA Web Manifest": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "PWA Manifest Icon": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "PWA Android Icon Size": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "PWA iOS Icon Size": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "PWA Shortcut Definition": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}}, "required": ["PWA Web Manifest", "PWA Manifest Icon", "PWA Android Icon Size", "PWA iOS Icon Size", "PWA Shortcut Definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PWA Web Manifest" : {"prefix" : "pwa-web-manifest", "body" : ["{", "\t\"short_name\": \"${1:App Short Name}\",", "\t\"name\": \"${2:Full Length Application Name}\",", "\t\"icons\": [", "\t\t$3", "\t],", "\t\"start_url\": \"${4:/}\",", "\t\"background_color\": \"${5:#ffffff}\",", "\t\"display\": \"${6|standalone,fullscreen,minimal-ui,browser|}\",", "\t\"theme_color\": \"${7:#ffffff}\"", "\t\"orientation\": \"${8|any,natural,landscape,landscape-primary,landscape-secondary,portrait,portrait-primary,portrait-secondary|}\"", "\t\"scope\": \"${9:/}\"", "\t\"shortcuts\": [", "\t\t$10", "\t]", "}"], "description" : "Progressive web app web manifest"}, "PWA Manifest Icon" : {"prefix" : "pwa-icons", "body" : ["{", "\t\"src\": \"${1:icons.png}\",", "\t\"sizes\": \"${2:192x192}\",", "\t\"type\": \"image/${3|png,webp,gif|}\"", "}"], "description" : "Progressive web app manifest icon"}, "PWA Android Icon Size" : {"prefix" : "pwa-android-icon-size", "body" : ["${1|72,96,128,144,152,192,384,512|}x$1"], "description" : "Progressive web app icon size definition for Android"}, "PWA iOS Icon Size" : {"prefix" : "pwa-ios-icon-size", "body" : ["${1|120,180|}x$1"], "description" : "Progressive web app icon size definition for iOS"}, "PWA Shortcut Definition" : {"prefix" : "pwa-shortcut", "body" : ["{", "\t\"name\": \"Today's agenda\",", "\t\"url\": \"/today\",", "\t\"description\": \"List of events planned for today\"", "}"], "description" : "Progressive web app shortcut definition"}}
json_instruct
{"type": "object", "properties": {"PWA Web Manifest": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "PWA Manifest Icon": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "PWA Android Icon Size": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "PWA iOS Icon Size": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "PWA Shortcut Definition": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}}, "required": ["PWA Web Manifest", "PWA Manifest Icon", "PWA Android Icon Size", "PWA iOS Icon Size", "PWA Shortcut Definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "font": {"type": "object", "properties": {"family": {"type": "string"}, "size": {"type": "integer"}}, "required": ["family", "size"]}, "window": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "mobs": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "scenes": {"type": "object", "properties": {"path": {"type": "string"}, "open": {"type": "string"}}, "required": ["path", "open"]}, "sprites": {"type": "object", "properties": {"path": {"type": "string"}, "sheet": {"type": "array", "items": {"type": "string"}}}, "required": ["path", "sheet"]}, "log": {"type": "object", "properties": {"config": {"type": "string"}}, "required": ["config"]}}, "required": ["name", "font", "window", "mobs", "scenes", "sprites", "log"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Shot!", "font" : {"family" : "bradleyhanditc", "size" : 36}, "window" : {"width" : 1280, "height" : 1024}, "mobs" : {"path" : "./data/mobs"}, "scenes" : {"path" : "./data/scenes", "open" : "sample"}, "sprites" : {"path" : "./resources/png", "sheet" : ["sprites"]}, "log" : {"config" : "./log/config.json"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "font": {"type": "object", "properties": {"family": {"type": "string"}, "size": {"type": "integer"}}, "required": ["family", "size"]}, "window": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "mobs": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "scenes": {"type": "object", "properties": {"path": {"type": "string"}, "open": {"type": "string"}}, "required": ["path", "open"]}, "sprites": {"type": "object", "properties": {"path": {"type": "string"}, "sheet": {"type": "array", "items": {"type": "string"}}}, "required": ["path", "sheet"]}, "log": {"type": "object", "properties": {"config": {"type": "string"}}, "required": ["config"]}}, "required": ["name", "font", "window", "mobs", "scenes", "sprites", "log"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"from": {"type": "integer"}, "size": {"type": "integer"}, "query": {"type": "object", "properties": {"match_all": {"type": "object", "properties": {}, "required": []}}, "required": ["match_all"]}, "inner_hits": {"type": "object", "properties": {"first": {"type": "object", "properties": {"path": {"type": "object", "properties": {"followers": {"type": "object", "properties": {"query": {"type": "object", "properties": {"match_all": {"type": "object", "properties": {}, "required": []}}, "required": ["match_all"]}, "inner_hits": {"type": "object", "properties": {"first_first": {"type": "object", "properties": {"type": {"type": "object", "properties": {"person": {"type": "object", "properties": {}, "required": []}}, "required": ["person"]}}, "required": ["type"]}}, "required": ["first_first"]}}, "required": ["query", "inner_hits"]}}, "required": ["followers"]}}, "required": ["path"]}}, "required": ["first"]}}, "required": ["from", "size", "query", "inner_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"from" : 0, "size" : 10, "query" : {"match_all" : {}}, "inner_hits" : {"first" : {"path" : {"followers" : {"query" : {"match_all" : {}}, "inner_hits" : {"first_first" : {"type" : {"person" : {}}}}}}}}}
json_instruct
{"type": "object", "properties": {"from": {"type": "integer"}, "size": {"type": "integer"}, "query": {"type": "object", "properties": {"match_all": {"type": "object", "properties": {}, "required": []}}, "required": ["match_all"]}, "inner_hits": {"type": "object", "properties": {"first": {"type": "object", "properties": {"path": {"type": "object", "properties": {"followers": {"type": "object", "properties": {"query": {"type": "object", "properties": {"match_all": {"type": "object", "properties": {}, "required": []}}, "required": ["match_all"]}, "inner_hits": {"type": "object", "properties": {"first_first": {"type": "object", "properties": {"type": {"type": "object", "properties": {"person": {"type": "object", "properties": {}, "required": []}}, "required": ["person"]}}, "required": ["type"]}}, "required": ["first_first"]}}, "required": ["query", "inner_hits"]}}, "required": ["followers"]}}, "required": ["path"]}}, "required": ["first"]}}, "required": ["from", "size", "query", "inner_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"private": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "clean": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "clean", "prebuild", "build"]}, "dependencies": {"type": "object", "properties": {"@apoyo/decoders": {"type": "string"}, "@apoyo/scopes": {"type": "string"}, "@apoyo/std": {"type": "string"}, "axios": {"type": "string"}, "dotenv-expand": {"type": "string"}, "dotenv-flow": {"type": "string"}, "express": {"type": "string"}}, "required": ["@apoyo/decoders", "@apoyo/scopes", "@apoyo/std", "axios", "dotenv-expand", "dotenv-flow", "express"]}, "devDependencies": {"type": "object", "properties": {"@types/axios": {"type": "string"}, "@types/dotenv-flow": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "rimraf": {"type": "string"}, "ts-node": {"type": "string"}, "ttypescript": {"type": "string"}, "typescript": {"type": "string"}, "typescript-transform-paths": {"type": "string"}}, "required": ["@types/axios", "@types/dotenv-flow", "@types/express", "@types/node", "rimraf", "ts-node", "ttypescript", "typescript", "typescript-transform-paths"]}}, "required": ["private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : "true", "scripts" : {"start" : "node dist/main.js", "clean" : "npx rimraf ./dist", "prebuild" : "npm run clean", "build" : "ttsc -p ./tsconfig.json"}, "dependencies" : {"@apoyo/decoders" : "^0.0.11", "@apoyo/scopes" : "^0.0.5", "@apoyo/std" : "^0.0.11", "axios" : "^0.23.0", "dotenv-expand" : "^5.1.0", "dotenv-flow" : "^3.2.0", "express" : "^4.17.1"}, "devDependencies" : {"@types/axios" : "^0.14.0", "@types/dotenv-flow" : "^3.2.0", "@types/express" : "^4.17.13", "@types/node" : "^12.6.8", "rimraf" : "2.6.2", "ts-node" : "^8.0.2", "ttypescript" : "^1.5.12", "typescript" : "^4.1.2", "typescript-transform-paths" : "^3.3.1"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "clean": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "clean", "prebuild", "build"]}, "dependencies": {"type": "object", "properties": {"@apoyo/decoders": {"type": "string"}, "@apoyo/scopes": {"type": "string"}, "@apoyo/std": {"type": "string"}, "axios": {"type": "string"}, "dotenv-expand": {"type": "string"}, "dotenv-flow": {"type": "string"}, "express": {"type": "string"}}, "required": ["@apoyo/decoders", "@apoyo/scopes", "@apoyo/std", "axios", "dotenv-expand", "dotenv-flow", "express"]}, "devDependencies": {"type": "object", "properties": {"@types/axios": {"type": "string"}, "@types/dotenv-flow": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "rimraf": {"type": "string"}, "ts-node": {"type": "string"}, "ttypescript": {"type": "string"}, "typescript": {"type": "string"}, "typescript-transform-paths": {"type": "string"}}, "required": ["@types/axios", "@types/dotenv-flow", "@types/express", "@types/node", "rimraf", "ts-node", "ttypescript", "typescript", "typescript-transform-paths"]}}, "required": ["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": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"pobtron": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["pobtron"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"pobtron" : {"title" : "Pobtron", "channel_id" : 145844891, "link" : "http://twitch.tv/pobtron", "desc" : null, "plans" : {"$4.99" : "232310", "$9.99" : "232312", "$24.99" : "232313"}, "id" : "pobtron", "first_seen" : "2017-07-02 18:00:25", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 232310, "emotes" : [{"code" : "pobtroTronc", "image_id" : 257851, "set" : 232310}, {"code" : "pobtroBuche", "image_id" : 257879, "set" : 232312}, {"code" : "pobtroMed", "image_id" : 257913, "set" : 232313}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"pobtron": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["pobtron"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "defaultConcreteType": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"concreteType": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "partSizeBytes": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "fileName": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "storageLocationId": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "generatePreview": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["concreteType", "partSizeBytes", "fileName", "storageLocationId", "generatePreview"]}}, "required": ["type", "defaultConcreteType", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "interface", "defaultConcreteType" : "org.sagebionetworks.repo.model.file.MultipartUploadRequest", "description" : "Interface to describe a multi-part request. If the concrete type is not supplied will default to a <a href=\"${org.sagebionetworks.repo.model.file.MultipartUploadRequest}\">MultipartUploadRequest</a>", "properties" : {"concreteType" : {"type" : "string", "description" : "Indicates which type of multi-part request to initiate. Currently supports <a href=\"${org.sagebionetworks.repo.model.file.MultipartUploadRequest}\">MultipartUploadRequest</a> and <a href=\"${org.sagebionetworks.repo.model.file.MultipartUploadCopyRequest}\">MultipartUploadCopyRequest</a>"}, "partSizeBytes" : {"type" : "integer", "description" : "In order to upload or copy a file, the client must split the process into 'parts' and upload or copy each part separately. This indicates the clients intended part size in bytes. Part size must be at least 5,242,880 bytes (5MB) with a max of 5,368,709,120 bytes (5GB). Also the maximum number of parts for a single file is 10K. The recommended part size for a single file upload should be: MAX( 5242880, (fileSizeBytes/10000))."}, "fileName" : {"type" : "string", "description" : "The name of the file to be uploaded."}, "storageLocationId" : {"type" : "integer", "description" : "The identifier of the storage location where this file should be stored."}, "generatePreview" : {"type" : "boolean", "description" : "Optional parameter. When set to 'false' a preview will not be generated for the resulting file."}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "defaultConcreteType": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"concreteType": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "partSizeBytes": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "fileName": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "storageLocationId": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "generatePreview": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["concreteType", "partSizeBytes", "fileName", "storageLocationId", "generatePreview"]}}, "required": ["type", "defaultConcreteType", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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": {}}, "severity": {"type": "null"}, "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-q24h-5rq3-63j9", "modified" : "2022-03-04T00:00:19Z", "published" : "2022-03-04T00:00:19Z", "aliases" : ["CVE-2022-0528"], "details" : "Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository transloadit/uppy prior to 3.3.1.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2022-0528"}, {"type" : "WEB", "url" : "https://github.com/transloadit/uppy/commit/267c34045a1e62c98406d8c31261c604a11e544a"}, {"type" : "WEB", "url" : "https://huntr.dev/bounties/8b060cc3-2420-468e-8293-b9216620175b"}], "database_specific" : {"cwe_ids" : [], "severity" : null, "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": {}}, "severity": {"type": "null"}, "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MRRm_new" : 0.0949549523603464, "MRm_new" : 1729.62780891414, "HITS@1m_new" : 0.055879250598518414, "HITS@3m_new" : 0.1016679186338588, "HITS@10m_new" : 0.16987881794100396}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import _objectSpread from \"@babel/runtime-corejs2/helpers/esm/objectSpread2\";\nimport { withStyles as withStylesWithoutDefault } from \"../../../material-ui-styles/src\";\nimport defaultTheme from \"./defaultTheme\";\n\nfunction withStyles(stylesOrCreator, options) {\n return withStylesWithoutDefault(stylesOrCreator, _objectSpread({\n defaultTheme: defaultTheme\n }, options));\n}\n\nexport default withStyles;", "map" : {"version" : 3, "sources" : ["/home/marcelo.faria/Documentos/b2w/msf-ui/packages/material-ui/src/styles/withStyles.js"], "names" : ["withStyles", "withStylesWithoutDefault", "defaultTheme", "stylesOrCreator", "options"], "mappings" : ";AAAA,SAASA,UAAU,IAAIC,wBAAvB;AACA,OAAOC,YAAP;;AAEA,SAASF,UAAT,CAAoBG,eAApB,EAAqCC,OAArC,EAA8C;AAC5C,SAAOH,wBAAwB,CAACE,eAAD;AAC7BD,IAAAA,YAAY,EAAZA;AAD6B,KAE1BE,OAF0B,EAA/B;AAID;;AAED,eAAeJ,UAAf", "sourcesContent" : ["import { withStyles as withStylesWithoutDefault } from '@material-ui/styles';\nimport defaultTheme from './defaultTheme';\n\nfunction withStyles(stylesOrCreator, options) {\n return withStylesWithoutDefault(stylesOrCreator, {\n defaultTheme,\n ...options,\n });\n}\n\nexport default withStyles;\n"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "irr": {"type": "string"}, "sheetio": {"type": "string"}, "t21x": {"type": "string"}, "merge": {"type": "string"}, "shake": {"type": "string"}}, "required": ["test", "irr", "sheetio", "t21x", "merge", "shake"]}, "bin": {"type": "object", "properties": {"t21x": {"type": "string"}}, "required": ["t21x"]}, "preferGlobal": {"type": "boolean"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"xlsx": {"type": "string"}}, "required": ["xlsx"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@types/node", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "preferGlobal", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "t21x", "version" : "0.2.11", "description" : "CLI tools for t21 xlsx files.", "main" : "./script/t21xio.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "irr" : "node ./scripts/getIrr.js", "sheetio" : "node ./scripts/testSheetIO.js", "t21x" : "node ./bin/t21x.js", "merge" : "node ./scripts/merge.js", "shake" : "node ./scripts/shake.js"}, "bin" : {"t21x" : "./bin/t21x.js"}, "preferGlobal" : true, "repository" : {"type" : "git", "url" : "git+https://github.com/wiskingdom/t21x.git"}, "author" : "Yeonwoo Kim", "license" : "ISC", "bugs" : {"url" : "https://github.com/wiskingdom/t21x/issues"}, "homepage" : "https://github.com/wiskingdom/t21x#readme", "dependencies" : {"xlsx" : "^0.16.9"}, "devDependencies" : {"@types/node" : "^14.14.17", "eslint" : "^7.16.0", "eslint-config-prettier" : "^7.1.0", "eslint-plugin-prettier" : "^3.3.0", "prettier" : "2.2.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"}, "irr": {"type": "string"}, "sheetio": {"type": "string"}, "t21x": {"type": "string"}, "merge": {"type": "string"}, "shake": {"type": "string"}}, "required": ["test", "irr", "sheetio", "t21x", "merge", "shake"]}, "bin": {"type": "object", "properties": {"t21x": {"type": "string"}}, "required": ["t21x"]}, "preferGlobal": {"type": "boolean"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"xlsx": {"type": "string"}}, "required": ["xlsx"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@types/node", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "preferGlobal", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataType" : "CWE", "longName" : "Consent Type", "hl7Table" : "HL70496"}
json_instruct
{"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "e707d6519dad4ca76077a61d76140420f9539877"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "047f0a3bfd1ad362c54a", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Rio Sono Faculty", "alt_name" : "Faculdade Rio Sono (RISO)", "country" : "Brazil", "state" : null, "address" : {"street" : "Rua 04, 350, Centro", "city" : "Pedro Afonso", "province" : "TO", "postal_code" : "77710-000"}, "contact" : {"telephone" : "+55(63) 3466-2432", "website" : "http://www.faculdaderiosono.edu.br", "email" : "secretaria@faculdaderiosono.edu.br", "fax" : null}, "funding" : "Private", "languages" : null, "academic_year" : null, "accrediting_agency" : null}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "issues": {"type": "string"}}, "required": ["email", "issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/symfony": {"type": "string"}, "hellosign/hellosign-php-sdk": {"type": "string"}}, "required": ["php", "symfony/symfony", "hellosign/hellosign-php-sdk"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}, "escapestudios/symfony2-coding-standard": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer", "escapestudios/symfony2-coding-standard"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Bukashk0zzz\\HelloSignBundle\\": {"type": "string"}}, "required": ["Bukashk0zzz\\HelloSignBundle\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "authors", "support", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bukashk0zzz/hellosign-bundle", "description" : "A simple Symfony2/Symfony3 bundle for the official sdk provided by HelloSign.", "keywords" : ["bundle", "symfony", "hellosign", "hello sign"], "homepage" : "https://github.com/bukashk0zzz/HelloSignBundle", "type" : "symfony-bundle", "license" : "MIT", "authors" : [{"name" : "Denis Golubovskiy", "email" : "bukashk0zzz@gmail.com", "role" : "Creator"}], "support" : {"email" : "bukashk0zzz@gmail.com", "issues" : "https://github.com/bukashk0zzz/HelloSignBundle/issues"}, "require" : {"php" : ">=5.6.0", "symfony/symfony" : "^2.8.6|^3.0.6", "hellosign/hellosign-php-sdk" : "^3.4.3"}, "require-dev" : {"phpunit/phpunit" : "~5.0", "squizlabs/php_codesniffer" : "^2.5", "escapestudios/symfony2-coding-standard" : "~2.7"}, "autoload" : {"psr-4" : {"Bukashk0zzz\\HelloSignBundle\\" : ""}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "issues": {"type": "string"}}, "required": ["email", "issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/symfony": {"type": "string"}, "hellosign/hellosign-php-sdk": {"type": "string"}}, "required": ["php", "symfony/symfony", "hellosign/hellosign-php-sdk"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}, "escapestudios/symfony2-coding-standard": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer", "escapestudios/symfony2-coding-standard"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Bukashk0zzz\\HelloSignBundle\\": {"type": "string"}}, "required": ["Bukashk0zzz\\HelloSignBundle\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "authors", "support", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"AUTHOR": {"type": "string"}, "INSTALL_MSG": {"type": "string"}, "NAME": {"type": "string"}, "SHORT": {"type": "string"}, "DESCRIPTION": {"type": "string"}, "TAGS": {"type": "array", "items": {"type": "string"}}}, "required": ["AUTHOR", "INSTALL_MSG", "NAME", "SHORT", "DESCRIPTION", "TAGS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AUTHOR" : "mikeshardmind", "INSTALL_MSG" : "The cogs within are provided as-is. Fixes will happen when I have time. Open an issue on Github if you want to draw my attention to it. \nI'm also around in https://discord.gg/GET4DVk as well as https://discord.gg/red", "NAME" : "Sinbad's Cogs", "SHORT" : "Handful of various tools and features I've wanted.", "DESCRIPTION" : "Handful of tools that I've wanted", "TAGS" : ["Utility"]}
json_instruct
{"type": "object", "properties": {"AUTHOR": {"type": "string"}, "INSTALL_MSG": {"type": "string"}, "NAME": {"type": "string"}, "SHORT": {"type": "string"}, "DESCRIPTION": {"type": "string"}, "TAGS": {"type": "array", "items": {"type": "string"}}}, "required": ["AUTHOR", "INSTALL_MSG", "NAME", "SHORT", "DESCRIPTION", "TAGS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 890454189, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4886f799268a372cd4d450595f26ee1a", "wof:id" : 890454189, "wof:repo" : "whosonfirst-data-admin-gn"}, "bbox" : [-12.66667, 11.41667, -12.66667, 11.41667], "geometry" : {"coordinates" : [-12.66667, 11.41667], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@timestamp": {"type": "string"}, "beat": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "jolokia": {"type": "object", "properties": {"dynamic": {"type": "object", "properties": {"gc": {"type": "object", "properties": {"cms_collection_count": {"type": "integer"}, "cms_collection_time": {"type": "integer"}}, "required": ["cms_collection_count", "cms_collection_time"]}, "memory": {"type": "object", "properties": {"heap_usage": {"type": "object", "properties": {"committed": {"type": "number"}, "init": {"type": "number"}, "max": {"type": "number"}, "used": {"type": "number"}}, "required": ["committed", "init", "max", "used"]}, "non_heap_usage": {"type": "object", "properties": {"committed": {"type": "number"}, "init": {"type": "number"}, "max": {"type": "integer"}, "used": {"type": "number"}}, "required": ["committed", "init", "max", "used"]}}, "required": ["heap_usage", "non_heap_usage"]}, "uptime": {"type": "number"}}, "required": ["gc", "memory", "uptime"]}}, "required": ["dynamic"]}, "metricset": {"type": "object", "properties": {"module": {"type": "string"}, "name": {"type": "string"}, "rtt": {"type": "integer"}}, "required": ["module", "name", "rtt"]}, "type": {"type": "string"}}, "required": ["@timestamp", "beat", "jolokia", "metricset", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@timestamp" : "2016-08-27T20:26:21.837Z", "beat" : {"hostname" : "seu", "name" : "seu"}, "jolokia" : {"dynamic" : {"gc" : {"cms_collection_count" : 3, "cms_collection_time" : 207}, "memory" : {"heap_usage" : {"committed" : 1052770304.0, "init" : 1073741824.0, "max" : 1052770304.0, "used" : 173407544.0}, "non_heap_usage" : {"committed" : 70098944.0, "init" : 2555904.0, "max" : -1, "used" : 68390328.0}}, "uptime" : 6964576.0}}, "metricset" : {"module" : "jolokia", "name" : "dynamic", "rtt" : 53279}, "type" : "metricsets"}
json_instruct
{"type": "object", "properties": {"@timestamp": {"type": "string"}, "beat": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "jolokia": {"type": "object", "properties": {"dynamic": {"type": "object", "properties": {"gc": {"type": "object", "properties": {"cms_collection_count": {"type": "integer"}, "cms_collection_time": {"type": "integer"}}, "required": ["cms_collection_count", "cms_collection_time"]}, "memory": {"type": "object", "properties": {"heap_usage": {"type": "object", "properties": {"committed": {"type": "number"}, "init": {"type": "number"}, "max": {"type": "number"}, "used": {"type": "number"}}, "required": ["committed", "init", "max", "used"]}, "non_heap_usage": {"type": "object", "properties": {"committed": {"type": "number"}, "init": {"type": "number"}, "max": {"type": "integer"}, "used": {"type": "number"}}, "required": ["committed", "init", "max", "used"]}}, "required": ["heap_usage", "non_heap_usage"]}, "uptime": {"type": "number"}}, "required": ["gc", "memory", "uptime"]}}, "required": ["dynamic"]}, "metricset": {"type": "object", "properties": {"module": {"type": "string"}, "name": {"type": "string"}, "rtt": {"type": "integer"}}, "required": ["module", "name", "rtt"]}, "type": {"type": "string"}}, "required": ["@timestamp", "beat", "jolokia", "metricset", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import * as React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsxs(React.Fragment, {\n children: [/*#__PURE__*/_jsx(\"path\", {\n d: \"M4 17.17L5.17 16H20V4H4v13.17zM8.5 9.5l2.5 3.01L14.5 8l4.5 6H5l3.5-4.5z\",\n opacity: \".3\"\n }), /*#__PURE__*/_jsx(\"path\", {\n d: \"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-5.5-8L11 12.51 8.5 9.5 5 14h14z\"\n })]\n}), 'MmsTwoTone');", "map" : {"version" : 3, "sources" : ["C:/Users/Dani/Desktop/sadna/BiCompare/node_modules/@material-ui/icons/esm/MmsTwoTone.js"], "names" : ["React", "createSvgIcon", "jsx", "_jsx", "jsxs", "_jsxs", "Fragment", "children", "d", "opacity"], "mappings" : "AAAA,OAAO,KAAKA,KAAZ,MAAuB,OAAvB;AACA,OAAOC,aAAP,MAA0B,uBAA1B;AACA,SAASC,GAAG,IAAIC,IAAhB,QAA4B,mBAA5B;AACA,SAASC,IAAI,IAAIC,KAAjB,QAA8B,mBAA9B;AACA,eAAeJ,aAAa,EAAE,aAAaI,KAAK,CAACL,KAAK,CAACM,QAAP,EAAiB;AAC/DC,EAAAA,QAAQ,EAAE,CAAC,aAAaJ,IAAI,CAAC,MAAD,EAAS;AACnCK,IAAAA,CAAC,EAAE,yEADgC;AAEnCC,IAAAA,OAAO,EAAE;AAF0B,GAAT,CAAlB,EAGN,aAAaN,IAAI,CAAC,MAAD,EAAS;AAC5BK,IAAAA,CAAC,EAAE;AADyB,GAAT,CAHX;AADqD,CAAjB,CAApB,EAOxB,YAPwB,CAA5B", "sourcesContent" : ["import * as React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsxs(React.Fragment, {\n children: [/*#__PURE__*/_jsx(\"path\", {\n d: \"M4 17.17L5.17 16H20V4H4v13.17zM8.5 9.5l2.5 3.01L14.5 8l4.5 6H5l3.5-4.5z\",\n opacity: \".3\"\n }), /*#__PURE__*/_jsx(\"path\", {\n d: \"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zm-5.5-8L11 12.51 8.5 9.5 5 14h14z\"\n })]\n}), 'MmsTwoTone');"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}