input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "devDependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["lodash", "typescript"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "main", "repository", "bugs", "homepage", "publishConfig", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@mkfe/js2html", "version" : "1.0.1", "description" : "\u901a\u8fc7js\u914d\u7f6e\u6765\u751f\u6210Document\u5b57\u7b26\u4e32", "keywords" : ["js2html", "js", "html"], "author" : "monkeyfeiyu <136320943@qq.com>", "license" : "ISC", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/monkeyfeiyu/mkfe.git"}, "bugs" : {"url" : "https://github.com/monkeyfeiyu/mkfe/issues"}, "homepage" : "https://github.com/monkeyfeiyu/mkfe#readme", "publishConfig" : {"access" : "public"}, "devDependencies" : {"lodash" : "~4.17.15", "typescript" : "^3.5.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "devDependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["lodash", "typescript"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "main", "repository", "bugs", "homepage", "publishConfig", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"253000": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "397010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "419020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "292030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "431011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "173020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["253000", "count", "436010", "397010", "434051", "419020", "252010", "292030", "431011", "173020", "N.A.//", "412010", "291141"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"253000" : {"count" : 1}, "count" : 29, "436010" : {"count" : 1}, "397010" : {"count" : 1}, "434051" : {"count" : 1}, "419020" : {"count" : 1}, "252010" : {"count" : 1}, "292030" : {"count" : 1}, "431011" : {"count" : 1}, "173020" : {"count" : 2}, "N.A.//" : {"count" : 16}, "412010" : {"count" : 1}, "291141" : {"count" : 2}}
json_instruct
{"type": "object", "properties": {"253000": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "397010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "419020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "292030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "431011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "173020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["253000", "count", "436010", "397010", "434051", "419020", "252010", "292030", "431011", "173020", "N.A.//", "412010", "291141"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["clouddatabase-cli"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "package", "compatibilityLevel", "mixins", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"required" : true, "package" : "net.kyori.adventure.platform.fabric.impl.mixin", "compatibilityLevel" : "JAVA_16", "mixins" : ["ClientboundStatusResponsePacketMixin", "CommandSourceStackMixin", "ComponentSerializerMixin", "EntityMixin", "FriendlyByteBufMixin", "GameProfileMixin", "MinecraftServerMixin", "PacketEncoderMixin", "PlayerListMixin", "PlayerMixin", "RconConsoleSourceMixin", "ServerBossEventMixin", "ServerGamePacketListenerImplMixin", "ServerPlayerMixin", "StyleSerializerMixin"], "client" : ["client.BossHealthOverlayMixin", "client.LocalPlayerMixin", "client.OptionsMixin"], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "package", "compatibilityLevel", "mixins", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "array", "items": {"type": "string"}}}, "required": ["remainingRequest", "dependencies", "contextDependencies", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"remainingRequest" : "E:\\XiangMu\\ant-design-pro-vue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!E:\\XiangMu\\ant-design-pro-vue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\XiangMu\\ant-design-pro-vue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\XiangMu\\ant-design-pro-vue\\src\\components\\GlobalFooter\\GlobalFooter.vue?vue&type=template&id=ff027a6c&scoped=true&", "dependencies" : [{"path" : "E:\\XiangMu\\ant-design-pro-vue\\src\\components\\GlobalFooter\\GlobalFooter.vue", "mtime" : 1565572019194}, {"path" : "E:\\XiangMu\\ant-design-pro-vue\\node_modules\\cache-loader\\dist\\cjs.js", "mtime" : 499162500000}, {"path" : "E:\\XiangMu\\ant-design-pro-vue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js", "mtime" : 499162500000}, {"path" : "E:\\XiangMu\\ant-design-pro-vue\\node_modules\\cache-loader\\dist\\cjs.js", "mtime" : 499162500000}, {"path" : "E:\\XiangMu\\ant-design-pro-vue\\node_modules\\vue-loader\\lib\\index.js", "mtime" : 499162500000}], "contextDependencies" : [], "result" : ["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"footer\"},[_vm._m(0),_c('div',{staticClass:\"copyright\"},[_vm._v(\"\\n Copyright\\n \"),_c('a-icon',{attrs:{\"type\":\"copyright\"}}),_vm._v(\" 2019 \"),_c('span',[_vm._v(\"\u521b\u6cfd\u667a\u80fd\u673a\u5668\u4eba\u80a1\u4efd\u6709\u9650\u516c\u53f8\")])],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"links\"},[_c('a',[_vm._v(\"\u673a\u5668\u4eba\u4e91\u5e73\u53f0\u7ba1\u7406\u7cfb\u7edf\")])])}]\n\nexport { render, staticRenderFns }"]}
json_instruct
{"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "array", "items": {"type": "string"}}}, "required": ["remainingRequest", "dependencies", "contextDependencies", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this 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.959", "Title" : "Bayesian inference as a viable cross-linguistic word segmentation strategy Its all about whats useful", "Year" : 2014}, {"Similarity" : "0.951", "Title" : "Why Adult Language Learning is Harder A Computational Model of the Consequences of Cultural Selection for Learnability", "Year" : 2007}, {"Similarity" : "0.95", "Title" : "What do you expect from an unfamiliar talker", "Year" : 2016}, {"Similarity" : "0.95", "Title" : "A Framework for Evaluating Speech Representations", "Year" : 2016}, {"Similarity" : "0.95", "Title" : "Self-Consistency as an Inductive Bias in Early Language Acquisition", "Year" : 2014}, {"Similarity" : "0.942", "Title" : "Semantic vector evaluation and human performance on a new vocabulary MCQ test", "Year" : 2017}]
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"9387": {"type": "string"}}, "required": ["9387"]}, "timeto": {"type": "object", "properties": {"9387": {"type": "number"}}, "required": ["9387"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 9388, "title" : ["[Trading Post, Sea Room]"], "description" : ["Rusting anchors and crude, broken sextants hang as decoration on the walls of this room. Seashells of many sizes sit on the tables, and the lamps here are crafted from large conches. A net decorated with starfish hangs over the bed."], "paths" : ["Obvious exits: none"], "location" : "Solhaven", "wayto" : {"9387" : "go door"}, "timeto" : {"9387" : 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": {"9387": {"type": "string"}}, "required": ["9387"]}, "timeto": {"type": "object", "properties": {"9387": {"type": "number"}}, "required": ["9387"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"81": {"type": "string"}, "115": {"type": "string"}, "116": {"type": "string"}, "117": {"type": "string"}, "118": {"type": "string"}, "193": {"type": "string"}, "195": {"type": "string"}, "197": {"type": "string"}, "199": {"type": "string"}, "234": {"type": "string"}, "256": {"type": "string"}, "258": {"type": "string"}, "260": {"type": "string"}, "262": {"type": "string"}, "275": {"type": "string"}, "279": {"type": "string"}, "309": {"type": "string"}, "322": {"type": "string"}, "352": {"type": "string"}, "353": {"type": "string"}, "361": {"type": "string"}, "369": {"type": "string"}, "382": {"type": "string"}, "392": {"type": "string"}, "402": {"type": "string"}}, "required": ["81", "115", "116", "117", "118", "193", "195", "197", "199", "234", "256", "258", "260", "262", "275", "279", "309", "322", "352", "353", "361", "369", "382", "392", "402"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "15642313", "lines" : {"81" : "private RowRecord row;\n", "115" : " row.setOptionFlags( (short)0x100 ); // seems necessary for outlining to work. \n", "116" : " row.setHeight((short) 0xff);\n", "117" : " row.setLastCol((short) -1);\n", "118" : " row.setFirstCol((short) -1);\n", "193" : " if (cell.getCellNum() == row.getLastCol())\n", "195" : " row.setLastCol(findLastCell(row.getLastCol()));\n", "197" : " if (cell.getCellNum() == row.getFirstCol())\n", "199" : " row.setFirstCol(findFirstCell(row.getFirstCol()));\n", "234" : " row.setRowNumber(rowNum); // used only for KEY comparison (HSSFRow)\n", "256" : " if (row.getFirstCol() == -1)\n", "258" : " row.setFirstCol(column);\n", "260" : " if (row.getLastCol() == -1)\n", "262" : " row.setLastCol(column);\n", "275" : " if (column < row.getFirstCol())\n", "279" : " if (column > row.getLastCol())\n", "309" : " return row.getFirstCol();\n", "322" : " return row.getLastCol();\n", "352" : " row.setBadFontHeight(true);\n", "353" : " row.setHeight(height);\n", "361" : " row.setZeroHeight(zHeight);\n", "369" : " return row.getZeroHeight();\n", "382" : " row.setHeight((short) (height * 20));\n", "392" : " return row.getHeight();\n", "402" : " return (row.getHeight() / 20);\n"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"81": {"type": "string"}, "115": {"type": "string"}, "116": {"type": "string"}, "117": {"type": "string"}, "118": {"type": "string"}, "193": {"type": "string"}, "195": {"type": "string"}, "197": {"type": "string"}, "199": {"type": "string"}, "234": {"type": "string"}, "256": {"type": "string"}, "258": {"type": "string"}, "260": {"type": "string"}, "262": {"type": "string"}, "275": {"type": "string"}, "279": {"type": "string"}, "309": {"type": "string"}, "322": {"type": "string"}, "352": {"type": "string"}, "353": {"type": "string"}, "361": {"type": "string"}, "369": {"type": "string"}, "382": {"type": "string"}, "392": {"type": "string"}, "402": {"type": "string"}}, "required": ["81", "115", "116", "117", "118", "193", "195", "197", "199", "234", "256", "258", "260", "262", "275", "279", "309", "322", "352", "353", "361", "369", "382", "392", "402"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {"lowerBound": {"type": "string"}, "numGeneratedLazyConstraints": {"type": "string"}}, "required": ["lowerBound", "numGeneratedLazyConstraints"]}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 1, "startTimes" : [12, 9, 29, 31, 37], "objectiveValue" : 28.0, "solverRuntimeInMilliseconds" : 112, "optional" : {"lowerBound" : "28.000000", "numGeneratedLazyConstraints" : "0"}}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {"lowerBound": {"type": "string"}, "numGeneratedLazyConstraints": {"type": "string"}}, "required": ["lowerBound", "numGeneratedLazyConstraints"]}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "17", "provinceId" : "18", "regencyId" : "71", "name" : "Enggal"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}, "@Message.ExtendedInfo": {"type": "array", "items": {"type": "object", "properties": {"@odata.type": {"type": "string"}, "MessageId": {"type": "string"}, "Message": {"type": "string"}, "RelatedProperties": {"type": "array", "items": {}}, "MessageArgs": {"type": "array", "items": {}}, "Severity": {"type": "string"}, "Resolution": {"type": "string"}}, "required": ["@odata.type", "MessageId", "Message", "RelatedProperties", "MessageArgs", "Severity", "Resolution"]}}}, "required": ["code", "message", "@Message.ExtendedInfo"]}}, "required": ["error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"error" : {"code" : "Base.1.1.GeneralError", "message" : "General Error", "@Message.ExtendedInfo" : [{"@odata.type" : "#Message.v1_0_5.Message", "MessageId" : "Base.1.1.PropertyValueNotInList", "Message" : "Personalized message", "RelatedProperties" : [], "MessageArgs" : [], "Severity" : "Warning", "Resolution" : "Choose a value from the enumeration list that the implementation can support and resubmit the request if the operation failed."}]}}
json_instruct
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}, "@Message.ExtendedInfo": {"type": "array", "items": {"type": "object", "properties": {"@odata.type": {"type": "string"}, "MessageId": {"type": "string"}, "Message": {"type": "string"}, "RelatedProperties": {"type": "array", "items": {}}, "MessageArgs": {"type": "array", "items": {}}, "Severity": {"type": "string"}, "Resolution": {"type": "string"}}, "required": ["@odata.type", "MessageId", "Message", "RelatedProperties", "MessageArgs", "Severity", "Resolution"]}}}, "required": ["code", "message", "@Message.ExtendedInfo"]}}, "required": ["error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"adcode" : "130681001", "name" : "\u53cc\u5854\u8857\u9053", "level" : "street", "parent" : "130681"}, {"adcode" : "130681002", "name" : "\u6843\u56ed\u8857\u9053", "level" : "street", "parent" : "130681"}, {"adcode" : "130681003", "name" : "\u6e05\u51c9\u5bfa\u8857\u9053", "level" : "street", "parent" : "130681"}, {"adcode" : "130681100", "name" : "\u677e\u6797\u5e97\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681101", "name" : "\u7801\u5934\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681102", "name" : "\u4e1c\u57ce\u574a\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681103", "name" : "\u9ad8\u5b98\u5e84\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681104", "name" : "\u767e\u5c3a\u7aff\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681105", "name" : "\u4e1c\u4ed9\u5761\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681106", "name" : "\u4e49\u548c\u5e84\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681107", "name" : "\u8c46\u5e84\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681108", "name" : "\u5201\u7a9d\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681109", "name" : "\u6797\u5bb6\u5c6f\u9547", "level" : "street", "parent" : "130681"}, {"adcode" : "130681204", "name" : "\u5b59\u5bb6\u5e84\u4e61", "level" : "street", "parent" : "130681"}, {"adcode" : "130681400", "name" : "\u5f00\u53d1\u533a", "level" : "street", "parent" : "130681"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "calumet", "definition" : "A kind of pipe, used by the North American Indians for smoking tobacco. The bowl is usually made of soft red stone, and the tube is a long reed often ornamented with feathers. Smoked the calumet, the Peace pipe, As a signal to the nations. Lowgfellow. Note: The calumet is used as a symbol of peace. To accept the calumet is to agree to terms of peace, and to refuse it is to reject them. The calumet of peace is used to seal or ratify contracts and alliances, and as an evidence to strangers that they are welcome."}
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": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [326.868, 112.682, 1, 327.502, 126.683, 1, 308.68, 128.079, 1, 313.785, 101.961, 1, 325.396, 84.1771, 1, 338.24, 125.166, 1, 346.602, 104.843, 1, 338.44, 83.6289, 1, 307.119, 177.452, 1, 317.851, 226.3, 1, 335.035, 267.567, 1, 330.542, 180.056, 1, 314.978, 222.32, 1, 331.139, 266.601, 1, 318.56, 111.038, 1, 330.228, 108.324, 1, 316.457, 110.406, 1, 339.072, 111.855, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["aestd.private:lib1/entity/get_uuid/check_v1"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "patch-package": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["aws-sdk", "patch-package", "typescript"]}}, "required": ["name", "version", "main", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "aws-sdk-deep-imports", "version" : "1.0.0", "main" : "index.js", "repository" : "git@github.com:JakeGinnivan/aws-sdk-deep-imports.git", "author" : "Jake Ginnivan <jake@ginnivan.net>", "license" : "MIT", "dependencies" : {"aws-sdk" : "2.733.0", "patch-package" : "^6.2.2", "typescript" : "^3.9.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "patch-package": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["aws-sdk", "patch-package", "typescript"]}}, "required": ["name", "version", "main", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apihelp-query+gadgetcategories-description": {"type": "string"}, "apihelp-query+gadgetcategories-param-names": {"type": "string"}, "apihelp-query+gadgetcategories-example-1": {"type": "string"}, "apihelp-query+gadgetcategories-example-2": {"type": "string"}, "apihelp-query+gadgets-description": {"type": "string"}, "apihelp-query+gadgets-param-ids": {"type": "string"}, "apihelp-query+gadgets-param-allowedonly": {"type": "string"}, "apihelp-query+gadgets-param-enabledonly": {"type": "string"}, "apihelp-query+gadgets-example-3": {"type": "string"}, "apihelp-query+gadgets-example-4": {"type": "string"}, "apihelp-query+gadgets-example-5": {"type": "string"}}, "required": ["@metadata", "apihelp-query+gadgetcategories-description", "apihelp-query+gadgetcategories-param-names", "apihelp-query+gadgetcategories-example-1", "apihelp-query+gadgetcategories-example-2", "apihelp-query+gadgets-description", "apihelp-query+gadgets-param-ids", "apihelp-query+gadgets-param-allowedonly", "apihelp-query+gadgets-param-enabledonly", "apihelp-query+gadgets-example-3", "apihelp-query+gadgets-example-4", "apihelp-query+gadgets-example-5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Minh Nguyen"]}, "apihelp-query+gadgetcategories-description" : "Cho ra danh s\u00e1ch th\u1ec3 lo\u1ea1i ti\u1ec7n \u00edch.", "apihelp-query+gadgetcategories-param-names" : "T\u00ean c\u1ee7a c\u00e1c th\u1ec3 lo\u1ea1i \u0111\u1ec3 l\u1ea5y.", "apihelp-query+gadgetcategories-example-1" : "L\u1ea5y danh s\u00e1ch c\u00e1c th\u1ec3 lo\u1ea1i ti\u1ec7n \u00edch \u0111ang t\u1ed3n t\u1ea1i", "apihelp-query+gadgetcategories-example-2" : "L\u1ea5y t\u1ea5t c\u1ea3 th\u00f4ng tin v\u1ec1 c\u00e1c th\u1ec3 lo\u1ea1i c\u00f3 t\u00ean \u201cfoo\u201d v\u00e0 \u201cbar\u201d", "apihelp-query+gadgets-description" : "Cho ra danh s\u00e1ch c\u00e1c ti\u1ec7n \u00edch \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng tr\u00ean wiki n\u00e0y.", "apihelp-query+gadgets-param-ids" : "ID c\u1ee7a c\u00e1c ti\u1ec7n \u00edch \u0111\u1ec3 l\u1ea5y.", "apihelp-query+gadgets-param-allowedonly" : "Ch\u1ec9 li\u1ec7t k\u00ea c\u00e1c ti\u1ec7n \u00edch m\u00e0 ng\u01b0\u1eddi d\u00f9ng hi\u1ec7n t\u1ea1i c\u00f3 ph\u00e9p s\u1eed d\u1ee5ng.", "apihelp-query+gadgets-param-enabledonly" : "Ch\u1ec9 li\u1ec7t k\u00ea c\u00e1c ti\u1ec7n \u00edch \u0111\u01b0\u1ee3c k\u00edch ho\u1ea1t b\u1edfi ng\u01b0\u1eddi d\u00f9ng hi\u1ec7n t\u1ea1i.", "apihelp-query+gadgets-example-3" : "L\u1ea5y danh s\u00e1ch c\u00e1c ti\u1ec7n \u00edch thu\u1ed9c th\u1ec3 lo\u1ea1i \u201cfoo\u201d", "apihelp-query+gadgets-example-4" : "L\u1ea5y th\u00f4ng tin v\u1ec1 c\u00e1c ti\u1ec7n \u00edch \u201cfoo\u201d v\u00e0 \u201cbar\u201d", "apihelp-query+gadgets-example-5" : "L\u1ea5y danh s\u00e1ch c\u00e1c ti\u1ec7n \u00edch \u0111\u01b0\u1ee3c k\u00edch ho\u1ea1t b\u1edfi ng\u01b0\u1eddi d\u00f9ng hi\u1ec7n t\u1ea1i"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apihelp-query+gadgetcategories-description": {"type": "string"}, "apihelp-query+gadgetcategories-param-names": {"type": "string"}, "apihelp-query+gadgetcategories-example-1": {"type": "string"}, "apihelp-query+gadgetcategories-example-2": {"type": "string"}, "apihelp-query+gadgets-description": {"type": "string"}, "apihelp-query+gadgets-param-ids": {"type": "string"}, "apihelp-query+gadgets-param-allowedonly": {"type": "string"}, "apihelp-query+gadgets-param-enabledonly": {"type": "string"}, "apihelp-query+gadgets-example-3": {"type": "string"}, "apihelp-query+gadgets-example-4": {"type": "string"}, "apihelp-query+gadgets-example-5": {"type": "string"}}, "required": ["@metadata", "apihelp-query+gadgetcategories-description", "apihelp-query+gadgetcategories-param-names", "apihelp-query+gadgetcategories-example-1", "apihelp-query+gadgetcategories-example-2", "apihelp-query+gadgets-description", "apihelp-query+gadgets-param-ids", "apihelp-query+gadgets-param-allowedonly", "apihelp-query+gadgets-param-enabledonly", "apihelp-query+gadgets-example-3", "apihelp-query+gadgets-example-4", "apihelp-query+gadgets-example-5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "accession": {"type": "string"}, "definition": {"type": "string"}, "host": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["_id", "accession", "definition", "host", "sequence"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "ualyxksy", "accession" : "NC_005046", "definition" : "Ageratum leaf curl disease associated sequence virion, complete", "host" : "Ageratum conyzoides", "sequence" : "ACCGGTGGCGAGCGATTTTTTTGGTGTTGCAGGTGGGACCCACTTTACAGTAAAAGGAAAACTGGACTGGGCCTCTCTTATTGGGCCGTATTTTATTGGGCTTTGAACTGAATTTGTATTGGGCCTTTTATTAAATTATGTAATTTAAGATTTTATTTATTGATAGTATAAATATACACTTATACAGTAGCATTCGTACATATATCGTAGTCATCTCCTATACGTATATCAATTACTGGTGCCTCTTGCATCATCAGCATATCAATAGTTTCGACCATGTCCTCCTGTCGGAAATCACCAATATGAGAATCCTTGTACATGAACTTCAGTATATTACGTATCCCTTCCTCTAAATTGATGAAGTCGAATGGTGGTATGATCCCATCATGGCCGTATGGAATCATGAATATCTTCTTTGCCAGTGTTGGTGATCTTGTCGAGCACAGTTCAATTTGAACAATAATTGAATTGTCTTCTTTGAGCTTCACATCAATGGTAATCTCCAATCCCTTTGTGTTATTATATTTTATCGTCATAATCTTGAGTTGTGATTTGGTACGTGAGTTTACTCGTCTTAAATAATGGACATATATCATGATTTATGGACATAATTCATATACGTGGTTTAATATGTAGCATATGAATGTTAGTGGAGATATGTATGATTGATAGTTACATAACTATCAATCATATAAAAAAAGAAAAAAGAAAGAATAATGATTAGGATAAAAAATAAAAAAATAAAAGAATTTGAAATTAAAAAAGAAGATATCAAAAAAACCATAAACAGAAGAATATACACAAACAAGAACACAAACCTGAAATTTCCTTTGAAAATATGGTAGCGCAGCGGTGAACAAATCACCGGAATAGAGGAAAACCAAGATTGAGAAGAAACAAACATGAGTAGAAGAAAAGAACAAAAAAGAAACCAAAAAAAAAAATGGGACATTGTGATAAATATATATGATAAGATCCGTACACAGTAATTATTCAGTAATTACTGCACGGTAAATGTGAATAAAATTAACCACAAGGTTAATTTGGAGACCCCGATAGGTAAATGGGACACCAATACCCCCAAAGACCCCAATTGAGACACCGATATATCGGTGTCTCATAAACATGAAATGACTAAAATACCCCTGTCCCTGTGTCTGGAAGGCGCGTGTAAGTGGACTGAAAAAGTAGGTTTTCTCTCTCCTAAAACTCACCGGAGCTCGTATTAAGGCACTTCGGGTCATCGATTTGCTACACGGTAGCTAGTGTGGACGCGTAGCAGTAGTGGTACCACTACCCTACCCAACAACCTTAGCTACGCCGGAGCTTAGCTCGCCACCGTTCTAATATT"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "accession": {"type": "string"}, "definition": {"type": "string"}, "host": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["_id", "accession", "definition", "host", "sequence"], "$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"}, "rarity": {"type": "string"}, "count": {"type": "integer"}, "damage": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "rarity", "count", "damage", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "silver_fang", "rarity" : "uncommon", "count" : 64, "damage" : 100, "type" : "sword"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "count": {"type": "integer"}, "damage": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "rarity", "count", "damage", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "170701011407", "variable1" : 0.5278, "variable2" : -0.5854, "variable3" : "A"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 51612, "date" : "2015-05-03 02:07:54", "user" : "phase7", "post" : "We offer web hosting services of the highest quality and speed with daily, weekly and monthly backups to our clients because all information most not be endangered in any way.\r\n\r\n\r\n&lt;b&gt;1GB_SSD&lt;/b&gt; &lt;br&gt;\r\n&lt;b&gt;UNLIMITED&lt;/b&gt; Bandwidth&lt;br&gt;\r\n&lt;b&gt;1 &lt;/b&gt;Addon Domains&lt;br&gt;\r\n&lt;b&gt;cPanel&lt;/b&gt;&lt;br&gt;\r\n&lt;b&gt;Backup&lt;/b&gt; Daily&lt;br&gt;\r\nDMCA free&lt;br&gt;\r\n1$/m&lt;br&gt;\r\n[Order Now](https://phase-7.net/web-hosting-ssd.php)\r\n\r\n\r\n&lt;b&gt;2GB_SSD&lt;/b&gt; &lt;br&gt;\r\n&lt;b&gt;UNLIMITED&lt;/b&gt; Bandwidth&lt;br&gt;\r\n&lt;b&gt;2 &lt;/b&gt;Addon Domains&lt;br&gt;\r\n&lt;b&gt;cPanel&lt;/b&gt;&lt;br&gt;\r\n&lt;b&gt;Backup&lt;/b&gt; Daily&lt;br&gt;\r\nDMCA free&lt;br&gt;\r\n2$/m&lt;br&gt;\r\n[Order Now](https://phase-7.net/web-hosting-ssd.php)\r\n\r\n&lt;b&gt;Location&lt;/b&gt;: Romania\r\n\r\n&lt;div class=\"advantagbox nobg nopadngbtm\"&gt;\r\n&lt;h4&gt;Advantages for choosing a Web Hosting plan&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li class=\"icon1\"&gt;Anti-DDos protection&lt;/li&gt;\r\n&lt;li class=\"icon5\"&gt;Solid infrastructure&lt;/li&gt;\r\n&lt;li class=\"icon9 nomarginrt\"&gt;cPanel&lt;/li&gt;\r\n&lt;li class=\"icon2\"&gt;99.9% Uptime Guaranteed&lt;/li&gt;\r\n&lt;li class=\"icon6\"&gt;Cloudlinux protection&lt;/li&gt;\r\n&lt;li class=\"icon10 nomarginrt\"&gt;Free Migration&lt;/li&gt;\r\n&lt;li class=\"icon3\"&gt;Backup Daily&lt;/li&gt;\r\n&lt;li class=\"icon7\"&gt;Restore backup Free&lt;/li&gt;\r\n&lt;li class=\"icon11 nomarginrt\"&gt;Live Chat Support&lt;/li&gt;\r\n&lt;li class=\"icon4 nobdr\"&gt;LiteSpeed&lt;/li&gt;\r\n&lt;li class=\"icon8 nobdr\"&gt;Port Speed 1GB&lt;/li&gt;\r\n&lt;li class=\"icon12 nomarginrt nobdr\"&gt;Support install scripts&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;/div&gt;\r\n &lt;/div&gt;"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "DERRIC", "frequency" : 1398, "males" : "100.0 %", "females" : "0.0 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"asset" : {"format" : "jpg", "id" : "10f61a455b7a34ec76a53da3122d4e99", "name" : "36.epson_2003330_1825_8.jpg", "path" : "file:/Users/horiuchihiroki/work/uie/detect-bus-destination/images/original/36.epson_2003330_1825_8.jpg", "size" : {"width" : 640, "height" : 480}, "state" : 2, "type" : 1}, "regions" : [{"id" : "-unTbp4nO", "type" : "POLYGON", "tags" : ["destination"], "boundingBox" : {"height" : 99.05690386427898, "width" : 178.23498233215548, "left" : 67.14840989399293, "top" : 9.048067860508954}, "points" : [{"x" : 69.46996466431095, "y" : 60.616753063147975}, {"x" : 67.14840989399293, "y" : 108.10497172478793}, {"x" : 240.30035335689047, "y" : 70.45652686145147}, {"x" : 245.3833922261484, "y" : 9.048067860508954}]}], "version" : "2.1.0"}
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.249903, 33.970769], [-118.249871, 33.974758], [-118.243321, 33.974743], [-118.243257, 33.967419], [-118.249894, 33.968011], [-118.249903, 33.970769]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 9871}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xc56b13ebbcffa67cfb7979b900b736b3fb480d78", "tool" : "honeybadger", "start" : 1565868066.6534111, "end" : 1565868069.6159306, "duration" : 2.962519407272339, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2b9d6dc7-42b2-44bb-bc0c-0b99ba88f4a7", "playerTags" : [], "teamTags" : ["d9f89a8a-c563-493e-9d64-78e4f9a55d4a", "ca3f1c8c-c025-4d8e-8eef-5be6accbeb16"], "gameTags" : ["2ec0e69f-5fb4-4eb0-aa09-284e8c9eb7c3"], "metadata" : {"play" : 195, "subPlay" : -1}, "created" : "2021-03-15T15:16:16.486Z", "season" : 13, "tournament" : -1, "type" : 62, "day" : 0, "phase" : 2, "category" : 2, "description" : "A surge of Immateria rushes up from Under!\nBaserunners are swept from play!", "nuts" : 1}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"backbone-forms": {"type": "string"}, "chosen": {"type": "string"}}, "required": ["backbone-forms", "chosen"]}, "devDependencies": {"type": "object", "properties": {"underscore": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["underscore", "jquery"]}}, "required": ["name", "description", "main", "keywords", "authors", "license", "homepage", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "backbone-forms-chosen", "description" : "Backbone-Forms chosen editor", "main" : "bbf-chosen.js", "keywords" : ["backbone-forms", "chosen", "editor"], "authors" : ["Tomasz Jakub Rup"], "license" : "MIT", "homepage" : "https://github.com/tomi77/backbone-forms-chosens", "ignore" : ["**/.*", "node_modules", "bower_components", "src", "docs", "demo", "spec", "features", "package.json", "karma.conf.coffee"], "dependencies" : {"backbone-forms" : "^0.14.1", "chosen" : "^1.7.0"}, "devDependencies" : {"underscore" : "^1.8.3", "jquery" : "^3.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"backbone-forms": {"type": "string"}, "chosen": {"type": "string"}}, "required": ["backbone-forms", "chosen"]}, "devDependencies": {"type": "object", "properties": {"underscore": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["underscore", "jquery"]}}, "required": ["name", "description", "main", "keywords", "authors", "license", "homepage", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "cockcrow", "long" : "the cockcrow, as a period of time, between midnight and 3 a.m."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Can't Take My Eyes Off You-\u65cb\u98ce\u7ba1\u5bb6OP", "author" : "Eyelis", "musicType" : "\u6d41\u884c", "musicNo" : "0005974"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : 1981, "sex" : "M", "n" : 7, "prop" : 3.76e-06}, {"year" : 1988, "sex" : "M", "n" : 7, "prop" : 3.5e-06}, {"year" : 1989, "sex" : "M", "n" : 10, "prop" : 4.77e-06}, {"year" : 1990, "sex" : "M", "n" : 7, "prop" : 3.25e-06}, {"year" : 1991, "sex" : "M", "n" : 6, "prop" : 2.83e-06}, {"year" : 1992, "sex" : "M", "n" : 7, "prop" : 3.34e-06}, {"year" : 1993, "sex" : "M", "n" : 7, "prop" : 3.39e-06}, {"year" : 1995, "sex" : "M", "n" : 6, "prop" : 2.98e-06}, {"year" : 1996, "sex" : "M", "n" : 7, "prop" : 3.49e-06}, {"year" : 1997, "sex" : "M", "n" : 8, "prop" : 4.01e-06}, {"year" : 1998, "sex" : "M", "n" : 7, "prop" : 3.45e-06}, {"year" : 1999, "sex" : "M", "n" : 8, "prop" : 3.92e-06}, {"year" : 2000, "sex" : "M", "n" : 6, "prop" : 2.87e-06}, {"year" : 2001, "sex" : "M", "n" : 8, "prop" : 3.87e-06}, {"year" : 2003, "sex" : "M", "n" : 8, "prop" : 3.81e-06}, {"year" : 2004, "sex" : "M", "n" : 6, "prop" : 2.84e-06}, {"year" : 2005, "sex" : "M", "n" : 6, "prop" : 2.82e-06}, {"year" : 2006, "sex" : "M", "n" : 8, "prop" : 3.65e-06}, {"year" : 2008, "sex" : "M", "n" : 11, "prop" : 5.05e-06}, {"year" : 2009, "sex" : "M", "n" : 6, "prop" : 2.83e-06}, {"year" : 2010, "sex" : "M", "n" : 8, "prop" : 3.9e-06}, {"year" : 2013, "sex" : "M", "n" : 9, "prop" : 4.46e-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#"}
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#"}
[[1981, 5], [1998, 5], [1999, 6], [2000, 5], [2001, 7], [2003, 5], [2005, 5], [2006, 6], [2007, 5], [2011, 5], [2013, 7]]
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": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "994f5e4cfb356402e5abe43b7b244a054be84f90"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-nodeunit": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-karma": {"type": "string"}, "karma-coverage": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}}, "required": ["grunt", "grunt-contrib-jshint", "grunt-contrib-nodeunit", "grunt-contrib-uglify", "grunt-contrib-qunit", "grunt-contrib-watch", "grunt-contrib-concat", "grunt-karma", "karma-coverage", "karma-jasmine", "karma-chrome-launcher"]}}, "required": ["name", "version", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ng-resource", "version" : "0.0.2", "devDependencies" : {"grunt" : "*", "grunt-contrib-jshint" : "*", "grunt-contrib-nodeunit" : "*", "grunt-contrib-uglify" : "*", "grunt-contrib-qunit" : "*", "grunt-contrib-watch" : "*", "grunt-contrib-concat" : "*", "grunt-karma" : "*", "karma-coverage" : "*", "karma-jasmine" : "*", "karma-chrome-launcher" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-nodeunit": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-karma": {"type": "string"}, "karma-coverage": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}}, "required": ["grunt", "grunt-contrib-jshint", "grunt-contrib-nodeunit", "grunt-contrib-uglify", "grunt-contrib-qunit", "grunt-contrib-watch", "grunt-contrib-concat", "grunt-karma", "karma-coverage", "karma-jasmine", "karma-chrome-launcher"]}}, "required": ["name", "version", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x148fabfe726359fa8eb5d72eb270773e3f5c507d", "tool" : "mythril", "start" : 1563239329.0517728, "end" : 1563239802.8207812, "duration" : 473.76900839805603, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"@metadata": {"type": "array", "items": {}}, "fancycaptcha-captcha": {"type": "string"}, "fancycaptcha-imgcaptcha-ph": {"type": "string"}}, "required": ["@metadata", "fancycaptcha-captcha", "fancycaptcha-imgcaptcha-ph"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : [], "fancycaptcha-captcha" : "H\u014d\u02bboiana palekana", "fancycaptcha-imgcaptcha-ph" : "E kikokiko i ke kikokikona i luna"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "array", "items": {}}, "fancycaptcha-captcha": {"type": "string"}, "fancycaptcha-imgcaptcha-ph": {"type": "string"}}, "required": ["@metadata", "fancycaptcha-captcha", "fancycaptcha-imgcaptcha-ph"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : 101853091, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "9e81921bb639ae748193be3159e86370", "wof:id" : 101853091, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-4.54173, 52.13248, -4.54173, 52.13248], "geometry" : {"coordinates" : [-4.54173, 52.13248], "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 a JSON structure that matches this 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" : "0x381458eebb73cf31dcc9ae69729baeb4b261ae85428f582c6d6a19f1bf2f58c6", "parentHash" : "0x5bc8c23af7b1d054256a3527eab8b87050df9347d73a02686e6c9400672bfb95", "number" : 46973, "timestamp" : 1438932513, "nonce" : "0x6065cc34c5257be4", "difficulty" : 1453873473497, "gasLimit" : {"_hex" : "0x8ac0"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x785ffdDd5cE55c6DF963f345e68d3F2024E5Acb1", "extraData" : "0x476574682f4d69676e6f7474652f76312e302e312f6c696e75782f676f312e34", "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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "test-watch": {"type": "string"}, "build": {"type": "string"}, "preversion": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["start", "test", "test-watch", "build", "preversion", "version", "postversion"]}, "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": {"clean-webpack-plugin": {"type": "string"}, "mocha": {"type": "string"}, "mocha-webpack": {"type": "string"}, "uglifyjs-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}, "webpack-node-externals": {"type": "string"}}, "required": ["clean-webpack-plugin", "mocha", "mocha-webpack", "uglifyjs-webpack-plugin", "webpack", "webpack-dev-server", "webpack-merge", "webpack-node-externals"]}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}}, "required": ["lodash"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bingo-generator", "version" : "1.1.11", "description" : "simple bingo generator", "main" : "./lib/bingo-generator.js", "scripts" : {"start" : "webpack-dev-server --open --config webpack.dev.js", "test" : "mocha-webpack", "test-watch" : "mocha-webpack --w", "build" : "webpack --config webpack.prod.js", "preversion" : "npm test", "version" : "npm run build && git add -A src", "postversion" : "git push && git push --tags && rm -rf build/temp"}, "repository" : {"type" : "git", "url" : "git+https://github.com/MDJ-Mikkel-Djurhuus/bingo-generator.git"}, "keywords" : ["bingo", "generator", "djur"], "author" : "mikkel.djurhuus@gmail.com", "license" : "MIT", "bugs" : {"url" : "https://github.com/MDJ-Mikkel-Djurhuus/bingo-generator/issues"}, "homepage" : "https://github.com/MDJ-Mikkel-Djurhuus/bingo-generator#readme", "devDependencies" : {"clean-webpack-plugin" : "^0.1.17", "mocha" : "^4.0.1", "mocha-webpack" : "^1.0.1", "uglifyjs-webpack-plugin" : "^1.1.1", "webpack" : "^3.8.1", "webpack-dev-server" : "^2.9.4", "webpack-merge" : "^4.1.1", "webpack-node-externals" : "^1.6.0"}, "dependencies" : {"lodash" : "^4.17.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "test-watch": {"type": "string"}, "build": {"type": "string"}, "preversion": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["start", "test", "test-watch", "build", "preversion", "version", "postversion"]}, "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": {"clean-webpack-plugin": {"type": "string"}, "mocha": {"type": "string"}, "mocha-webpack": {"type": "string"}, "uglifyjs-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}, "webpack-node-externals": {"type": "string"}}, "required": ["clean-webpack-plugin", "mocha", "mocha-webpack", "uglifyjs-webpack-plugin", "webpack", "webpack-dev-server", "webpack-merge", "webpack-node-externals"]}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}}, "required": ["lodash"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"board": {"type": "string"}, "configuration": {"type": "string"}, "programmer": {"type": "string"}, "sketch": {"type": "string"}, "prebuild": {"type": "string"}}, "required": ["board", "configuration", "programmer", "sketch", "prebuild"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"board" : "arduino:avr:mega", "configuration" : "cpu=atmega2560", "programmer" : "AVRISP mkII", "sketch" : "src/Marlin/Marlin.ino", "prebuild" : "wsl ./scripts/build"}
json_instruct
{"type": "object", "properties": {"board": {"type": "string"}, "configuration": {"type": "string"}, "programmer": {"type": "string"}, "sketch": {"type": "string"}, "prebuild": {"type": "string"}}, "required": ["board", "configuration", "programmer", "sketch", "prebuild"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "University of King\u2019s College", "alt_name" : "University of King's College (KING's)", "country" : "Canada", "state" : "Nova Scotia / Nouvelle", "address" : {"street" : "6350 Coburg Road", "city" : "Halifax", "province" : "Nova Scotia", "postal_code" : "B3H 2A1"}, "contact" : {"telephone" : "+1(902) 422-1271", "website" : "http://www.ukings.ns.ca", "email" : "admissions@ukings.ns.ca", "fax" : "+1(902) 423-3357"}, "funding" : "Public", "languages" : null, "academic_year" : "September to May (September-December; January-May)", "accrediting_agency" : null}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$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"}, "main": {"type": "string"}, "module": {"type": "string"}}, "required": ["name", "version", "main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "default-config", "version" : "1.0.0", "main" : "main/index.js", "module" : "module/index.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}}, "required": ["name", "version", "main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "properties": {"type": "object", "properties": {"$schema": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "description": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "foundation": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "columns": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["$schema", "name", "description", "foundation", "columns"]}, "additionalProperties": {"type": "boolean"}, "definitions": {"type": "object", "properties": {"columns": {"type": "object", "properties": {"type": {"type": "string"}, "additionalProperties": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "additionalProperties"]}, "column": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"type": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}, "description": {"type": "string"}, "aggression": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}}, "required": ["type", "description", "aggression"]}, "additionalProperties": {"type": "boolean"}}, "required": ["type", "required", "properties", "additionalProperties"]}}, "required": ["columns", "column"]}}, "required": ["$schema", "properties", "additionalProperties", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://json-schema.org/draft/2019-09/schema", "properties" : {"$schema" : {"type" : "string"}, "name" : {"type" : "string", "minLength" : 1, "maxLength" : 20}, "description" : {"type" : "string"}, "foundation" : {"type" : "string"}, "columns" : {"$ref" : "#/definitions/columns"}}, "additionalProperties" : false, "definitions" : {"columns" : {"type" : "object", "additionalProperties" : {"$ref" : "#/definitions/column"}}, "column" : {"type" : "object", "required" : ["type", "description"], "properties" : {"type" : {"type" : "string", "enum" : ["dimension", "measure"]}, "description" : "string", "aggression" : {"type" : "string", "enum" : ["sum", "max", "min", "avg"]}}, "additionalProperties" : false}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "properties": {"type": "object", "properties": {"$schema": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "description": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "foundation": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "columns": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["$schema", "name", "description", "foundation", "columns"]}, "additionalProperties": {"type": "boolean"}, "definitions": {"type": "object", "properties": {"columns": {"type": "object", "properties": {"type": {"type": "string"}, "additionalProperties": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "additionalProperties"]}, "column": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"type": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}, "description": {"type": "string"}, "aggression": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}}, "required": ["type", "description", "aggression"]}, "additionalProperties": {"type": "boolean"}}, "required": ["type", "required", "properties", "additionalProperties"]}}, "required": ["columns", "column"]}}, "required": ["$schema", "properties", "additionalProperties", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["In a large skillet over heat, heat oil and add chicken and onion. Season with bouillon, paprika and salt and pepper to taste. When chicken is almost cooked through, stir in the mushrooms. Cover the skillet and cook for 5 more minutes or until the mushrooms are tender and the chicken juices run clear.", "When chicken is done, stir in the sour cream and turn off the heat. Serve hot over rice or pasta."], "ingredients" : ["3 tablespoons canola oil", "6 skinless, boneless chicken breast halves - cut into bite size pieces", "1/2 large onion, chopped", "2 cubes chicken bouillon", "1 teaspoon mild paprika", "salt and pepper to taste", "1 (4.5 ounce) can mushrooms, with liquid", "3 tablespoons sour cream"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Chicken Perkelt", "url" : "http://allrecipes.com/recipe/28251/chicken-perkelt/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "string"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accession_number" : "75.818", "actors" : [], "creation_date" : null, "credit_line" : "Gift of Keith Uhl Clary", "cultures" : [], "dimensions" : "L: 24 1/4 in. W: 37 in.", "dynasty" : "Qing dynasty", "images" : [], "irn" : 21710, "materials" : "gilt paper", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "girl's semi-formal domestic jacket"}
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "string"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1999, 5], [2001, 5], [2008, 5], [2009, 5]]
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": "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" : 85928529, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "96f9fc89b7f6ed3e781e36a56d51b894", "wof:id" : 85928529, "wof:repo" : "whosonfirst-data-admin-in"}, "bbox" : [77.303031, 28.573366, 77.303031, 28.573366], "geometry" : {"coordinates" : [77.303031, 28.573366], "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "75ed47e1-94b3-48a9-960c-30636cfb587d", "befores" : [{"name" : "json_groups", "status" : "passed", "start" : 1555360493555, "stop" : 1555360493556}], "start" : 1555360493555, "stop" : 1555360494838}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"telephony_fax_voicemail_management": {"type": "string"}}, "required": ["telephony_fax_voicemail_management"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"telephony_fax_voicemail_management" : "Escucha y gesti\u00f3n de los mensajes"}
json_instruct
{"type": "object", "properties": {"telephony_fax_voicemail_management": {"type": "string"}}, "required": ["telephony_fax_voicemail_management"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"baseUrl": {"type": "string"}}, "required": ["baseUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"baseUrl" : "http://todomvc.com/examples/react"}
json_instruct
{"type": "object", "properties": {"baseUrl": {"type": "string"}}, "required": ["baseUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "1.0": {"type": "integer"}, "0.96": {"type": "integer"}, "0.38": {"type": "integer"}, "0.0": {"type": "integer"}, "0.27": {"type": "integer"}, "0.64": {"type": "integer"}}, "required": ["0.99", "1.0", "0.96", "0.38", "0.0", "0.27", "0.64"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 11, "hour neutral count" : 1, "hour negative count" : 3, "hour distri" : {"0.99" : 6, "1.0" : 3, "0.96" : 2, "0.38" : 1, "0.0" : 1, "0.27" : 1, "0.64" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "1.0": {"type": "integer"}, "0.96": {"type": "integer"}, "0.38": {"type": "integer"}, "0.0": {"type": "integer"}, "0.27": {"type": "integer"}, "0.64": {"type": "integer"}}, "required": ["0.99", "1.0", "0.96", "0.38", "0.0", "0.27", "0.64"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "homepage", "main", "author", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "kawari7.js", "version" : "0.2.0", "description" : "Programmable pseudo AI KAWARI 7 on JavaScript", "homepage" : "", "main" : "kawari7.js", "author" : {"name" : "narazaka", "url" : "http://narazaka.net/"}, "license" : "BSD-3-Clause", "repository" : {"type" : "git", "url" : "https://github.com/Narazaka/kawari7.js.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "homepage", "main", "author", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"a.html": {"type": "integer"}, "a.html.gz": {"type": "integer"}, "a.js": {"type": "integer"}, "a.js.gz": {"type": "integer"}, "a.wasm": {"type": "integer"}, "a.wasm.gz": {"type": "integer"}, "total": {"type": "integer"}, "total_gz": {"type": "integer"}}, "required": ["a.html", "a.html.gz", "a.js", "a.js.gz", "a.wasm", "a.wasm.gz", "total", "total_gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"a.html" : 563, "a.html.gz" : 377, "a.js" : 4987, "a.js.gz" : 2406, "a.wasm" : 10310, "a.wasm.gz" : 6658, "total" : 15860, "total_gz" : 9441}
json_instruct
{"type": "object", "properties": {"a.html": {"type": "integer"}, "a.html.gz": {"type": "integer"}, "a.js": {"type": "integer"}, "a.js.gz": {"type": "integer"}, "a.wasm": {"type": "integer"}, "a.wasm.gz": {"type": "integer"}, "total": {"type": "integer"}, "total_gz": {"type": "integer"}}, "required": ["a.html", "a.html.gz", "a.js", "a.js.gz", "a.wasm", "a.wasm.gz", "total", "total_gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3602140010", "district_id" : "3602140", "name" : "SANGIANG JAYA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "LML", "address" : "0x25B6325f5BB1c1E03cfbC3e53F470E1F1ca022E3", "overview" : {"en" : ""}, "email" : "info@gny.io", "website" : "https://www.gny.io/lisk", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/@GNY.IO", "twitter" : "https://twitter.com/gny_io?lang=en", "telegram" : "https://t.me/GNYioBlockchain", "github" : ""}}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "platform": {"type": "string"}}, "required": ["src", "platform"]}}, "theme_color": {"type": "string"}, "scope": {"type": "string"}, "bx_legacy_service_id": {"type": "string"}}, "required": ["name", "category", "start_url", "icons", "theme_color", "scope", "bx_legacy_service_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Mention", "category" : "Social Media & Advertising", "start_url" : "https://mention.com/en/login/", "icons" : [{"src" : "https://cdn.filestackcontent.com/4n1Rri1Qi2ASvt7YqdH9", "platform" : "browserx"}], "theme_color" : "#00A0DE", "scope" : "https://mention.com", "bx_legacy_service_id" : "mention"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "platform": {"type": "string"}}, "required": ["src", "platform"]}}, "theme_color": {"type": "string"}, "scope": {"type": "string"}, "bx_legacy_service_id": {"type": "string"}}, "required": ["name", "category", "start_url", "icons", "theme_color", "scope", "bx_legacy_service_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-10-11T03:00:00+03:00", "Temp" : 18, "RelHum" : 89, "WindSpeed" : 6.1, "WindDir" : 320}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"report": {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "reporteDatos": {"type": "array", "items": {"type": "object", "properties": {"columna1": {"type": "string"}, "columna2": {"type": "string"}}, "required": ["columna1", "columna2"]}}}, "required": ["title", "name", "reporteDatos"]}}, "required": ["report"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"report" : {"title" : "PKI REPORT", "name" : "Report to see pki metrics and uses", "reporteDatos" : [{"columna1" : "dato 1", "columna2" : "dato 2 "}, {"columna1" : "dato 3", "columna2" : "dato 4 "}, {"columna1" : "dato 5", "columna2" : "dato 6 "}]}}
json_instruct
{"type": "object", "properties": {"report": {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "reporteDatos": {"type": "array", "items": {"type": "object", "properties": {"columna1": {"type": "string"}, "columna2": {"type": "string"}}, "required": ["columna1", "columna2"]}}}, "required": ["title", "name", "reporteDatos"]}}, "required": ["report"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "adcode": {"type": "string"}, "telecode": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}, "adcode": {"type": "string"}, "center": {"type": "object", "properties": {"crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["crs", "type", "coordinates"]}}, "required": ["name", "level", "adcode", "center"]}, "center": {"type": "object", "properties": {"lng": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lng", "lat"]}}, "required": ["name", "adcode", "telecode", "level", "parent", "center"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[110.61057, 19.08442], [110.58591, 18.89785], [110.58755, 18.80564], [110.56601, 18.77383], [110.49921, 18.75131], [110.4992, 18.65202], [110.3616, 18.63111], [110.3294, 18.64244], [110.26142, 18.61864], [110.21396, 18.57886], [110.14442, 18.60547], [110.11588, 18.59277], [110.06713, 18.63212], [110.04128, 18.63171], [110.03251, 18.63856], [110.0133, 18.68836], [110.01492, 18.73282], [110.03087, 18.7379], [110.04049, 18.76095], [110.05727, 18.75849], [110.07128, 18.77338], [110.07057, 18.78724], [110.09578, 18.81149], [110.04531, 18.88477], [110.10448, 18.91742], [110.10825, 18.94459], [110.14966, 18.97828], [110.16508, 19.00995], [110.185, 18.99054], [110.19291, 18.99217], [110.19147, 19.01242], [110.20158, 19.01127], [110.20399, 18.99527], [110.22955, 19.00247], [110.24994, 18.97634], [110.28744, 18.98312], [110.31376, 19.00279], [110.34173, 19.00358], [110.34699, 19.02206], [110.45137, 19.06065], [110.46501, 19.07443], [110.46162, 19.09165], [110.46962, 19.09701], [110.50154, 19.07911], [110.52179, 19.10297], [110.53799, 19.10202], [110.54679, 19.08807], [110.61057, 19.08442]]]}, "properties" : {"name" : "\u4e07\u5b81\u5e02", "adcode" : "469006", "telecode" : "1898", "level" : "city", "parent" : {"name" : "\u6d77\u5357\u7701", "level" : "province", "adcode" : "460000", "center" : {"crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:EPSG:6.3:4326"}}, "type" : "Point", "coordinates" : [110.33119, 20.031971]}}, "center" : {"lng" : 110.388793, "lat" : 18.796216}}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "adcode": {"type": "string"}, "telecode": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}, "adcode": {"type": "string"}, "center": {"type": "object", "properties": {"crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["crs", "type", "coordinates"]}}, "required": ["name", "level", "adcode", "center"]}, "center": {"type": "object", "properties": {"lng": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lng", "lat"]}}, "required": ["name", "adcode", "telecode", "level", "parent", "center"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["220581113200", "\u519c\u5b89\u6751", "220", "0"], ["220581113201", "\u5171\u5b89\u6751", "220", "0"], ["220581113202", "\u4e09\u5c71\u6751", "220", "0"], ["220581113203", "\u6e7e\u9f99\u6c9f\u6751", "220", "0"], ["220581113204", "\u798f\u5b89\u6751", "220", "0"], ["220581113205", "\u9f99\u6cb3\u6751", "121", "0"], ["220581113206", "\u5c0f\u6986\u6811\u6751", "220", "0"], ["220581113207", "\u53cc\u5c71\u6751", "220", "0"], ["220581113208", "\u5174\u5b89\u6751", "220", "0"], ["220581113209", "\u4e94\u594e\u9876\u6751", "220", "0"], ["220581113210", "\u53cc\u5b89\u6751", "220", "0"], ["220581113211", "\u4e09\u5174\u6751", "220", "0"], ["220581113212", "\u83b2\u6cb3\u6751", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"serviceResources": {"type": "object", "properties": {"modelInfo": {"type": "object", "properties": {"modelName": {"type": "string"}, "modelUuid": {"type": "string"}, "modelInvariantUuid": {"type": "string"}, "modelVersion": {"type": "string"}, "modelCustomizationUuid": {"type": "string"}, "modelCustomizationName": {"type": "string"}, "modelInstanceName": {"type": "string"}, "modelType": {"type": "string"}}, "required": ["modelName", "modelUuid", "modelInvariantUuid", "modelVersion", "modelCustomizationUuid", "modelCustomizationName", "modelInstanceName", "modelType"]}, "serviceType": {"type": "string"}, "serviceRole": {"type": "string"}, "project": {"type": "object", "properties": {}, "required": []}, "owningEntity": {"type": "object", "properties": {}, "required": []}, "vnfResource": {"type": "array", "items": {}}, "networkResource": {"type": "array", "items": {}}, "allottedResource": {"type": "array", "items": {}}, "configResource": {"type": "array", "items": {}}}, "required": ["modelInfo", "serviceType", "serviceRole", "project", "owningEntity", "vnfResource", "networkResource", "allottedResource", "configResource"]}}, "required": ["serviceResources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"serviceResources" : {"modelInfo" : {"modelName" : "modelName", "modelUuid" : "modelUuid", "modelInvariantUuid" : "modelInvariantUuid", "modelVersion" : "modelVersion", "modelCustomizationUuid" : "modelCustomizationUuid", "modelCustomizationName" : "modelCustomizationName", "modelInstanceName" : "modelInstanceName", "modelType" : "modelType"}, "serviceType" : "serviceType", "serviceRole" : "serviceRole", "project" : {}, "owningEntity" : {}, "vnfResource" : [], "networkResource" : [], "allottedResource" : [], "configResource" : []}}
json_instruct
{"type": "object", "properties": {"serviceResources": {"type": "object", "properties": {"modelInfo": {"type": "object", "properties": {"modelName": {"type": "string"}, "modelUuid": {"type": "string"}, "modelInvariantUuid": {"type": "string"}, "modelVersion": {"type": "string"}, "modelCustomizationUuid": {"type": "string"}, "modelCustomizationName": {"type": "string"}, "modelInstanceName": {"type": "string"}, "modelType": {"type": "string"}}, "required": ["modelName", "modelUuid", "modelInvariantUuid", "modelVersion", "modelCustomizationUuid", "modelCustomizationName", "modelInstanceName", "modelType"]}, "serviceType": {"type": "string"}, "serviceRole": {"type": "string"}, "project": {"type": "object", "properties": {}, "required": []}, "owningEntity": {"type": "object", "properties": {}, "required": []}, "vnfResource": {"type": "array", "items": {}}, "networkResource": {"type": "array", "items": {}}, "allottedResource": {"type": "array", "items": {}}, "configResource": {"type": "array", "items": {}}}, "required": ["modelInfo", "serviceType", "serviceRole", "project", "owningEntity", "vnfResource", "networkResource", "allottedResource", "configResource"]}}, "required": ["serviceResources"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Noveske Gen.3 5.56x45 AR\u7cfb\u7edf\u4e0a\u673a\u5323", "ShortName" : "Gen.3", "Description" : "Noveske\u516c\u53f8\u751f\u4ea7\u7684AR\u7cfb\u5217\u6b66\u5668\u7528Gen.3\u6a21\u5757\u5316\u4e0a\u673a\u5323\uff0c\u9644\u6709\u80fd\u591f\u5b89\u88c5\u5176\u5b83\u8bbe\u5907\u7684\u5bfc\u8f68\u3002"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Cream margarine or butter, add brown sugar gradually. Add unbeaten egg, grated orange rind and vanilla. Beat well.", "Add flour sifted with baking powder and salt. Mix well. Chill dough until firm.", "Preheat oven to 350 degrees F (175 degrees C).", "Mix granulated sugar and nuts. Roll dough into small balls the size of walnuts. Flatten on greased cookie tin and sprinkle with sugar and nut mixture. Bake for 10 minutes. Cool on racks. Store in tightly covered jar or tin."], "ingredients" : ["3/4 cup butter", "1 cup packed brown sugar", "1 egg", "1 tablespoon orange zest", "1 teaspoon vanilla extract", "2 cups sifted all-purpose flour", "3 teaspoons baking powder", "1/2 teaspoon salt", "1/2 cup chopped walnuts", "1/4 cup white sugar"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Orange Lunch Box Cookies", "url" : "http://allrecipes.com/recipe/10355/orange-lunch-box-cookies/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"poNumber": {"type": "string"}, "vendor": {"type": "string"}, "compositePoLines": {"type": "array", "items": {"type": "object", "properties": {"poLineNumber": {"type": "string"}, "source": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}, "orderFormat": {"type": "string"}}, "required": ["poLineNumber", "source", "orderFormat"]}}}, "required": ["poNumber", "vendor", "compositePoLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"poNumber" : "TESTDATA0123", "vendor" : "168f8a86-d26c-406e-813f-c7527f241ac3", "compositePoLines" : [{"poLineNumber" : "8675309-1", "source" : {"code" : "FOLIO"}, "orderFormat" : "Physical Resource"}, {"poLineNumber" : "invalid", "source" : {"code" : "FOLIO"}, "orderFormat" : "Physical Resource"}]}
json_instruct
{"type": "object", "properties": {"poNumber": {"type": "string"}, "vendor": {"type": "string"}, "compositePoLines": {"type": "array", "items": {"type": "object", "properties": {"poLineNumber": {"type": "string"}, "source": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}, "orderFormat": {"type": "string"}}, "required": ["poLineNumber", "source", "orderFormat"]}}}, "required": ["poNumber", "vendor", "compositePoLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["410922214201", "\u9633\u90b5\u96c6\u6751\u59d4\u4f1a", "210", "0"], ["410922214202", "\u8303\u77f3\u6751\u4e00\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214203", "\u8303\u77f3\u6751\u4e8c\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214204", "\u8463\u77f3\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214205", "\u9648\u5e84\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214206", "\u62a5\u5f55\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214207", "\u524d\u5bd2\u6cd7\u6ee8\u6751\u59d4\u4f1a", "220", "0"], ["410922214208", "\u540e\u5bd2\u6cd7\u6ee8\u6751\u59d4\u4f1a", "220", "0"], ["410922214209", "\u4e09\u5408\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214210", "\u5317\u9633\u5efa\u6751\u59d4\u4f1a", "220", "0"], ["410922214211", "\u5357\u9633\u5efa\u6751\u59d4\u4f1a", "220", "0"], ["410922214212", "\u8d75\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["410922214213", "\u970d\u753a\u6751\u59d4\u4f1a", "220", "0"], ["410922214214", "\u4e5c\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["410922214215", "\u4e1c\u5fd7\u8282\u6751\u59d4\u4f1a", "220", "0"], ["410922214216", "\u897f\u5fd7\u8282\u6751\u59d4\u4f1a", "220", "0"], ["410922214217", "\u6f6e\u6c6a\u6751\u59d4\u4f1a", "220", "0"], ["410922214218", "\u66f9\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["410922214219", "\u7fdf\u56fa\u4e00\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214220", "\u7fdf\u56fa\u4e8c\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214221", "\u7fdf\u56fa\u4e09\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214222", "\u82cf\u5824\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214223", "\u897f\u9633\u90b5\u4e00\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214224", "\u897f\u9633\u90b5\u4e8c\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214225", "\u897f\u9633\u90b5\u4e09\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214226", "\u897f\u9633\u90b5\u56db\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214227", "\u5357\u7559\u56fa\u4e00\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214228", "\u5357\u7559\u56fa\u4e8c\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214229", "\u5357\u7559\u56fa\u4e09\u6751\u6751\u59d4\u4f1a", "220", "0"], ["410922214230", "\u6ee9\u4e0a\u524d\u8857\u6751\u59d4\u4f1a", "220", "0"], ["410922214231", "\u5174\u65fa\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["410922214232", "\u6ee9\u4e0a\u540e\u8857\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "fcb38867fb79d4934cb6", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "fa011ca29fb98ab903c5a5e60dd73f5ef144215c"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "longboat", "definition" : "Formerly, the largest boat carried by a merchant vessel, corresponding to the launch of a naval vessel."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"avm": {"type": "object", "properties": {"name": {"type": "string"}, "hash": {"type": "string"}}, "required": ["name", "hash"]}, "compiler": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "files": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["id", "url"]}}, "map": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}, "file": {"type": "integer"}, "line": {"type": "integer"}}, "required": ["start", "end", "file", "line"]}}}, "required": ["avm", "compiler", "files", "map"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"avm" : {"name" : "lab1_log", "hash" : "3E639F794D33507A3B4A67F563EA8AAD"}, "compiler" : {"name" : "neon.exe", "version" : "1.0.0.0"}, "files" : [{"id" : 1, "url" : "C:\\NEO\\workshop\\csharp-smart-contract-workshop\\csharp-examples\\lab1_log\\lab1_log.cs"}], "map" : [{"start" : 0, "end" : 3, "file" : 1, "line" : 11}, {"start" : 4, "end" : 35, "file" : 1, "line" : 12}, {"start" : 36, "end" : 39, "file" : 1, "line" : 13}]}
json_instruct
{"type": "object", "properties": {"avm": {"type": "object", "properties": {"name": {"type": "string"}, "hash": {"type": "string"}}, "required": ["name", "hash"]}, "compiler": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "files": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["id", "url"]}}, "map": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}, "file": {"type": "integer"}, "line": {"type": "integer"}}, "required": ["start", "end", "file", "line"]}}}, "required": ["avm", "compiler", "files", "map"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "99f835cac87249ee48549bb87d989f1537ac7114"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[348, 120], [268, 135], [280, 92], [318, 104], [324, 143], [313, 126], [252, 151], [272, 118], [338, 163], [289, 128], [282, 135], [288, 92], [269, 148], [283, 180], [264, 99], [314, 126], [258, 111], [191, 123], [256, 107], [223, 114], [262, 166], [277, 140], [253, 177], [325, 122], [200, 92], [227, 139], [230, 89], [216, 108], [226, 123], [247, 97], [242, 183], [200, 90], [252, 205], [229, 82], [270, 167], [227, 113], [238, 129], [197, 76], [234, 157], [256, 132], [172, 71], [232, 154], [222, 110], [203, 150], [244, 182], [208, 134], [164, 71], [207, 114], [199, 106], [199, 88], [167, 96], [173, 154], [151, 102], [123, 101], [174, 149], [185, 99], [179, 153], [169, 123], [160, 156], [134, 128], [107, 78], [182, 176], [128, 98], [111, 48], [162, 174], [155, 110], [147, 135], [166, 154], [144, 159], [134, 68], [124, 114], [127, 119], [131, 127], [51, 189], [121, 119], [25, 197], [124, 144], [131, 98], [139, 125], [58, 166], [106, 139], [106, 138], [102, 136], [66, 150], [120, 152], [126, 140], [32, 171], [91, 164], [41, 146], [94, 164], [112, 158], [80, 127], [95, 147], [35, 119], [92, 136], [57, 132], [107, 178], [109, 217], [81, 190], [135, 230], [79, 151], [93, 171], [112, 196], [90, 191], [57, 106], [80, 162], [105, 206], [82, 182], [114, 241], [96, 210], [105, 179], [84, 123], [116, 217], [83, 194], [107, 227], [98, 202], [126, 235], [104, 246]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$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"}, "url": {"type": "string"}, "slug": {"type": "string"}, "id": {"type": "integer"}, "blurb": {"type": "string"}}, "required": ["name", "url", "slug", "id", "blurb"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Smart Futures", "url" : "http://smartfutures.ie/", "slug" : "smart-futures", "id" : 38, "blurb" : "![Smart Futures](http://i.minus.com/iDC5HsGygQmaR.jpeg)\r\n\r\nSmart Futures is coordinated and managed by Science Foundation Ireland in partnership with the Engineers Ireland's STEPS programme and is supported by organisations such as PharmaChem Ireland, the Royal Society of Chemistry, ICT Ireland, the Irish Medical Devices Association (IMDA), the Institute of Physics and others."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "slug": {"type": "string"}, "id": {"type": "integer"}, "blurb": {"type": "string"}}, "required": ["name", "url", "slug", "id", "blurb"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "namespace": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "entitySet": {"type": "string"}, "lastUpdateTime": {"type": "integer"}, "coreModelVersion": {"type": "string"}, "compilerVersion": {"type": "string"}}, "required": ["id", "namespace", "name", "description", "entitySet", "lastUpdateTime", "coreModelVersion", "compilerVersion"]}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : [{"id" : "com.sap.gtt.app.deliverysample", "namespace" : "com.sap.gtt.app.deliverysample", "name" : "Outbound Delivery", "description" : "Outbound Delivery process", "entitySet" : "DeliveryProcess", "lastUpdateTime" : 1525835307081, "coreModelVersion" : "11.1.0", "compilerVersion" : "1.0.30"}, {"id" : "com.sap.gtt.app.shipment", "namespace" : "com.sap.gtt.app.shipment", "name" : "Shipment", "description" : "Shipment process", "entitySet" : "ShipmentProcess", "lastUpdateTime" : 1525835107081, "coreModelVersion" : "11.0.0", "compilerVersion" : "1.0.30"}, {"id" : "com.sap.gtt.app.po", "namespace" : "com.sap.gtt.app.po", "name" : "PO", "description" : "Purchase Order", "entitySet" : "PurchaseOrderProcess", "lastUpdateTime" : 1525835907081, "coreModelVersion" : "10.0.0", "compilerVersion" : "1.0.30"}, {"id" : "com.sap.gtt.app.deliverysample.outdated", "namespace" : "com.sap.gtt.app.deliverysample.outdated", "name" : "Outbound Delivery Outdated", "description" : "Outbound Delivery Process Outdated", "entitySet" : "DeliveryProcess", "lastUpdateTime" : 1525835907081, "coreModelVersion" : "9.0.0", "compilerVersion" : "1.0.30"}]}
json_instruct
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "namespace": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "entitySet": {"type": "string"}, "lastUpdateTime": {"type": "integer"}, "coreModelVersion": {"type": "string"}, "compilerVersion": {"type": "string"}}, "required": ["id", "namespace", "name", "description", "entitySet", "lastUpdateTime", "coreModelVersion", "compilerVersion"]}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "meta": {"type": "object", "properties": {}, "required": []}, "results": {"type": "object", "properties": {"innovations": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "ogp_commitments": {"type": "array", "items": {}}}, "required": ["innovations", "publishers", "ogp_commitments"]}}, "required": ["iso", "name", "full_name", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"iso" : "mu", "name" : "Mauritius", "full_name" : "Mauritius \u2013 Republic of Mauritius", "meta" : {}, "results" : {"innovations" : [], "publishers" : [], "ogp_commitments" : []}}
json_instruct
{"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "meta": {"type": "object", "properties": {}, "required": []}, "results": {"type": "object", "properties": {"innovations": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "ogp_commitments": {"type": "array", "items": {}}}, "required": ["innovations", "publishers", "ogp_commitments"]}}, "required": ["iso", "name", "full_name", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 7301022, "parent" : 7301, "name" : "PASIMASSUNGGU TIMUR", "latitude" : "-7.0766454689655", "longitude" : "120.73547502891", "postal" : [92861, 92863], "children" : [7301022001, 7301022002, 7301022003, 7301022004, 7301022005, 7301022006]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "sakacicohelaw", "h" : [{"d" : [{"f" : "\u60f3\u6d41\u6c57\u3001\u51fa\u6c57\u3002", "s" : ["`sakacifangataw~"]}]}], "stem" : "cohel"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}, "lang": {"type": "string"}}, "required": ["datetime", "format", "place", "source", "author", "year", "recipient", "text", "lang"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"datetime" : "22 September 1934", "format" : "unknown", "place" : "Carlton Elite Hotel, Zurich", "source" : "MS. Pugh", "author" : "James Joyce", "year" : "1934", "recipient" : "T.W. PUGH", "text" : "Dear Mr Pugh: Many thanks for sending me so promptly the photographs which are now in New York. Please let me know what I owe you for them. I am glad you liked the little fragment I asked my British publisher to send you. Unkind people tell me it sounds just as well if read backwards. But the designs, I think, are very charming. Sincerely yours James Joyce", "lang" : "en"}
json_instruct
{"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}, "lang": {"type": "string"}}, "required": ["datetime", "format", "place", "source", "author", "year", "recipient", "text", "lang"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["AA1784"], "\uc81c\uc548\uc77c\uc790" : ["1962-03-07"], "\uc81c\uc548\uc790" : ["\uc6b4\uc601\uae30\ud68d\uc704\uc6d0\uc7a5"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uad6d\uac00\uc7ac\uac74\ucd5c\uace0\ud68c\uc758(1961~1963)"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : ["1962-03-07"], "\uc758\uacb0\uc77c" : ["1962-03-07"], "\ud68c\uc758\uba85" : ["\uc81c0\ud68c\uc81c18\ucc28"], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u7701\u9053 (\u670d\u88c5)", "\u6b7b\u6298", "\u8936"], "key" : "Dart"}, {"value" : ["\u6d77\u9556\u5bfc\u5f39", "\u6d77\u6807\u67aa", "\u6d77\u9556\u98de\u5f39"], "key" : "Sea Dart"}, {"value" : ["\u6a2a\u7701", "\u80c1\u7701"], "key" : "side dart"}], "query" : "dart", "translation" : ["\u98de\u9556"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=dart"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=dart"}, "basic" : {"us-phonetic" : "d\u0251rt", "phonetic" : "d\u0251\u02d0t", "uk-phonetic" : "d\u0251\u02d0t", "explains" : ["vt. \u6295\u63b7\uff0c\u6295\u5c04\uff1b\u4f7f\u8fc5\u901f\u7a81\u7136\u79fb\u52a8", "vi. \u5411\u524d\u51b2\uff0c\u98de\u5954", "n. \u98de\u9556\uff0c\u6807\u67aa\uff1b\u6025\u9a70\uff0c\u98de\u5954\uff1b\uff08\u866b\u7684\uff09\u87af\uff1b\u98de\u5feb\u7684\u79fb\u52a8", "n. (Dart)\u4eba\u540d\uff1b(\u82f1\u3001\u82ac)\u8fbe\u7279\uff1b(\u6cd5)\u8fbe\u5c14"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"command-exists": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "commander": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "isexe": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "strip-json-comments": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "which": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"isexe": {"type": "string"}}, "required": ["isexe"]}}, "required": ["version", "resolved", "integrity", "requires"]}}, "required": ["command-exists", "commander", "isexe", "strip-json-comments", "which"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mbed-vscode-generator", "version" : "1.0.5", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"command-exists" : {"version" : "1.2.8", "resolved" : "https://registry.npmjs.org/command-exists/-/command-exists-1.2.8.tgz", "integrity" : "sha512-PM54PkseWbiiD/mMsbvW351/u+dafwTJ0ye2qB60G1aGQP9j3xK2gmMDc+R34L3nDtx4qMCitXT75mkbkGJDLw=="}, "commander" : {"version" : "2.20.0", "resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", "integrity" : "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ=="}, "isexe" : {"version" : "2.0.0", "resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity" : "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="}, "strip-json-comments" : {"version" : "3.0.1", "resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz", "integrity" : "sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw=="}, "which" : {"version" : "1.3.1", "resolved" : "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity" : "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "requires" : {"isexe" : "^2.0.0"}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"command-exists": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "commander": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "isexe": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "strip-json-comments": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "which": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"isexe": {"type": "string"}}, "required": ["isexe"]}}, "required": ["version", "resolved", "integrity", "requires"]}}, "required": ["command-exists", "commander", "isexe", "strip-json-comments", "which"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "export": {"type": "array", "items": {}}}, "required": ["from", "export"]}}}, "required": ["__symbolic", "version", "metadata", "exports"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"__symbolic" : "module", "version" : 3, "metadata" : {}, "exports" : [{"from" : "./services", "export" : []}, {"from" : "./components", "export" : ["QueryBuilderComponent"]}, {"from" : "./components", "export" : ["Field", "Option", "QueryBuilderConfig", "Rule", "RuleSet"]}, {"from" : "./query-builder.module", "export" : ["QueryBuilderModule"]}]}, {"__symbolic" : "module", "version" : 1, "metadata" : {}, "exports" : [{"from" : "./services", "export" : []}, {"from" : "./components", "export" : ["QueryBuilderComponent"]}, {"from" : "./components", "export" : ["Field", "Option", "QueryBuilderConfig", "Rule", "RuleSet"]}, {"from" : "./query-builder.module", "export" : ["QueryBuilderModule"]}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "export": {"type": "array", "items": {}}}, "required": ["from", "export"]}}}, "required": ["__symbolic", "version", "metadata", "exports"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"emoji": {"type": "string"}, "role": {"type": "string"}, "introduction": {"type": "string"}, "achievements": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"site": {"type": "string"}, "linkedin": {"type": "string"}, "facebook": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["site", "linkedin", "facebook", "twitter"]}}, "required": ["emoji", "role", "introduction", "achievements", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"emoji" : ":necktie:", "role" : "Student", "introduction" : "Hello my name is Darrion & I am a Senior! Excited to be here!", "achievements" : ["Dean's list all last year", "4.0 cumulative GPA", "working on creating a bitcoin"], "links" : {"site" : "https://github.com/IT3049C-Students/1-online-portfolio-dhoard2022.git", "linkedin" : "https://www.linkedin.com/in/darrion-hoard-523b35174/", "facebook" : "https://www.facebook.com/darrion.hoard.92", "twitter" : "https://twitter.com/BearcatsIt"}}
json_instruct
{"type": "object", "properties": {"emoji": {"type": "string"}, "role": {"type": "string"}, "introduction": {"type": "string"}, "achievements": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"site": {"type": "string"}, "linkedin": {"type": "string"}, "facebook": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["site", "linkedin", "facebook", "twitter"]}}, "required": ["emoji", "role", "introduction", "achievements", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "quote_first": {"type": "string"}, "quote_time_case": {"type": "string"}, "quote_last": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["time", "quote_first", "quote_time_case", "quote_last", "title", "author"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"time" : "08:55", "quote_first" : "At ", "quote_time_case" : "five minutes to nine", "quote_last" : ", Jacques, in his gray butler's livery, came down the stairs and said, \"Young master, your Herr Pap\u00e1 is coming.\"", "title" : "The Radetzky March", "author" : "Joseph Roth"}, {"time" : "08:55", "quote_first" : "George pulled out his watch and looked at it: it was ", "quote_time_case" : "five minutes to nine", "quote_last" : "!", "title" : "Three Men in a Boat", "author" : "Jerome K Jerome"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "quote_first": {"type": "string"}, "quote_time_case": {"type": "string"}, "quote_last": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["time", "quote_first", "quote_time_case", "quote_last", "title", "author"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ee17e6daa6b84233856fc171c7554af77a16ea71"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ghcup", "pkg_version" : "0.1.17.5", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/ghcup/blobs/sha256:6103e1b78c9340fdc260e4372123ad01476529670084dcec65bef1485ea26502"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/ghcup/blobs/sha256:6e4e96484c091e49d3bc4057bfd923d052aeeed7dcbea7b82f58e51fbb867f0d"}, "monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/ghcup/blobs/sha256:1832948d42d37025906e83753c7a7211d7ddf41d560eaa5c63be83858d2f4a6d"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/ghcup/blobs/sha256:9e21f60e37bbc76b6044960a881df940d4ae9368cc81429f23a1591e33402669"}, "catalina" : {"url" : "https://ghcr.io/v2/homebrew/core/ghcup/blobs/sha256:b29e6f6ebe9045ed9f049b37306f315a96b149f0fb23d1e104221d2520a7954c"}, "x86_64_linux" : {"url" : "https://ghcr.io/v2/homebrew/core/ghcup/blobs/sha256:b733b6b1467810a314970d8f5da0223e31763181b10833b7d7e83e9a94fcab0b"}}, "dependencies" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"prod": {"type": "object", "properties": {"app_function": {"type": "string"}, "aws_region": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}, "events": {"type": "array", "items": {"type": "object", "properties": {"function": {"type": "string"}, "expressions": {"type": "array", "items": {"type": "string"}}}, "required": ["function", "expressions"]}}, "keep_warm": {"type": "boolean"}, "keep_warm_expression": {"type": "string"}, "memory_size": {"type": "integer"}, "profile_name": {"type": "string"}, "project_name": {"type": "string"}, "runtime": {"type": "string"}, "s3_bucket": {"type": "string"}, "timeout_seconds": {"type": "integer"}, "manage_roles": {"type": "boolean"}, "role_arn": {"type": "string"}}, "required": ["app_function", "aws_region", "exclude", "events", "keep_warm", "keep_warm_expression", "memory_size", "profile_name", "project_name", "runtime", "s3_bucket", "timeout_seconds", "manage_roles", "role_arn"]}}, "required": ["prod"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"prod" : {"app_function" : "iam.app", "aws_region" : "us-east-1", "exclude" : ["__pycache__", ".git/*", ".gitignore", ".python-version", "LICENSE", "README.md", "requirements.txt", "zappa_settings.json", ".vscode/*", "Pipfile", "Pipfile.lock"], "events" : [{"function" : "iam.daily_update", "expressions" : ["cron(0 13,14 ? * MON-FRI *)"]}], "keep_warm" : true, "keep_warm_expression" : "rate(5 minutes)", "memory_size" : 128, "profile_name" : "default", "project_name" : "slack-iam", "runtime" : "python3.8", "s3_bucket" : "titan-slack-iam", "timeout_seconds" : 30, "manage_roles" : false, "role_arn" : "arn:aws:iam::150114888524:role/slack-iam-prod-ZappaLambdaExecutionRole"}}
json_instruct
{"type": "object", "properties": {"prod": {"type": "object", "properties": {"app_function": {"type": "string"}, "aws_region": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}, "events": {"type": "array", "items": {"type": "object", "properties": {"function": {"type": "string"}, "expressions": {"type": "array", "items": {"type": "string"}}}, "required": ["function", "expressions"]}}, "keep_warm": {"type": "boolean"}, "keep_warm_expression": {"type": "string"}, "memory_size": {"type": "integer"}, "profile_name": {"type": "string"}, "project_name": {"type": "string"}, "runtime": {"type": "string"}, "s3_bucket": {"type": "string"}, "timeout_seconds": {"type": "integer"}, "manage_roles": {"type": "boolean"}, "role_arn": {"type": "string"}}, "required": ["app_function", "aws_region", "exclude", "events", "keep_warm", "keep_warm_expression", "memory_size", "profile_name", "project_name", "runtime", "s3_bucket", "timeout_seconds", "manage_roles", "role_arn"]}}, "required": ["prod"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"actions": {"type": "array", "items": {}}, "creation": {"type": "string"}, "doctype": {"type": "string"}, "editable_grid": {"type": "integer"}, "engine": {"type": "string"}, "field_order": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"columns": {"type": "integer"}, "fieldname": {"type": "string"}, "fieldtype": {"type": "string"}, "in_list_view": {"type": "integer"}, "label": {"type": "string"}}, "required": ["columns", "fieldname", "fieldtype", "in_list_view", "label"]}}, "istable": {"type": "integer"}, "links": {"type": "array", "items": {}}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "quick_entry": {"type": "integer"}, "sort_field": {"type": "string"}, "sort_order": {"type": "string"}, "track_changes": {"type": "integer"}}, "required": ["actions", "creation", "doctype", "editable_grid", "engine", "field_order", "fields", "istable", "links", "modified", "modified_by", "module", "name", "owner", "permissions", "quick_entry", "sort_field", "sort_order", "track_changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"actions" : [], "creation" : "2020-12-09 14:50:16.219896", "doctype" : "DocType", "editable_grid" : 1, "engine" : "InnoDB", "field_order" : ["kpi", "performance_measure", "timeline", "weightage", "self_rating", "manager", "hod", "reviewer"], "fields" : [{"columns" : 2, "fieldname" : "kpi", "fieldtype" : "Data", "in_list_view" : 1, "label" : "KPI"}, {"columns" : 2, "fieldname" : "performance_measure", "fieldtype" : "Data", "in_list_view" : 1, "label" : "Performance Measure"}, {"columns" : 1, "fieldname" : "timeline", "fieldtype" : "Data", "in_list_view" : 1, "label" : "Timeline"}, {"columns" : 1, "fieldname" : "weightage", "fieldtype" : "Data", "in_list_view" : 1, "label" : "Weightage"}, {"columns" : 1, "fieldname" : "self_rating", "fieldtype" : "Select", "in_list_view" : 1, "label" : "Self Rating", "options" : "\n1\n2\n3\n4"}, {"columns" : 1, "fieldname" : "manager", "fieldtype" : "Select", "in_list_view" : 1, "label" : "Manager", "options" : "\n1\n2\n3\n4"}, {"columns" : 1, "fieldname" : "hod", "fieldtype" : "Select", "in_list_view" : 1, "label" : "HOD", "options" : "\n1\n2\n3\n4"}, {"columns" : 1, "fieldname" : "reviewer", "fieldtype" : "Select", "in_list_view" : 1, "label" : "Reviewer", "options" : "\n1\n2\n3\n4"}], "istable" : 1, "links" : [], "modified" : "2021-03-20 16:01:13.809280", "modified_by" : "Administrator", "module" : "Hrpro", "name" : "Goal Induction", "owner" : "Administrator", "permissions" : [], "quick_entry" : 1, "sort_field" : "modified", "sort_order" : "DESC", "track_changes" : 1}
json_instruct
{"type": "object", "properties": {"actions": {"type": "array", "items": {}}, "creation": {"type": "string"}, "doctype": {"type": "string"}, "editable_grid": {"type": "integer"}, "engine": {"type": "string"}, "field_order": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"columns": {"type": "integer"}, "fieldname": {"type": "string"}, "fieldtype": {"type": "string"}, "in_list_view": {"type": "integer"}, "label": {"type": "string"}}, "required": ["columns", "fieldname", "fieldtype", "in_list_view", "label"]}}, "istable": {"type": "integer"}, "links": {"type": "array", "items": {}}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "quick_entry": {"type": "integer"}, "sort_field": {"type": "string"}, "sort_order": {"type": "string"}, "track_changes": {"type": "integer"}}, "required": ["actions", "creation", "doctype", "editable_grid", "engine", "field_order", "fields", "istable", "links", "modified", "modified_by", "module", "name", "owner", "permissions", "quick_entry", "sort_field", "sort_order", "track_changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 36418, "cartId" : "286b5875-6b13-4850-8625-cff560961200", "preferredProducts" : [1180, 4935, 2615], "productReviews" : [{"productId" : 2371, "reviewText" : "i use it once in a while when i'm in my ring.", "reviewDate" : "2017-09-29T06:04:33.9038597+03:00"}, {"productId" : 2668, "reviewText" : "i use it hardly when i'm in my prison.", "reviewDate" : "2018-01-17T03:50:56.562725+02:00"}, {"productId" : 2223, "reviewText" : "talk about contempt!!!", "reviewDate" : "2020-02-27T13:51:51.0811258+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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"actors" : [], "countries" : [], "enb_end_date" : "12-Dec-08", "enb_long_title" : "UN Climate Change Conference - Pozna\u0144", "enb_short_title" : "COP 14", "enb_start_date" : "01-Dec-08", "enb_url" : "http://www.iisd.ca/vol12/enb12395e.html", "id" : "enb12395e_17", "section_title" : "SBI Conclusions", "sentences" : ["In its conclusions (FCCC/SBI/2008/L.24), the SBI invites the GEF to continue to provide detailed and complete information on its activities relating to preparation of non-Annex I communications, including information on the dates of approval of funding and disbursement of funds, for consideration at SBI 30.", "The SBI also recommends that COP 14 request the GEF to ensure sufficient financial resources to meet the agreed full costs incurred by developing countries in complying with their obligations under Convention Article 12.1 (national communications), noting and welcoming the fact that a number of non-Annex I parties plan to initiate the preparation of their third or fourth communications by the end of the fourth GEF replenishment."], "subtype" : "", "topics" : [], "type" : ""}
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "id" : "NR", "properties" : {"name" : "Nauru"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[166.91339492797852, -0.5215000624693973], [166.92352294921875, -0.5130889978263015], [166.9317626953125, -0.504334612681069], [166.93519592285156, -0.5021031008507982], [166.94463729858398, -0.5027897199567744], [166.95390701293942, -0.5070810877292817], [166.95734024047852, -0.5124023798138001], [166.95974349975586, -0.5165220867815682], [166.9569969177246, -0.5251048010293853], [166.9530487060547, -0.5309410399990865], [166.9515037536621, -0.5388371192367929], [166.9504737854004, -0.5458749203708223], [166.94086074829102, -0.5520544462864851], [166.93038940429688, -0.5553158601574799], [166.91064834594727, -0.5402103493681133], [166.9094467163086, -0.5273363048115043], [166.91339492797852, -0.5215000624693973]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"]}}}, "required": ["type", "features"], "$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"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "sunny_loach", "originalId" : 369137, "rarity" : 3, "name" : "Sonnenlurch", "description" : "Ein amphibisches, in S\u00fc\u00dfwasser lebendes Tier, das angeblich Perlen spuckt. Es ist zumeist in besonders klaren Gew\u00e4ssern anzutreffen, wo das Schilf sehr hoch w\u00e4chst.\\nEs hat die Farbe des sch\u00f6nen, klaren Himmels eines Sommertages und eine Begegnung mit ihm k\u00f6nnte bedeuten, dass auch du einen Gl\u00fcckstag haben k\u00f6nntest.\\nEs nimmt unverdaubare Elemente, Schmutz und andere Partikel auf und verfestigt diese Substanzen in seinem K\u00f6rper zu leuchtenden Perlen, die er ausspuckt, wenn er auf Fressfeinde st\u00f6\u00dft.\\nMan sagt, dass einige verspielte Sonnenlurche ihre Perlen den Hang hinunterschieben, um die weniger freundlichen Krebse im Kannenreich zu \u00e4rgern.", "load" : 350, "energy" : 100, "category" : [{"id" : 9002, "category" : "F\u00fcr drau\u00dfen", "type" : "Exterior"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "up": {"type": "string"}, "down": {"type": "string"}, "north": {"type": "string"}, "east": {"type": "string"}, "south": {"type": "string"}, "west": {"type": "string"}}, "required": ["particle", "up", "down", "north", "east", "south", "west"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "block/orientable", "textures" : {"particle" : "darktitaniumtools:blocks/dark_titanium_super_smelter_front_off", "up" : "darktitaniumtools:blocks/dark_titanium_super_smelter_back_top_bottom", "down" : "darktitaniumtools:blocks/dark_titanium_super_smelter_back_top_bottom", "north" : "darktitaniumtools:blocks/dark_titanium_super_smelter_front_on", "east" : "darktitaniumtools:blocks/dark_titanium_super_smelter_sides_on", "south" : "darktitaniumtools:blocks/dark_titanium_super_smelter_back_top_bottom", "west" : "darktitaniumtools:blocks/dark_titanium_super_smelter_sides_on"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "up": {"type": "string"}, "down": {"type": "string"}, "north": {"type": "string"}, "east": {"type": "string"}, "south": {"type": "string"}, "west": {"type": "string"}}, "required": ["particle", "up", "down", "north", "east", "south", "west"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x68fcb1f0d07000a84b569ccb647dd8fe320cddaa", "tool" : "manticore", "start" : 1565081007.294923, "end" : 1565082809.7957764, "duration" : 1802.5008533000946, "analysis" : [[], [], [], []]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"verb": {"type": "string"}, "endpoint": {"type": "string"}, "name": {"type": "string"}, "spec": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"activationCode": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["activationCode"]}}, "required": ["fields"]}, "security": {"type": "object", "properties": {"enabled": {"type": "string"}}, "required": ["enabled"]}, "meta": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}}, "required": ["tags"]}, "spi": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "required": ["verb", "endpoint", "name", "spec", "security", "meta", "spi"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"verb" : "post", "endpoint" : "/security/activate/:activationCode", "name" : "Activate Account", "spec" : {"fields" : {"activationCode" : {"title" : "Activation Code"}}}, "security" : {"enabled" : "false"}, "meta" : {"tags" : ["Security", "Signup", "User"]}, "spi" : {"class" : "im.default:ActivateSpi"}}
json_instruct
{"type": "object", "properties": {"verb": {"type": "string"}, "endpoint": {"type": "string"}, "name": {"type": "string"}, "spec": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"activationCode": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["activationCode"]}}, "required": ["fields"]}, "security": {"type": "object", "properties": {"enabled": {"type": "string"}}, "required": ["enabled"]}, "meta": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}}, "required": ["tags"]}, "spi": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "required": ["verb", "endpoint", "name", "spec", "security", "meta", "spi"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "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" : 35435, "cartId" : "465c6861-fd91-4bd0-811b-5a560c02838e", "preferredProducts" : [], "productReviews" : [{"productId" : 315, "reviewText" : "The box this comes in is 3 inch by 6 centimeter and weights 15 ounce!", "reviewDate" : "2019-02-05T06:08:12.0263601+02:00"}, {"productId" : 2395, "reviewText" : "one of my hobbies is programming. and when i'm programming this works great.", "reviewDate" : "2018-12-14T11:26:03.4990015+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"area-model-introduction.title": {"type": "object", "properties": {"value": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "timestamp": {"type": "integer"}, "oldValue": {"type": "string"}, "newValue": {"type": "string"}, "explanation": {"type": "null"}}, "required": ["userId", "timestamp", "oldValue", "newValue", "explanation"]}}}, "required": ["value", "history"]}}, "required": ["area-model-introduction.title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"area-model-introduction.title" : {"value" : "Area Model Introduction_\u9762\u7a4d\u6a21\u578b\u4ecb\u7d39", "history" : [{"userId" : 184096, "timestamp" : 1524981715788, "oldValue" : "", "newValue" : "Area Model Introduction_\u9762\u7a4d\u6a21\u578b\u4ecb\u7d39", "explanation" : null}]}}
json_instruct
{"type": "object", "properties": {"area-model-introduction.title": {"type": "object", "properties": {"value": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "timestamp": {"type": "integer"}, "oldValue": {"type": "string"}, "newValue": {"type": "string"}, "explanation": {"type": "null"}}, "required": ["userId", "timestamp", "oldValue", "newValue", "explanation"]}}}, "required": ["value", "history"]}}, "required": ["area-model-introduction.title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import{COLOR_OBSERVATORY}from'core/assets/colors';import{COLOR_WHITE}from'core/assets/colors';export var light={};export var dark={background:COLOR_OBSERVATORY,button:COLOR_WHITE};", "map" : {"version" : 3, "sources" : ["/Users/ricardobasilio/projects/charlescd/ui/packages/new-ui/src/core/assets/themes/card/expand.ts"], "names" : ["COLOR_OBSERVATORY", "COLOR_WHITE", "light", "dark", "background", "button"], "mappings" : "AAAA,OAASA,iBAAT,KAAkC,oBAAlC,CACA,OAASC,WAAT,KAA4B,oBAA5B,CAEA,MAAO,IAAMC,CAAAA,KAAK,CAAG,EAAd,CAEP,MAAO,IAAMC,CAAAA,IAAI,CAAG,CAClBC,UAAU,CAAEJ,iBADM,CAElBK,MAAM,CAAEJ,WAFU,CAAb", "sourcesContent" : ["import { COLOR_OBSERVATORY } from 'core/assets/colors';\nimport { COLOR_WHITE } from 'core/assets/colors';\n\nexport const light = {};\n\nexport const dark = {\n background: COLOR_OBSERVATORY,\n button: COLOR_WHITE\n};\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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Endel Dreyer", "url" : "http://endel.me", "email" : "endel.dreyer@gmail.com", "theme" : "flesch"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "theme"], "$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"}, "module": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}, "build": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "test:watch", "build", "release"]}, "standard-version": {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"postbump": {"type": "string"}}, "required": ["postbump"]}}, "required": ["scripts"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"bili": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "rollup-plugin-clear": {"type": "string"}, "standard-version": {"type": "string"}, "tyu": {"type": "string"}}, "required": ["bili", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "rollup-plugin-clear", "standard-version", "tyu"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "module", "repository", "scripts", "standard-version", "author", "license", "files", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vue-module-class-generator", "version" : "0.4.1", "description" : "Vue class helper", "main" : "dist/index.cjs.js", "module" : "dist/index.es.js", "repository" : "git@github.com:dimensi/vue-module-class-generator.git", "scripts" : {"test" : "tyu", "test:watch" : "tyu -- --watch", "build" : "bili", "release" : "standard-version -a"}, "standard-version" : {"scripts" : {"postbump" : "yarn build && git add ."}}, "author" : {"name" : "Nikita Nafranets", "email" : "eddimensi@gmail.com"}, "license" : "MIT", "files" : ["dist"], "devDependencies" : {"bili" : "^3.1.2", "eslint" : "^5.7.0", "eslint-config-standard" : "^12.0.0", "eslint-plugin-import" : "^2.14.0", "eslint-plugin-node" : "^7.0.1", "eslint-plugin-promise" : "^4.0.1", "eslint-plugin-standard" : "^4.0.0", "rollup-plugin-clear" : "^2.0.7", "standard-version" : "^8.0.1", "tyu" : "^1.0.6"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}, "build": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "test:watch", "build", "release"]}, "standard-version": {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"postbump": {"type": "string"}}, "required": ["postbump"]}}, "required": ["scripts"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"bili": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "rollup-plugin-clear": {"type": "string"}, "standard-version": {"type": "string"}, "tyu": {"type": "string"}}, "required": ["bili", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "rollup-plugin-clear", "standard-version", "tyu"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "module", "repository", "scripts", "standard-version", "author", "license", "files", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"meeting_cd": {"type": "string"}, "committee": {"type": "string"}, "dttm": {"type": "string"}, "session": {"type": "string"}, "bill_name": {"type": "string"}, "bill_cd": {"type": "string"}, "position": {"type": "string"}, "rbnt": {"type": "boolean"}, "self": {"type": "boolean"}, "fullWitnessName": {"type": "string"}, "given_name": {"type": "string"}, "sur_name": {"type": "string"}, "organization": {"type": "string"}, "error": {"type": "boolean"}}, "required": ["meeting_cd", "committee", "dttm", "session", "bill_name", "bill_cd", "position", "rbnt", "self", "fullWitnessName", "given_name", "sur_name", "organization", "error"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"meeting_cd" : "C0301998091613001", "committee" : "Appropriations Committee", "dttm" : "September 16, 1998-1:00P", "session" : "", "bill_name" : "", "bill_cd" : "", "position" : "", "rbnt" : false, "self" : false, "fullWitnessName" : "Full committee meeting On: Shannon Porterfield (DIR)\r", "given_name" : "Full committee meeting On: Shannon Porterfield", "sur_name" : "", "organization" : "DIR", "error" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"meeting_cd": {"type": "string"}, "committee": {"type": "string"}, "dttm": {"type": "string"}, "session": {"type": "string"}, "bill_name": {"type": "string"}, "bill_cd": {"type": "string"}, "position": {"type": "string"}, "rbnt": {"type": "boolean"}, "self": {"type": "boolean"}, "fullWitnessName": {"type": "string"}, "given_name": {"type": "string"}, "sur_name": {"type": "string"}, "organization": {"type": "string"}, "error": {"type": "boolean"}}, "required": ["meeting_cd", "committee", "dttm", "session", "bill_name", "bill_cd", "position", "rbnt", "self", "fullWitnessName", "given_name", "sur_name", "organization", "error"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "e3cb02da-3e12-4808-a912-5fb4b6ff17fd", "name" : "St Mary's Primary School, High Green", "code" : "U", "address" : {"addressLine1" : "Pack Horse La", "addressLine2" : "Sheffield", "postcode" : "S35 3HY"}, "organisation" : {"id" : "43920484-d42a-42ca-8071-74b1ff5e81cc", "code" : "S97", "name" : "The Sheffield SCITT"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}